text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
[Enter steps to reproduce below:] 1.Put some music and devellopers file on a folder 2\. Open the folder with atom 3\. clic on a music and it will crash atom because atom try to read it. **Atom Version** : 0.170.0 **System** : Unknown Windows Version **Thrown From** : Atom Core ### Stack Trace Uncaught Err...
So, I use my text editor for all kinds of things (writing code, reading readmes, editing dotfiles, etc). One of the things I do most often during any given day is open up large log files to troubleshoot Enterprise problems. These files can sometimes get as large as 500-800MB. I just tried viewing a 350MB log file an...
1
I'm running `Python 3.5.2` and `numpy 1.15.0` I'm seeing: /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, **kwds) /usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning:...
After `pip install numpy` 1.15 from a wheel, print "np.dtype.__basicsize__:", np.dtype.__basicsize__ # 96 print "scipy.dtype.__basicsize__:", scipy.dtype.__basicsize__ # 96 from scipy import stats ~ 20 RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expect...
1
It's so easy to accidentally drag a folder to another and not even know it, i've done it several times but each time i've been lucky to catch it. On a huge project this could be a nightmare. Please alert the user or at least create a preference that allows us to set an alert. Thanks!
I am on windows 7, latest vscode, behind a corporate proxy, but have specified in in settings. I get a list of all extensions, but when I try and install for example magicpython I get the following error: `getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualstudio.com:443` Any ideas?
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.3 # Steps to reproduce 1. Make sure at least two lines exists in the terminal window (eg. by typing in a command) 2. Use CTRL+mouse scroll wheel to zoom either in or...
# Environment Windows build number: 10.0.18362.175 Windows Terminal version (if applicable): 0.2.1715.0 # Steps to reproduce Wheel-click a tab within Windows Terminal. # Expected behavior Close the tab or whatever the intending behaviour is by design. # Actual behavior Application become...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When I'm using some dynamic component with SSR: false that is crashing I expect it to see the error somehow. ## Current Behavior Аpp is just stuck in "loading..." page state: no page error, no console ...
i had a call to an undefined function inside of componentDidMount. it errors `Cannot read property 'Component' of undefined` instead of notify that the function is undefined also a manual throw an error inside componentDidMount shows `Cannot read property 'Component' of undefined`
0
Hi, The moment i upgraded from an older version to v0.10.1it started crashing. I can not open it anymore. I tried downloading greater version like * v0.10.2 * v0.10.3 But that does not work either. Please see attached file crash info.txt for more information. Thanks
See microsoft/vscode#296 for details. The stacktrace seems to be all in Electron land. Any ideas?
1
### 右键弹出菜单位置错误 * 在放大的情况下(ctrl + +),右键点击弹出的菜单,位置偏左,放大倍数越大,偏左越明显。
> When I zoom in (using Ctrl+Shift++) the context menu that is shown when I > right click somewhere is displayed in the wrong place. I attached two images > one without any zoom where the menu is displayed correctly in the second one > how is displayed after pressing Ctrl+Shift++ twice. In both cases the click > is w...
1
**I'm submitting a ...** (check one with "x") [ X ] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** While configuring router ( **crea...
So, in the `RootRouter.commit` method, the RouteParams are appended twice to the URL, causing an URL like this `http://host.com/path?state=3&code=4` to be transformed to an url like this `http://host.com/path;state=3;code=4?state=3&code=4` by angular. This is not very pretty, and can cause problems, especially...
0
WARNING - Refused to delete permission view, assoc with role exists DAG Runs.clear Admin Issue with airlow webserver command on airflow 2.1.0 Please help
**Apache Airflow version** : 1.10.11 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-16T00:04:31Z", GoVersion:"go...
1
There are at least three sets of URLs that give the same thing: http://doc.rust-lang.org/std/ http://doc.rust-lang.org/nightly/std/ http://static.rust-lang.org/doc/master/std/ One of the should be picked and the others redirect to it. Related, but I believe not quite duplicate: #9461, #12466, #14466, #18558. ...
The `Ref` type connected to `RefCell` supports some methods for changing the type of the reference, such as `map` and `filter_map`. While `map` is clearly fully general, `filter_map` is somewhat of a special case hooked into `Option`. To make it fully general would likely require HKT. We need an overall plan before s...
0
## Steps to Reproduce 1. Clone test project https://github.com/v3rm0n/mixin_coverage_error 2. Run `flutter test --coverage` ## Logs unhandled error during test: /Users/maidokaara/Development/change/mixin_coverage_error/test/profile_bloc_test.dart Bad state: Couldn't find line and column f...
when i try to run my application for the first time, i get these messages Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: 42166fb9f119ab6f) Crash report written to /Users/yusuf/Documents/Flutter/flutter_app1/flutter_05.log; please let...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I am trying to build a `create-react-app` for production using `npm run build`` ## Current Behavior Creating an optimized production build... Failed to compile. Failed to min...
When using the autocomplete component using a list of people [name, city, state ...] as data-source, Austin will be displayed twice. How can we ensure the list won't show duplicate data while still using the same data source? const data = [ {"id":1,"name":"bob", "city":"Austin","state":"TX"}, {"id":2,"name...
0
**Proof of concept** : https://github.com/Bladrak/symfony-standard (master branch) * Go to {host}/demo/test * Enter anything in the form * Submit The error message appears twice. **Expected result** : the message should appear only once. **Model** : The validation is set on the interface (TestModelInterfac...
# Use case ## Models: abstract class AbstractUser { private $username; private $password; } class ConcreteUser extends AbstractUser { /** * @var UserProfile */ private $profile; } class UserProfile { privat...
1
This causes overhead on client side when parsing the errors since need to recheck content type for every error in order not to parse plain text as json (some libraries fail on that). The errors message format should be standardized. Examples: 404: Page Not Found Content-Type: text/plain; charset=utf-8 405 Met...
If go-restful detects a particular method is not allowed, it will return this error: HTTP/1.1 405 Method Not Allowed Content-Type: text/plain; charset=utf-8 405: Method Not Allowed That is preventing useful methods that resthandler would generate from making it to the client. Expecte...
1
### Bug report **Bug summary** When `boxplot` is called multiple times on the same axis with `manage_ticks=True`, ticks and labels can get duplicated and be overdrawn. I believe this problem to be caused in https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/axes/_axes.py#L4062-L4072 because there,...
It would be nice to migrate to py.test which seems to have more features and better usability than nose at this point. This is potentially a large chunk of work given how customized our nose environment is.
0
In my experience, there are few places in data work where problems with data are more evident than when merging datasets -- something that is both a problem (if you think you're doing a one-to-one merge and one of the keys isn't unique in one dataset, you can introduce huge problems) and an opportunity (checking that...
Dropping the index column with index=False normally works OK, but if the column headings are from a MultiIndex, it fails to drop the empty `<th></th>` spacers at the start of the header, so data rows are not aligned properly: df = pd.DataFrame([[1,1],[1,2],[2,3]], columns=pd.Mult...
0
Hi, I wish to use Gapi for authentication in a future nextjs app. Any idea if this is possible ? or have been done already ? * [x ] I have searched the issues of this repository and believe that this is not a duplicate. Thanks
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- next | node | OS | browser | etc |
0
#### Challenge Name #### Issue Description #### Browser Information * Browser Name, Version: * Operating System: * Mobile, Desktop, or Tablet: #### Your Code #### Screenshot
#### Challenge Name https://www.freecodecamp.com/challenges/target-the-children-of-an-element- using-jquery #### Issue Description The button 4 should've deleted from the jQuery, and button 5 should have only one clone. But it seems that there're 3 "target 5" buttons the right-hand display. #### Browser Informati...
0
from sklearn.ensemble import RandomForestClassifier X = np.ones(shape=(0,1)) y = np.ones(shape=(0,1)) rfc = RandomForestClassifier() In [36]: rfc.fit(X,y) --------------------------------------------------------------------------- ValueError ...
The handling of 1d input should be consistent in all estimators. I think currently 1d X is assumed to be of shape `(1, n_features)` \- and even that might fail sometimes. That needs to be checked and needs to be consistent across all estimators. Also, all estimators that don't support nd-input (I'm not sure any do o...
1
## Environment info * `transformers` version: 4.1.1 * Platform: ubuntu 18.04 * Python version: 3.8.5 * PyTorch version (GPU?): 1.7.1 ### Who can help @patrickvonplaten ## To reproduce Steps to reproduce the behavior: from transformers import AutoModelForSeq2SeqLM from transformers impo...
# ❓ Questions & Help Pretrained `T5Tokenizer ` has vocab size of 32100 (32000 tokens plus 100 extra_ids) but the shared embedding layer of `T5ForConditionalGeneration` has size of (32128, 768). I checked the google-research implementation of T5 and also found that they have vocab size of 32100 also. Where did the e...
1
**TypeScript Version:** 1.8.7 (ES6 mode) **Code** type SymbolKeysGiveNumbers = { [x: symbol]: number }; **Expected behavior:** Should work **Actual behavior:** `Error: an index signature parameter must be 'string' or 'number'` However: **Code** let x: { [key: string]: any }; ...
TypeScript now has a ES6 target mode which includes definitions `Symbol`. However when trying to index an object with a symbol, I get an error (An index expression argument must be of type 'string', 'number', or 'any'). var theAnswer = Symbol('secret'); var obj = {}; obj[theAnswer] = 42; // Cur...
1
The issue is that putting `class="visible-md visible-lg"` on an element will only make the element visible in the largest of the specified views (in this case `visible-lg`). The reason is that the CSS specificity that made this work in v3.0.3 was removed in v3.1.0 without correcting the order of CSS to make up for t...
ERROR: type should be string, got "\n\nhttps://dl.dropboxusercontent.com/u/37682778/error/index.html\n\n"
1
There is a lot of information in the stats API, but little of it is documented, and confusion arises... e.g. _all.primaries.docs.count shows all the documents lucene sees, which may be different to the documents elasticsearch sees with a simple search if there are nested documents being used. (I think this stateme...
Hello, We have actually 7 nodes. We use elasticsearch 1.3.2. We are configured in unicast mode with a minimum consistency of 4 Two days ago, in the night, network team has done a switches firmware upgrade of all production switches. The result of this upgrade has been catastrophic for the cluster. The cluster ...
0
the error info is `[ERROR] 16:28:29.726 [pool-4-thread-1] o.a.s.s.f.c.CommandExecutorTask - Exception occur: java.lang.NullPointerException: null at org.apache.shardingsphere.shardingproxy.backend.communication.jdbc.datasource.JDBCBackendDataSource.createConnection(JDBCBackendDataSource.java:150) at org.apache.shard...
## Bug Report ### Which version of ShardingSphere did you use? shardingsphere-ui-4.1.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior statment.executeQuery("select * from events" ) ### Actual behavior NullPointerException thrown ### Reas...
0
apm (atom package manager) conflicts with the widely used advanced power management system on Linux. This has been confirmed on both current versions of Ubuntu and Debian. Atom installs "apm" by default into /usr/bin, Advanced Power Management installs its client, also named "apm" into /usr/bin as well. Since this ...
Error when installing on a system with "apmd" package installed: Selecting previously unselected package atom. (Reading database ... 183328 files and directories currently installed.) Preparing to unpack atom-amd64.deb ... Unpacking atom (0.138.0) ... dpkg: error processing archive atom...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-soak-gce-test/84/\n\nFailed: BeforeSuite {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:165\n Dec 6 12:00:03.528: Error waiting for all pods to be running and ready: 3 / 33 pods in namespace \"kube-system\" are NOT in RUNNING and READY state in 10m0s\n POD NODE PHASE GRACE CONDITIONS\n fluentd-cloud-logging-bootstrap-e2e-minion-group-ccml bootstrap-e2e-minion-group-ccml Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST } {Ready False 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:59:35 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST }]\n kube-proxy-bootstrap-e2e-minion-group-ccml bootstrap-e2e-minion-group-ccml Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST } {Ready False 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST }]\n node-problem-detector-v0.1-r97lg bootstrap-e2e-minion-group-ccml Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:25 -0800 PST } {Ready False 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:37 -0800 PST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-12-06 04:58:32 -0800 PST }]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:135\n \n\nPrevious issues for this test: #26135 #26236 #27920 #28492 #29970 #30075\n#32980 #33313 #35444 #37814\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-scalability/10992/\n\nFailed: BeforeSuite {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:158\n Sep 23 11:26:08.874: Error waiting for all pods to be running and ready: 1 / 418 pods in namespace \"kube-system\" are NOT in the desired state in 10m0s\n POD NODE PHASE GRACE CONDITIONS\n node-problem-detector-v0.1-dwpq2 e2e-scalability-minion-group-i5cw Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2016-09-23 11:12:13 -0700 PDT } {Ready False 0001-01-01 00:00:00 +0000 UTC 2016-09-23 11:12:13 -0700 PDT ContainersNotReady containers with unready status: [node-problem-detector]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2016-09-23 11:16:54 -0700 PDT }]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:128\n \n\nPrevious issues for this test: #26135 #26236 #27920 #28492 #29970 #30075\n#32980 #33313\n\n"
1
While it's possible to find the `max` of a Series containing strings, it's not possible to find the `idxmax`: >>> s = pd.Series(list('ABCDEFGHIJKLMNOPQRSTUVWXYZ')) >>> s.max() 'Z' >>> s.idxmax() --------------------------------------------------------------------------- ValueEr...
When getting the values of a dataframe with multiple columns with a single type datetime64[ns,UTC], it returns a numpy array with dtype=object instead of dtype=datetime64[ns,UTC]. When returning a single column with dtype=datetime64[ns,UTC] or returning a multiple columns of dtype=datetime64[ns] (ie without tz), it...
0
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
1
**Jon Daly** opened **SPR-7062** and commented Would like a replacement for `@Valid` that could take group classes for JSR-303 validation. Right now only the default group class of JSR-303 Constraints is run for the `@Valid`. Please refer to this forum thread for more detail: http://forum.springsource.org/showthre...
**Chris Widhelm** opened **SPR-2002** and commented When calling ServletRequestUtils.getRequiredStringParameters or ServletRequestUtils.getStringParameters the following chunk of code throws a ServletRequestBindingException if there is an empty String as one of the parameter values. I would argue that an empty Stri...
0
I have tried all the methods but did not succeed to make a batch processing of images in Go Tensorflow. I have been following this test case for the inception model. I tried many things but did not work. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/go/example_inception_inference_test.go#L199 Co...
_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
> Issue originally made by James Koshigoe (jameslk) ### Bug information * **Babel version:** 6.6.5 * **Node version:** v4.2.1 * **npm version:** 2.14.7 ### Options "babel-preset-es2015": "^6.6.0" ... "presets": ["es2015"] ### Input code export var i = 0; ...
> Issue originally made by Justin Johansson (justinjohansson) ### Bug information * **Babel version:** 6.11.4 (babel-core 6.13.2) * **Node version:** v6.4.0 * **npm version:** v6.4.0 ### Input code Bug shows up when transpiling following input code with ES2015 CommonJS module transform plugin. ...
1
I'm trying to create an application that registers events on key presses. The registering works fine, and the events are triggered properly, but the keypress isnt passed forwards onto the OS for any other program to process. Yes I'm using single character ('x' etc.), and obviously there are security implications of...
Not sure if this is the intended outcome, but wasnt what I expected; if I register 'ctrl+c' or 'ctrl+x' as a global shortcut, the system will only listen to that function and not run the default copy/cut-function. I was hoping to bind my listener as an addition to the default function..
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gci-gke-pre-release/77/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:279\n Dec 6 08:12:34.311: Memory usage exceeding limits:\n node gke-bootstrap-e2e-default-pool-33fbefd8-5f1z:\n container \"kubelet\": expected RSS memory (MB) < 83886080; got 87023616\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:154\n \n\nPrevious issues for this test: #26982 #33994 #34035 #35399\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-\nsoak-continuous-e2e-gce/6512/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Sep 7 04:56:39.012: Memory usage exceeding limits:\n node jenkins-e2e-minion-group-4yze:\n container \"kubelet\": expected RSS memory (MB) < 83886080; got 85123072\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:153\n \n\nPrevious issues for this test: #26982\n\n"
1
The following program calls 'fail!()', but still results in an exit code of zero: fn main () { os::args(); fail!(); } Here's what it looks like: jclements-09740:~/clements/projects/rust-experimenting clements> rustc ./foo.rs && ./foo && echo "done" Running ...
fn main() { os::args(); assert!(false); } Causes the program to return with exit status 0. Thankfully removing `os::args()` makes it return with nonzero, but it appears that at any point after the invocation of `os::args()` an assertion failure will cause an exit status of 0. I ran this...
1
**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 ...
Possible bug with `slice` in `alpha.55` and `beta 0` … was there a change with slice recently? The app gets a list and then slices them. No changes are made on load. The app works without slice. // cc @wardbell
0
**Bug summary** When using Jupyter notebook and matplotlib.pyplot with setting %matplotlib notebook, the plots generated only show the top left corner. One can pan and see the remaining section of the plot. Using %matplotlib inline does not have the same problem. **Code for reproduction** ##any plotting code wi...
### Bug report **Bug summary** A simple 3D scatter plot is not working on jupyter notebook when `%matplotlib notebook` is enabled. However, it is working for `%matplotlib inline` An extremely large, blank window appears that spans beyond the page. **Code for reproduction** %matplotlib notebook ...
1
On beta, this container (which still has a message which says "output will go here"), no longer shows the challenges' output: ![image](https://cloud.githubusercontent.com/assets/18563015/22176754/0ea4bbc6-dfdf-11e6-828d-6fbc001ecb8f.png) Instead, we only see the notification that the tests are running or have comp...
The instructions ask us to change the second child of div with class="well", but the exercise is validate when you change div class="target" element.
0
### Problem description Since upgrading from material-ui 0.14.4 to 0.15.1 I'm noticing my SelectField component is not rendering MenuItems. This could be due to the two warnings i'm seeing (related to #4594), but those are warnings, not errors. ### Steps to reproduce import MuiThemeProvider from 'mat...
### Problem description I can't open the SelectField,that is it is not useful to click SelectField.But My code is just referred to http://www.material-ui.com/#/components/select- field Could you give me some suggestions? ### Steps to reproduce 1.I write a `div` that contains a `SelectField` <div> ...
1
##### System information (version) * OpenCV => 4.1.2 * Operating System / Platform => macOS Catalina, Version 10.15.1 * Compiler => Xcode, Version 11.2.1 (11B500) ##### Detailed description I installed opencv4 through homebrew. Unfortunately, cv::medianBlur() crushed every time it runs. I checked the inp...
##### System information (version) Opencv => 4.0.0 (C++ custom build, includes dnn module) Operating system => Ubuntu Compiler => GCC ##### Detailed description ##### Summary I have a transfer learning mobilenetV2 classification model, which I want to use in a C++ code using the opencv's cv2 dnn module. **Th...
0
##### System information (version) * OpenCV => 4.1.2(Ubuntu18.04),4.2(Win10 64bit) * Operating System / Platform => Linux, Win * Compiler => gcc7.5(linux), Visual Studio 2019(Win10) * Tensorflow => 2.1 ##### Detailed description I want to convert keras model to `.pb` file and load it using `dnn.readNetFrom...
I encountered a discrepancy between the documentation (found here) and the actual behavior of the cv::log function. Though the documentation says that log(0) will evaluate it to roughly -700, printing it indicates that it is -inf. Is this the intended behavior? ### Please state the information for your system * O...
0
I have encountered something that's very likely a bug. In the same module, the transpiled code for `export ... from ...` appears before the transpiled code for `import ...` in the output. This scenario has already been asked here \- unfortunately without an answer. I think this is a bug because the 2 following ...
### Input Code import "babel-polyfill"; export {default as foo} from "./foo"; //Foo depends on the babel-polyfill Example in REPL ### Babel Configuration (.bablerc, package.json, cli command) { "presets": ["es-2015"] } ### Expected Behavior The contents of the ...
1
When attempting to use `exportAs` with a template-based directive, the following behaviour occurs: (1) **When used with`*` syntax:** You get the error "There is no directive with "exportAs" set to "foo"" despite this not being true (2) **When used with`template`**: You don't get an error, but the export is nul...
If you want to use a `TemplateRef` to instantiate an embedded View anywhere other than in that template's location (i.e., with its own `ViewRef`), the inability to grab the TemplateRef (or a directive instance) on the template element becomes cumbersome. The only real way to accomplish it now is to use `@ViewChild` /...
1
When I initialize popover via javascript(not adding data attributes) does some facinating things it shoudn't do. It appends content to .content. as it should, but doesn't clear previous content, so there will be this content I need to append there, and previous content Whatever.prototype.init(){ ...
Hey there, A recent change `5bf1391` related to issue: #10658 Leads to behavior I'd consider at the very least undesired(and probably overlooked). The net effect is that by using "append", the content returned by the popover method gets re-appended on every single popover toggle. http://jsfiddle.net/jQxdv/ This ...
1
**Reiner Kühl** opened **SPR-4106** and commented We have va working web flow for Spring 2.0.7. When trying the new 2.5 RCs we find it works only with Spring-2.5RC1 and spring-webmvc-2.0.7. With Spring-2.5RC1 and spring-webmvc-2.5RC1 we get a complaint about an invalid property (name of property is empty?!) 2007-...
**Mohan** opened **SPR-4105** and commented De serializing org.springframework.webflow.execution.FlowSessionStatus throws following error. Exception in thread "main" java.lang.IllegalArgumentException: Unsupported labeled enumeration type 'class org.springframework.core.enums.StaticLabeledEnum': make sure you've pr...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-learn-how-script- tags-and-document-ready-work has an issue. Please describe how to reproduce it, and include links to screenshots if possible.
Challenge http://www.freecodecamp.com/challenges/waypoint-target-the-same- element-with-multiple-jquery-selectors has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Code below "You shouldn't need to modify code below this line" initially missing, then once it appears, in...
1
During package updates the "Updating" status of many (not all) packages doesn't seem to change to "Updated" even after the updates have been successfully installed. I can see the updates were successfully installed by clicking "Check for Updates" again after which the "Updating" message disappears and I get the messa...
Just noticed this as of Atom 0.208.0-c06d62e: 1. Click the `Update` button in an available update package card in the Updates panel 2. Wait a sufficiently long time so you know it should've been installed (~5 mins with an SSD, for example) 3. Package card will still say "Updating..." 4. Click another panel i...
1
* VSCode Version:1.2.0 * OS Version:Windows 7 Steps to Reproduce: ### Problem 1 1. Ctrl + ` 2. Chinese character gash in Terminal. ![2016-06-08_174351](https://cloud.githubusercontent.com/assets/5000396/15890455/322fce9a-2da2-11e6-9ce4-4b99be7f52ef.png) ### Problem 2 1. 创建一个目录: D:\新建文件夹 2. 打开VS Code...
After updating I now receive an error. [c:/Program Files (x86)/Microsoft VS Code/resources/app/extensions/csharp-o]: Cannot read file c:/Program Files (x86)/Microsoft VS Code/resources/app/extensions/csharp-o/package.json: ENOENT: no such file or directory, open 'c:\Program Files (x86)\Microsoft VS Code\resources\ap...
0
**TypeScript Version:** 1.8.10 **Visual studio Version:** 2015 community version update 2 typescript tools for visual studio 1.8.29.0 **Code** any typescript code **Expected behavior:** Visual studio typescript debugger could correctly setup breakpoint red point at the line I double clicked. ...
**TypeScript Version:** 1.8.7 **Code** private streamProcess(stream: NodeJS.ReadableStream): Promise<void> { return new Promise<void>((ok, fail) => { stream .pipe(this.parser.createStream()) // returning type is `NodeJS.ReadWriteStream` .on("error",...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Ansible setup module. ##### ANSIBLE VERSION ansible 2.2.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Control: CentOS 7.3 Target: CentOS 7.3 ##### SUMM...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME setup ##### ANSIBLE VERSION ansible 2.1.0.0 ##### CONFIGURATION ##### OS / ENVIRONMENT Linux ##### SUMMARY On some of my linux cluster servers, I have quite large max-open-files configuration (for some practical need), like: ...
1
I feel like the previous issue #12392 was locked without explaining why. What is wrong with this piece of code when edited into the project? If nothing I would be happy to create a pull request. .btn-group-justified { &> .btn { border-right-width: 0px; } &> .btn:last...
Please consider removing the double border on justified link variation, like you have on multiple buttons in an input group, in the upcoming v3.1.0? http://getbootstrap.com/components/#btn-groups-justified Thanks! Lee
1
If that makes sense, I can create a pull. #### Description #### Steps/Code to Reproduce #### Expected Results #### Actual Results #### Versions
It would be nice if these rates would be included in the metrics module: * False positive rate (Fall-out) * False negative rate (Miss rate) * True negative rate (specificity)
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 11...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 11...
1
Challenge http://freecodecamp.com/challenges/waypoint-create-a-set-of-radio- buttons has an issue. Please describe how to reproduce it, and include links to screenshots if possible. When I visit challenge page, the HTML inside editor is rendered twice. ![catphotoapp](https://cloud.githubusercontent.com/assets/14511...
Challenge http://www.freecodecamp.com/challenges/waypoint-line-up-form- elements-responsively-with-bootstrap has an issue. I think the problem is happening on all Waypoint pages; the device right side of the screen where the CatPhotoApp page displays the information is being displayed duplicated; Another point is t...
1
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.forEach () at commitIndex (chrome- extension://fmkadmap...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
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 bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was already fixed in the master branch. * I have included all related issues and possible dup...
0
By default babel is looking for `node_modules` in current directory. But sometimes we need to use `node_modules` from some child or other directory. I tried to use `NODE_PATH` env, but it doesn't work. So, maybe it's good idea to add supporting some environment variable, for example `BABEL_NODE_MODULES` with li...
This is a bug report - I am getting this error: Module build failed: Error: Couldn't find preset "latest" relative to directory "/Users/alexamil/WebstormProjects/oresoftware/sumanjs/suman-browser-polyfills/modules" at /Users/alexamil/WebstormProjects/oresoftware/sumanjs/suman/node_modules/babel...
1
##### Description of the problem I see RENDER WARNING in the two examples on my Windows + Chrome. [.Offscreen-For-WebGL-000002652FEC91C0]RENDER WARNING: Render count or primcount is 0. https://threejs.org/examples/webgl_octree.html https://threejs.org/examples/webgl_materials_cubemap_dynamic.h...
Sorry, it was glitch on my side after ObjLoader update. After my code fixing everything works fine. ... ##### Three.js version * Dev * r74 * r75 * ... ##### Browser * [] All of them * Chrome * Firefox * Internet Explorer ##### OS * All of them * Windows * Linux * Android * IOS
1
It would be great if aside from the current way of building widgets you could add JSX like capabilities. I mean add tiny syntactic sugar to enable XML like constructs inside dart code. It just makes code so much easier to read/develop/debug/maintain and also easier for powerful GUI builders to integrate with editable...
## Steps to Reproduce 1. Create a widget that contains a CameraPreview. 2. Try to take a screenshot using this method: https://docs.flutter.io/flutter/rendering/RenderRepaintBoundary/toImage.html 3. I made a small demo app that can be found at: https://gist.github.com/eduardkieser/ffea183945d56f537d789888008cb...
0
An optional parameter on the facet, like sort's "ignore_unmapped" parameter would be great. Context : We use "dynamic_templates" in our index mapping and allow clients to search, sort, and "facet" on any field that is valid by the rules of the mapping. The problem arises when facets are run on fields that do not ex...
Changing the routing value or parent id of a document will lead to duplicate documents with the same index, type, and id. I _think_ that internally a documents id is constructed from the index, type, id, and routing value so internally the id's are different, yet they look the same to the end user. Is there somethin...
0
* VSCode Version:1.0.0 * OS Version:win7 I hope have a plugin like bootstrap-3-snippets, we can use it quote myself snippets from localhost or server(for example github).
0
Hi, Is there any plan to add support for `CMake` build tool? `CMake` is more easy and portable.
I'm creating this issue to discuss the possibility of standardizing our build system on CMake, which seems to be getting significant traction as a saner, cross-platform build system than Make. If we decide to use this to build Julia, we may want to standardize on it as a standard build system for Julia packages that ...
1
Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT **Atom Version** : 0.152.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace At events.js:85 Error: spawn /opt/atom/atom (deleted) ENOENT at exports._errn...
**TEMPORARY WORKAROUND** : `ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"` Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT **Atom Version** : 0.152.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace At...
1
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at n.value (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:163226) at m (chrome- extension://fmkadmapgofadopljbjfkapdkoie...
Here is the link to Sandbox I have simple code like this: **Sidebar.js** : import React, { Component } from "react"; import { BrowserRouter as Router, Route, NavLink } from "react-router-dom"; import Menu from "./Menu"; class SidebarExample extends Component { render() { ...
0
> Issue originally reported by @sheerun in babel/babel-preset-env#434 When using `useBuiltIns: 'usage'` and doing two passes with babel, it can require polyfills multiple times, what makes babel not idempotent on second run (in my opinion it should be). require("babel-polyfill/lib/core-js/modules/es6....
> Issue originally made by Ivan (istarkov) ### Bug information * **Babel version:** 6.6.0 * **Node version:** 5.6.0 * **npm version:** 3.7.5 ### Description Looks like bug in latest 6.6.0 babel version Next simple plugin export default function (/* { types: t } */) { return { v...
0
I want to have 2 parallel VGG models that share an input. I can do this with: modelA = vgg16.VGG16(include_top=True,weights='imagenet') modelB = vgg16.VGG16(include_top=True,weights='imagenet') y = modelB(modelA.input) modelC = Model(inputs=modelA.input,outputs=[modelA.output,y]) The ...
I run into the above warning when saving sub-classed models with `model.save()`. After some investigation, the error seems to occur when using sub-classed layers in combination with sub-classed models. See the code below for a minimal example: import tensorflow as tf class CustomLayer(tf.ker...
0
Q | A ---|--- Bug report? | "yes and no" Feature request? | "yes and no" BC Break report? | no RFC? | no Symfony version | 3.3.x, probably ever since there is this bridge though (so 2.7 minimum ?) I am currently using the Doctrine bridge on a Flex install. For some reasons, if I add a typehint to an ac...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 3.3.6 Install Symfony Flex, create console comand which uses `Doctrine\DBAL\Connection`, run it and got an error Z:\home\dev\gleb-migrator>php bin/console app:migrate-issues ...
1
They look disconnected, detached. ![bs3-tooltips- disrupted](https://camo.githubusercontent.com/459ba91e9c313a194e58e6da2707da528e7ff44cece2179aae90a0f0203a26bb/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313530353337322f323035393932332f30336138313130382d386265382d313165332d386336612d6634626...
Chrome for Mac. Taken from the docs. To repro: 1. Zoom at 90%. (ctrl + `-`) 2. Notice the tooltip arrow has this line of whitespace. ![screen shot 2013-08-14 at 18 41 06](https://camo.githubusercontent.com/93eb174dea23b026bfdf6cef14edbda779f157d8875daf4b673b275af14a3c98/68747470733a2f2f662e636c6f75642e67697468...
1
While 7494 and 906 both describe behaviors that might surprise, it seems to be the ones expected. However this really looks like a bug to me, if not, I'm really curious of an explanation: >>> import torch >>> a = torch.arange(20) >>> a[1:].sub(a[:-1]) # Achieve the same thing as numpy.diff ...
Sometimes an in-place division where the denominator comes from the same tensor will yield unpredictable results. For example, if you want an array that counts from 0 to 100 in each of 50 rows, but actually you want to normalize to the range [0..1], it seems natural to write: import torch c = torch...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 12.0.5 ### What opera...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** 7.1.1 ...
0
##### System information (version) * OpenCV => 3.3.1 * Operating System / Platform => High Siera * Compiler => make COMMAND: 1. cmake -DOPENCV_EXTRA_MODULES_PATH=/Users/....../Desktop/opencv_contrib-master/modules -DBUILD_opencv_aruco=OFF -DBUILD_opencv_bgsegm=OFF -DBUILD_opencv_bioinspired=OFF -DBUILD_ope...
![Screenshot from 2019-06-05 04-00-20](https://user- images.githubusercontent.com/44631967/58918202-efac0780-8746-11e9-8d83-f4e61e5b19eb.png) ##### System information (version) * OpenCV => 3.1 * Operating System / Platform => Linux 4.18.0-kali2-amd64 * Compiler => g++ 8.3.0 ##### Detailed description Not ab...
0
**Alexander Derenbach** opened **SPR-8873** and commented I want to have a cache class which clears itself. Since the both annotations are not working together I have to create a special task class. The problem is that the cache class is a proxy and then the scheduler runs into a ClassCastException. Perhaps it i...
**Paul Middelkoop** opened **SPR-8651** and commented Tested on nightly build of August 29th 2011: public interface MyRepository { } `@Component` public class MyRepositoryImpl implements MyRepository { `@Scheduled`(fixedDelay = 5) public void initCache() {} } This works. But when I change from `@Compone...
1
function isOkOf<a>(anything: { isOk: a }) : a { return anything.isOk; } function notOver<a>(is: (value: a) => boolean) : (value: a) => boolean { return function not(value: a) : boolean { return !is(value); }; } interface A { isOk: boolean; }...
Motivating example (one of many): function compare<T>(lhs: T, rhs: T): boolean { return lhs === rhs; } if(compare('1', 1)) { // Expected: Error -- I made 'compare' generic for a reason! /* ... */ } ### Proposal When generic type inference performs its Best Common Type ope...
1
Hi, the following example reproducibly crashes the kernel after printing the topics. I do not get any error message. Example in question: http://scikit- learn.org/stable/auto_examples/applications/topics_extraction_with_nmf_lda.html#example- applications-topics-extraction-with-nmf-lda-py My input and output: h...
There is a call to `exit` in the topic extraction example. I didn't have time to blame but that seems odd.
1
### Description The reflectable package does not work with flutter v0.6.0, while it does work with v0.5.1. ### Minimal Example Given the following minimal example: https://github.com/s-bauer/flutter_reflectable_minimal ### Working with v0.5.1 With v0.5.1 it works like expected. I execute the `tools/builder.dart`...
Running the built_value generator on flutter code currently spits out a severe error: `[SEVERE] Instance of 'PartBuilder' on dartsugar|lib/models/module_data.dart: Unable to resolve asset ID for "dart:ui"` It still works, but I wonder if 1) there is potential for things to break down the line, in which case we shou...
1
Cudnn8.0 remove function "cudnnGetConvolutionForwardAlgorithm", but OpenCV still use it. So how to resolve it?
New CuDNN release introduced new libraries and headers layout and excluded some functions. See initial discussion and found issues in #17238. The PR is closed a s abandoned. Found changes: * introduced `cudnn_version.h` header with version information * libcudnn is split on several libraries * `cudnnGetConvol...
1
# ❓ Questions & Help ## Details Is there a way to generate all possible sentences using a fine-tuned GPT-2 model given a certain sampling technique? For some reason I wan to exhaust all possible combination of tokens given a fine-tuned GPT-2 model with certain sampling technique. Is it doable? If it is not, how do ...
I have a custom Bert model for relation classification based on the R-BERT paper. The model performs well but is relatively slow on CPU, so I'd like to try exporting to ONNX. The model inherits from `BertPreTrainedModel` and is relatively simple: class BertForRelationClassification(BertPreTrainedModel...
0
class C { p: number; // Should be an error under --strictNullChecks method() { this.p; } }
_[A search yields this addresses#7271. However, I found that out only after it was written, but still decided to post it separately, as I felt it wouldn't gain enough exposure there]_ Since TS classes are purely structural, there is no current way to precisely model the `instanceof` runtime expression, which is the...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 # Steps to reproduce Open a session to one of the WSL containers. Open midnight commander and start scrolling with the arrows and tab between panes. # Expected...
# Environment Windows build number: [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 Any other software? - WSL Ubuntu: [1804.2019.521.0] - Midnight Commander (standard WSL Ubuntu repository). # Steps to reproduce 1. Install Pragmata Pro Mo...
1
**Alysson Rodrigues** opened **SPR-9424** and commented Hibernate 4.1.0.Final isn´t auto flushing during before completion phase when using JTA (CMT) under Spring 3.1.1.RELEASE and JBoss AS 7.1. I´ve set hibernate.transaction.factory_class to org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory and h...
**Koen Serneels** opened **SPR-9404** and commented I have been migrating from hibernate 3.3.x to hibernate 4.1.3-final using Spring 3.1.1-release. Besides the hibernate specific refactorings (due to API changes) I thought the only changes for the Spring integration were changing packages names: * Use the Local...
1
# Environment Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0 No other software? # Steps to reproduce Just open Windows Terminal and launch ssh command : ssh login@ipadress # Expected behavior expected to connect to ssh on remote computer # Actual behavior having...
# Environment Windows build number: 10.0.18363.0 Windows Terminal version: 0.6.2951.0 # Steps to reproduce Setwindow width to its minimum size. Tabs are not visible now. Restore window to its previous size . # Expected behavior ![image](https://user- images.githubusercontent.com/454211...
0
[Enter steps to reproduce below:] 1. Start Atom **Atom Version** : 0.201.0 **System** : LUCASPC **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Function....
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
[ ] bug report [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Currently I have to import my components for declarations in bootstrap and in my ro...
**I'm submitting a ...** (check one with "x") [ ] bug report [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Before `NgModules` I only had to imp...
1
Hi, It's great that you in sf 2.1 can set a global translation_domain for a form, but it's not delegated to repeated types, and setting `"options" => array("translation_domain" => "xxx")` does not work. My builder element looks like this: $builder->add('password', 'repeated', array( 'type' ...
I noticed that my local copy of packagist started to fail, and after some digging it appears related to PHP5.3 This is all based on the 2.3 symfony branch. Here is a test to show my thinking. /** * https://github.com/composer/packagist/issues/458 * Based on https://github.com/co...
0
opencv/modules/core/include/opencv2/core/private.hpp Line 119 in c3e8a82 | #define CV_MALLOC_ALIGN 64 ---|--- there is a problem: if a small struct which is created by `new` is stored with cv::Mat, the memory increases a lot, if CV_MALLOC_ALIGN = 64, else it is normal when CV_MALLOC_ALIGN=8 ...
##### System information (version) * OpenCV => 4.1.1 * Operating System / Platform => Ubuntu 18.04 * Compiler => GCC 7.4.0 ##### Detailed description When creating large Mat objects followed by smaller allocations that are kept in a loop, resident memory keeps growing. This does not occur when the matrices a...
1
I'm on webgl_postprocessing_outline.html line 241 added const parameters = { format: THREE.RGBFormat }; const size = renderer.getDrawingBufferSize( new THREE.Vector2() ); const renderTarget = new THREE.WebGLMultisampleRenderTarget( size.width, size.height, parameters...
Because GLTFParser.prototype.loadTexture passes an Object URL to `loader.load`, the image is added to THREE.Cache with an Object URL (a random UUID string each time) as the key. After loading the same .glb file three times, THREE.Cache.files will look like: blob://96EC1B8D-B513-4858-A051-EDE713598B4C ...
0
It would be useful to be able to declare optional properties on a class, similar to how it works for interfaces. This would allow more expressive structural subtyping with plain classes: class Name { first: string; middle?: string; last: string; } function printName(name:...
I have problem of a non-DRY situation. I have `View` class that set a bunch of labels through a method. It must be a method because I need to give it some context. interface Labels { label1: string; label2: string; label3: string; label4: string; label5: string; ...
0
[ * ] bug report [ ] feature request [ ] support request When I try to add to many cases info [ngClass] directive appear an error: [ngClass]="{ 'COAAccount': node.data.type == 1, 'COACounter': node.data.type == 3, 'COAMirrorAccountMinus': node.data.type == 4, 'COAAccountCopy': ...
**I'm submitting a **bug**. [x ] bug report [ ] feature request [ ] support request **Current behavior** I wanted to repeat particular element several amount of time, so I'm using `*ngFor` directive with hard-coded array like `[1,2,3,4,5,6,7,8,9,10]` and that got worked awesome. I achiev...
1
**Migrated issue, originally created by Maik Riechert (@letmaik)** mybool = Column(Boolean, nullable=False, default=False) I use PostgreSQL which has a native boolean type. If I then also use naming convention: "ck": "ck_%(table_name)s_%(constraint_name)s", Then sqlalchemy co...
When performing a `deepcopy` on some serialized data, I found that anything that's of the type `MutableList` gets its elements duplicated. I'm using `1.3.2` >>> foo = MutableList(['bar']) >>> print(foo) ['bar'] >>> print(deepcopy(foo)) ['bar', 'bar']
0
#### Issue Description * After finish the questions in Computer Basics videos for example: **Computer Basics: Measuring Data Speed** I can see a flash with the first question of the next questionnaire. #### Steps To Reproduce 1. Go to http://www.freecodecamp.com/videos/computer-basics-measuring-data-speed 2....
#### Issue Description When you go into any of the hike videos, after watching the video, campers get to answer a few questions. After completing all the questions, right or wrong, all right, or with a few wrong at first, before going into the next hike, you get the first question of the next hike briefly before you...
1
In v122 (Win7), I accidentally noticed that some menu items are still missing the full key binding and only have the first part, specifically these three: ![image](https://cloud.githubusercontent.com/assets/7287076/3932934/9c09a78e-2474-11e4-8e53-400adcbaeef5.png) ![image](https://cloud.githubusercontent.com/asset...
Copy/Paste don't work in the feedback editor User: @jbarnette Atom Version: 0.43.0 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Atom/0.43.0 Safari/537.36
0
* 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.9 * Operating System version: windows * Java version: jdk1. ### Steps to reproduce this issu...
* 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.3 * Operating System version: macOs sierra * Java version: 1.8 ### Steps to reproduce this i...
0
**Deep Banduri** opened **SPR-4184** and commented We are seeing an issue that happens with Jboss 4.2.x where a transaction is not rolling back when the time out period has elapsed. Following is the scenario and how I can consistently reproduce the error. We have a transactional method on a bean with 2 db upd...
**Kavipriya Gnanasambandam** opened **SPR-4107** and commented I am using Spring 2.0.2 with JBoss 4.2.1 which uses Arjuna Transaction Manager. When i am trying to rollback a transaction i am getting the error message as IllegalStateException"No Active JTA Transaction" The integration between Spring and JBOSS does no...
1
It would be helpful if the legend shadow could be set to an arbitrary color or set to match the edgecolor of the legend.
### Bug report **Bug summary** Calls for tight_layout can produce figure titles that overlap with the input. This notebook has a full replication of the problem. **System info** {'commit_hash': 'd86648c5d', 'commit_source': 'installation', 'default_encoding': 'UTF-8', 'ipython_path': '/Users/fperez/usr/con...
0
I'm running my nodes with `bootstrap.mlockall: true` and I have verified that the memory is allocated using task manager and if I run `curl http://localhost:9200/_nodes/process?pretty` it's confirmed the lock's in place. I've experienced that a node might "loose" some of the previously allocated memory, wher...
I'm using Windows 2012 R2 machine. I have set my Heap Size in Environment variable as follows ES_HEAP_SIZE 4g After setting the heap size, i have installed Elasticsearch as windows service using command > service.bat install When i started the service, Elasticsearch services has taken 4GB properly (Checked in...
1
Is there any possible chance we might see File Nesting in Visual Studio Code the same way it works in Visual Studio 2015? It was really convenient and helpful. I would adore such a feature!
* VSCode Version: 1.2 * OS Version: Windows 10 x64 THE PROBLEM: At least under cp936 and using TrueType fonts, when rendering some characters, like `λ`, Windows will measure the real character width of the console font chosen, and allocate console cells to display them. (The full alglrithm of how character width...
0
While searching for some icons, I found the current recommended selection limited, and some icons could not be present (e.g. Twitter, Facebook, G+, Github, etc.) and I found myself looking at other alternatives. It seems other projects do exist and it would be nice to recommend them instead of duplicating the efforts...
In this example `Collapse` component is used with `unmountOnExit` property, which is passed to its inherited component `Transition`. `Transition` is not present in Component API docs, since it is internal. So maybe it's worth to expose that component? It will also add a possibility to write own transitions easie...
0
## 📝 Enable an option to omit the # pound sign when copying a hex code _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ After activating the color picker and clicking on the screen to capture the hex code, capture that value without the pound sign. For applications...
Definitely a useful tool. Some things have to be done from the command-line & being able to right-click and choose "Cmd (or PS or Bash) from here" to drop- in and execute some code is an awesome feature that I miss from the past.
0
**I'm submitting a ...** (check one with "x") code HeroFormComponent .ts import { Component} from '@angular/core'; import { FormControl, FormGroup, Validators,FormBuilder } from '@angular/forms'; import { ValidationService } from './validation.service'; @Component({ selector: '...
**I'm submitting a ...** (check one with "x") [ ] bug report [x feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** When there are errors in a form grou...
1
When 'this' is used as type it is replaced with the following interface or class. class A { f(a : this) {} // <=> f(a : A) g(x : any) { if (x instanceof this) { } // <=> x instanceof A } interface B { x : this; // <=> x : B }
The early discussions about generics had this feature outlined, but it never made it into the final version for some reason. Meanwhile, it would be extremely helpful in some cases. The use case that it most dear to my heart is Knockout: interface Observable<T> { <U>( this: U, value: T ): U; ...
1
### Bug report **Bug summary** On some Windows machines (including Windows 10 and Windows 7), we experienced `ImportError: DLL load failed: The specific module could not be found` after upgrading from Matplotlib 3.3.0 to 3.3.1. **Code for reproduction** `import matplotlib` would trigger the import error while try...
### Bug summary `import`ing matplotlib on a fresh Windows machine or container fails with the following traceback: >>> import matplotlib Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python\lib\site-packages\matplotlib\__init__.py", line 113, in <mod...
1