text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
* VSCode Version: 0.10.11 * OS Version: Windows 10 1511 Steps to Reproduce: In a typescript file, have let varName = ""; varName = "a"; The issue is that the 'var' substring in `varName` is highlighted the way the `var` construct would ordinarily be.
_From@f111fei on February 23, 2016 6:14_ version: 0.10.10 ![2](https://cloud.githubusercontent.com/assets/7069719/13243197/80630302-da37-11e5-9ccf-a63d6f23433d.png) `letter` _Copied from original issue:microsoft/vscode#3270_
1
##### System information (version) * OpenCV => 4.1.0 * Operating System / Platform => Linux 4.4.0 * Compiler => See below ##### Detailed description On a multi-core system, `setNumThreads` doesn't seem to be taken into account. No matter what I try, my code and dependencies will spawn N threads whenever I ca...
##### System information Raspberry PI 4 Centos7 * OpenCV => 4.2 * Operating System / Platform => Centos 7 / ARMV7L * Compiler => CMAKE3 ##### Detailed description In the installation process, after cloning openCV from official repository, I switched to branch 3.4, and ran CMAKE3, and it returned the followin...
0
#### Code Sample >>> pd.to_timedelta(0.123_456_789, unit='s').components Components(days=0, hours=0, minutes=0, seconds=0, milliseconds=123, microseconds=457, nanoseconds=0) >>> pd.to_timedelta(123.456_789, unit='ms').components Components(days=0, hours=0, minutes=0, seconds=0, milliseconds...
I think this is rounding prematurely, though not entirely sure. Could also just be loss of precision when converting from a float -> int64. In [12]: pd.to_datetime(1434743731.8770001,unit='s') Out[12]: Timestamp('2015-06-19 19:55:31.877000') In [13]: pd.to_datetime(1434743731.8770001,unit=...
1
_Original tickethttp://projects.scipy.org/scipy/ticket/1408 on 2011-03-11 by @rgommers, assigned to unknown._ Reported by Christoph Gohlke on the mailing list with Python 3.2 on 64-bit Windows: ====================================================================== FAIL: minimum position 7 ----...
the result is that it will raise an error when any of the sub-block has a 0 dimension. File "/usr/local/lib/python2.7/dist-packages/scipy/sparse/construct.py", line 579, in bmat raise ValueError('blocks[:,%d] is all None' % bcol_lengths.argmin()) ValueError: blocks[:,0] is all None
0
I am using `pandas.__version__==0.14.0`. This is my first bug report in github so excuse my possibly poorly formatted submission. This bug report might be related to, or duplicate: 1. #2646 2. #6501 It was explained to me by [http://stackoverflow.com/users/1427416/brenbarn] on the following StackOverflow que...
Timestamp stores the value in a `datetime64[ns]` internal representation. For most purposes this is fine, but I'd love if I could choose the internal precision, for example to use `datetime64[s]` instead. When I do timeseries manipulations that span more than a day, I generally do not need sub-second resolution and ...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): sev...
#23576 added an annotation to support DNS on Route53 on AWS. To _really_ do this right, we need to think harder about how we want to evolve Service and Ingress. In the mean time, it seems reasonable to do the same trick with GCE Cloud DNS. add an annotation and watch DNS appear. This would be a great opportunity for...
0
I've been writing a custom debug adapter for vscode and have been running into the following issue: When deploying your extension in server mode ( at least I haven't tested on extension host mode ), and the you drop stop the client abruptly, for any reason, whilst the front-end is still awaiting a request that affec...
Whenever there is a long running debug adapter request and a spinner appears in the UI, this spinner does not disappear when the session is terminated (in fact the full variables viewlet does not disappear in this case). Since starting a new debug session does not work in this situation, only a window reload helps.
1
I was trying to compile my project directly to ES6 and use core-js for shims (they seem to cover a lot more than es6-shim), but it looks like I get a an error: TypeError: Cannot convert undefined or null to object angular2.min.js:26Uncaught TypeError: Cannot read property 'getOptional' of undefined...
Is there a reason for not using core-js? From the es6 compat table core-js covers a lot more than es6-shim.
1
* I have searched the issues of this repository and believe that this is not a duplicate. I've been using styled-jsx in some components and it worked well. Now I tried using it directly in a page like this: **product.js** import React from 'react'; import Page from './page'; import HeadIncl...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I'd expect a way to configure `babel-preset-env` to support a narrower range of browsers, and thus use more native ES6 features. I'd like to rely on native browser implementations of classes, generators, ...
0
I'm finding a very odd issue that I was able to replicate on multiple machines. I have an html+js app that I wrapped around with Electron. I am having problem with the MacOS distribution. There is one HTML text field that won't let me paste text into it. This bug only happens after I follow the procedure to di...
I’ve run into an odd issue testing the _Neovim.AS_ Atom Shell app, where I cannot get its window to accept keyboard input on OS X 10.10.2 when I start it via the _atom-shell_ CLI; instead, all keyboard input goes to the last active application – in the case of the screenshot, the shell in which _Neovim.AS_ was starte...
1
**Keith Donald** opened **SPR-4747** and commented Web Flow 2 introduces the following prefixes for specifying a location to redirect to, either via the flow itself using an externalRedirect: or a managing FlowHandler, which is a Spring MVC integration class. It should be possible to get the same level of control in...
**Robert Macaulay** opened **SPR-3398** and commented If you make a call to preventTransaction() in a subclass of AbstractTransactionalSpringContextTests , its onSetup method wont call onSetUpBeforeTransaction or onSetUpInTransaction, leaving your testcase without a setup method(since all the others are overridden ...
0
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME azure_rm_common.py ##### SUMMARY The current definition of the azure_rm common module utils doesn't allow overriding the various built-in endpoints (auth, table/blob storage, service bus, etc). This will be necessary to allow connection to other Azure instan...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME lineinfile in combination with_items ##### ANSIBLE VERSION ansible 2.3.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GC...
0
From #3318: > In the short term a pre creation hook can convert volume object > characteristics (I am a persistent volume that is a GCE disk, therefore I > require one unit of "storage" attach) and move that into the container > resources as a summation, which the scheduler would look at as an arbitrary > resource. ...
Currently all flags are defined in the binary which makes a big mess. We need some way to deal with duplicate names. cc @kubernetes/goog-control-plane
0
Hi! I can install jax but not jaxlib on debian stretch with python3.9. What version do I need to get this to work? Is it even possible? Thanks for any help!! Dockerfile: RUN echo "Installing dependencies..." && \ apt-get update && apt-get install -y \ build-essential \ git ...
Potentially related to #6932 or #7052. I am using a heterogeneous cluster with various different compute options. I got Jax and Flax installed fine on the CPU system. Then I tried using a GPU node (specifically dual socket Cavium ThunderX2 99xx 32-core processors with two NVIDIA Tesla V100 GPUs), but am unable to in...
1
### Bug report Using FuncAnimation with a generator causes a crash when the generator raises a StopIteration. **Code for reproduction** import matplotlib.pyplot as plt import numpy as np from matplotlib.animation import FuncAnimation fig, ax = plt.subplots() plt.plot([1,2,3],[2,4...
Using the widget "Cursor" with "use but=True" occurs the occurrence of duplicate crosshairs. When "useblit=False" work correct."Cursor" is activated in the event of a button (PyQt5) self.btnQuit.clicked.connect(self.cur) ****************************************** def cur(self): ...
0
### 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. ### Problem Description the only way to get...
### 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. ### Problem Description session object has ...
1
This surprised me; happens at both the REPL and in scripts (and no startup file). julia> 1*2 2 julia> a*b = b*a # errors as I expect: ERROR: error in method definition: function Base.* must be explicitly imported to be extended Stacktrace: [1] top-level scope @ none:0 ...
Not sure if this is intended: julia> UUID ERROR: UndefVarError: UUID not defined julia> using Random: UUID julia> UUID(x::String) = UUID(rand(UInt128)) # OK? UUID julia> UUID("foo") 8c68d00a-33d1-777d-c4a1-0a41759d1581 julia> using Base: getindex ...
1
I keep on trying to do courses but seem to be unable to open any section. (JavaScript, Html j Query and so on) . Keep on getting the same error "Oops! Something went wrong. Please try again later"
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your- javascript-slot-machine-to-life has an issue. When trying to edit the code to update the slot boxes with appropriate values the browser will crash when trying to run the code half complete.
0
denodrivers/mysql#87 I have used `setTimeout` to implement the idle connection timeout for the connection pool. But when user write some short-running app like this: const client = new Client().connect(/* ... */); console.log(await client.query("SELECT ...")); // End of file, but Deno won't...
**Use case** : As a a module developer, I want to run periodic tasks during the execution of my module. This can be accomplished via `setTimeout` or `setInterval` for example. However, I do not want these timers to block the exiting of my module. `setInterval` in particular will cause the module to run forever until...
1
by **eleanor@games-with-brains.com** : Add a function to reflect which allows a channel to be created via reflection given the type of the element it should contain. Should obviously also include the ability to specify buffering and direction where desired.
src/pkg/path/filepath/path_windows.go says that "ListSeparator = ':'". This is an error because paths are separated by ';' in Windows.
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** use case: from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy.ext.declarative import declarative_base, declared_attr, cascading_declared_attr Base = declarative_base() class HasId(object): ...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** poc should allow us to consolidate #2670, #2952, #3149, #3050. the new descriptors include the ability to cache the result per class, or to do "cascade", guarantees that the callable fn is called only once per target class, as well as to name attribu...
1
**Description** Symfony currently uses: `if ('\\' !== DIRECTORY_SEPARATOR) { // PHP does not run in Windows }` in many places. This could be changed to something like: `if (OperatingSystem::WINDOWS !== $os->getType()) { // PHP does not run in Windows }` Is it worth my time to try to build something small like h...
#30955 is proposing adding a new event to hook into the password verification process and allow listeners to deal with clear text passwords. Thinking a bit about this approach, I have a different one to propose here. The most important drawback of #30955 is that it's still up to the application to implement some cus...
0
Have I written custom code: Yes OS Platform and Distribution: Linux Ubuntu 17.04 TensorFlow installed from: source TensorFlow version: 1.6.0-rc1 Python version: 3.6 Bazel version: 0.10 GCC/Compiler version: 6.0 CUDA/cuDNN version: CUDA 9.1 cuDNN 7.0.5 GPU model and memory: NVIDIA Titan Z 12GB `Exact...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04 * **TensorFlow installed from (source or binary)** : Built from source * **TensorFlow version ...
1
I'm building scipy from the latest source for the first time, running on Ubuntu in WSL2 on Windows 11. I tried following the conda guide, but am getting errors when building. Searching around for the error it seems like it might be a unix/dos file ending mismatch, but I'm not sure how to fix it. Terminal output: ...
I ran into a problem running `dev.py` that appears to be caused by the shebang line `#!python3` in the file `scipy/_build_utils/cythoner.py`. If I change it to `#!/usr/bin/env python` then the build works fine. Most files in scipy with a shebang line use `#!/usr/bin/env python`. Only files in the `_build_utils` use ...
1
This has started to happen to me yesterday out of the blue. I have Mac Pro OS v 10.9.5. Now I can't even provision my machines properly - Mac just reboots (it hangs on the first run, after I ^C and run another one - it reboots). I've tried applying fix from the note above to sshpass 1.05 and tried to bing 1.04 (whi...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * Dependencies * Conditionals * Playbooks ##### ANSIBLE VERSION ansible 2.3.1.0 config file = /opt/uss/ansible/config/test.cfg configured module search path = [u'/usr/share/ansible'] python version = 2.7.5 (default, Oct 11...
0
Enable a filtered query to apply filter to both parent and child documents but return parent documents for has_child query. e.g. curl -X PUT "http://localhost:9200/foobar" -d "{"mappings":{"Foo":{},"Bar":{"_parent":{"type":"Foo"}}}}" curl -X PUT "http://localhost:9200/foobar/Foo/1" -d "{"foo":"abc","access":"yes"...
this issue is based on the thread at location https://groups.google.com/forum/?hl=en&fromgroups#!topic/elasticsearch/VCwQoZ1Aj4I requesting to allow using update API (using scripts) in bulk via the bulk request API.
0
Microsoft Windows [Versión 10.0.18363.836] PowerToys Release v0.18.1 PowerToys Run Module PowerToys Run Shortcut doesn't work at all. try to call it with different shortcuts, but it never pops up. The v0.18 worked well. I have uninstalled and reinstalled and everything still the same.
# 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
**I'm submitting a ...** [x] bug report **Current behavior** Errors that occur within an `*ngIf="condition"`, where `condition` is made truthy via a promise are swallowed (not logged to console). **Expected behavior** All uncaught errors should be logged to console (when using default `Error...
**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 ...
1
Compiling the following code: "use strict"; export default class {}; Using the command line `tsc --t es6 --m commonjs` produces illegal JavaScript: "use strict"; class { } exports.default = default_1 ; I realize this is a weird combination of switches, however it se...
Reported by @kuon in:microsoft/TypeScript-Sublime-Plugin#220 When I use autoformat, the following block get the following indentation: toolsElement = h.div({ className: "row-tools" }, h.button({ className: "add-node", onClick: () => DataController.createNode(this.props....
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.3 * Operating System version: mac * Java version: 1.8 ### Steps to reproduce this issue ![i...
* 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 nacos cloud 集成dubbo 启动报错 2020-09-2...
0
If you know how to fix the issue, make a pull request instead. * [x ] I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * [x ] I have a question that is inappropriate for StackOverflow. (Please ask any appropriat...
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
0
I'm getting the following error: `Uncaught SecurityError: Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "https://w.soundcloud.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.` I have a simpl...
### Version 2.6.14 ### Reproduction link codepen.io ### Steps to reproduce 1. Go to: https://codepen.io/toshirin/pen/GROapeK 2. Type something to text box. 3. Duplicated text appears. It may happen when initial text is empty("").If there is some text in the initial text, it doesn't happen. ### What is ex...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/1564 on 2011-11-20 by trac user laserson, assigned to unknown._ Hi all, I have been looking for the source of some segfaults I have been getting when trying to use the linkage function in scipy.cluster.hierarchy, and I finally found the reason (with the help o...
_Original tickethttp://projects.scipy.org/scipy/ticket/720 on 2008-08-08 by trac user aisaac, assigned to unknown._ NumPy has `trapz` in the `function_base` module. SciPy has `cumtrapz` in the `quadrature` module. The code is essentially identical. Presumably this duplication should be eliminated by having ...
0
First of all, thanks for provide great tools for e2e testing But do it possible do thing like in cypress components test currently ? https://docs.cypress.io/guides/component-testing/introduction Just render the react component and assert the results?
### System info * Playwright Version: v1.32.0 * Operating System: macOS 13.2 * Browser: Chromium test('Associated Content Editable', async ({ page, }, testInfo) => { testInfo.snapshotSuffix = ''; await page.goto('localhost:3000/archimedes.html'); const elementCoordina...
0
### Is this a bug report or feature request? Bug Repro repo. ### Input Code export default class { method ({ ...object }) {} } ### Babel/Babylon Configuration (.babelrc, package.json, cli command) { "presets": [ [ "@babel/env", { ...
See: https://github.com/babel/babel/pull/7869/files#r189395861 > Hey all, I'm concerned about this. Now that we've defined the ability to > pass options to Babylon plugins, ordering becomes critical. What if some > other piece of tooling injected a syntax plugin into the plugin list after > this one, or before? ...
0
##### Description of the problem It would be great to have the option to render in grayscale. It could be implemented as a new tonemapping type and set in renderer.tonemapping.
I see that there's been some work done in the past in #15360 and @greggman has put together a nice article on the topic here. It's not entirely clear to me why the previous PR was closed but I wanted to bring this up as a nice addition to three.js. The utility has been better explained in the two links above but 3DLU...
1
Add ability to flip from vertical to horizontal bar charts
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
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** Setup: * A Component with a counter in it to track the number of renders. * A container Component with a counter in it * A container PureComponent with with a counter in it. _All three of the above components ac...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** A specific order of unmounting and remounting `unstable_createReturn`s from `react-call-return` causes an invariant violation in `unmountHostComponents`. **Reproduce** The following sandbox example crashes with an...
0
The e2e test `Load capacity [Feature:Performance] should be able to handle 30 pods per node` fails frequently in the scalability test suite with the error: `/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/density.go:144 There should be no high-latency requests Expected : 1 not to be > :...
Examples: http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce- scalability/4970/ http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce- scalability/4955/ http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce- scalability/4967/...
1
Hi, I am the maintainer of the multi_image_picker plugin. A developer has reported an issue, where when you return from an Activity, a TextField no longer can open the keyboard if you focus the text field. When you invoke the image picker, then the user is taken to an image selection (another activity is spawned) an...
Running flutter gallery, in text_field_demo.dart, if I type any string of letters into the Name field, an underline appears beneath them. After I press enter, this underline persists. However, once I click the field again, the underline disappears, and does not reappear after pressing enter a second time. It seems to...
0
**Juan Antonio Farré Basurte** opened **SPR-8123** and commented I've noticed that SimpleClientHttpResponse.close() (which it is documented you MUST always call it after completing the request) invokes HttpURLConnection.disconnect() for the wrapped connection. JDK javadoc for HttpURLConnection states the followin...
**Mike Youngstrom** opened **SPR-2359** and commented I'm trying out 2.0 rc3-SNAPSHOT build 88. I'm running a webapp using Eclipse WTP. The application works fine with RC1. When I upgraded to the SNAPSHOT everything continues to work fine when I launch my server in non degug mode. But when I launch my server in debu...
0
# Summary of the new feature/enhancement # Proposed technical implementation details (optional)
# Summary of the new feature/enhancement Currently, if I put a window into a zone, then take it out of the zone, it retains the size of the zone. There should be an option for it to go back to it's original, or "pre-zoned" size. # Proposed technical implementation details (optional) Essentially providing an option...
0
**Keith Donald** opened **SPR-7544** and commented Currently empty form fields are mapped to "" (empty string). This has several issues: 1. Neither a `@NotNull` JSR-303 constraint or a "not null" relational DB constraint fails in this case. You're left with defining a min `@Size` constraint or relying on a imple...
**Keith Donald** opened **SPR-7380** and commented ParserConverter, which invokes parser.parse(String, Locale) on the Parser/Formatter SPIs maps [null] and "" inputs to [null]. The target Parser is not invoked in this case (and never sees the "" value). This leads to an inconsistency when doing a form binding, wher...
1
### System info * Playwright Version: [v1.36] * 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. Looks like global teardown takes about 30 ...
### System info * Playwright Version: v1.32.2 * Operating System: Windows 10 * Browser: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Config file** // playwright.config.ts import {defineConfig} from "@playwright/test...
0
## Bug Report **Current Behavior** The transpilation result of generator functions is incomplete when a specific preset is enabled. **Input Code** The following code doesn't transpile correclty with the "firefox >= 45" preset enabled. class Plug { *[Symbol.iterator]() { yield...
## Bug Report **Current Behavior** Class with a generator method like this: class Foo { method(){ thia.val = 10; } *bar(){ yield this.val; return 'bar'; } } I disabled class transform option because many browsers are natively support this fe...
1
Given this rust: class apple { let one_field_is_required: int; new() { self.one_field_is_required = 0; for [1,2,3].each |_x| {} // let _dummy = 4; } } fn main() { } rustc fails with: test.rs:7:8: 7:32...
The compiler panics when you put an extern function inside a structure implementation. struct Dummy; impl Dummy { pub extern fn printme() { println!("Hello..."); } } fn main() { Dummy::printme(); } error: internal compiler erro...
0
I was trying to build https://github.com/maurizi/rgtk/tree/update-to-latest- master The backtrace is below: $ RUST_BACKTRACE=1 cargo build --verbose Fresh pkg-config v0.1.3 Fresh gcc v0.1.3 Compiling rgtk v0.0.1 (file:///home/mike/projects/rust-stuff/rgtk) Running...
### STR Didn't have time to write a shorter snippet #![crate_type = "lib"] #![feature(associated_types, lang_items, unboxed_closures)] #![no_std] use Option::{None, Some}; trait Iterator { type Item; fn next(&mut self) -> Option<Self::Item>; } ...
1
Part of what made node.js take off so much wasn't the http server, but rather, the runtime's ability to allow developers to use JS to write a server, mobile app, and even hardware. In that same spirit, wouldn't it be advantageous to add direct support for serial, usb, ble, etc? Also if the goal is to make it more "...
This is a list to track the Web APIs (as per MDN API specifications list) that are implemented in Deno. * Ambient Light Events * Background Tasks * Beacon * Bluetooth API * Broadcast Channel API * CSS Counter Styles * CSS Font Loading API * CSSOM * Canvas API * Channel Messaging API *...
1
On Android there's a bug in the margin/paddings/floats CSS of the radio buttons. See: * On Android (bug): * ![Android](https://camo.githubusercontent.com/000b6f157a6f9e93a735d3e3ce7763ce02274b921df14f09f3eec834c7746fee/687474703a2f2f672e617461672e6a702f702f6275677265706f72742f626f6f7473747261702f616e64726f69642e...
Checkboxes defined as per the examples render with the text floating at least half a line higher than the actual check box. <label class="checkbox"> <input type="checkbox" name="optionsCheckboxList1" value="option1"> Option one is this and that—be sure to include...
1
This is something similar to #10363. When feeding a `float` to a numpy function, you get a `numpy.float64`. When feeding an array of rank > 0 to a numpy function, you get an array of the same rank. UNLESS the array is rank 0, i.e., a scalar for most intents and purposes. Then you get a `numpy.float64`. MWE: ...
If only given 0d inputs, even if they are of type `ndarray`, ufuncs will decay their output to a scalar via `[()]` (as noted in #4563, #5819). While we can't change this behavior now without creating signficant pain downstream, we could add a way to opt out of it. #13100 raises a case where `np.fix` resorts to calli...
1
### Bug report matplotlib.pyplot picture is corrupted when the picture is too wide **Code for reproduction** A minimum working example is here: import matplotlib.pyplot as plt import numpy as np num_points = 1000 op_norms = range(1, num_points + 1) op_names = ["name {}".format(p...
### Bug report **Bug summary** If I try to save a figure with 1024**3 pixels or more, the Python interpreter crashes. **Code for reproduction** The following script segfaults for me on two separate machines: #! /usr/bin/env python import matplotlib import sys matplotlib.use('a...
1
Using `atom --safe`, Version 0.152.0 OS X 10.9.5 Nothing is logged to the developer console on crash. Seems to happen when editing any file. The file rename is successful in every case. Anywhere else I should look to provide more info? Can't see anything on the debugging page
I was deleting a file and selected "Move to Trash". Process: Atom Helper [18018] Path: /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/MacOS/Atom Helper Identifier: com.github.atom.helper Version: 0.144.0 (0.144.0) ...
1
I have a problem to update an entity which have more than 250 fields in a form. No assert validator, and a basic template twig. On PHP 5.4: In SF2.1, no problem, I sumbit the form, it takes 1-2 seconds to do that. In SF2.2 or 2.3, I have a "maximum execution time" error ! I try to modify the value and I found it...
Hello, I upgraded to Symfony 2.3 recently an application. This application has a form with 500 rows and 5 fields in each rows: 2500 fields. With Symfony 2.3 and the button support feature the form takes 110 seconds (70% of the total request processing time) and this time is spent just in getValidationGroups. find...
1
... because we include `es6-shim.d.ts` in our transitive typings.
**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
_Original tickethttp://projects.scipy.org/numpy/ticket/2175 on 2012-06-21 by trac user eyurtsev, assigned to unknown._ An error message comes up when I try to pickle the result of numpy.mean on a masked array of nans. I suspect that this is a bug. For convenience a python file is attached with this code. * * *...
_Original tickethttp://projects.scipy.org/numpy/ticket/2155 on 2012-06-11 by trac user r0k3, assigned to @pierregm._ One gets an error while trying to pickle an object that contains a MaskedConstant.
1
**Oleksandr Alesinskyy** opened **SPR-2503** and commented I have following context.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http...
**Henryk Paluch** opened **SPR-344** and commented There is an problem in JPetStore application. When a new user attempts to registers itself on: http://localhost:8080/jpetstore/shop/newAccount.do there is not handled the case, when entered user id already exists. For example for User ID: j2ee on submit er...
0
## 🐛 Bug I'm using the nightly build: 1.0.0.dev20181123. This issue is very similar to #13569 . When I instantiate two nn.Embedding, with DataParallel and with max_norm=1.0, I get the following assert RuntimeError: output_nr_ == 0 ASSERT FAILED at /pytorch/torch/csrc/autograd/variable.cpp:196, please...
## 🐛 Bug Gradients aren't backpropagated when all three conditions are met: 1. Use `torch.utils.checkpoint`. 2. Place `nn.InstanceNorm?d` right before any in-place module such as `nn.ReLU(inplace=True)`. 3. The checkpoint returns the result of the in-place module. ## To Reproduce import torch...
1
I have a figure that I need to compile using PGF backend because the \Game symbol is incorrect (another issue will be opened for that problem). But when I do, the curves bounding the fill seem to get cropped to the visible window, which breaks the fill, as seen here: ![ddlabeled](https://camo.githubusercontent.com/...
### Problem I usually want to zoom into some specific regions of a plot. Using the "rectangle" method feels slow given that Google Maps and similar services allow zooming using the mouse wheel. ### Proposed Solution There are some work-arounds available on SO and gists. But I would love to see a standard solution ...
0
When creating html with `df.style` e.g. df.style.apply(color_f, axis=1).render() pandas assigns to each html cell of the table a unique css class. This means huge html are created, while it would be possible to use the same class for cell with the same style. * * * commit: None python: 2.7.14.fina...
I am working on a financial simulation (financial_life), in which I would like to collect my timeseries data in a DataFrame during simulation. However, while looking through several posts on StackOverflow and experimenting with timeit, I noticed that appending data to a Dataframe (e.g. via append or via loc- expansio...
0
Describe what you were doing when the bug occurred: 1. Go to profile tag 2. Click to record 3. After stop recording, click on any commits. * * * ## Please do not remove the text below this line DevTools version: 4.9.0-75726fadfd Component stack: CommitFlamegraphAutoSizer@moz- extension://7ef91e4d-0a91-434a...
> mergeObjectsWithNoDuplicateKeys(): Tried to merge two objects with the same > key: %s Understandably general given that this is used to merge a couple things, but the actual use case is when `getIntialState` or `getDefaultValue` (or `getChildContext` but shh) is used in a mixin and the component and both return an...
0
I came across this while trying to see the English analyzer, but I forgot to change `tokenizer` to `analyzer`. GET /_analyze { "tokenizer" : "english", "text" : "whatever" } The only error that comes out of Elasticsearch (tested on 2.2.0 and 2.1.1) is an obscure one: ...
This is basically the opposite of how the histogram currently acts: fixed interval and dynamic number of buckets. My use case is that I would like to build a price range style aggregation for filtering products: $0 - $100 $101 - $200 $201 - $300 $301 - $400 $401 - $500 While you can do this with the range ...
0
I took this example navbar from the Bootstrap docs page (http://getbootstrap.com/components/#navbar-default) but I'm using an input- group instead of a form-group inside navbar-form. See example: http://jsfiddle.net/kaiku/DZQjR/ In Firefox 24, the search box displays at it should, but in Chrome 30 the search box ex...
When you have an input-group (I've only tested it with a button) inside a navbar the form doesn't align and makes the navbar height way longer.
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.6.6 * Operating System version: MacOS 10.14.3 * Java version: 1.8.0_171 ### Steps to reproduce...
* 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.2 * Operating System version: Ubuntu 18.04 * Java version: 1.8 ### Steps to reproduce this i...
0
## Bug Report **Current Behavior** A clear and concise description of the behavior. **Input Code** * REPL or Repo link if applicable: https://babeljs.io/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=FACgZgrgdgxgLgSwPZRADwDQAIxYLxYgCU- AfFmiQN7BZYBuAhgE4UDctDLWAnvu5zT8ATBzrM...
The following snippet: (function(x, f = () => x) { var x; var y = x; x = 2; return [x, y, f()]; })(1) gives `[2, null, 1]` in Babel. Aside from `x` shadowing behavior (and what `f` should resolve to — 1 or 2 (which Babel and FF disagree on)), `y` definitely shouldn't be...
1
* win @alexandrudima * os x @weinand * linux @isidorn General information about salsa can be found in microsoft/TypeScript#4789. Information about what will be new in TS 1.8. ## Differences between Salsa and the current JS language service These are the differences as we currently understand them. * The...
0
**TypeScript Version:** 1.8.10 **Code** export default new class Foo { @someDecorator someMethod() {} } Will result in an error on `@someDecorator`: error TS1206: Decorators are not valid here. * * * It can be worked around via class Foo { @...
Not sure if this is by design or not, but the following gives a compile error of "Decorators are not valid here" with TypeScript 1.8: let testClass = new class { testMethod(@myDecorator date: Date): any { return date; } }();
1
np.argsort([7,4,5]) > array([1, 2, 0]) Expected behaviour should be array([2,0,1])
The argsort function seems to be broken. Looking at the code provided, the argsort for rows [0, 1] is correct but it's messed up for rows [2, 3]. I tested this on different NumPy installations and versions 1.11.0 and 1.12.0 import numpy as np vec = np.array([ [-1.4, -1.2, 1.3], ...
1
zoom rectangle can't work in 3d
Chances are, this will probably fall on me to address, but I am documenting it here in case someone else realizes the issue. When creating 3d axes in the old manner (ie, ax = Axes3D(fig)), the panning and zooming features are completely useless and often produces incomprehensible results. Axes created in the newer m...
1
If you know how to fix the issue, make a pull request instead. * I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate question...
* I tried using the `@types/sequelize` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in...
0
The below was reported by @HDembinski in a comment on gh-15489. That should be considered a bug if it's indeed not matching, so this should be looked at. > `python dev.py` lint should also run`flake8`, but for the PEP8 part should > be the same. Can you point to a branch where you see one failing but the > other pas...
### Describe your issue. Currently there are two ways to lint changes locally. `tools/lint_diff.py` behaves as expected (and is what is ran in the CI job) whereas `dev.py lint` picks up lots up unrelated changes. ### Reproducing Code Example N/A ### Error message (scipy-dev) python to...
1
### Context The next **RubyOnRails** version will include support for websockets (read about it or see the pull request). The next **Django** version will include support for websockets (read docs). The next **Spring Framework** version will include support for websockets (see code) ### Question * What's the p...
Hi everyone, We had this discussion before, but at a point when we didn't have composer yet. I would like to bring this topic up again now. ##### Problem (updated December 5, 2012) I just had a longer discussion with @fago, who is currently integrating the Validator component into Drupal. For Drupal it is necessar...
0
If you know how to fix the issue, make a pull request instead. * I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate question...
Sorry I don't have much more info as I can't currently spend time investigating the root cause but I thought I would bring this discussion to your attention http://stackoverflow.com/questions/41232228/running-npm-start- fails-due-to-error I have used the workaround suggested in that link to be able to continue using...
0
I've been thinking about this for a while; and I thought I should share the notion. I'm happy to have it shouted down as a bad idea (particularly if a good explanation is given), but I figured I should share, incase it is infact a good idea. We all know that having a container type (etc) contain abstract types i...
$ julia -v julia version 0.7.0-beta $ time julia -e 'println("hello world")' hello world real 0m0.406s Compare with Perl: $ time perl -e 'print("hello world")' hello world real 0m0.016s Or Python: $ time python3 -c 'print("hello world")' ...
0
In sagaconfigurationloader.loadconfigurationproperties method of distributed transaction saga, sagaconfigurationloader. Class. Getclassloader(). Getresource (configuration_file) is used to read saga.properties. When the project runs as a jar package, it will report the wrong path and cannot find the file. A policy ca...
Please answer these questions before submitting your issue. Thanks! 开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题 ### Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?) 2.0.3 ### Expected behavior (您预期的结果是) support show table structure expresses like "SHOW TABLES LIKE 'table_name'" o...
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. ## In master branch,code of getAuthority() is just like this: public String getAuthority() { if (StringUtils....
* 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.6.5 * Spring boot version: 2.1.8.RELEASE * Java version: 1.8 ### Steps to reproduce this issue...
0
hi, guys, i wrote a Filter whice extends ActionFilter.Simple , and override the method : apply(String action, ActionResponse response, ActionListener listener). when i invoke method: client.prepareSearch, the apply method was invoked twice whice is not i wanted, once is enough. is there sth i missed ? here is my code...
A standard GET by ID results in a single log entry in the audit log. Search (_search) results in two identical log entries. Every time. * Default ES 1.6.0 installation. * Added latest Shield. * Added "search_admin" user. Everything works great out of the box except I get _search audits duplicated in the log. ...
1
#### Description Some OpenML datasets cannot be fetched due to an `IndexError` when converting the arff data. #### Steps/Code to Reproduce This happens for multiple datasets, e.g. dataset ids 25, 46, 62. Code to reproduce for _colic_ : from sklearn.datasets import fetch_openml fetch_openml(dat...
OpenML 'zoo' dataset fails to load. >>> import sklearn.datasets >>> sklearn.datasets.fetch_openml( 'zoo') /usr/lib/python3.7/site-packages/sklearn/datasets/openml.py:305: UserWarning: Multiple active versions of the dataset matching the name zoo exist. Versions may be fundamentally different, r...
1
Challenge http://freecodecamp.com/challenges/waypoint-target-elements-by- class-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![image](https://cloud.githubusercontent.com/assets/12478585/9374199/0bbe33e4-46b9-11e5-8016-97378dad439b.png) You'll see wher...
Challenge http://www.freecodecamp.com/challenges/waypoint-create-a-javascript- slot-machine has an issue. The four Javascript slot machine exercises all display the JS section of the code incorrectly. Presumably `fccss` is supposed to be `<script>`, and likewise `fcces` is supposed to be `</script>`. ![screen shot ...
1
#### Description Output of SVC.decision_function for one observation depends on the other observations --> it is not independant. #### Steps/Code to Reproduce import numpy from sklearn.svm import SVC from sklearn.datasets import load_iris iris = load_iris() X = iris.data[:, :3] ...
### Describe the workflow you want to enable In my dreams, a new `InferenceData` class would simplify training and prediction to look more like import ... as learner data = InferenceData( df=..., # a data frame meta=Meta( y_cols=..., # name(s) of output variable ...
0
### Bug summary Pyplot can't parse mathtext string, where there is a latin chatacter after greek letter (with spacing of course) ### Code for reproduction import matplotlib.pyplot as plt plt.title(r'$\alpha x$') plt.show() ### Actual outcome Exception in Tkinter callback Traceback (most r...
I've noticed there is push in the documentation for using objects over the pyplot functions. I agree that this the best way to use Matplotlib(other than the set_ get_ methods). The problem I have is that Jedi(used in Spyder IDE and other editors) doesn't recognize the return types of some Matplotlib functions and met...
0
When adding something like the following to pubspec.yaml: flutter: assets: - ../../../../some_file The flutter tool appends that full path to the `flutter_assets` directory path and ends up writing the file outside of the `flutter_assets` directory(e.g to `flutter_assets/../../../.....
This was specifically happening with font assets. A font folder was unexpectedly being created as a sibling to the build directly.
1
Seen on `rustc 0.12.0-pre-nightly (4d4eb1023 2014-08-02 23:36:09 +0000)` When compiling my irc message parsing library rustc uses as much CPU and memory as it can before crashing due to either an out of memory exception or an "illegal instruction" (stack overflow?). The weird thing about this is that a single chang...
# Test Case To reproduce, download the two files in this gist and attempt to build `mkrust.rs`: https://gist.github.com/bkoropoff/537951c596ba24166f06 # Analysis The complex `json.query(...)` expression in `mkrust.rs` seems to be the culprit. Progressively simplifying the expression will eventually cause the bug ...
1
**TypeScript Version:** 1.8 **Code** async function scanPorts() { let result = await Promise.all(devices.map((device) => { return getPortStatus(device) })); return result.indexOf("open"); ^ } **Error** `error TS2345: Argument of ...
**TypeScript Version:** 1.8.9 **Code** Promise.all([Promise.resolve('')]); // has type Promise<Promise<string>[]> **Expected behavior:** The expression has type `Promise<string[]>` as in 1.8.7 **Actual behavior:** The expression has type `Promise<Promise<string>[]>`
1
Current`tf.data.dataset`class only support `padded_batch` method which would pad every component into same shape, but there are cases that some component may not be padable, e.g., in object detection input pipeline, the ground truth calsses and bounding boxes are different for different image, so they can not be padd...
Current TF dataset class only support fixed size padding for batching different sized input elements, however there are cases like in object detection, we may need to batch images according to their aspect ratios, i.e., push images with similar aspect ratio into one batch and pad them with minimal extra paddings, is ...
1
Firebase Auth sendPasswordReset does not handle errors correctly when the email address does not exist. I receive this error: W/BiChannelGoogleApi(15859): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@135ff7f W/DynamiteModule(15859): Local module ...
## Steps to Reproduce flutter 0.5.1 1. a form in AnimatedSize 2. Tap any textfield 3. keyboard show up with a white padding to overlap all widget similar issue: #13475 ![ezgif-3-ae5a51c278](https://user- images.githubusercontent.com/42162609/43753338-cb36b94c-9a37-11e8-9ca0-5d035c0758ef.gif) ...
0
It could be cool that Image.network send an event when the image is ready to display.
[00036.034] 02660.02697> EXCEPTION CAUGHT BY SERVICES [00036.038] 02660.02697> The following SocketException was thrown resolving a single-frame image stream: [00036.038] 02660.02697> Failed host lookup: 'static.pexels.com' (OS Error: Name does not resolve, errno = -2) [00036.052] 02660.026...
1
use .gitignore to know which files and folders not to search into (think `node_modules` or `packages`)
* VSCode Version: 1.0.0 (1.0.0) * OS Version: OSX 10.11.4 (15E65) Steps to Reproduce: 1. Create a new project with git repository initialised. 2. Create a folder /foo/bar 3. Add a symlink from /foo/bar to /bar `ln -s /foo/bar .` 4. Go to **Git** tab on vscode, and stage `/bar` folder. If now you click ...
0
Please: * Check for duplicate issues. I am running `JAX` on a `Fedora 35` system, with `CUDA 11.6`, `CuDNN 8.2`, `Driver version 510.60.02` [I installed `CuDNN` based on the `RHEL8` instructions here, since `Fedora 35` doesn't seem to officially get the builds for it] I installed `JAX` by following the instruc...
Please: * Check for duplicate requests. * Describe your goal, and if possible provide a code snippet with a motivating example. https://jax.readthedocs.io/en/latest/jax.random.html#advanced-rng- configuration In here, the efficiently shardable through jit is only for TPUs. Could you make it for GPU?
0
**TypeScript Version:** 1.8.9 **Code** With the following function function foo(a) { return a + 'hello'; } I'd expect that `typeChecker.typeToString` of `foo`'s type should yield `(a: string) => string`. Instead, it returns `(a: any) => string`. Is this an issue of `typeToString`, or i...
Consider, function isString(obj: any): obj is string { return typeof typeof obj === "string"; } function foo(value: (string|number)): number { if (isString(value)) { return value.indexOf('foo') } else return value; } function ba...
0
This week Chrome announced their intent to ship WebGL 2.0 so I guess it's about time to start adding support! There are already some PRs that add support to `WebGLRenderer` for some of the new features but, somehow, it didn't feel it was good idea to make `WebGLRenderer` support both `webgl` and `webgl2`. Say hello...
This is about the way you manage smoothing groups in OBJLoader (your remark about it) and more generally about BufferGeometry Groups rendering. > @todo Handle files that have varying smooth values for a set of faces inside > one geometry but does not define a usemtl for each face set IMO : 1- This case is a 'stan...
0
A min or max aggregation of a date field returns a floating point number, epoch milliseconds, despite it being internally stored as a long. Should it really return an long? In some rare cases, will floating point not return an entirely accurate answer?
I store 64-Bit-Twitter-IDs in a long field in Elasticsearch documents: "tweetId": { "type": "long" } I want to use Max aggregation to get the maximum id. Unfortunately I only get Double values (f.ex. 5.6253962514387763E17) instead of my Long Id and I loose the last digits. It would be ...
1
Challenge http://freecodecamp.com/challenges/waypoint-target-a-specific-child- of-an-element-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I'm hitting the 'run code' button and it does nothing. I've tried refreshing the page and same response. I can't p...
#### Challenge Name http://beta.freecodecamp.com/en/map #### Issue Description If you collapse or expand the "Responsive Web Design" sub-list from the map list, it expands or collapses the whole Responsive Web Design List. Because it is targeting the same id. #### Screenshot ![](https://camo.githubusercontent.co...
0
`OptionsResolve::resolve` method produces `Options::all` call before validating option values. `Options::all` call then executes normalizers with options that have not been validated yet. This makes it impossible to constrain options that are passed to normalizers in form types, like `ChoiceType`, `CollectionType`, `...
<?php /** @Route */ class Controller { /** @Route */ method action() } The annotation class loader does a bad job at merging class level settings with method level settings. IE if the methods are [get, post] at class level and [post] at method level, the resulting metho...
0
I was viewing the testing docs and found that the `create_app` function imported for the fixture is not used. Also `flaskr` is not imported directly, only the `create_app` function is. I don't think this is how it should be or am I missing something?
Hello everybody. Please, forgive my poor english, and do not get me wrong, my question is not malicious. Actually, are any plans to reach version 1.0? Or at least reach a new version? 1.0, or a more fluid release versions can be a way to attract more users and developers. Greetings, and thanks for the work you do...
0
Describe what you were doing when the bug occurred: 1. In React Profiler, under bar chart, clicked one of the components 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.0.6-a39d9c3 Call stack: at n.value (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at n.value (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16721) at m (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:...
1
## Steps to Reproduce 1. ... deal flutter build apk 2. ... 3. ... ## Logs Reading input... Reading program jar [D:\FlutterSDK\flutterSdkUp\flutter\bin\cache\artifacts\engine\android-arm-release\flutter.jar] (filtered) Reading program jar [C:\Users\62682\.gradle\caches\transforms-1\files...
We have an issue with Flutter connected to Cloud Firestore in offline mode. Specifically, if you have a ListView builder that displays data from a **Firestore Collection** : StreamBuilder<QuerySnapshot>( stream: Firestore.instance.collection('flutter_data').snapshots(), b...
0
Looking for a way to get a parsed `deno info` object in user.land. Is there a way to avoid implementing it?
JavaScript in the browser does not check imports for environmental (ex: dom use in workers) errors. Deno, however, by default does. This creates problems for browser based code running in deno. We need a flag to skip this checking so that deno behaves like the browser. Example: I have a large utilities file which in...
0
!TypeError: Path must be a string. Received null! when trying to debug in Node using VSC Insiders. Works fine in regular VSC.
Using VSCode 0.10.10-insider on Windows 7 I can no longer debug my JavaScript in this build. It just throws this error ![capture](https://cloud.githubusercontent.com/assets/563860/13458737/2bef9a1e-e0c3-11e5-82fa-0e1dae4e271c.PNG) Falling back to the 0.10.8 release on the "stable" channel, I can debug this project...
1
import require = require('collisionExportsRequireAndAlias_file1'); // Error //!!! Duplicate identifier 'require'. Compiler reserves name 'require' in top level scope of an external module. import exports = require('collisionExportsRequireAndAlias_file11'); // Error //!!! Duplicate identifier ...
**TypeScript Version:** 1.8.x **Code** // A self-contained demonstration of the problem follows... function createDefaultProperties(): { [name: string]: any } { const startTime = Date.now(); let eventCounter = 0; return { get ['common.sequenceId']() ...
0
### Describe the workflow you want to enable As a user who specify weighted metrics/scoring such as balanced accuracy, I would like the scoring `GridSearchCV` uses for optimising and `best_score_` to be weighted as well. Based on current documentation, I think it is currently simply a mean, so I do not aware if this...
#### Description `GridSearchCV` and `RandomizedSearchCV` do not allow for passing parameters to the `scorer` function. This could be made possible by adding an extra `scorer_params`, similar to the `fit_params` argument. For consistency with `fit_params`, special care would have to be paid to sample weights. Weight...
1