text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I have a javascript node project with some TypeScript definition files inside
it. My jsconfig.json is as follows:
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}
If I rename a javascript source file to temp_hello.js or even temple.js
(imagine if temples were in my business domain!) then ... |
Hi.
Thanks for your product, I really enjoy using it. However I have one problem:
When using ES6 features, like the arrow functions, I get the message "This can
only be used with ES6. Make sure to have a jsconfig.json-file which sets the
target to ES6".
However I have a `jsconfig.json`-file in my root (the folder... | 1 |
http://freecodecamp.com/challenges/bonfire-reverse-a-string
|
For example, the example function call at the end of Confirm the Ending is:
`end("Bastian", "n", "");`
when that function should only take two parameters. This is the case for most
of the basic bonfires from Title Case a Sentence onwards.
| 1 |
This is the second attempt (rc2) of releasing July Providers :). I carried
over the "checkmarks" from the last testing (#17037) so there is no need to
re-test those.
I have a kind request for all the contributors to the latest provider packages
release.
Could you help us to test the RC versions of the providers an... |
### Discussed in #23220
Originally posted by **yashk97** April 25, 2022
Hi,
My use case is in case multiple DAG Runs fail on some task (not the same one
in all of them), I want to individually re-trigger each of these DAG Runs.
Currently, I have to rely on the Airflow UI (attached screenshots) where I
select the ... | 0 |
I am testing new native HTTP/2 server and got a problem while trying to handle
requests asynchronously, I am just can't get the response. My code:
const listener = Deno.listenTls({
port: 2022,
certFile: "./localhost.pem",
keyFile: "./localhost-key.pem",
alpnProtocols: ["... |
Essentially the same as what's happening in #8107, but when using
`Deno.listenTls()`. I noticed that issue was closed but the problem is still
persisting. Every once in a while, the server will output errors like,
Sending fatal alert HandshakeFailure
or
Illegal SNI hostname receive... | 1 |
When concatenating empty list with a list of INTEGERS result is an array of
FLOATS. Since numpy 1.12 you can not use floats (result of such concatenation)
for indexing without additional convertion from float to integer.
Following example works in numpy <=1.11 and does not work in numpy >= 1.12:
array... |
_Original tickethttp://projects.scipy.org/numpy/ticket/988 on 2009-01-22 by
trac user kelson, assigned to unknown._
Howdy,
After searching for this defect, perhaps nobody else has been bothered
by this behaviour, but has anybody else noticed:
concatenate ( [[1],[2],[3],[4]] ).dtype = int32
... | 1 |
I originally reported this against a downstream project: hailocab/react-pure#2
I think it's terrific that Babel doesn't just dump the entire external helpers
file everywhere, or requires the whole thing to be used by every project,
because that's effectively what traceur ends up doing and for small projects
it ends ... |
## Bug Report
**Current Behavior**
When encountering a `declare` statement for an identifier that's already in
scope, Babel throws up. The upstream TypeScript compiler understands this
syntax.
{ SyntaxError: /Users/ec/Sync/Code/excmd/src/interface.ts: Identifier 'Something'
has already been ... | 0 |
First of all, kudos for what sounds like a great project.
Using exclusively typescript for years, I'm quite excited of being able to use
Deno in the future.
Now, I just don't get how it is possible to develop apps at a meaningful scale
without a proper module system. I had already shared my concerns once on
discor... |
I want to get started using Deno but either I misunderstood some core concepts
or this really an issue. From what I understand Deno loads all modules on
first import and then caches them indefinitely (until you force a reload). My
question now is, without some kind of package manager, how can Deno insure
quick securi... | 1 |
I have set the option "spring.jpa.properties.hibernate.hbm2ddl.auto=
**update** ".
My usage is compile('io.shardingsphere:sharding-jdbc-spring-boot-starter:
**3.1.0** ').
It's OK when I run the springboot application the first time. But it will warn
when you restart the app again. The tables are OK, and only the in... |
## Bug Report
ShardingSphere version is 4.0.0-RC2.
my project maven pom have import sharding-jdbc-core and sharding-jdbc-spring-
boot-starter.
This is my shard config
spring.shardingsphere.enabled=true
spring.shardingsphere.datasource.names=mscheck-ha,mscheck-sd
spring.shardingsphere.datas... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
group
user
ALL (almost)
##### ANSIBLE VERSION
N/A
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
All users need all the time to support optional parameteres when using
modules. Eg for group module for gid the "" or 0 etc. are not ... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.6
##### Environment:
Mac OS X 10.7
##### Summary:
rules_egress was added to ec2_group in 1.6 (previous there was no
rules_egress). Unfortunately it defaults to nothing in it, meaning that
previous ansible scripts will not allow anything out of a sec... | 0 |
I am currently implementing the remember me functionality. The REMEMBERME
cookie is correctly set, but the logout fails.
What happens is that the LogoutListener is first called on the
GetResponseEvent, but when comming here there is no token in the context, so
the remember me logout is not called and does not delete... |
The `File` constraint should support the following notations for the "maxSize"
option:
new File(array('maxSize' => 1234)); // bytes
new File(array('maxSize' => '2k')); // kilobytes (case insensitive)
new File(array('maxSize' => '2ki')); // kibibytes (case insensitive)
new File(array('maxSiz... | 0 |
#![feature(phase)]
#[phase(syntax, link)] extern crate std;
warning: using multiple versions of crate `std`
foo.rs:1:1: 1:1 note: used here
foo.rs:1 #![feature(phase)]
^
note: crate_id: std#0.11.0-pre
foo.rs:3:24: 3:41 note: used here
foo.rs:3 #[pha... |
My keyboard layout is french canadian and the question mark shortcut does not
work properly. It seems that this line is causing the issue. To make a
question mark, I use `SHIFT+6`, so it doesn't fire one event with a `which`of
191, but two events, one with 54 (6) and one with 16 (SHIFT).
| 0 |
Hello, I'm trying to make 3 columns whith class span 4, but not work:
Example use, note i'm use Bootstrap 3.
 will be replaced by a module designed and
created in-house. The Husain tutorial is completely overwhelming for
programming novices, and is much less friendly and accessible than the modules
that precede it. My... | 1 |
### System info
* Playwright Version: 1.32.1
* Operating System: macOS 12.6.3
* Browser: All
* Other info:
### Source code
**Config file**
projects: [
{ name: 'setup', testMatch: /auth\.setup\.ts/ },
{
name: 'main tests',
use: {
...devices['C... |
### System info
* Playwright Version: [v1.35.1]
* Test Env: MacOS 13.4.1, K8S
* Browser: [Chromium]
* Test Runner: Playwright test v1.45.1
* Script language: Typescript
### Source code
**KubernetesPod.yaml**
apiVersion: v1
kind: Pod
metadata:
name: playwright
spec:
... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
docker module
##### ANSIBLE VERSION
ansible 2.3.1.0
config file = /Users/xxxxxx/Dropbox/devel/xxxxxx/xxxxxx/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.10 (default, Sep 30 2015, 15:50:4... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
gather_facts and/or something to do w/ docker
##### ANSIBLE VERSION
ansible 2.3.0.0
config file = /home/vagrant/factom/factom-ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.12 (def... | 1 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): no
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): bra... |
This proposal is related to the following issues, but (I believe) not entirely
duplicative of them: #18623, #6363, #19443, #18174. If it is duplicative, then
you know what to do ;-)
The way it is now:
The APIserver and supports leader election, allowing for nearly seamless
failover of the kube-master with simple co... | 0 |
##### Issue Type: Bug Report
##### Ansible Version: 1.6.8+
ansible 1.6.8
ansible 1.7 (devel `d2a1309`) last updated 2014/07/22 20:11:41 (GMT -400)
##### Environment:
OSX 10.9.3
RHEL 6.5
##### Summary:
As of 1.6.8 and later, the unarchive module fails with the erroneous error
"msg: duplicate parameter: src" ... |
vault password could keep prompting until empty password is supplied, vault
file could take a list of files
This allows for having multiple vault files with different keys, good for ops
team having access to all vaults but qa or dev having access only to specific
ones
| 0 |
A friend of mine (https://github.com/R2-G2) noticed, that there's a strange
behavior with radio buttons wrapped into labels:
If you click one for the first time, everything's fine. It gets an active
class and if you you use the radio-buttons selector with a ':checked' filter
via jQuery, it shows that the element is ... |
The active class stays on the button, but the checked property is removed from
the radio input.
http://jsfiddle.net/meleyal/dafPH/
| 1 |
See discussion on #8384 \- Running pycodestyle v2.3.1 currently reports 81
cases of `E741` which is one of a set of three style checks to avoid ambiguous
single letter names which look like numbers:
* E741 do not use variables named โlโ, โOโ, or โIโ
* E742 do not define classes named โlโ, โOโ, or โIโ
* E743 do... |
_Original tickethttp://projects.scipy.org/scipy/ticket/811 on 2008-12-10 by
@nilswagner01, assigned to @wnbell._
It would be nice to have an implementation of IDR in scipy. See
[http://ta.twi.tudelft.nl/nw/users/gijzen/IDR.html]
for details.
| 0 |
### What do you see as an issue?
The documentation for the template variable `data_interval_end` states simply
that its the "End of the data interval". Initially I took that to mean the
final second/microsecond (depending on precision) of the data interval, but
its actually the start of the next interval.
For examp... |
### Description
In our use case, we often import data which contains some noise which cannot
be handled correctly. However, we don't want an entire task or job to fail
because of it (simply because it is not critical). A warning shall be logged
to the corresponding data point and the job shall carry on as usual.
**... | 0 |
**TypeScript Version:**
1.8.2
**Background** :
I have been working on trying to get https://github.com/eslint/typescript-
eslint-parser, a TypeScript parser plugin for ESLint, off the ground, and the
job this weekend has been to begin adding JSX support.
ESLint uses espree and so the aim of the project is to conv... |
Hi,
working to a few projects I've noticed some strange behaviors, because I found
a few times ts compilation errors in ts for files inside the wwwroot, that by
default is excluded.
I workied a bit on it and seems that the root causes were:
1. if I have a .d.ts that reference a ts file inside the excluded zone... | 0 |
import pandas as pd
import numpy as np
from sklearn.datasets import load_iris
iris = load_iris()
data = iris.data
column_names = iris.feature_names
df = pd.DataFrame(iris.data, columns = column_names)
print(df.head(n=5))
df_dummy = pd.get_dummies(df, sp... |
I got the error
**AttributeError: 'IntBlock' object has no attribute 'sp_index'**
when converting a SparseDataFrame to Scipy csr_matrix using the following
code:
_dfTotalCat = get_dummies(dfTotalCat, sparse=True)_
__
_XTotalCat = csr_matrix(dfTotalCat.to_coo())_
The SparseDataFrame is obtained from get_dummie... | 1 |
Complains on e.g. `"git.path": null,`. Pops up after I edit my user
`settings.json` and save. I'm on Win7, VSCode 0.10.8.
> Incorrect type. Expected "String"
> \settings.json(154,14)

|
Hi,
After updating to version 0.10.8 i have warning in the status bar.
The only extension installed is for golang.

:
*... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Mac OS X 10.12.4, Darwin
* **TensorFlow installed from (source or binary)** :
Source, git tag 1.2.0 RC 2
* ... | 0 |
I like this new feature... I have some suggested improvements. Open to
discussion of course :)
Let's take a simple use case. I have a file `.babelrc`. This file is a JSON
file. VS Code detects it as Plain Text. I click in the bottom right to change
it to `JSON`. I see that there are two options "Auto Detect" and "Co... |
* file association
* auto save
| 1 |
#1300
I have got a nvidia p100 GPU which is support fp16, and I run the TF case
'cifar10_train.py'. Without option '--use_fp16', the performance is also 1600
examples/sec, and with the option '--use_fp16', the performance down to 500
examples/sec. Any ideas about this issue?
userid@ubuntu-WK-4xP100:
~~/weike/tensor... |
_Please make sure that this is a bug. As per ourGitHub Policy, we only
address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template_
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Ye... | 0 |
### Vue.js version
2.1.4
### Reproduction Link
https://jsfiddle.net/aleksey_beskosty/zz5svy6q/
### Steps to reproduce
Select element is declared as:
`<select :value="val">...</select>`
### What is Expected?
When `val` is changed, select element updates its value and shows it.
### What is actually happening?... |
Take the following
<div>
<select :value='something'></select>
</div>
Currently, vue-template-compiler generates the render function with
`{attrs:{"value":something}}`. However, vue supports the `v-bind:value` syntax
with selects. I would think that instead, it should generate with
`{domProps... | 1 |
I'm having an issue that has me questioning Requests's (Oreo's?) cookie
handling. Using Requests, I submit a request that successfully authenticates
me to a particular server. The response includes a cookie whose _value_
contains an equals ("=") character. Because the cookie's value contains "=",
which is not a "lega... |
test code:
from requests import session
with session() as c:
c.get('http://www.baidu.com')
#should have cookie headers
c.get('http://www.baidu.com')
Server:
Set-Cookie: BAIDUID=DC1510722CF5A19A2A4C4E4DB720C5D4:FG=1; expires=Wed, 23-Nov-41 17:44:00 GMT; p... | 1 |
I was testing different methods trying to grasp the objective. When I decided
run my next solution, I got a bunch of code right under the "run bar". What
you see here is only just a part of it. It's fairly long.
I have had a few problems with some of my challenges were not getting
validated until the next day when ... |
When users make syntax errors they will no longer get the usual error message.
For example:
Old output

New output
 {
let Report = Reports[reportType];
let child = useMemo(() => {
return <Report />;
}, [Report]);
says that `Report` is an unnecessary dependency. It's not.
This is because eslint scope `.references` does not include JSX. I _suspect_
if you... |
**Current behavior:**
I have some `@mycomponents` in another place from project which depends on
react and react-dom. For this components i use react hooks. After editing any
of component i use `npm link`, and in project i use `npm link
@mycomponents/core` and project crushes with this error:
`Uncaught Invariant V... | 0 |
See the following Plunker for repro: http://plnkr.co/edit/MrCUDP8qwGPj7ler4ySW
The code `[class.selected]="toggleSvc.isActive | async"` where
toggleSvc.isActive is a BehaviorSubject results in the following error
message:
> EXCEPTION: Expression 'toggleSvc.isActive | async in AppComponent@1:7' has
> changed after i... |
**I'm submitting a ...** (check one with "x")
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
Back a couple weeks ago, I had a program with this code here:
for ch in msg.chars() {
if !ch.is_alphabetic() { continue; }
let s = caesar_shift(ch, key);
e.push(s);
}
This code compiled just fine, where msg is an `&str` parameter to the function
in question.... |
Here's an example of where this gets really painful:
use std::rt::io;
fn foo(a: &mut io::Stream) {
write!(a, "test");
}
fn main() {
}
yields
foo.rs:4:11: 4:12 error: mis... | 0 |
# ๐ New model addition
MobileBERT
## Model description
MobileBERT is a thin version of BERT_LARGE, while equipped with bottleneck
structures and a carefully designed balance between self-attentions and feed-
forward networks.
## Open source status
* the model implementation is available: (give details)
http... |
# ๐ Bug
## Information
Model I am using (Bert, XLNet ...): No specified
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* the official example scripts: (give details below)
* my own modified scripts: (give details below)
The tasks I am working on is:
* an ... | 0 |
Not sure if this is a bug, but the following incorrect code:
class C {
get foo() { return '' }
get foo() { return '' }
}
produces the output:
var C = (function () {
function C() {
}
Object.defineProperty(C.prototype, "foo", {
get: ... |
It should be possible to ignore errors in d.ts,
it's pretty annoying to have hundert of errors just because of some definition
files of a third party library and it makes it hard to identify your own
errors.
So I would recommend a flag in the tsconfig-file to prevent those errors to be
mentioned.
| 0 |
### Version
2.6.10
### Reproduction link
https://codepen.io/xiangyuecn/pen/eYmmPNP
### Steps to reproduce
1. Look at the test code running interface. `OnceMsg` area should have been static, but it is not!
2. Look at the `Test 3` part of the test code. It's exactly the same as the `Test 2` part, but their per... |
### Version
2.5.16
### Reproduction link
https://jsfiddle.net/hL0rrbs9/6/
### Steps to reproduce
Run code, and watch.
### What is expected?
"Yay Yay ;)" values should not change to "hell naw!" in 3 seconds.
### What is actually happening?
"Yay Yay ;)" values are changing in to "hell naw!" in 3 seconds.
* * ... | 1 |
In my installation (seaborn 0.6.0, matplotlib 1.5.1 with Qt2 back end under
Linux Mint, Python 3.5), the annotation feature of heatmaps doesn't work. When
I run the "Annotated heatmap" example from the project website, only the cell
in the lower left corner has an annotation (in a wrong color):
.
This is wrong because the histogram is a function of a 1-D column and most not
depend on frame indexes (and btw, nonunique indexes are legitimate and appear
in data science tasks).
**Reproduce**
Under `seaborn== 0.11... | 0 |
* Have a single go implementation of the "List then Watch" pattern. Use this everywhere.
* This is about hiding the details of calling list and watch and restarting watches.
* This is about apiserver watches. Etcd use cases going away, so don't worry about them.
* The `Reflector` object in `pkg/client/... |
If I follow the docker getting started guide from here
https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-
guides/docker.md
It instructs me to start the kubelet with the following command
docker run \
--volume=/:/rootfs:ro \
--volume=/sys:/sys:ro \
--volu... | 0 |
Tokenizer.Raw is intended to provide the unmodified text of the current token --
http://godoc.org/code.google.com/p/go.net/html#Tokenizer.Raw
But, when a tokenization error occurs, the raw text may be duplicated. For example:
z := NewTokenizer(strings.NewReader("foo bar"))
... |
by **xapwing** :
go version = 1.0.2
windows 7
gopath=c:\dir1;c:\dir2
directory structure:
c:\dir1\src\
hello\
hello.go
c:\dir1\bin
c:\dir2\src\
hello\
hello.go
c:\dir2\bin
Trigger of ... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
## Checklist
* I have included the output of `celery -A proj report` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* I have verified that the issue exists against the `master` branch of Celery.
software -> celery:4.1.0 (latentcall) kombu:4.... | 1 |
We only permit `&mut` pointees to be mutated if the `&mut` is in a unique
location (i.e., another `&mut`, a local variable, etc). Based on this, it is
safe to conclude that the memory referenced by an `&mut` pointer found in an
_aliasable_ location is frozen. But the borrow checker considers such memory
to be unsafe ... |
Now that the swap operator has been removed, I do not believe the
restriction against mutating `LV` is needed, and in fact it prevents
some useful patterns. For example, the following function will
fail to compile:
fn mut_shift_ref<'a,T>(x: &mut &'a mut [T]) -> &'a mut T {
/... | 1 |
form-group inputs render normal. input-groups render too small. The use of
glyphicons doesn't make any difference. Different behavior between prepend and
append aswell.
jsBin: http://jsbin.com/uTumeWE/1/edit
|
`<div class="form-group input-group has-success"> <label class="control-label"
for="inputSuccess">Input with success</label> <span class="input-group-
addon"><i class="icon-envelope"></i></span> <input type="text" class="form-
control" id="inputSuccess"> </div>`
Images: http://vvcap.net/db/gUxKjP35dh1Dv3_19Qk8.htp
... | 1 |

|
Been looking at this (and I apologize if this issue was already addressed) -
and took this site I'm working on (mcgarrybair.com) right out of the BS3 RC2
examples. Resizing the window from -lg to -md wraps the nav-bar into multiple
lines. You can see this on the law firm site I just published at
http://mcgarrybair.co... | 1 |
### Current Behavior:
If you have a package with `something` in `peerDependencies` and then install
that something in the same package as a devDependency, the peerDependencies
field is changed and the dependency is added to `package.json`, but it
inherits the semver string that the peer dependency had.
### Expected... |
### Current Behavior:
1. package that has:
"peerDependencies: {
"webpack": ">=1.11.0"
},
"devDependencies": {
"webpack": "^4"
},
2. run `npm install --save-dev webpack@3`
3. see package.json updated to:
"peerDependencies: {
"webpack": "^3.12.0"
}... | 1 |
# Description of the new feature/enhancement
# Proposed technical implementation details (optional)
|
# Environment
Windows build number: 18362.239
Windows Terminal version (if applicable): 0.2.1.18831.0
Any other software?
Git bash with the profile:
{
"acrylicOpacity" : 0.5,
"closeOnExit" : true,
"colorScheme" : "Campbel... | 0 |

|

| 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1629 on 2012-03-25 by
trac user briantoby, assigned to @cournape._
Calling scipy.fftpack.ifft2(npary) creates two arrays of size npary; one is
returned but the other remains allocated. The attached routine grows in size
by 256Mb on every iteration in SciPy 0.10... |
Consider the memory usage of the following code after executing each
statement:
import numpy
import scipy.signal
import gc
# memory at this point is ~35mb
a = numpy.ones(10**7)
b = numpy.ones(10**7)
# memory at this point is ~187mb
c = scipy.signal.fftcon... | 1 |
This discrepancy makes comparing file paths very difficult:
import { join } from "https://deno.land/std/path/mod.ts";
console.log(Deno.realPathSync("."));
console.log(join("C:", "Source", "Deno", "fsdisrepancy"));
Prints out this:
C:/Source/Deno/fsdisrepancy
C:\Sou... |
Observed on Deno 1.0.1, for example:
PS C:\Users\srackham> deno eval "console.log(Deno.realPathSync('.'))"
C:/Users/srackham
Other Deno path APIs return '\' separated paths on Window e.g. Deno.cwd().
| 1 |
##### Issue Type:
Can you help us out in labelling this by telling us what kind of ticket this
this? You can say โBug Reportโ, โFeature Ideaโ, โFeature Pull Requestโ, โNew
Module Pull Requestโ, โBugfix Pull Requestโ, โDocumentation Reportโ, or โDocs
Pull Requestโ.
##### Ansible Version:
# ansible-doc... |
# Problem:
If you add a custom module using git submodules, ansible-doc prints traceback.
## setup in ansible.cfg
we set up a path for custom modules:
[default]
library = /usr/share/ansible:library
## custom modules added with submodules
we added a module named openvz using `git submodule... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have checked the issues list
for similar or identical enhancement to an existing feature.
* I have checked the pull requests list
for existing proposed enhancements.
* I have checked the commit log
to find out if the if the same enhancement was already implemented in the
master branch... | 0 |
* VSCode Version:1.0.0
* OS Version:Debian Stretch
Git push should ask for authentication, but vs-code reports error :
> Authentication failed on git remote.
|
The intellisense support for PHP is too poor.
* There is no namespace auto complete
* No intellisense for the included namespaces
* No intellisense for native php classes.. \DateTime for example
* The autocomplete appears to be super fuzzy.
class Foo(){
public function bar(){
}
}
$x = new Foo()
$y-... | 0 |
Demo http://codepen.io/FreeCodeCamp/full/KVNNXY of
https://www.freecodecamp.com/challenges/show-relationships-with-a-force-
directed-graph challenge
XMLHttpRequest cannot load http://www.freecodecamp.com/news/hot. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'htt... |
Challenge Show Relationships with a Force Directed Graph has an issue.
User Agent is: `Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:41.0) Gecko/20100101
Firefox/41.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
Just opened the pen and it spits out a CORS error.
| 1 |
I use go version go1.5.1 darwin/amd64.
I write a simple http server like:
package main
import (
"log"
"net/http"
"os"
"os/signal"
)
func main() {
c := make(chan os.Signal, 1)
signal.Notify(c)
go f... |
Back in
https://go.googlesource.com/go/+/f7d3eb9db97a65a43b8d6b8bf42b8698fe4468ee we
added code so that if we saw 10 EPIPE failures in a row on the same file
descriptor, we would exit the program. Today we exit the program by raising a
SIGPIPE signal, but we still wait for 10 failures. That leads to issues like
https... | 1 |
Is there a way for the dialog to go fullscreen (no overlay)? this would be
handy for a phone view where space is limited.
|
Currently I have the Dialog props set to:
title="Dialog"
modal = {true}
actions={standardActions}
autoDetectWindowHeight={false}
autoScrollBodyContent={false}
contentStyle={{width: 700}}
ref="... | 1 |
I found that if there is a really long single line (in my case js), atom will
only colorize the code that was visible. If you try to scroll right, you can
see the rest of the line but with no colors applied.
|
when double click the variable is focusing same value
| 0 |
* I have searched the issues of this repository and believe that this is not a duplicate. I believe the only relevant thing is this comment #8100 (comment):
> we would love to know if you can bundle the v1-beta branch with rollup.
## Expected Behavior
Bundling with Rollup should work as long as MUI provides ES ... |
The CardMedia component don't accept children on his tag.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I would like to be able to do it inside CardMedia:
 (building from source for linux) move include files in
/usr/local/include/ **opencv4/opencv2** /...
The problem is lot of opencv modules are including **< opencv2/**...> which
make error while compiling.
... |
##### System information (version)
* OpenCV => 4.0.0-rc
* Operating System / Platform => Ubuntu 18.10
* Compiler => gcc 8.2.0 / gcc 6
##### Detailed description
I did cmake ...Then make and then make install
and it does not generate opencv.pc file.
If I use same commands for version 3.4.3 then the file is... | 1 |
### Description
When viewing the DAG history in Tree View, individual DAG run times are
available by hovering over the DAG run. As an Airflow user, I would like the
average execution time to be readily available in the UI -> DAG -> Tree View.
It can be an average over the last _n_ runs, _n_ being the number of run... |
It would be useful to show a running average dag run duration in the grid
view. This could be a plotted line on top of the duration bar chart.
The average duration should be calculated on the webserver and included with a
dag run's info.
Bonus: We could possibly use the average duration to calculate a very rough
"E... | 1 |
Maybe BUG, maybe... i dont understand
Label have style .hidden-xs {display: block !important;}
on sm, md, lg label position to new string... and visual deformation interface
https://gist.github.com/Roosso/6762675
P.S. Sorry for my english
|
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span
within `.nav > li > a` . Because class is `display: block` above -sm then text
wraps to new line. Would you consider `.hidden-*` classes to be `display:
inline-block` instead ?
Here's a jsfiddle of the two cases - but the repercussions could b... | 1 |
##### System information (version)
* OpenCV => 4.2 master
* Operating System / Platform => macOS Catalina 10.15.5
* Compiler => Cmake 3.18.1; GNU Make 3.81
##### Detailed description
trying to build OpenCV but getting many errors when run "make -j7". The errors
are in train cascade apps folder files.
##### ... |
Hey,
I built opencv 4.0.0 with
cmake -D CMAKE_BUILD_TYPE=RELEASE
-D BUILD_opencv_apps=ON
-D OPENCV_EXTRA_MODULES_PATH=<path_to...>/modules ..
However, in "build/app" there are no createsamples and traincascade. There are
annotation, interractive-calibration, version and visualisation only.
These folders ar... | 1 |
Atom is incorrectly highlighting the javascript in this markdown that I am
writing. It's written like this because we're seeding, but, even though there
isn't a mismatched quote, it seems to think there is. This issue might be more
properly put on a package page, but I'm not sure which one to put it on. Also,
this ha... |
I opened a Python file with the following line (#963):
PrintAndLog(u"SSID: " + RememberedNetwork["SSIDString"].decode("utf-8") + u" - BSSID: " + RememberedNetwork["CachedScanRecord"]["BSSID"] + u" - RSSI: " + str(RememberedNetwork["CachedScanRecord"]["RSSI"]) + u" - Last connected: ... | 1 |
I have embedded form type with validation group which is important for parent
form, but according to this
http://symfony.com/doc/current/reference/forms/types/form.html#cascade-
validation it's not considered. Is there some way to force it's usage?
CurrencyBundle\Entity\Price:
constraints:
... |
I have an entity where I'm using the following validators:
/**
* @Assert\Callback(methods={"isValid"}, groups={"group1", "group2"})
*/
class UserProduct
{
/**
* @var string $title
* @Assert\NotBlank(message="title.blank", groups={"group1", "group2"});
... | 1 |
I create this post to bring attention to this thread where I explain my
problem: https://stackoverflow.com/questions/57269797/aggregate-several-
axessubplot-after-multiprocessing-to-draw-a-matplotlib-figure It provides
details and reproducible code, so I prefer to not duplicate.
Can someone tell me if it's a bug or ... |
I'm sure we're all very aware that the travis results are failing (every PR
gets some form of notification). I can't find a ticket which raises this
issue, so here it is.
Has anyone done any investigation into the failings? It would be nice to have
it all passing so that we can make good use of the closer github / t... | 0 |
## โ Questions and Help
### Please note that this issue tracker is not a help form and this issue will
be closed.
We have a set of listed resources available on the website. Our primary means
of support is our discussion forum:
* Discussion Forum
| ERROR: type should be string, got "\n\nhttps://pytorch.org/docs/stable/torch.html?highlight=sparse_coo_tensor#torch.sparse_coo_tensor\ndoesn't mention it and doesn't have examples.\n\nSciPy mentions\n(https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.coo_matrix.html)\nthat the corresponding values are to be summed.\n\nWould be useful for new users of PyTorch sparse package (like myself).\n\n" | 0 |
**Migrated issue, originally created by Anonymous**
from sqlalchemy import *
engine = create_engine('sqlite://filename=:memory:', echo=True)
**ISSUE 1**
issue1 = Table('issue1', engine,
Column('id', Integer, primary_key=True),
Column('rnd', Integer, PassiveDef... |
**Migrated issue, originally created by jek (@jek)**
(ProgrammingError) invalid reference to FROM-clause entry for table "principals" at character 737
HINT: There is an entry for table "principals", but it cannot be referenced from this part of the query.
'SELECT anon_1.tickets_owner_id ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
after npm i material-ui-codemod
expected to find node_modules/material-ui-codemod/lib/v1.0.0/svg-icon-imports
files
## Current Behavior
node_modules/material-ui-codemod/lib/v1.0.0/svg-icon-imports is... |
The Select API docs for type are missing an array of strings.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Should display (or something like this).
union: $ReadOnlyArray<string, number>
string
number
## Current Behav... | 0 |
Got this error while trying to compile a simple program
(https://gist.github.com/darkstalker/c8c605ddc56aa4d31fc8). It uses the num
0.1.24 crate.
error: internal compiler error: Impl DefId { krate: 2, node: 24906 } was matchable against Obligation(predicate=Binder(TraitPredicate(core::ops::Mul<_>)),d... |
I got an internal compiler error when `cargo test`ing my code, and I was
unfortunately unable to reproduce on a small sample. The code is here on
Github, to reproduce the error, change the literal on one line in test from
`42.0` to `42`.
$ rustc --version --verbose
rustc 1.0.0-nightly (522d09dfe 20... | 1 |
This is 100% a duplicate of #9984, however it's pretty old and nobody will
likely notice that a comment was made on it, so I figure I'd recreate it to
give it some attention.
I'd be more than happy to implement this feature, as I found myself wishing it
existed for the same reason the OP did all those months ago, ho... |
It would be really useful for time based indices to be able to indicate
recovery priority so that we can indicate that the latest index should be
recovered first. This will allow us to resume indexing more quickly.
| 0 |
I called method in my code like this ( Share.share("some text to share"); )
and received an exception :
E/flutter ( 3361): [ERROR:flutter/shell/common/shell.cc(181)] Dart Error: Unhandled exception:
E/flutter ( 3361): MissingPluginException(No implementation found for method share on channel plugin... |
I have 3 `ListView`, so I create a page just like the `TabBarView` Demo in
Gallery Sample.
But I found there are serveral bugs:
1. If I set the `unselectedLabelStyle` to `regular` and set `labelStyle` to `medium`, the display is strange, only one `unselectedLabel` updated.
2. if the `ListView` has only few it... | 0 |
# Bug report
**What is the current behavior?**
when debuging an vuejs project with firefox , the genereate source map is not
dispalyed correctly. on chrome it is Ok
i have two generated bundle: `main.js` `chunk-verndor.js` and two source map:
`main.js.map`, `chunk-vendor.js.map`
this is the screen shot for firef... |
I've put together a quick repo to demonstrate the problem:
https://github.com/Stuk/webpack-sourcemaps-firefox
And here's a gif of the issue in action:

I've checked Uglify, and Firefox has no issues there... | 1 |
How can this common `Windows 7` error be fixed? I'm using the Java bindings
and I'm about to go nuts since I tried everything and nothing worked:
1. Running the system file checker `sfc /scannow` (no violations found)
2. Searching for each DLL in the Windows search (all DLLs are found)
3. Repairing the system ... |
the installed opencv_world342.dll need "Api-ms-win-downlevel-
shlwapi-l1-1-0.dll" which is not in Windows 7. (vc2015_redist.exe already
installed).
when I copy it from windows10, it works.
| 1 |
Build the Android apk
flutter build apk --release
Creates apk with:
`armeabi-v7a/libflutter.so`
but it is missing `libflutter.so` in:
`arm64-v8a/`
From the build help I see that I can choose arm64
flutter build apk -h
--target-platform [android-arm (default),... |
15:39:00.293: I/flutter : โโโก EXCEPTION CAUGHT BY WIDGETS LIBRARY โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
15:39:00.296: I/flutter : The following assertion was thrown building Flexible(flex: 1):
15:39:00.300: I/flutter : scheduleBuildFor() called for a widget for which a buil... | 0 |
Can VScode inherit cold folding from Visual Studio:
Normal: | On Hover:
---|---

|

and ... |
I would like to see more options with code folding and with bracket matching.
It seems the user base is quite split on how they want the collapsed region to
display, so I think this should be a user configuration setting along with the
other features listed.
### Feature Requests
1. Collapse fold to a single lin... | 1 |
# Summary
Installing TypeScript 1.7 tooling for Visual Studio causes different behaviour
from 1.6 when publishing web applications, both from within Visual Studio
(right click > publish) and via msbuild.exe (`/p:DeployOnBuild=true`).
This issue has only been observed using a file system publish.
# Symptoms
Genera... |
TypeScript 1.4 allows variables to be used before they are initialized.
For example, both:
function dd(): number {
var x: number;
return x;
}
and
function ddd() {
var x: number;
x++;
}
are allowed.
It would be useful to have a compiler flag su... | 0 |
Why was the dedup plugin deprecated? Without it my build is several kb larger.
|
**Do you want to request a _feature_ or report a _bug_?**
Feature! ๐
**What is the current behavior?**
(This is gonna be a bit longer.)
Letโs imagine working on a project using WebWorkers. Letโs say I am using this
great new shiny library Comlink. Itโs needed by both `main.js` and `worker.js`
as Comlink is an a... | 0 |
NOTE: Only file GitHub issues for bugs and feature requests. All other topics
will be closed.
For general support from the community, see StackOverflow.
To make bugs and feature requests more easy to find and organize, we close
issues that are deemed
out of scope for GitHub Issues and point people to StackOverfl... |
NOTE: Only file GitHub issues for bugs and feature requests. All other topics
will be closed.
For general support from the community, see StackOverflow.
To make bugs and feature requests more easy to find and organize, we close
issues that are deemed
out of scope for GitHub Issues and point people to StackOverfl... | 1 |
### System info
* Playwright Version: [v1.XX]
* Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]
* Browser: [All, Chromium, Firefox, WebKit]
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the re... |
Context:
In Page Object Model, I would create a page object like this
import { Locator, Page } from '@playwright/test';
export class PlaywrightDevPage {
readonly page: Page;
readonly getStartedLink: Locator;
constructor(page: Page) {
this.page = page;
t... | 0 |
#### A small, complete example of the issue
import pandas as pd
import numpy as np
from multiprocessing import Pool
import warnings
# To avoid natural name warnings
warnings.filterwarnings('ignore')
def init(hdf_store):
global hdf_buff
hdf_buff = hdf_st... |
I find the `Index.to_series` method is a convenient way to allow indices to
act as columns of a dataframe where desired. However, the behavior of
`MultiIndex.to_series`, which gives a `Series` of tuples, is less useful.
Would it be convenient to provide a `to_dataframe` method for index classes?
This would be a natu... | 0 |
### Is there an existing issue for this?
* I have searched the existing issues
### This issue exists in the latest npm version
* I am using the latest npm
### Current Behavior
I have two packages `ajs` and `bjs`. Due to some reason I intend to merge
both. Right now, I am installing `ajs` with `npm install aj... |
### Is there an existing issue for this?
* I have searched the existing issues
### This issue exists in the latest npm version
* I am using the latest npm
### Current Behavior
When dealing with a scoped package, the file created on disk is of the format
`scope-package-1.0.0.tgz`.
The filename that is repor... | 0 |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
importing parts of material-ui should be available from the top level folder
## Current Behavior
The following list produces a typescript error ".../material-ui/index has no
exported member "
Inp... |
For each color palette (`primary`, `accent`, `error`, etc.), we have to either
use default material design hues or provide our own. This requires a set of 15
hues. It is not clear to me (and so far haven't been able to find it here or
in the docs, or on material.io) which hue is used in which context.
For exampl... | 0 |
1. Open some directories in tree view
2. Creating a new file or folder on the root path, or delete a root folder
3. All open directories collapse
Expected: everything stays open
?
* Maybe it's react?
We need to do more... | 0 |
When I use ColumnTransformer to preprocess different columns (include numeric,
category, text) with pipeline, I cannot get the feature names of the final
transformed data, which is hard for debugging.
Here is the code:
titanic_url = ('https://raw.githubusercontent.com/amueller/'
'sc... |
#6372 adds `get_feature_names` to `PolynomialFeatures`. It accepts a list of
names of `input_features` (or substitutes with defaults) and constructs
feature name strings that are human-readable and informative. Similar support
should be available for other transformers, including feature selectors,
feature agglomerat... | 1 |
### System Information
OpenCV version: 4.7 release
OpenCV Python version: 4.7.0.68
OS: macOS 13.0.1
Python version: 3.9.6
Compiler: Apple clang version 14.0.0 (clang-1400.0.29.202)
### Detailed description
I made two attention models of ONNX format. They have the same structure and
the only difference is i... |
Currently OpenCV Python bindings "automatically" converts 3D NumPy arrays into
2D `cv::Mat` with wrapping last dimension onto number of channels (to simulate
`Image` with colors):
a = np.zeros((2,3,4), dtype='f')
print(a.shape)
info = cv.utils.dumpInputArray(a)
print(info)
output:
... | 1 |
can expose 'cv::partition' function to Java?
I download OpenCV 4.1(Win pack) and install it on my Windows-10 64 Bit.
I want to use it in my Java program but 'partition' function is not in java
wrapper.
|
can expose 'cv::partition' function to python?
* OpenCV => 3.4.1(python-opencv)
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
| 1 |
### Version
2.6.8
### Reproduction link
https://codesandbox.io/s/54v49n1nzn
### Steps to reproduce
The repro shows the issue directly.
<Child
v-bind="{
appleColor: 'objective red',
bird: 'objective sparrow'
}"
:apple-color="`proper red`"
... |
### Version
2.6.11
### Reproduction link
https://jsfiddle.net/pvzkc51t/4/
### Steps to reproduce
1. open the jsfiddle.
2. wait page loaded.
3. input some charactor in element.
4. see the console.
### What is expected?
nothing in console.
### What is actually happening?
"Why should I update" outputs i... | 0 |
As you can see in the image bellow, If we go on with the example of the
Hoizontal Form and don't have the checkbox, then the button will render
without margins and ugly.

everything looks great because the checkbox div has 10 pixels of top and
bottom margin.
However, if you delete the checkbox div then the button is right up against
the text field. Unless you have a checkbox or radio button at the end of y... | 1 |
Posted this issue to the HuggingFace forums without a response.
Having a weird issue with DialoGPT Large model deployment. From PyTorch 1.8.0
and Transformers 4.3.3 using model.save_pretrained and
tokenizer.save_pretrained, the exported pytorch_model.bin is almost twice the
size of the model card repo and results in... |
Having a weird issue with DialoGPT Large model deployment. From PyTorch 1.8.0
and Transformers 4.3.3 using model.save_pretrained and
tokenizer.save_pretrained, the exported pytorch_model.bin is almost twice the
size of the model card repo and results in OOM on a reasonably equipped
machine that when using the standar... | 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/768 on 2008-10-31 by
@pbrod, assigned to unknown._
The generalized pareto cumulative distribution in standard form [1]_ is
defined as:
F(x;c) = 1-(1-c*x)**(1/c) for c>0 and c<0
where c is the shape parameter.
The limiting case as c->0 is t... |
As discussed here https://github.com/scipy/scipy/pull/337/files#r2227022 ,
Numpy's rfftn is not included in SciPy.
However, SciPy's version of rfft (2 real results per frequency bin) behaves
differently from numpy's (1 complex result per frequency bin), so it may be
confusing to just import it side-by-side.
In an o... | 0 |
I don't know if this is a known issue and supposed to be this way, but I find
it a little bit annoying.
If you are on a small laptop screen and for example scroll through the
components page there are a few sections where you can't reach the lower half
of the navigation on the left side, simply because with all the ... |
When you display some item that has a lot of subitems, the nav grows so much
that it doesn't fit on some resolutions, and some of the items aren't shown.
http://oi43.tinypic.com/2ivjtyv.jpg
On that screenshot, nav items are shown up to badges, missing the remaining.
I've tested it on latest Firefox and Chrome at 13... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.6
* Operating System version: Win10
* Java version: 1.8
### Steps to reproduce this issue
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... | 0 |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...**
[x] feature request
**Expected/desired behavior**
Introduce a way to bundle css with the help of NgModules (see #9726). These
styles would only be usable/scoped to the components inside the NgModules.
**What is the motivation / use case for changing the behavior?**
S... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.836]
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Steps to reproduce
Set the default shortcut to Alt + Space. Press Alt + Space to open the
PowerToy... |
# Environment
Windows build number: [Version 10.0.18362.836]
PowerToys version: v0.18.1
PowerToys: PowerToys Run
# Steps to reproduce
With PowerToys installed and running, press `Alt` \+ `Space` from any screen.
# Expected behavior
PowerToys Run popup shows up to start typing a comman... | 1 |
For `f` a function, type `typeof(f).<TAB>` and get:
julia> typeof(f).โ Error: Error in the keymap
โ exception =
โ type does not have a definite number of fields
โ Stacktrace:
โ [1] error at ./error.jl:33 [inlined]
โ [2] fieldcount(::Any) at ./reflection.jl:578
โ ... |
julia> typeof(+).<tab>
โ Error: Error in the keymap
โ exception =
โ A... | 1 |
I'm seeing an issue in Chrome 58.0.3029.83 on Android 7.0.0 where the visible
viewport is getting clipped.
Here's: https://threejs.org/examples/#webgl_animation_cloth

And https://thre... |
Hey Three.js team,
I found this weird bug that I thought you might find interesting.
When I attempt the cloth animation three.js example
(https://threejs.org/examples/#webgl_animation_cloth) on this tablet in
Chrome, it only shows a small part of the rendered canvas.
 1397.1 (1422.7) -> 1396.5 (1423.0) MB, 2.21 / 0.00 ms (average mu = 0.145, current mu = 0.011) allocation failure;
[77365:0x7fe610008000] 156796 ms: Mar... |
Hi, I need to reimport script after changes (by others) at runtime, but deno
doesn't want to recompile sources.
Simple test:
File test.ts
await import("./abc.ts");
await Deno.writeTextFile("./abc.ts", "console.log('After changes');");
await import("./abc.ts");
File abc.ts
... | 0 |
Pop over on ios safari doesnโt disallow scrolling and this change the intended
behavior if someone scrolls down while pop up is on
## Expected Behavior
popover to be removed before scrolling is allowed
## Behavior
If you scroll on ios safari browser while popover is on the popover doesnโt
disappear
## Steps to R... |
* I have searched the issues of this repository and believe that this is not a duplicate. (keywords searched: `hot` `load` `muiFormControl` `Input`)
## Expected Behavior
When using `react-hot-loader` in an application with MUI form controls, such
as `TextField`, I expect that making a change to my source code wil... | 0 |
I have install the tensorflow by pip on windows 10 64bit
tensorflow have no Problem.
but,Tensorboard can't run.
## this is Log
D:\Python35\Lib\site-packages\tensorflow\tensorboard>d:\Python35\python.exe
tensorboard.py --logdir=D:\tensorBoard --debug
INFO:tensorflow:TensorBoard is in debug mode.
INFO:tens... |
I installed the tensorflow for windows with
`pip install --upgrade --ignore-installed
https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl`
(I added the '--ignore-installed', for the official one didn't work on my pc)
Then I tried some code and ran tensorboard, howe... | 1 |
I was trying to use a tf.while loop inside another tf.while loop . I cross
checked many times , but I am getting this error . If somehow managed to get
over this error , I am getting another error called nothing to read from index
0 of tensor array , as nothing has been written to it . If you guys want , I
can post t... |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 x64
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
* TensorFlow installed from (source or binary): source
* TensorFlow version: git tag v2.0.0_beta1
* Python version... | 0 |
**Condor** opened **SPR-2076** and commented
It would be nice if the HTML tags would contain support for message code
resolving for the title, alt, accessKey and itemLabel attributes (just like
the Struts HTML taglib).
I suggest adding titleCode, altCode, accessKeyCode and itemLabelCode
attributes to specify a mes... |
**Erwin Vervaet** opened **SPR-9046** and commented
When using `@ActiveProfiles` to activate certain profiles in a test that uses
AnnotationConfigContextLoader to load a `@Configuration` context definition
which imports XML application context definitions using `@ImportResource`, the
active profiles are not consider... | 0 |
I am trying to make a loss function with varying input sizes. I am getting the
following error:
`TypeError: __int__ returned non-int (type NoneType)` when compiling the model
Steps to get the error:
Make architecture in Keras with None type as input: `input_image =
Input(shape=(None, None, 3))`
Then make a cus... |
I am trying to make a loss function with varying input sizes. I am getting the
following error:
`TypeError: __int__ returned non-int (type NoneType)` when compiling the model
Steps to get the error:
Make architecture in Keras with None type as input: `input_image =
Input(shape=(None, None, 3))`
Then make a cus... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.