text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
The only thing std::time contains is `Duration`, which isn't too useful on its own. The real meat of it is in `::time`. Perhaps one should be moved into the other? Alternatively, we can add some docs to `Duration` that explain how to work with it. One common way of getting a `Duration` is to subtract two instances ...
![](https://avatars.githubusercontent.com/u/147214?v=3) **Issue bybrson** _Wednesday Jun 04, 2014 at 22:11 GMT_ _For earlier discussion, seerust-lang/rust#14657_ _This issue was labelled with: A-libs, I-enhancement in the Rust repository_ * * * Just clone JodaTime. Start out of tree.
1
### Problem description Example: `Hidden` API docs `import type {HiddenProps} from './types'`. This is done to prevent a cyclic dependency problem, as the `HiddenProps` are imported by three (to be four) files: 1. `Hidden` 2. `HiddenJs` 3. `HiddenCss` (TBD) 4. `Grid` (tight integration with `Hidden`) I am ...
* I have searched the issues of this repository and believe that this is not a duplicate. I'm trying to differentiate the icon class style of a switch between checked and unchecked, but it doesn't seem to work ## Steps to Reproduce (for bugs) const styles = { icon: { borderWidth: 0, ...
0
### Description When integer inputs are passed in to `jax.numpy.divmod`, a division/modulo by zero results in inconsistent results when compared with `numpy.divmod` or the Python operators `// and %` as shown below: **`jax.numpy.divmod`** import jax.numpy as jnp x1 = jnp.array(3, dtype="int32...
### Description Jax and numpy differ in their behavior with regards to computing a modulus by zero. Jax treats it as a no-op, and numpy treats it as the zero function. ## Numpy Python 3.10.5 (main, Jul 15 2022, 03:56:49) [GCC 11.3.0] on linux >>> import numpy as np >>> a = np.array([1,2,3], d...
1
## Steps to Reproduce Install according to directions on https://flutter.io/docs/get- started/install/linux Note the owner and group are unknown (id is 1024). Changed them to root as they are in the standard android-studio install to attempt to fix. Problem still is there. Note the bin folder is not available to a...
Launching lib/main.dart on iPhone 8 Plus in debug mode... No application found for TargetPlatform.ios. Is your project missing an ios/Runner/Info.plist? Consider running "flutter create ." to create one. Exited (sigterm) I want debug with VSCode whih existing project ,But It get this error, but ,I use XCOD...
0
**I'm submitting a feature request** Please consider adding JSDoc documentation to Webpack 2. This will allow code completion/inspection of webpack config files for IDE that supports it, such as WebStorm. **Webpack version:** 2.x
npm install is throwing a ton of errors from what looks like webpack. Not sure how to debug; kevs-mbp:site kevzettler$ npm -v 2.1.8 kevs-mbp:site kevzettler$ node -v v0.10.33 npm ERR! install trying to install 1.4.13 to /Users/kevzettler/ct/site/node_modules/webpack n...
0
Compiling a custom Bootstrap via the http://getbootstrap.com/customize/ website feature generates boostrap.css with selectors in an incorrect order. I found this out when trying to figure out why the DIV modal-backdrop was appearing black instead of transparent. As we know.. the order matters! Custom*: .modal-...
I noticed that if you use customizer, this block of css is compiled to the end of bootstrap.css instead of normally around line 2800: .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse...
1
**HC** opened **SPR-7728** and commented CollectionToCollectionConverter returns the original source object if the collection is empty. Relevant source code is attached (see convertEmptyVector_shouldReturnEmptyArrayList unit test) Best Regards Horatiu * * * **Affects:** 3.0.4 **Attachments:** * CollectionTo...
**Daniel Potter** opened **SPR-2483** and commented When DEBUG logging level is turned on the toString() method of RegexpMethodPointcutAdvisor is invoked prior to the setPatterns() method being called to populate the patterns property of the advisor. The toString() method invokes getPointcut() which creates the poi...
0
This is partly inspired by the discussions in #12292 and #12322. The `@generated` macro makes it much easier to generate specialized functions. Hence, I think it might be time for us to upgrade our functor system. So I wrote a small program for concept proof: # functors specialized based on symbol ...
`make testall` after latest `git pull` results in a process that stops at testing `cmdlineargs` as in ... error (2) | 1.12 | 0.00 | 0.0 | 11.33 | 1103.82 cartesian (2) | 0.11 | 0.02 | 17.8 | 1.14 | 1103.82 asmvariant (2) | ...
0
Hi, Love the framework. Using it for my company's developer website. The Bootstrap documentation has this nice element for creating callouts, e.g. "Alternate elements" in the Italics section of the CSS page. It doesn't look like this is part of the framework. It's a very useful feature and I would love to see it o...
I really like the new callouts in the docs, but ask myself why they are reserved for the docs? They look way better than the default alerts, imo they can be replaced by callouts.
1
After running `make.bash` standard packages are not installed, I need to run `go install std` to install them: ~/src/go/src$ git status # On branch master # Your branch is up-to-date with 'origin/master'. # nothing to commit, working directory clean ~/src/go/src$ env | grep GO ...
One symptom: The behavior of `GOROOT_BOOTSTRAP=$HOME/go1.5-bootstrap ./make.bash` and `GOROOT_BOOTSTRAP=$HOME/go1.5-bootstrap/ ./make.bash` are vastly different even though the only difference is just a trailing slash added to GOROOT. ($HOME/go1.5-bootstrap is a Go 1.5 installation) The first will not rebuil...
1
After a recent upgrade to the latest version of tensorflow in github, several things stop working. I found out that all the optimizers, such as Adam or Adagrad are now producing an error related to variable scope that I have not managed to solve yet. However, GradientDescentOptimizer works fine. It may be related to...
Hello, I have the following error when I try to compile the pip package from the source code. ### Environment info Operating System: Ubuntu 14.04 Installed version of CUDA and cuDNN: (please attach the output of `ls -l /path/to/cuda/lib/libcud*`): ls -l /usr/local/cuda/lib64/libcud* -rw-r--r-...
0
I noticed that we may be using `memcpy` unsafely in some places. e.g. `unsafe_copy!` in `array.jl` uses `memcpy`, but if you do e.g. `copy!(A,A)` then the source and destination data overlap. (This is unlikely to fail in practice, but strictly speaking violates the `memcpy` spec.) Would be good to do an audit of all...
The following code flip-flop between the two indentations when indenting the whole file. Note that the second screenshot has a leading space while the first one doesn't. (1) ![no space](https://cloud.githubusercontent.com/assets/712232/9156618/68cca358-3eae-11e5-98af-1321dc754eb0.png) ![with space](...
0
rustc 1.0.0 (`a59de37` 2015-05-13) (built 2015-05-14) binary: rustc commit-hash: `a59de37` commit-date: 2015-05-13 build-date: 2015-05-14 host: x86_64-unknown-linux-gnu release: 1.0.0 I wanted to check this code successfully compiles. Gave a "cargo test" instead of "build", and kaboom. #[t...
Hi Folks, Just ran into a compiler panic. I'm still learning rust, so it's probably related to a stupid syntax error on my part, but rustc suggested I file a bug report, so here I am... Here's the error: thread 'rustc' panicked at 'assertion failed: slice_layout_is_correct(cx, &member_llvm_types[..], element_type)...
1
It is often the case that multiple CSS classes are used for an element, and sometimes they are dynamically generated. In such situations the client code needs to concatenate them into a string const classes = getCSSClasses(); return ( <div className={classes.class1 + " " + classes.class2}> ...
Hi! I usually am in the situation where I have to write code like this: return ( <div className={classnames(['...', '...'])}> Children </div> ); This seems simple, but when you have more elements that need dynamic classes, it gets tedious and pretty hard to read. I propose the...
1
### Description The output of compute_pg is a vector . If I just evaluate f_x below at the desired input it works but the jacobian doesnt seem to work. I am not sure what is happening here. @partial(jit, static_argnums=(0,)) def proj(self,p,C): return projection_polyhedron(p,C,check_feas...
Please: * [x ] Check for duplicate issues. * [ x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: # clone jkonet from github # follow jkonet setup instructions $ python main.py --out_dir results --config_folder configs --task semicircle * [...
0
### Expected Behavior App run with debug mode raise OSError app = make_app() celery = make_celery(app) KafkaProducerExt(app) if __name__ == "__main__": app.run(debug=True) ### Actual Behavior App run with debug mode raise OSError, when i change debug to False, everything ok ...
The new 0.15.0 does not run in Docker for Windows. Have not tried Docker on other platforms. Minimal example with Flask. app.py from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, world!' if __name__ == '__mai...
1
W0613 14:15:54.827171 9637 reflector.go:334] k8s.io/kubernetes/plugin/pkg/scheduler/factory/factory.go:393: watch of *api.Node ended with: too old resource version: 724 (731) --- FAIL: TestUnschedulableNodes (0.15s) panic: interface conversion: interface {} is nil, not *api.Node [recovered] ...
panic: interface conversion: interface {} is nil, not *api.Node [recovered] panic: interface conversion: interface {} is nil, not *api.Node goroutine 42845 [running]: panic(0x24413e0, 0xc8383133c0) /usr/local/go/src/runtime/panic.go:481 +0x3e6 testing.tRunner.func1(0xc83b...
1
As mentioned in numpy/numpy/issues/1177, Chirp Z-transform and special cases of it have been submitted to SciPy under public domain by Paul Kienzle and Nadav Horesh: [SciPy-user] Chirp Z transform The special cases of CZT are zoom FFT and "scaled FFT" (not sure what that does). DFT is also a special case of CZT, so ...
>>> import numpy as np >>> from scipy import sparse >>> sparse.hstack( (sparse.csr_matrix([[1,2]]), np.array([[]])) ) Traceback (most recent call last): File "<ipython-input-27-f65b402ca75d>", line 1, in <module> hstack( (csr_matrix([[1,2]]), np.array([[]])) ) Fi...
0
## Steps to Reproduce Create simple Scaffold with AppBar and endDrawer. Make drawer visible. See that under transparent part of the view, in appBar, back button shows up. It might be related with #12691 issue. ![back_button_issue](https://user- images.githubusercontent.com/16545480/34540904-9589b0e8-f0d6-11e7-9178-...
## Steps to Reproduce 1. Add an `appBar` with a `title` and `endDrawer` to a `Scaffold` in a LTR language (English in my case). 2. Observe the `AppBar`. No back button. 3. Open the `endDrawer` 4. Observe the `AppBar`. Back Button appears. Not an end of the world bug by any means, but overall it looks a bit ...
1
[ x] feature request **Current behavior** Angular (and all its dependencies) are compiled down to ES5 **Expected behavior** Compile everything down to ES2015. I (and more and more Angular users) am only supporting evergreen browsers. Those all have 95%+ support of es6, heck most have even es20...
With v4, angular starts to ship ES6 code as part of its npm packages. However, Angular's compiler has no option to output ES6 code, only TypeScript code (for AOT) or ES5 code (for JIT). Also, our metadata collection is broken for JIT and native ES6 mode (see #15325). Add an option to allow to use ES6 in both cases....
1
I use Ctrl+Enter and Ctrl+Shift+Enter to insert lines above and below respectively in Visual Studio **all the time**. It drives me a bit bonkers that the shortcuts are swapped in VSCode. Given the name "Visual Studio Code" implies somewhat of a derivative of "Visual Studio", could you please change the keyboard shor...
_From@alefragnani on October 24, 2015 0:31_ How could I get some language/colorizer settings? I'm creating an extension to add personalized comments, and would like to get the _line comment_ language/colorizer setting (`//`, `#`, etc) from the current language. I did take a look at vscode-comment demo and `export...
0
Summary: Some code which installs and runs successfully actually fails with an error when used with `deno compile`. Details: Trying out `deno compile` for task running tool project: https://deno.land/x/dnit Using current deno version 1.7.5 $ deno compile --allow-read --allow-write --allow-run --...
thread 'worker-0' panicked at 'not yet implemented: Worker are currently not supported in standalone binaries', /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/deno-1.15.3/standalone.rs:208:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace deno v1.15.3...
0
Travis use `pip 6.0.7` Today we had the following error: pip install -U requests==2.14.0 Using cached requests-2.14.0-py2.py3-none-any.whl Exception: Traceback (most recent call last): File "/home/travis/virtualenv/python2.7_with_system_site_packages/local/lib/python2.7/s...
Example with pip 6.1.1 (but same with pip 8.1.1): > pip install requests You are using pip version 6.1.1, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting requests Using cached requests-2.14.0-py2.py3-none-any.wh...
1
### 💻 * Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code I tried to reproduce this in the REPL, but 7.17.10 isn't an option there and that's the only version where I've seen this happen. ### Configuration file name babel.config.js ### Configuration _No response_ ###...
### 💻 * Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code Reproduced in Babel REPL. ### Configuration file name _No response_ ### Configuration _No response_ ### Current and expected behavior Enabling `babel-plugin-minify-dead-code-elimination` plugin destroys `thi...
1
The Glyphicons font files that come in with the Bootstrap 3.0.0 archive don't work at all, no matter the browser. As far as I could tell those files are corrupted. I downloaded the files you are using on http://getbootstrap.com/ for example and they worked ok.
When using a customized version of Bootstrap 3.0 the Glyph icons don't work. The font file sizes differ from the "normal" version.
1
Here is a simple example: function f(s: "foo" | "bar") { if (s == "baz") { ... } } As you see, there is a typo in "baz", but tsc doesn't catch that. On the other hand, if you try to `s == 123`, tsc will say that a string cannot be compared with a number.
type foo = 'hey' | 'nay'; switch (<foo>undefined) { case 'boom': console.log('never the case'); break; // expected unreachable code, actual no problem }
1
**TypeScript Version:** 1.8.2 **Code** interface Foo { property: (boolean | { bar: number }) } var foo: Foo = { property: { bar: 123 } }; var p = foo.property; if (typeof p === 'object') { // This works fine! console.log(p.bar); // Prints...
I just found out that property access expressions doesn't work on type predicate functions and `instanceof` type guards. class A { propA: number; } class B { propB: number; } class C { propC: A; } declare function isA(p1: any): p1 is D; ...
1
Test Case: interface Overload { foo(id:"special", value:number):void; foo(id:string, value:any):void; } class Bug { private overload:Overload; public call():void { this.overload.foo("special", ""); } } Compile with tsc. Observe that there is no err...
Hi, consider this bit of code: class Bar { public bar: string; } interface IFoo { doFoo(type: any, bar: any): void; doFoo(type: "Quux", bar: Bar): string; } We use it like this: var foo: IFoo; var result:string = foo.doFoo("Quux", new Bar()); // f...
1
My superset is installed on my AWS EC2 instance in: /home/ec2-user/.pyenv/versions/2.7.12/lib/python2.7/site-packages And my SSL is serving my /var/www/ securely on this same server. I created a webpage to display the dashboard in an iframe but, cannot get it to appear because of a mixed-content warning - not bein...
Hello I am trying to add HTTPS to Caravel... I made a hack: /usr/local/bin/caravel (VPS, Debian 8 64bits) cmd = ( "gunicorn " "-w {workers} " "--timeout {timeout} " "--certfile=/etc/ssl/certs/7524b7242d4e83b4.crt " ...
1
The following program crashes with a panic: package main import ( "archive/tar" "bytes" "io" "io/ioutil" ) func main() { data := []byte("\x13\x0300\x13\x03-821950296t\x13\x13\x83" + "s|\x83s\x1300qw\xe1f\xbb\x03000\x00\x00\x00\x1...
The following program crashes with a panic: package main import ( "archive/tar" "bytes" "io" "io/ioutil" ) func main() { data := []byte("\x13\x0300\x13\x03-821950296t\x13\x13\x83" + "s|\x83s\x1300qw\xe1f\xbb\x03000\x00\x00\x00\x1...
1
Challenge Waypoint: Learn how Script Tags and Document Ready Work has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My...
Image on the side is not showing. All I see is a "?" in a blue box. I am using a Mac computer. Should this be an issue? Challenge Size your Images has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8`. Please describe ...
0
## ℹ Computer information * PowerToys version: 0.23.0 * PowerToy Utility: FancyZones * Running PowerToys as Admin: No * Windows build number: 1909 (18363.1082) ## 📝 Provide detailed reproduction steps (if any) 1. Open the FZ editor with Win+` 2. Set the number of zones to 7 3. Select the Priority Gr...
# Summary of the new feature/enhancement Improve current implementation of the FancyZones Editor that is complicated and hard to maintain. Proposal created in cooperation with @ivan100sic. # Proposed technical implementation details (optional) ### Data structures: Zone: { int index; ...
1
1. Terminal gets automatically `closed` when I try to `maximize` the screen on `extended` screen.
# Summary of the new feature/enhancement Windows Terminal should support automatic scrolling when user is selecting text with the mouse, as the mouse approaches the first or last lines. This is supported in the current conhost and it is missing in Windows Terminal. If the feature is already planned or tracked by an...
0
### What problem does this feature solve? The 'Vue server renderer' package should pass in a URL object when creating a sandbox ### What does the proposed API look like? createBundleRenderer(bundle, { ...renderOptions, runInNewContext: 'once', sandbox: ...
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/shengslogar/f4kc5vq2/32/ ### Steps to reproduce Create a watcher with an async handler. Make it throw an error. ### What is expected? It's captured by Vue error handler ### What is actually happening? Not being captured by vue error handler * * *...
0
Currently the nightly build versions are 0.6 Nightly build checks at appveyor and travis are done against 0.6, but at http://pkg.julialang.org/ all packages are shown to pass/fail 0.5 although they are not checked against 0.5 anymore. Or does http://pkg.julialang.org/ just need some time to proceed to 0.6? Downlo...
There seems to be now way to download a Julia 0.5 binary at the moment. The stable releaser binary is Julia 0.4.6, while the nightly build binary is Julia 0.6.
1
I have this String literal type example type TStyles = 'x' | 'y' | 'z'; Using IntelliSense for completion this code will be awesome: var style:TStyles = '>>> I want to use [CTRL+J] here to offer only valid TStyles values <<<';
Many JavaScript frameworks are heavily based on using string values to do many things, from getting and setting attributes via the property name in string form, to defining event handlers to handle browsing to particular URLs. TypeScript added specialized signatures in overloads as one means to help mitigate the pain...
1
# Bug report **What is the current behavior?** I met huge build time degradation in new beta release. For example, node target in prod mode took Version: webpack 5.0.0-beta.0 Time: 231016ms instead of Version: webpack 4.40.2 Time: 147028ms **If the current behavior ...
# Bug report **What is the current behavior?** webpack 5.45.0 (latest) doesn't work with jQuery 3.6.0 (latest): ERROR in ./node_modules/jquery/dist/jquery.js 936:9 Module parse failed: Unexpected token (936:9) You may need an appropriate loader to handle this file type, currently no loaders ...
0
**Elasticsearch version** : `version[2.3.5]` **Plugins installed** : `[kopf, HQ]` **JVM version** : $ java -version java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode) **OS version** : ...
Currently, when invoking `GET indexname/_mapping` one gets a long list of the fields that can be expected in the index. All these have the form: "feed": { "type": "string", "index": "not_analyzed" } For an end user, who normally cannot see the configuration, th...
1
I'm not sure how much of an issue it is, but when upgrading from an older version of seaborn a new error was introduced in code that used to work in `0.11.1`, but is now broken in `0.11.2`. Code to reproduce is as follows: import pandas as pd import seaborn as sns sns.set() ...
See https://discourse.matplotlib.org/t/public-api-for-resolving-artist- property-aliases/21230 This is done in an ad hoc way in various `.plot` methods but it would be good to avoid duplicating code.
0
### Problem description A new line is added when the value prop is set in TextField (with multiline true), and enter is pressed. ### Link to minimal working code that reproduces the issue https://www.webpackbin.com/bins/-KlGfX7Kl4Q4uqZ7MITB Go to the textfield and press enter. ### Versions * Material-UI: 0.18...
I am using a TextField for sending messages in a chat application. My implementation requires that the TextField expand, can accept newlines via shift+enter, and send a message (empty the textfield) upon hitting enter. I am using React 15.6 and MaterialUI v0.20.1 (I'd rather use the latest version, but its not up to...
1
I'm deploying an PyQt(5.3.2) application using py2app. Everything works fine with 0.14.1, 0.15.0 fails at importing. As an example one can take the following `main.py`: import pandas def main(): x = pandas.Series([0, 1, 2]) print(x) if __name__ == "__main__": main() ...
#### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.DataFrame([['2018-01-01','MSFT','short'], ['2018-01-01','MSFT','long'], ['2018-01-01','MSFT',pd.np.NaN], ['2018-01-01','AAPL','short'], ...
0
## Bug Report Connecting to mysql using sharding-jdbc 4.0.0-rc3 always fails to start. ### Which version of ShardingSphere did you use? ShardingSphere 4.0.0-RC1 4.0.0-RC2 4.0.0-RC3 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior Properly configured environmen...
### Which version of ShardingSphere did you use? we find java version: java8, full_version=1.8.0_342, full_path=/home/peilq_sharding/bisheng-jdk1.8.0_342//bin/java ShardingSphere-5.2.2-SNAPSHOT Commit ID: dirty-753c0cee8ee6fd3db00536da55b64bc5198a3758 Commit Message: Optimize sqlFederationExecutor init logic w...
0
Related to #2921 Windows 7, Atom version 0.113.0
1
### Bug summary When calling `plt.gca().set_aspect(-1)` it leads to a infinite loop, where `ValueError: 'box_aspect' and 'fig_aspect' must be positive` repeatedly, until I terminate python. ### Code for reproduction import matplotlib.pyplot as plt plt.plot() plt.gca().set_aspect(-1) ### Actu...
> Duplicate uploads also fail. > I think that is OK though? > > We have at least one build on main per day most days and I am not sure it is > worth the logic to not get rejected on the days we do not (or on days when > someone has pushed the button to run it early). If no one minds I don't mind throwing in some ad...
0
Challenge http://www.freecodecamp.com/challenges/waypoint-target-the-children- of-an-element-using-jquery has an issue. The first sentence of the text is incorrect. `Many HTML elements have children elements from which they inherit properties` should read `Many HTML elements have children elements which inherit their...
I'm being allowed to go to the next challenge even though I am not entering the semi colons. ![untitled-1](https://cloud.githubusercontent.com/assets/9852102/9330588/efbf6542-45c2-11e5-82db- aa038dd52e74.jpg)
1
In the bootstrap.css file there are few properties which are are repeated twice, starting at line no 719: This is repeated [appears in line 719 & again in 729]: .container:before, .container:after { display: table; content: " "; } .container:after { clear: both; } And this is repeated [appears in line...
show on bootstrap.css https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/...
1
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME unarchive module ##### ANSIBLE VERSION ansible 2.3.1 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY need a feature to extract single/multiple files from .zip file . current unarchive module will unzip all the files to the des...
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME unarchive module ##### ANSIBLE VERSION ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides This feature idea is really more geared towards Ansible > 2.1 ##### CONFIGURATION ...
1
$ RUST_LOG=rustc=1,::rt::backtrace rustc link_header.rs rust: task failed at 'assertion failed: rp.is_none()', /Users/shout/Projects/rust/src/librustc/middle/typeck/collect.rs:1044 error: internal compiler error: unexpected failure note: the compiler hit an unexpected failure path. this is a ...
Followup to #5219. Per that issue rpaths are frowned on by linux distros. Absolute rpaths are supposed to be worse than relative rpaths (I'm not clear on why at the moment), and they are probably relatively easy to get rid of. Nominating.
0
##### Description of the problem The fiddle is https://jsfiddle.net/dcromley/g791otyp/ This draws a line using bufferGeometry with ` LineBasicMaterial( { vertexColors:THREE.VertexColors, lights:false }` As it is, it gives a correct red to blue line. By changing "lights:false" to "lights:true", it gives the e...
(*** This section is for bug reports and feature requests only. This is NOT a help site. Do not ask help questions here. If you need help, please use stackoverflow. ***) ##### Description of the problem var starsMaterialx = new THREE.PointsMaterial( { color: 0xFFFFFF, size: 5, lights: true } ); re...
1
I came around this and this seemed related to #9595 but could also be a bug in the above interacting with the CategoricalIndex. Using the same example as #15470 with pandas 0.20.3: #### Code Sample s = pd.Series([2, 1, 0], index=pd.CategoricalIndex([2, 1, 0])) s[2] # works (interpreting a...
#### Code Sample, a copy-pastable example if possible >>> s = pd.Series([2, 1, 0], index=pd.CategoricalIndex([2, 1, 0])) >>> s.index CategoricalIndex([2, 1, 0], categories=[0, 1, 2], ordered=False, dtype='category') >>> s[[0, 1, 2]].equals(s.loc[[0, 1, 2]]) # Should be True False >...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18941.1001] Windows Terminal version (if applicable): commit id c97cccb # Steps to reproduce Open tab too fast and many of them. Using shortcut key(default ctrl+shift+number) makes easy to open lots of tab at once Wh...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.418] Windows Terminal version (if applicable): 0.6.2951.0 Any other software? # Steps to reproduce 1. Open up Windows Terminal. Open up any other window. Make sure windows terminal has the useAcrylic set to ...
0
This seems like something the compiler could merge, but currently it complains that property of foo in types A and B are not identical: interface A { foo(name: 'foo'): string; foo(name: string): any; } interface B { foo(name: 'bar'): number; foo(name: string...
**TypeScript Version:** 1.8.10 **Code** interface Foo { on(type: 'foo', listener: (event: MouseEvent) => boolean): boolean; on(type: string, listener: (event: Event) => boolean): boolean; } interface Bar { on(type: 'bar', listener: (event: MSGestureEvent) => bool...
1
**Migrated issue, originally created by chrismacklin (@chrismacklin)** When using the association object pattern with a table with columns besides the two bridging foreign keys, the docs only gently state that association_proxy is needed. I think this needs to be called out much more loudly and clearly in the docs,...
### Describe the bug Hello, By following the tutorial, when I execute https://docs.sqlalchemy.org/en/14/tutorial/data_select.html#:~:text=row%20%3D%20session.execute(select(User)).first(), I got the following error: --------------------------------------------------------------------------- ...
0
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior Using `vsce` in vscode extension workspace throws errors for missing dependencies. I have several VSCode extensions that am moving together in monorepo with npm workspace. All the dependencies for the extension...
Hooks for scopes get a double prefix, ie `@@scope`, when shown with the `npm hook ls` command. This is due to the response from the web request already including the prefix in the `name` field, and the following lines of code then locally adding the prefix again, duplicating it.
0
Getting multiple reports on access violation causing crashes on Windows 32 machines using 0.35.0. Pasting in the crashdump. The crash dump doesn't seem to contain very much, is this enough info to be able to take this error further? Operating system: Windows NT 6.1.7601 Service Pack 1 CPU: amd64 family 6 model...
In VS Code when I call process.exit() from the main side I get the following trace. I have not been able to reproduce on a bare Electron 0.34.1 though. Any ideas what I could look for to nail this down? C:\GitDevelopment\monaco> (No symbol) [0x0046D436](No symbol) [0x0036B0FF](No symbol) [0x0036AC8A] uv_async_send...
1
When I run a command >"node_modules/.bin/ngc" -p ./ I get the error: > Error: Error encountered resolving symbol values statically. Function calls > are not supported. Consider replacing the function or lambda with a > reference to an exported function (position 65:17 in the original .ts file), ...
This sentence in the Javacript Quick start: _Most application files export one thing into our faux-pas 'namespace_ should read _Most application files export one thing into our faux 'namespace'_ (The namespace is not an " an embarrassing social mistake", it is simply "fake".
0
Sorry about the long title. I couldn't find a better way to express the issue :) Given the following syntax extension: #![crate_type = "dylib"] #![allow(unstable)] #![feature(plugin_registrar, quote)] extern crate syntax; extern crate rustc; use syntax::ast::TokenTree; ...
#15750 is fixed now, but a variant of the same issue occurs when quoting a macro invocation. Using `plugin.rs` from #15750 and this `test.rs`: #![feature(phase)] #[phase(plugin)] extern crate plugin; fn main() { let x = true; println!("{}", mymacro!(assert!(x))); ...
1
@fchollet We know that ImageDataGenerator provides a way for image data augmentation: `ImageDataGenerator.flow(X, Y)`. Now consider the image segmentation task where `Y` is not a categorical label but a image mask which is the same size as input `X`, e.g. 256x256 pixels. If we would like to use data augmentation, t...
Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or join the Keras Slack channel and ask there instead of filing a GitHub issue. Thank you! * [ x] Check that you are up-to-date with the master bra...
0
**System information** * Have I written custom code:No * OS Platform and Distribution:Ubuntu 18.04.2 * TensorFlow installed from:binary * TensorFlow version:tf-nightly-gpu 1.14.1.dev20190617 * Python version:3.7 * CUDA/cuDNN version:10.0 * GPU model and memory:rtx 2070 8gb **Describe the current beha...
PyCharms doesn't provide suggestions for some of the TensorFlow imports. For example: from tensorflow.nn import rnn_cell from tensorflow.keras import losses In these cases, PyCharms doesn't provide suggestions for `rnn_cell` or `losses` members. A potential solution for the `rnn_cell` import is t...
1
Nice to have feature "Remap key to Shortcut" but what about "Shortcut with no Action key"? Please add the feature so we can remap some key to "Alt + Shift" to switch language. Thank you.
Allow for users to create a shortcut with only modifiers (Alt+Ctrl).
1
The `dart2js` build step for apps with large numbers of components (>500) is running out of memory. Abstracting duplicated and boilerplate code out of generated change detectors and into utilities and/or `AbstractChangeDetector` will give `dart2js` less code to process and should help with memory pressure.
**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** I am currently trying async load ...
0
**Apache Airflow version** : 1.10.12 **Environment** : * **Cloud provider or hardware configuration** : Amazon EC2 instance, 4 CPU cores, 8GB RAM * **OS** (e.g. from /etc/os-release): Ubuntu 18.04.5 LTS (Bionic Beaver) * **Kernel** (e.g. `uname -a`): Linux ip-XX-XX-XX-XX.ec2.internal 5.4.0-1025-aws #25~18.04....
**Apache Airflow version** : 1.10.12 **What happened** : Seems that from 1.10.12 the behavior from BranchPythonOperator was reversed. A task after all branches would be excluded from the skipped tasks before but now it is skipped. This prevents empty branches. **What you expected to happen** : Tasks after all b...
1
Setting the collection of labels on a node can duplicate labels > curl -i -H "Content-Type:application/json" -H "Accept:application/json" -X POST 'http://localhost:7474/db/data/node/' Creates a new node with id 7 > curl -i -H "Content-Type:application/json" -H "Accept:application/j...
I have a single tuple / triple, say nodes A and B with a relationship R. If I return the triple by specifying the Ids for A and B:= MATCH (a)-[conn]->(b) WHERE a.`object ID`=1660 AND b.`object ID`=1659 RETURN a As startSt,b As endSt,conn As relationship and export as JSON I get the 2 nodes (A...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME tower_job_list module but I believe that also the other tower_* module have the same error ##### ANSIBLE VERSION $ ./build/scripts-2.7/ansible --version ansible 2.4.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/gsciort...
##### Issue Type: Feature Idea ##### Ansible Version: ansible 1.7.1 ##### Environment: Ubuntu 14.04 ##### Summary: I request a feature to allow me to specify what filename the apt_repository creates apt_repository: repo='deb http://archive.canonical.com/ubuntu hardy partner' state=present filename=hardy-partner....
0
Add a @var for inputs border color on focus : &:focus { border-color: rgba(82,168,236,.8); outline: 0; .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)"); }
I would like to reopen the issue 517. Thx #517
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 9.4.4, 10.4.2, 11.4.2, 12.0.2 ...
* Electron version: 1.3.4 * Operating system: OS X I'd be great to be able to access the history inside a webview, across multiple pages. Basically, it'd help us tremendously if we didn't have to duplicate the `history` store from https://github.com/electron/electron/blob/df3f0a45164ff990e7b94bc7aa485b4659280755...
0
Syntaxnet package was built, tf package ver 1.01 was installed from repo by pip as dependency. Fortunately tf installed following these instructions https://www.tensorflow.org/versions/r0.10/get_started/os_setup#create_the_pip_package_and_install works fine. [New LWP 31764] [Thread debugging using ...
TensorFlow currently statically links all dependencies. This sometimes causes hard-to-diagnose crashes (e.g. segfaults) when another version of a dependency is loaded into the process. This can even happen within TensorFlow if separate TensorFlow .so's are loaded into the same Python process. Possible solutions woul...
1
### Bug report Markers disappear if I use markerfacecolor='None', when saving as eps file. if I save as png file, they are correctly displayed. Note that markeredgewidth is correctly set to a non zero value and markeredgecolor is correctly set to a color. As I said, the figure is correctly produced when saved as p...
### Symbols are missing from eps format **When I save a figure in eps format, the symbols that have no facecolor are not showing. This happened after I updated to the latest version.** **Code for reproduction** import matplotlib.pyplot as plt plt.plot([1,2,3],[2,1,3],'ko',markerfacecolor='None') ...
1
## Bug Report ### Which version of ShardingSphere did you use? 4.0.1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior I modify the Data ID of nacos: .shardingDataSource.config.schema.logic_db.rule content For example: actualDataNodes hope to change the config...
## Bug Report when execute sql that likes follow insert into product_source_list (product_code,store_code,primary_supplier,condition_no,supplier_code,return_mark,purchase_price,price_unit,order_unit,article_no,begin_time,expiration_time,type,creation_date,issued_time,external_id,archived,version) values (?, ?,?, ?...
0
I apologize if this is the wrong place to report this, but I don't know where else to do this. Clicking on the link labeled "var" on this page: http://docs.scipy.org/doc/numpy/reference/routines.statistics.html takes you to the page: http://docs.scipy.org/doc/numpy/reference/generated/numpy.var.html#numpy.var Ho...
_Original tickethttp://projects.scipy.org/numpy/ticket/1353 on 2010-01-08 by @timmie, assigned to @pv._ The following URL shows an 500 internal server error: http://docs.scipy.org/doc/numpy/reference/generated/numpy.var.html
1
Hi, I've actually posted an issue 7753 In a word, I tried same sample_weight in SVC (linear kernel) and LinearSVC and got different results. I got feedback that the LinearSVC is "less sensitive" to sample_weight, but I still wonder how are they different? I want to know mathematically what they means. Currently t...
I think these should be documented in the quick start guide: http://scikit- learn.org/dev/tutorial/basic/tutorial.html
1
no-undef error after today's babel update
> Issue originally made by @jrwebdev ### Bug information * **Babel version:** 6.6.0 * **Node version:** 4.2.4 * **npm version:** 3.6.0 ### Options Appears to be an issue with babel-preset-es2015@6.6.0 babel input.js --presets es2015 -o output.js ### Input code con...
0
People NEED a DETAILED (maybe indexed, too) API documentation, like python documentation. But it seems we only get a tutorial.
### First check * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. ### Description What I mean by api developer docs are basically some...
1
My issue is about zpk2sos conversion I presume. The power of the numerators of second order sections are evaluated not correctly #### Reproducing code example: Sample code to reproduce the problem Jupyter QtConsole 5.0.3 Python 3.9.5 (default, May 9 2021, 14:00:28) Type 'copyright...
As described in #3717 (comment), zpk2sos does not work for analog filters since the coefficients of each stage are different. `b, a = butter(1, 1, analog=True)` produces b = [1], a = [1, 1] → H(s) = 1/(s+1) `sos = tf2sos(b, a)` produces `[1, 0, 0, 1, 1, 0]` this stage is b = [1, 0, 0], a = [1, 1, 0] → H(s) = s^2/(...
1
Hello to all, I facing a problem using the bootstrap affix. It is working fine in desktop and mobile version, but in mobile version affix is not responding correctly. i.e. when you scroll to specific height it is not fixed to the top, after some time it becomes fixed to top. clearly in mobile or ipad the container...
Using Bootstrap 3+ I have a registration / login form in a modal. When you open a modal in the stock android browser the user can't touch a form or anything because it automatically closes like it would if you clicked outside of the modal area. I have a lot of users using the default android browser for some strang...
0
Hi, we are glad you can fix this issue to become a contributor to Apache Sharding Sphere. Welcome! 😃 By doing this assignment, you can learn more about how a query SQL is parsed and how to verify the parsing result of a SQL in Apache ShardingSphere. This issue is to add the parsing assertion for `ParameterMarker...
## Bug Report SELECT region, SUM(population), SUM(area) FROM bbc GROUP BY region HAVING SUM(area)>1000000. Parse the sql to get statement, there is not info about `having`. ### Which version of ShardingSphere did you use? 5.0.0-alpha ### Expected behavior we can get info about `having` i...
0
Filter Assetic 'closure' is broken in Symfony version 2.3.12. In Symfony version 2.3.11 works correctly. When you run the command 'php.exe app/console assetic:dump --env=prod --no- debug --verbose -vvv', the following error message appear: [Assetic\Exception\FilterException] An error occurred while running: "...
After updating Symfony 2.3.11 to 2.3.12 , no more process using the Process component object Symfony works! an error code 1 is always returned ! It works if I comment line 238 of src/Symfony/Component/Process/process.php file. Command executed from the command line : `php app/console assetic:dump --env=prod` re...
1
Play rust link: http://is.gd/DVjBtk macro_rules! a {(<$($($d:expr),*$($c:ident),*)*>) => (B<$($d,)*$($c,)*>);}a! (<>);
Trying to compile this code containing an ambiguous macro causes the compiler to hang forever and max out memory: macro_rules! make_vec( (a $e1:expr $($(, a $e2:expr)*)*) => ([$e1 $($(, $e2)*)*]); ) fn main() { let _ = make_vec!(a 1, a 2, a 3); } rustc 0.5 host:...
1
## 🐛 Bug While convert an RNN to onnx, it report this error. ![屏幕截图\(4\)](https://user- images.githubusercontent.com/37336300/97544558-c14a5e80-1a04-11eb-81f3-cf6fbac242c6.png) ## To Reproduce Steps to reproduce the behavior: 1.While run this code on GPU this error will be reported. 2.But if i run this code...
Hi guys: I have build a seq2seq model using nn.LSTMCELL in it. And I want to export a trained one to onnx form. However, when I do this, I have an error says: UserWarning: ONNX export failed on ATen operator _thnn_fused_lstm_cell because torch.onnx.symbolic_opset9._thnn_fused_lstm_cell does not exist...
1
Over at #15030, I'm trying to rewrite `ntuple(f, Val{N})` so that we don't need `@generated` functions. It's not yet viable because, for this particular problem, codegen quality is poor. I think I've narrowed it down to a failure to substitute integer-valued `GenSym`s during codegen. Here's a lispy rewrite of that co...
In #10961, @swt30 found and fixed a performance problem with `collect`. It was type-unstable because it had been defined as `collect(T::Type, itr)` instead of `collect{T}(::Type{T}, itr)`. But `@code_warntype` gave it a pass: julia> @code_warntype collect([1,2,3]) Variables: itr::Array{Int64,...
0
### Apache Airflow version 2.2.3 (latest released) ### What happened ## Setup Have 3 DAGs: 1. ~240 Tasks, executes every hour, runs for about 45-50 minutes total 2. ~600 Tasks, executes every 5 days, runs for days 3. ~10 Tasks, executes on trigger, runs for 10-50 minutes DAGs run on the `default_pool` wit...
### Apache Airflow version 2.3.3 (latest released) ### What happened As the title states, if you have dynamically mapped tasks inside of a `TaskGroup`, those tasks do not get the `group_id` prepended to their respective `task_id`s. This causes at least a couple of undesirable side effects: 1. Task names are tru...
0
**Describe the bug** A clear and concise description of what the bug is. **If your problem is not a bug, please file under Support or Usage Question** **To Reproduce** Code snippet to reproduce, ideally that will work by pasting into something like https://npm.runkit.com/axios, a hosted solution, or a repository...
#### Summary #1395 launched a fix that instance config may override global config, but it ignore custom configs. So it will break something we'd like to attach into the config and access in interceptor (e.g. CookieJar). For example (https://codepen.io/anon/pen/gjZRdR?editors=1111): const inst = axi...
1
Hi, On a Google Colab notebook with keras(2.2.4) and tensorflow(1.13.1) as a backend, I am trying to tune a CNN, I use a simple and basic table of hyper- parameters and run my tests in a set of loops. My problem is that I can't free the GPU memory after each iteration and Keras doesn't seem to be able to release ...
In order to preform a object detection like task, I used a CNN. I am using a custom generator that follows this example My machine is a MacOS High Sierra 10.13.6, yet I am running my code using Google Colab's GPU so my machine's performances has nothing to do with the issue(right ?). It should be noted that I have t...
1
This issue is related to character encoding of the request parameters when sending a GET request. In my scenario, I need the percent character to not be encoded as %25. The `urllib.parse.urlencode` function has the `safe` input for this purpose. However, the `requests.get` function does not have such input. Therefore...
I'm using requests to download asynchronously and parse the content of a bunch of URLs from different hosts. When the number of URLs is small (up to 1000 URLs) all works fine. When I run the same script with 10000 I get the following error **only when there are about 10 URLs left to download** : Traceb...
0
linux-amd64 trybot crash here, with git parent `7837418`: https://storage.googleapis.com/go-build-log/ea276538/linux-amd64_e00cadd4.log ... ok crypto/subtle 0.006s unexpected fault address 0x0 fatal error: fault [signal 0x7 code=0x80 addr=0x0 pc=0x55c755] goroutine 36 [...
See http://build.golang.org/log/1b98f2faca78eb97adbd218ad62fb20d3b62d8e8. But it happened only once on the freebsd-race buildbot. unexpected fault address 0x5ec7a6 fatal error: fault [signal 0xa code=0x3 addr=0x5ec7a6 pc=0x5ec7a6] goroutine 23 [running]: runtime.throw(0x7df110, 0x5...
1
#### Description i use minibatchkmeans and set k=2000, but, the number of clusters that minibatchkmeans returns is 1997, that is less than 2000. Then, i set k=1950, the minibatchkmeans return 1947, and it is less than 1950. I have over 16 million samples of datasets and each sample have 150 features. #### Steps/Cod...
clf = DecisionTreeClassifier(min_samples_split=20, min_samples_leaf=5, max_features=None) shape X (3220, 3375) shape y (3220,) calling clf.fit(X,y) Exception ValueError: ValueError('Attempting to find...
0
I am exploring Apache SuperSet. I want to connect to mysql database on server i.e., EC2 instance. I have installed all the required libraries based on https://superset.incubator.apache.org/installation.html and launched the superset as well. I did go through https://docs.sqlalchemy.org/en/12/core/engines.html#datab...
In latest master, open METRICS popover, see missing saved metrics from the dropdown select. To reproduce: * Open any charts that use sample data(e.g. FCC2018 Survey) * Go to Edit dataset. in metric tab, create 3 new metrics and Save * Go back to the control panel, click the pre-filled saved metric in METRICS ...
0
# 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...
# 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....
0
Only happens when the user function mutates the input Originally from: http://stackoverflow.com/questions/20691168/pandas-apply-to- data-frame-groupby/20705226#20705226 Could be auto-fixed or maybe just a better error report to the user (about the dups) In [40]: df = DataFrame(dict(A = ['foo','foo','...
Me and several of my colleagues typically create output for variables that have greek letters. Inside pandas, we then call them "epsilon", "sBar" or similar. Right now we have to run a string replace on the output of to_latex() and then manually save it to a file. It'd be nice to be able to give to_latex() a templat...
0
Describe what you were doing when the bug occurred: 1. Clicked restart and start profiling 2. Finished profiling 3. Clicked on a commit and got the error below * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkap...
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
**Celal Ziftci** opened **SPR-5696** and commented Currently there are methods that take in "Object[]" for the execution of operations in most of the jdbc.object classes, such as: * SqlUpdate.update(Object[]) * MappingSqlQuery.execute(Object[]) It would be very beneficial to have a similar method in StoredPro...
**Grzegorz Borkowski** opened **SPR-5327** and commented Currently Spring Framework depends on Commons-Logging. All of us know that for long time Commons-Logging has very bad reputation and is the source of many problems, bug, memory leaks etc. The SLF4j is the newer implementation of similar idea, and many peopl...
0
**pytorch version:** '0.1.12_2' It is not so easy to describe the exact bug here, but I think it is sufficient to provide an example in which strange results can be reproduced. Use the serialised version of Tensor in the attachment. Then run this snippet (also included in the attachment) import torc...
Test script: import torch from torch.autograd import Variable byte_tensor = torch.ByteTensor(256) byte_tensor[:] = 1 byte_variable = Variable(byte_tensor) # The results should be the same, but actually not print('byte_tensor.sum():') print(byte_tensor.sum()) print('...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum 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...
I am currently running celery 4.0.2 with a single worker like this: celery.py: app = Celery('project', broker='amqp://jimmy:jimmy123@localhost/jimmy_vhost', backend='rpc://', include=['project.tasks']) if __name__ == '__main__': app.start() app.name ...
0
## 🐛 Bug I installed pybind11 v2.3.0 systemwide (for fastText). PyTorch build system detects it, use it but then build fails. ## To Reproduce Install pybind11 v2.3.0 system wide (distro used, Arch linux with the following build script The build will fail with sleef visibility issue: [ 83%] Bui...
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1.`USE_NATIVE_ARCH=ON python setup.py install` ## Expected behavior caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o -c ../aten/src/ATen/test/tensor_iterator_test.cpp In file included from ../a...
1
##### Issue Type: Bug Report ##### Ansible Version: 1.7 ##### Environment: Centos 6.5 ##### Summary: Duplicate security group names (between different VPCs) cause issues with instance creation-- When I run the ec2 module to create an instance in a VPC, it doesn't restrict the Security Group search to that VPC...
##### ISSUE TYPE Bug Report ##### COMPONENT NAME `/lib/ansible/plugins/strategy/__init__.py` ##### ANSIBLE VERSION ansible 2.5.0b1 config file = None configured module search path = [u'/home/ec2-user/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python ...
0
The number one thing I miss from X Windows when using MS Windows is the X Windows selection buffer. If possible, having the selection buffer be managed separately from the clipboard buffer would be awesome. This would go well with the Xmouse utility.
# Environment Windows build number: [run "ver" at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce # Expected behavior # Actual behavior After upgrading from v0.18.0 to v0.18.1 Powertoys run bar doesn't laun...
0
Are there plans to support the `using` keyword? In large projects there are usually set of modules called "utils" and it's pretty annoying to write `import foo = utils.foo;` for every used entity.
We have some legacy .js files which we ported to .ts. These files are AMD modules, so we generate external AMD modules with tsc. We have 2 files with the same name (app.js), one at the compilation root directory and another in a subdirectory. The inner file has the one at the root level as a dependency: `define(["...
0
It has been common to use the idiom of limiting a workgroup size by blocking on send to a buffered chan, where the cap of the chan is set to the desired workgroup size. This approach has also been used in the standard library. However there has been discussion in both golang-nuts and gol...
by **schwehr** : While not required by any means, it would be really nice if go followed the more typical source distribution convention. This would help speed go along towards more greater adoption. e.g. - go-1.1.3.tar.{gz,bz2,xz} that unpacks as go-1.1.3 - go-1.1.3/INSTALL file ...
0
Hello, I open the twbs variable.less file in visual studio and i have some syntax errors :-( Please change variables.less //** to //-- or remove the star. In CSS and Less this is /* Comment */ thanks
I'm not sure why the comments in the `variables.less` got changed to this style `//**`, but it my opinion it was a brave move. For me at least it prevents compilation when using the nodejs compiler `lessc`. At also breaks the syntax highlighting in my IDE, Visual Studio 2013
1
Is there anything like this for Deno yet, that gives us a graphical window?
Hello everyone, we already have fetch available, but it would be better if it also supports XMLHttpRequest, which will increase the usability to be compatible with many AJAX technology JavaScript projects, thank you.
0