text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
## 🐛 Bug
PyTorch Java Native Interface is conflicting with React Native one. (they both
use fbjni with a slightly different version).
This cause issue during the android build in an React Native project:
java.lang.RuntimeException: Duplicate class com.facebook.jni.CppException found in modules fbjn... |
This failure occurs when compilation OOMs, but the OOM exit code is not
propagated. "Resume build" will not fix errors like this, as resume build will
reuse the (corrupted) build product.
* * *
I got this durably on a PR of mine (#14247 commit `a643548`); this test
doesn't seem to fail on master all the time, but I... | 0 |
Is this captured in the metadata database already and just a matter of
surfacing it in the API call, or is it not captured outside of the segments
themselves?
|
Storing aggregatorFactories in segment metadata will make it possible to
reindex existing segments without having to provide the original aggregators
out-of-band. As a bonus, it would also be nice to store the QueryGranularity
used for indexing. This isn't required for reindexing, since it would work
fine to use Quer... | 1 |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
e.g.:
--- a/lib/sqlalchemy/sql/operators.py
+++ b/lib/sqlalchemy/sql/operators.py
@@ -1091,18 +1091,19 @@ _PRECEDENCE = {
sub: 7,
concat_op: 6,
- match_op: 6,
- notmatch_op: 6,
-
- ... |
### Describe the bug
Define tables `A` and `B` with a relationship defined as `A.bs =
relationship("B", primaryjoin="foreign(B.a_id) == remote(A.id)")`.
Trying to query then with `aliased` classes results in a query with an
incorrect join condition:
a_alias = aliased(A)
b_alias = aliased(B)
q... | 0 |
rustc panics destructuring a struct-like enum variant in the following code
(using this library: https://github.com/netvl/xml-rs):
extern crate xml;
use xml::reader::events::XmlEvent;
fn main() {
let e = XmlEvent::ProcessingInstruction { name: "Test".to_string(), data: None };... |
rustc 0.13.0-nightly (eedfc0779 2014-11-25 22:36:59 +0000)
binary: rustc
commit-hash: eedfc077964b811315589d9a70293d3ff2eb0e1d
commit-date: 2014-11-25 22:36:59 +0000
host: x86_64-unknown-linux-gnu
release: 0.13.0-nightly
`cargo 0.0.1-pre-nightly (1bdfb25 2014-11-20 19:29:22 +000... | 1 |
## Environment info
* `transformers` version: 3.1.0
* Platform: Linux-3.10.0-1127.el7.x86_64-x86_64-with-debian-buster-sid
* Python version: 3.7.0
* PyTorch version (GPU?): 1.5.1 (True)
* Tensorflow version (GPU?): 2.2.0 (False)
* Using GPU in script?: yes
* Using distributed or parallel set-up in scri... |
## Environment info
* `transformers` version: 3.0.2
* Platform: Linux-5.3.0
* Python version: 3.6.10
* PyTorch version (GPU?): 1.6.0 (True)
* Tensorflow version (GPU?): 2.3.0 (True)
* Using GPU in script?: Yes
* Using distributed or parallel set-up in script?: Distributed
### Who can help
@LysandreJi... | 1 |
_From@alefragnani on November 4, 2015 1:12_
Is there a _correct way_ to replace core commands?
_(of course, if this is something that is available or in the roadmap)_
My intention is to create an extension to replace _Edit / Copy
(`editor.action.clipboardCopyAction`)_ and _Edit / Cut
(`editor.action.clipboardCut... |
Currently, reopen files behaviour is slightly weird. If no folders are open,
no files are reopened upon restart of VSC. If a folder is open, any files that
are opened, inside the opened folder or not, are reopened upon restart of VSC.
I would like to see VSC reopen files, regardless the opened folder count.
Should p... | 0 |
Tried memory allocation debugging with --track-allocation=user and --track-
allocation=all with version 0.3.4 and 0.4: Problem – *.mem files not written
out for user source code on Windows 7. *.mem files written out only for Julia
core files.
|
I'm working at packaging entire Julia packages repository for the Nix package
manager. One of things that might help me very much is packages' dependencies
information. Right now I'm parsing `REQUIRES` files by myself to make Nix
packages -- that's an unfortunate code duplication given that somewhere inside
`pkg` we ... | 0 |
Currently, downloaded dependencies seem to be stored with the scheme
`$DENO_DIR/deps/$PROTOCOL/$ORIGIN/$CHECKSUM`. I use neovim and coc-deno, and
when I jump to definition, I’m sent to these cached files. My current problem
is that I don’t get syntax highlighting because for my editor, this works
based off file exten... |
The current cache filenames and layout is unfortunate.
1. It breaks code navigation. Code for the Deno runtime can only be written in editors that implement the workarounds to locate the files.
2. The workarounds required are non-trivial for editors like vim.
3. Files are extension-less which breaks a lot of e... | 1 |
# Bug report
**What is the current behavior?**
Requiring or importing a json file starting with a byte order mark \ufeff,
commonly added by Microsoft editors, in webpack 4 causes the following error:
> Unexpected token in JSON at position 0
webpack 3 handles this though.
**If the current behavior is a bug, pl... |
# Bug report
**What is the current behavior?**
Requiring or importing a json file starting with the zero length, white space
character, byte order mark (\ufeff), commonly added by Microsoft editors, in
webpack 4 causes the following error:
> Unexpected token in JSON at position 0
webpack 3 handles this with ou... | 1 |
Atom is updating fine but 'Help' > 'Release Notes' gives me an old stale
version with an active restart and update button.

First time I installed Atom was 2-3 months ago before auto-updating was added
(direc... |
I use Atom on two different machines and I'm seeing anomalies when looking at
the release notes. On one of my machines the release notes are always blank
with only a button showing to view previous release notes. On the other
machine the release notes are old. Here is a current screenshot but keep in
mind this isn't ... | 1 |
The [src] link at http://static.rust-
lang.org/doc/master/std/prelude/index.html
points to http://static.rust-
lang.org/doc/master/src/std/home/rustbuild/src/rust-buildbot/slave/nightly-
linux/build/src/libstd/lib.rs.html#99
instead of http://static.rust-
lang.org/doc/master/src/std/home/rustbuild/src/rust-buildb... |
The source link for Any links to the module declaration in lib.rs instead of
the more useful file, any.rs.
| 1 |
This issue describes a design for an injectable alternative to `@CanActivate`
It is both a fresh start and a continuation of the conversations associated
with issues #748 and #4112 and tangentially in #7256, #2965, #7091
* * *
I've been talking to the team about these router hook methods. I have a good
feeling abo... |
Puzzling with SubRouters in Angular 2 I stumbled upon this issues
_Assumption_ : I'm not very confident due to the state of beta and lack of
firm stance in the documentation, but it seems that only root router defined
paths will use query (optional) parameters and all sub-routers seems to use
Matrix URLs for optiona... | 0 |
Challenge filter-arrays-with-filter has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
var oldArray = [1,2,3,4,5,6,7,... |
Challenge filter-arrays-with-filter has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/52.0.2743.116 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
Using the code below and it should be working but g... | 1 |
There are a lot of parts of CSS that are reused in multiple properties, that
get duplicated in the XML file, leading to code bloat and risk of
inconsistencies.
The most obvious one are the colour keywords which are repeated 42 times in
css-scheme.xml alone (and there are a lot of colours!, and they're included in
ot... |
see #3817 (comment)
| 0 |
When using the try!() macro, directly on an iterator element. The compiler
crashes, and fails to tell what is wrong with the code.
I tried this code:
for try!(element) in elements {
// Do stuff here
}
Cargo crashed when attempting to compile the code. Commenting that part out,
or removing the... |
This is currently an error:
#[repr(C)]
enum Foo {
Foo
}
which is odd because it looks like a c-like enum. However it also looks like a
univariant enum. We should specify which behaviour is correct.
More generally, should this be considered a c-like enum, or should it be a
univariant e... | 0 |
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 08/04/2020 14:04:04
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at Po... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
I have what appears to be a valid `Series` with a time series index as
follows:
In [41]: inactive
Out[41]:
2010-06-10 20:43:07 37.2
2010-06-21 06:37:28 0.0
2009-07-20 06:53:38 0.0
2012-05-17 01:50:13 27.4
2009-07-27 21:09:15 0.0
2010-05-04 09:06:54 0.0... |
xref #3004
xref #841
xref #7873
xref #7223
xref #8815
Building on @immerrr's excellent refactor in #8753, I would like to propose
adding a `get_nearest` method to pandas.Index that does nearest neighbor
lookups. The idea is that nearest neighbor lookups are usually the
desirable/sane thing to do when using i... | 0 |
##### System information (version)
* OpenCV => 4.1.0
* Operating System / Platform => Ubuntu
* Compiler => g++
##### Detailed description
OpenCV should have a feature to select the number of CPU cores used for
inference when using OpenVINO inference engine as backend.
Right now, this can be only achieved u... |
##### System information (version)
* OpenCV => ❔
* Operating System / Platform => ❔
* Compiler => ❔
##### Detailed description
##### Steps to reproduce
| 0 |
### The bug
Let's say I have these two files
#### foo.ts
export default class Foo { }
#### bar.ts
import Foo from './foo';
let foo = new Foo();
If I compile these files with
tsc -t es6 -m commonjs foo.ts bar.ts
I get this output
#### foo.js
cl... |
Using typescript@next and the following compiler options:
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
}
A class expression being default exported will be incorrectly compiled into a
named export instead.
Example:
export default class Foo {}
compiles int... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-use-clockwise-
notation-to-specify-the-margin-of-an-element has an issue. Please describe how
to reproduce it, and include links to screenshots if possible.
Last paragraph of instructions reads: "Use Clockwise Notation to give _an
element_ a margin of 40px on... |
Challenge http://www.freecodecamp.com/challenges/waypoint-use-clockwise-
notation-to-specify-the-margin-of-an-element has an issue. Please describe how
to reproduce it, and include links to screenshots if possible.
The challenge has words:
> Use Clockwise Notation to give **_an element** _ a margin of 40px on its t... | 1 |
### Bug report
**Bug summary**
From a discussion in #10186: The data note inserted in the docstring via
`@_preprocess_data` can be displayed in unexpected places in the generated
html documentation.
**Examples**
* in Other Parmeters
* in See Also
**Reason**
I'm not an expert in numpydoc, but from my under... |
As shown by #11094 #12612 matplotlib is used inside of webservers to
dynamically serve plots. The example should show:
1. importance of picking a non-GUI backend (both by setting the backend and explicitly by not using pyplot). Given that these servers are multi-threaded, not using pyplot at all may be the best op... | 0 |
# Environment
Windows build number: [run "ver" at a command prompt] [Version 10.0.18362.657]
PowerToys version: PowerToysSetup-0.16.0-x64
PowerToy module for which you are reporting the bug (if applicable):
# Steps to reproduce Editing
After editing Zones, applied layout selected (doesn'... |
# Environment
Windows build number: 10.0.18363.752
PowerToys version: 0.16.0
PowerToy module for which you are reporting the bug (if applicable): FanzyZones
# Steps to reproduce
Use Remote Desktop session, FanzyZones is no longer working.
# Expected behavior
FanzyZones to work for remo... | 1 |
**Migrated issue, originally created by Thijs Damsma (@tdamsma)**
When a distinct query is ordered, the columns on which are sorted are added to
the SELECT statement, see example code:
from sqlalchemy.orm.session import sessionmaker
from sqlalchemy.dialects import postgresql
from sqlalchemy.e... |
**Migrated issue, originally created by Mehdi GMIRA (@mehdigmira)**
I encountred a bug with the postgres specific "DISTINCT ON" in SQLAlchemy
The real SA query I'm using is more complicated than this, but it sums up to :
query = db.session.query(c1, c2, c3, c4).distinct(c1, c2).order_by(c1, c2, c3)
... | 1 |
Hi,
I´m working in a laravel app and i´m trying to make a post request from a Vue
JS component like laravel method, so when i make the post request i would like
the app go to the url received from the laravel controller on the http post
response. I have the next code in my vue JS component methods:
su... |
#### Summary
We have a single page app based on Vue.js which uses Axios to make API calls.
When a user's session expires, API calls start returning a 302 redirect to the
login page. Since its a single page app, sometimes users may just browse
around directly in the app, therefore only making AJAX calls and not reloa... | 1 |
# Bug report
**What is the current behavior?**
When I upgrade Webpack from 4.29.2 to 4.29.3, import() breaks.
**If the current behavior is a bug, please provide the steps to reproduce.**
Using a relatively straightforward, up-to-date package.json, code that
formerly worked using import() stops building after upgr... |
# Bug report
Type definition error for OutputFileSystem when assigning to memory volume.
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
error TS2322: Type 'MemoryFileSystem' is not assignable to type 'OutputFileSystem'.
Types of p... | 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: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
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.3
* Operating System version: xxx
* Java version: 1.8.0_181
### Steps to reproduce this issu... | 0 |
Whenever you start a new challenge, the first time you click on the
**CodeMirror-code** section the line of code selected is off by one row from
the cursor position. Once you start typing it seems to fix itself.
This can be extremely frustrating when you're going through multiple
challenges relatively quickly.
|
Challenge http://www.freecodecamp.com/challenges/waypoint-target-the-parent-
of-an-element-using-jquery has an issue. Please describe how to reproduce it,
and include links to screenshots if possible.

> Ready! https://****** [4s]
> Initializing…
> ... | 0 |
Are there any plans to implement 4D or higher convolutional layers?
|
Are there some plans to include a 4D (and possibly higher dimension
generalization) convolution op? Would be nice for doing 3D + time processing
for example (for the 4D version).
Also, should something be done to offer the user the possibility to choose the
shape of the kernel? For example allowing both the natural ... | 1 |
### Description
When using scrapy-redis or self-defined dupefilters, the speed of item
pipeline will be extremely slow. It's not Redis's problem because when I move
the deduplication to DownloadMiddleware (check url finger in process_request,
add url finger in process_response), the speed of item pipeline returns to... |
### headers lowercase
[scrapy can not work when headers are lowercase ]
### Steps to Reproduce
1. i must use lowercase headers key and I use Twisted mapping headers and it doesn't work
**Expected behavior:** scrapy run with no exception
**Actual behavior:** scrapy and twisted does nothing for headers
**Reprod... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Current Behavior
The regular expressions in `docs/src/modules/utils/parseMarkdown` use `\n` for
a new line, while it should be `\r\n` on windows, which results in those
regular expressions can't match any string.
## Expe... |
* I have searched the issues of this repository and believe that this is not a duplicate.
Similar to issue #8169, but that doesn't mention keyboard controls. May be
fixed by pull request #8227 but worth testing.
## Expected Behavior
Select should work exactly the same inside a dialog as on a normal page.
## Cur... | 0 |
### Bug report
Hi,
I have a notebook that allows to draw geometrical shapes using mouse, and
buttons from matplotlib.widgets.
After upgrade from matplotlib 3.1.1 to 3.3.1, my interactive plot has become
excruciatingly slow.
It used to work fine with "%matplotlib notebook" under matplotlib 3.3.1.
Accessori... |
### Bug report
**Bug summary**
I encountered a performance regression starting in Matplotlib v3.3.0 when
using a figure with a button widget. Any mouse motion appears to trigger
canvas draw events. The issue bisected to commit `f6b8891` and is not present
in v3.2.2.
**Code for reproduction**
from ma... | 1 |
# Examples bug report
## Example name
with-ant-design-less
https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less
## Describe the bug
When I click on a Link to a page that uses any antd component, it doesn't work
and when I click on a Link to a page that doesn't use any antd component, it
wor... |
This is bug report
Link does not work with css-module imported. That happens when page with Link
has no css, and linked page has. No errors in console, so im not sure about
reasons, but there is minimal repo to reproduce:
https://github.com/standy/next-css-error
Bug appears in `next@7.0.0` \+ `next-css@1.0.1`,
... | 1 |
* * *
## Caravel 0.9.0
How to recreate
1. After setting Mysql ( Ver 14.14 Distrib 5.7.10 ) as source in http://127.0.0.1:8088/databaseview/add
2. Added a table "daily_inventory_details" in http://127.0.0.1:8088/tablemodelview/add
3. Caused the error screenshot attached.

In my project's root, I have a `jsconfig.json` file with the follo... |
I am incorrectly getting the following error, **"This can only be used with
ES6. Make sure to have a jsconfig.json-file which sets the target to ES6"**.
Furthermore, I think I may have stumbled upon a weird case where if the start
of the file name is "temp" as in "temp.js", "temporary.js", or "temp123.js" it
will ca... | 1 |
Hello,
I am using the preferred_choices option for the first time and i am seeing
that preferred choices are not duplicated in the main list.
I think it can cause trouble with users witch not pay attention that there are
a preferred list or when default value witch is not in the preferred list is
already selected (... |
I've done several Symfony projects beyond version 2.7.* in which I've used the
`ChoiceType` form element by setting the `choices` option to an array using
the convention `value => label`.
However, I just noticed the convention has changed to `label => value`, via
http://symfony.com/blog/new-in-symfony-2-7-choice-for... | 0 |
Our Analyze API accepts a `token_filters` parameter as the official way of
adding token filters to the chain (we also support `filter` which is
depracated):
GET _analyze
{
"text": "An apple",
"tokenizer": "whitespace",
"token_filters": [
"lowercase", "stop"
]
}
... |
I took 2 snapshots for read-only indices with curator and some indices were
snapshotted again even though they didn't have any changes.
Look at the first backup (50 oldest indices):
51G s3://backups-es-statistics/indices/statistics-20131004/
27G s3://backups-es-statistics/indices/statist... | 0 |
Open the example modal by clicking "Launch demo modal". Click "Save changes",
then try to close. Fail.
|
Hi,
The code used on last Thursday worked fine. But after updated to latest code
on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward
cannot be close.
I am checking on source code line 932, if I commented out this line then it is
working again.
this.$element
.removeClass('in')
.attr('a... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4.2
Got an exception
When I run `php my-script.php`.
Seems like a bug to me because no matter how I order the arguments the problem
still occurs.
Expected:
> Not enough arguments (missing: "in... |
**Symfony version(s) affected** : 4.2.x (but probably all `PHP<7.0`
compatible versions too)
**Description**
Using the `symfony/testpack`, `symfony/phpunit-bridge` and setting the
`phpunit` version on `8.0`. When creating a test which extends
`Symfony\Bundle\FrameworkBundle\Test\KernelTestCase` it will throw the
... | 0 |
#### Description
Attempting to build scikit-learn `master` on macOS with the stock Xcode
compiler fails due to the lack of OpenMP support.
#### Steps/Code to Reproduce
git clone https://github.com/scikit-learn/scikit-learn
git checkout 2718d6212f92220d5f228bfaf7bff0e75ea14965
cd scikit-learn
... |
@jnothman, @agramfort, @NicolasHug (#13252)
#### Description
Build on macOS succeeds at `f652b95`~1 but fails at `f652b95`.
#### Steps/Code to Reproduce
`git clone https://github.com/scikit-learn/scikit-learn.git`
`cd scikit-learn`
`pip3 install --user Cython`
`pip3 install --user numpy`
`pip3 install --u... | 1 |
PR #20983 contains a port of CUDA Blas functions gemm and gemv to ATen native.
There are several other Blas functions in `THCBlas.{h,cu}` that need to be
ported.
Also, the duplication of `adjustLdLevel2`, `adjustLdLevel3`,
`convertTransToCublasOperation`, `THCublasCheck` needs to be resolved by
deleting these once ... |
Hi All,
CTC as a loss function quite often used in sequence to sequence models isn't
currently implemented and installing binding to warp-ctc is quite hacky (and
warp-ctc isn't developed anymore). I'd like to add it natively to pytorch,
probably based on the implementation of clstm.
My question is first of if that ... | 0 |
Here's the error:
C:\Users\Sebastian\Documents\rust>rustc helloworld.rs
error: linking with gcc failed with code 1
note: gcc arguments: -LC:/Program Files (x86)/Rust/bin/rustc/i686-pc-
mingw32/bin
-m32 -o ./helloworld ./helloworld.o -LC:/Program Files (x86)/Rust/bin/rustc/i68
6-pc-mingw32/bin -lcore-14bd8524... |
@metajack pointed out that if we want to move away from using submodules, to
using directives like `extern mod foo = http://whatever/a/b/c#xxxxxx`, where
xxxxxx is a revision ID, the particular known-good revision being used has to
appear in multiple locations in the code. That's suboptimal.
For rustpkg, we should t... | 0 |
Now I have a requirement for Bluetooth communication, so I should call the
native api to complete the Bluetooth communication. I have to use the Android
and IOS APIs to get the job done. But I am an Android developer
|
Mobile platforms offer APIs to connect and communicate with Bluetooth.
| 1 |
According to documentation https://reactjs.org/docs/test-
utils.html#renderintodocument, should be:
const domContainer = document.createElement('div');
ReactDOM.createRoot(domContainer).render(element);
but is ReactDOM.render
react/packages/react-dom/src/test-utils/ReactTestUtils.js
Line 137 i... |
### Which website or app were you using when the bug happened?
Please provide a link to the URL of the website (if it is public), a
CodeSandbox (https://codesandbox.io/s/new) example that reproduces the bug, or
a project on GitHub that we can checkout and run locally.
### What were you doing on the website or a... | 0 |
Disapointing 😑 I was really looking forward to finally have something like
this! Hope you can fix it quick
## ℹ Computer information
* PowerToys version: v0.23.2
* PowerToy Utility: FancyZone
* Running PowerToys as Admin: Yes
* Windows build number: 20231.1000
## 📝 Provide detailed reproduction steps (if... |
I got also an error. Trying to edit the custom FancyZones.
FZEditorCrashLog.txt contains:
## Exception
System.ComponentModel.Win32Exception: Das System kann die angegebene Datei nicht finden
Source: MahApps.Metro
TargetAssembly: MahApps.Metro, Version=2.0.0.0, Culture=neutral, PublicKeyT... | 1 |
Just wanted to raise something that I’ve noticed using the beta.
During server-side rendering (using the custom routing and `renderToHTML`),
there are some server-side dependencies I want to make available (for example,
a means of injecting requests directly into my Hapi app so that the server-
side data fetching do... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Should serve the pages and watch for changes
## Current Behavior
Going through the tutorial and setup its fine, I'm able to run `npm run dev`
and it compiles successfully, I'm able to see "Hello Next.j... | 0 |
I'm having trouble with .AppleDouble directories, which are picked up when I
run commands from the command line. Symfony expects the wrong classes in the
files "inside" the .AppeDouble directories. Of course Symfony2 should just
ignore the .AppleDouble directory as there is only metadata in there.
These issue al... |
I found a weird behavior with `ignoreDotFiles(true)`: the testsuite of the
ExcludeDirectoryFilterIterator passes properly but folder starting with a dot
are not ignored.
I found it when using the PHP-CS-Fixer (which calls this method in its
DefaultFinder).
mkdir .test
echo "foo " > .test/foo.p... | 1 |
Related to #5286
When an item is selected using ng-link, it only adds the class 'ng-link-
active' if there is no parameter within the ng-link directive. `<a ng-
link="['About']">About</a>`
The class 'ng-link-active' FAILS to be added for ng-link with a parameter.
`<a ng-link="['About', **{id: 5}**]">About</a>`
|
If I navigate to a route without any optional parameters, the router link for
that route is displayed as active. If I navigate to that same route with
optional route parameters, the router link is no longer marked as active.
Example: http://plnkr.co/edit/LVYtuiQ8O2d52UrrxV2e?p=preview
As long as I'm on the `Active`... | 1 |
Duplicate of #22152
_Originally posted by@eps1lon in #22188 (comment)_
|
This is sort of a feature request, mostly because I haven't been able to make
the current react tooling do what I need it to do.
I have a massively huge article up on https://pomax.github.io/bezierinfo that
consists of a single page of React-managed content, of which the bulk is
"passive" HTML content. Paragraphs, h... | 0 |
Text editor for typescript 1.7.6.0 in visual studio 2015 can not response to
keyboard inputs (numbers and words, but tab/enter still work).
It just happened. I even have not notice when it happened. I have reset vs
settings and also restart the computer. It's still dead. Please help to check.
Thanks in advance.
|
Found by @malekpour on Gitter on January 7, 2016 11:57 PM
1. Create an empty file `foo.ts`
2. `tsc --init --module es6 foo.ts`
3. Open `foo.ts` in Visual Studio.
4. Try typing a key other than Enter, Tab, or Spacebar.
Expected: The corresponding character is entered into the buffer.
Actual: The buffer rem... | 1 |
> Issue originally made by @leoasis
### Bug information
* **Babel version:** 6.5.1
* **Node version:** 4.2.0
* **npm version:** 3.7.2
### Options
babelrc:
{
"presets": [
"babel-preset-es2015",
"babel-preset-stage-0",
"babel-preset-react"
],
"plugins":... |
> Issue originally made by @jesenko
### Bug information
* **Babel version:** 6.3.13
* **Node version:** v4.1.2
* **npm version:** 3.3.8
### Options
{
"presets": [
"react",
"es2015",
"stage-2"
],
"plugins": [
"transform-react-constant-elements"
... | 1 |
if you save a contourf in pdf format, you see the thin white line contours.
This is well described in this question and I think the fix makes sense too.
https://stackoverflow.com/a/32911283
is it possible to implement it with an extra argument in contourf?
thanks!
|
This is the underlying problem raised in #1178.
It is illustrated by the test below; note that boundary anomalies are visible
in all forms--agg on the screen, and pdf and svg displayed with a viewer--but
in different places depending on the viewer and the size of the figure as
rendered.
Note that the colorbar is ... | 1 |
### Problem description
I simply have this code:
handleExpandChange = (expanded) => {
this.setState({expanded: expanded});
};
handleToggle = () => {
this.setState({expanded: !this.state.expanded});
};
render() {
return (
... |
The onTouchTap from Buttons isn't working with React 15.6.0
https://facebook.github.io/react/warnings/unknown-prop.html
I think it's finally time to move to the standard onClick and remove tap event
plugin
| 1 |
Given the fact device motion and rotation are two of the main user inputs in
games, we should consider adding related APIs.
http://developer.android.com/guide/topics/sensors/sensors_overview.html
https://developer.apple.com/library/prerelease/ios/documentation/CoreMotion/Reference/CoreMotion_Reference/index.html
|
Mobile devices have a range of common sensors:
* accelerometer
* gyroscope
* magnetometer
* barometer
* GPS / wifi location
We need a package golang.org/x/mobile/sensor to give us access to this data.
The challenging part here is, as always, designing an API that will work on
both Android and iOS. This w... | 1 |
For most floating point types, `nextfloat(x, n)` and `prevfloat(x, n)` are
defined to be the nth next or nth previous floating point value. BigFloats
support neither.
|
julia> p1 = Dates.Second(2) + (Dates.Millisecond(7) + Dates.Millisecond(1))
2 seconds, 8 milliseconds
julia> p2 = (Dates.Second(2) + Dates.Millisecond(7)) + Dates.Millisecond(1)
2 seconds, 7 milliseconds, 1 millisecond
julia> p2 == p1
false
Seems like the problem could... | 0 |
I am using Electron 0.35.0 32 bit on Windows 10 and I am getting the following
error when after and SSL request is made using the https node module.

.
Each time I perform such a request, I got... | 1 |
My dataset is stored in binary format that is easily compressible (from 100 MB
down to ~0.5 MB), but I currently cannot make use of this in TF, unless I
write a TFRecords file, which is way more cumbersome and leads to a lot of
duplication -- I need to work with those files in other programs as well, so
the binary fo... |
mlds-ws2@mldsws2-ThinkStation-P500:~/tensorflow$ bazel build -c opt
--config=cuda //tensorflow/cc:tutorials_example_trainer
.......
INFO: Loading package:
* * *
And stop. After 1~2 hours, doesn't work anything.
I have 3 computer.
1 is server. 2 CPU and TITAN X 3EA. -> This machine does work well.
But 2, 3... | 0 |
Atom is open but then subsequent windows and instances cannot be opened from
the terminal and receive this error.
Cannot locate Atom.app, it is usually located in /Applications. Set the ATOM_PATH environment variable to the directory containing Atom.app.
Found instance of it in the Atom Script
... |
Atom won't launch from the terminal in OSX 10.9.3. Here is the output:

| 1 |
Note the misaligned `^~~~~~~` below due to the `日本語` characters(their length
is not computed properly?):
$ rustc -v main.rs
main.rs:3:38: 3:43 error: unresolved name `hello`
main.rs:3 println!("Hello in English: {}", hello());
^~~~~
no... |
use std::io;
fn main() {
let s = ~"ZͨA͑ͦ͒͋ͤ͑̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!̏"; while true { break; }
io::println(s);
}
main.rs:4:46: 4:67 warning: denote infinite loops with loop { ... }, #[warn(while_true)] on by default
main.rs:4 let s = ~"ZͨA͑ͦ͒͋ͤ̚L̄͑͋Ĝͨͥ̿͒̽̈́Oͥ͛ͭ!... | 1 |
* Electron version: 1.2.2
* Operating system: OSX 10.11.5
It's quite normal in Chrome or without webview. So, I guess maybe something
wrong with it. Below is the example gif. Here is the example code.
 touchpad is very convenient but only if application
responds to scroll event instantly. This can be observed in Microsoft Edge,
vscode, JetBrains IDEs (Smooth Scrolling option).
I think that Windows Term... |
# Summary of the new feature/enhancement
Some hardware terminals allowed smoothly scrolling in new lines. It should be
possible to implement this kind of feature in a software terminal emulator as
well.
YouTube demonstration (VT525 smooth scrolling):
https://www.youtube.com/watch?v=Iju_pOQM0a0
| 1 |
maybe related to #432.
# example code
import jax.numpy as np
N = 80
np.linalg.inv(np.eye(N))
output:
/path/to/project/.venv/lib/python3.7/site-packages/jax/lib/xla_bridge.py:120: UserWarning: No GPU/TPU found, falling back to CPU.
warnings.warn('No GPU/TPU found, fal... |
I'm not exactly sure _why_ this happens, being unfamiliar with the internal
architecture, but on MacOS with Python 3.6.8, the following code segfaults if
scipy 1.2.1 is installed (the version that comes by default when you `pip
install jax jaxlib`):
import jax.random as random
import jax.scipy.lina... | 1 |
### Issue Details
* **Electron Version:** 7.1.8
* **Operating System:** macOS 10.15.2/Windows 10
* **Last Known Working Electron version:** 4.1.4
### Expected Behavior
with Site Isolation enabled in electron 7.x, When I execute
webFrame.setSpellCheckProvider("en-US", {
spellCheck(words... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
6.1.4 ... | 1 |
Circular dependencies are a huge issue when working with third party tooling
(graphing dependencies, integrating into other build systems etc).
I think the correct solution here would be to put @types/react in the
bundleDependencies
(https://docs.npmjs.com/files/package.json#bundleddependencies) attribute in
package... |
Possible duplicate of #32899
* 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 ... | 0 |
This is really annoying.
To reproduce: Set the screen to full screen, do an update. Click on the full
screen button to remove the full screen and this happens.

You cant move the screen.. soo annoying.
Ver... |
If you call `BrowserPosition::setPosition` with `0, 0` as the arguments, it
moves window's title bar offscreen.
I think this behavior has changed from previous versions.
### Expected

in Scrapy?
I noticed that it has superior proxy env handling, where urllib fails to parse
IPs or CIDR in a `$no_proxy` variable. This has led to failing testcases for
me and I'd like to fix it.
Also, requests provides a nice `compat` mod... |
scrapy version: 1.1.2
python version: 2.7.12
platform: Mac OS X 10.11.6
**The issue:**
For the url given in the following minimum working example, the HTML text in
the response from scrapy is different from the one obtained with
`requests.get`. The latter seems to be the correct one. It seems scrapy
somehow dup... | 0 |
Is it too late to change the import statement around? (I know it probably is).
If it was
from 'x' import { y }
Tooling could provide very handy intelli-sense about what could be imported.
|
Consider the following import statement:
import { int, float } from '../lang';
With auto-suggest I need to start this by typing:
import {} from '../lang';
Then I can go back inside the {} and get auto-suggestions.
It would be very nice if TypeScript supported an alternate sy... | 1 |
### Proposed new feature or change:
All single-argument `np.FUNC` functions can be implemented as
`np.ndarray.FUNC`.
**Example usage:**
# Currently invalid. :(
x.ceil()
**Rationale:**
* `np.ndarray` already implements some methods:
all
any
argmax
argmin
argparti... |
>>> src = np.ma.masked_where([0, 1, 0], [1, 1337, 1])
>>> dst = np.ma.masked_where([1, 0, 0, 0, 0], np.zeros(5))
>>> dst_view = dst.transpose()
# check the views look ok
>>> dst
masked_array(data = [-- 0 0 0 0],
mask = [ True False False False False],
fill_... | 0 |
Please consider adding block-selection like VS proper; shift-alt-cursor
manages selection.
Certain kinds of edits are very repetitive or tedious without it.
|
Please Implement Column Mode selection/editing.
Previously requested here
https://visualstudio.uservoice.com/forums/293070-visual-studio-
code/suggestions/7761618-implement-column-mode-selection-editing
On Mac preferred shortcut is cmd+option(alt) like Sublime Text does.
| 1 |
I'm seeing an excessive loss of precision far beyond what is typically
acceptable for 64-bit calculations:
from jax.config import config; config.update("jax_enable_x64", True)
import jax
import jax.numpy as np
import numpy as anp
from jax.test_util import check_grads
import uni... |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
* If applicable, include full error messages/tracebacks.
I am trying to optimize two parameters for linear regression. This is
happening when a large number of points are invo... | 0 |
**Sam Brannen** opened **SPR-6050** and commented
In the Spring TestContext Framework (i.e., specifically in
AbstractGenericContextLoader), annotation-driven autowiring is automatically
enabled. In other words, all ApplicationContexts created by subclasses of
AbstractGenericContextLoader (e.g., GenericXmlContextLoa... |
**Costin Leau** opened **SPR-4924** and commented
Probably the error is caused by the usage of a WeakHashMap..
Below is the stacktrace:
java.lang.NullPointerException
at org.springframework.core.enums.AbstractCachingLabeledEnumResolver.get
LabeledEnumByLabel(AbstractCachingLabeledEnumResolver.java:105)
at o... | 0 |
**sumit goyal** opened **SPR-7926** and commented
Greetings, We have a spring app, which listens to messages from a weblogic
JMS. we are using weblogic client library 10.0.1, and Spring 3.0.3-Release. We
use transaction'ed JMS sessions.
It could possibly be a dup of https://jira.springframework.org/browse/SPR-7366
... |
**Greg Thoenen** opened **SPR-7366** and commented
When using a DefaultMessageListenerContainer with transacted sessions, such as
that created by the following spring integration bean definition:
<jms:message-driven-channel-adapter id="inboundChannelAdapter"
destination-resolver="jmsDestinatio... | 1 |
# Bug report
The intention is to import a CSS file from third party library that resides in
a folder within node_modes. This CSS chunk is not bundled on initial page load
(which is fine , I assume, because the client hasn't navigated to the page
where the import happens - yet).
But as soon as one tries to navigate... |
# Bug report
## Describe the bug
Next 7 - Router.push() does`t work.
## To Reproduce
I have a search handler that should redirect to '/search' page from main page.
But nothing happens.
routeChangeError throws Route cancelled. But on Next 6.1.2. everything works
fine.
Also if I go to the link http://localhost:... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
win_reboot
##### ANSIBLE VERSION
ansible 2.1.0.0
##### CONFIGURATION
retry_files_enabled = False
##### OS / ENVIRONMENT
N/A
##### SUMMARY
The win_reboot action incorrectly assumes that the WinRM connection transport
is being utilized t... |
Ansible hangs on docker_image building when the image already exists. The
whole playground is at https://github.com/nolar/vagrant-ansible-docker-
sample/tree/docker_image_broken branch (pretty simple).
Specifically, this task causes the problem (playbook.xml, line 97):
- name: Build or re-build an... | 0 |
#### Description
I got a DeprecationWarning with the imp module since i update my python
version to python 3.7.
Here is the message
> XXX\site-
> packages\sklearn\externals\joblib\externals\cloudpickle\cloudpickle.py:47:
> DeprecationWarning: the imp module is deprecated in favour of importlib; see
> the module's... |
#### Description
I get this error after importing the module
`/usr/local/lib/python3.6/dist-
packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47:
DeprecationWarning: the imp module is deprecated in favour of importlib; see
the module's documentation for alternative uses import imp`
Can I ign... | 1 |
## Scenario
`Deno.test()` has basically two forms currently (`1.9.0`):
1. `Deno.test(<name>, <test function>)` and
2. `Deno.test(<options object>)`
Personally, I tend to write all my tests on the first form for it is generally
simpler to read and write.
This leaves the second form to be used only when strict... |
Currently `Deno.test` has two overloads:
function test(name: string, fn: () => void | Promise<void>): void;
function test(t: TestDefinition): void;
interface TestDefinition {
fn: () => void | Promise<void>;
name: string;
ignore?: boolean;
only?: boolean;
sanit... | 1 |
I have been playing around with the **Firebase ML Vision**
https://pub.dartlang.org/packages/firebase_ml_vision and have so far
integrated the Text recognition within my application. My issue here is that I
have my UI which is a live camera feed and every time I call the Firebase ML
vision, I see about 1-2 seconds la... |
I'm trying to create an expenses app to track my personal expenses. After
adding new expenses, seems like there are something wrong with the listview.
It shows duplicated card and the new expenses that I add is not there. But
after I scroll to the bottom and go up, it is shown correctly.
. I have tested this
on typescript@next.
The bug can be reproduced through the following scenario: (please go to
https://github.com/christyharagan/typeScript-enum-export-bug to find this
co... | 1 |
this is standart superset time series bar chart:

query:
SELECT DATE(order_date, -strftime('%d', order_date) || ' days', '+1 day') AS __timestamp,
deal_size AS deal... |
First of all I have setup Superset with the current docker image
(https://superset.apache.org/docs/installation/installing-superset-using-
docker-compose) on an AWS EC2 instance. I've also installed superset on my
local laptop (https://hub.docker.com/r/apache/superset) but had the same
thing.
After registering the A... | 1 |
### Website or app
https://github.com/Contrick64/scryfall-random
### Repro steps
This error reproduces on initial page load. I can't seem to find what caused
it to start showing up, as it points to a part of my code that has existed
since well before I first got the error.
### How often does this bug happen?
Eve... |
React version: V18.0.0
React router DOM: V5.2.1
## Steps To Reproduce
1. Going to profile page
2. Warning: Internal React error: Expected static flag was missing. Please notify the React team.
Link to code example:
 frequently cannot have their initial state
specified through setting javabeans properties alone.
This is a request for the spring core to include extensions ... | 1 |
# Environment
Windows build number: 18363.836 (ver in PowerShell returned an error)
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
1. maximize a window
2. press win+left/right arrow
# Expected behaviour
... |
# Environment
Windows build number: Version 10.0.19587.1000
PowerToys version: v0.16.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
1. Configure FancyZones to "Override Windows Snap hotkeys"

|
microsoft/vscode-go#131 appears to be unfixable with the current API, since
lines aren't being automatically wrapped, there is no way to request them to
be wrapped, and there is no apriori known length at which to proactively wrap
that will look good in general.
| 1 |
## 🚀 Feature
Add `nbytes` and `itemsize` methods to Tensor. It has the same semantics as
https://docs.scipy.org/doc/numpy-1.15.0/reference/generated/numpy.ndarray.nbytes.html
and
https://docs.scipy.org/doc/numpy-1.15.0/reference/generated/numpy.ndarray.itemsize.html
(though, in keeping with PyTorch style, it is a f... |
I am unable to use pytorch with CUDA despite having installed it.
OS: Windows 10
Pytorch Version: 1.1.0
CUDA Version: 10.0
I get the following error. Any help would be appreciated.

| 0 |
**Andrew Walters** opened **SPR-8992** and commented
Given:
@RunWith(SpringJUnit4ClassRunner.class)
@ActiveProfiles(profiles = "test")
@ContextConfiguration(classes = MyClass.class)
@ImportResource("/appContext.xml")
public class MyClass {
@Autowired
private ProfileSpecific... |
**Oliver Drotbohm** opened **SPR-9254** and commented
Imagine the following usage of the cache abstraction:
class MyComponent implements Component {
@Cacheable("myCache")
public Object myMethod(String key) {
}
}
Now assume the execution of `myMethod(...)` takes a huge... | 0 |
Additional information on Closed issue #8145 (I don't think I have permission
to re-open)
**TypeScript Version:**
1.8.9
Thanks for investigating.
I noticed you are using **tsc v1.8.10** to try to reproduce.
My globally-installed version is currently **1.8.9**.
I think this version may have been installed with ... |
The issue is still there in v1.8.20160211.1-beta nightly. But works fine in
node's 1.8 beta.
where tsc
C:\Users\*\AppData\Roaming\npm\tsc
C:\Users\*\AppData\Roaming\npm\tsc.cmd
Using node's tsc:
tsc
Files: 77
Lines: 53178
Nodes: 2... | 1 |
This issue summarises the behaviour of julia when exposed to circular
includes.
The observed behaviour varies between julia versions from segfaults,
irresponsive REPL or execution to rather intractable error messages.
Even though circular includes are without a doubt a sign of bad code design,
I'd find it desirabl... |
This one is a bit tricky... (occurs on recent v0.5 builds from master, but not
v0.4.6)
If you have a specific sort of function containing a recursive call (like the
one below), and `n` recursive calls leads to a Stack Overflow, then
_sometimes_ making `n-1` recursive calls leads to a Segmentation Fault.
An example ... | 1 |
If a package is uninstalled while disabled, its entry in 'disabledPackages' is
left behind. It should probably be deleted.
Similarly, any config for the package being removed is also left in
`config.cson`. There is possibly more of a reason to leave this behind (don't
want to nuke the user's settings), but deletion ... |
In Atom, it's not possible to begin or end a selection at the midpoint of an
indent, because the caret can't be jumped there. But as a text editor, I think
it should be able to do anything a normal text editor can do, regardless of
whether it's meaningful or not.
My suggestion: leave the default "as is", but add an ... | 0 |
### Environment info
Operating System: Kubernetes/Ubuntu 14.04
### Steps to reproduce
1. start tensorflow server on kubernetes using yaml generated by the python code
2. Start tensorflow code:
python mnist_dnn.py --worker_grpc_url=grpc://180.101.191.78:30001 --worker_index=0 --workers=180.101.19... |
I tried both Distributed tensorflow and minist_softmax.py.txt. They both hang
at the prepare_or_wait_for_session() function with non-chief worker tasks.
task_index == 0(chief worker ) can run as expected.
I can not find out the reasion why it behaves like this.
Can anyone please give some advice?
| 1 |
I noticed `next build` started to take quite some time, so long in fact that
it started to fail with an exit code 137 when I deploy to `now`. It turns out
`__tests__` directories within `pages/` caused it. Once I deleted them, which
includes Jest snapshot files, `next build` took about a minute and worked fine
when d... |
I'm trying to configure
> https://github.com/VanquisherMe/with-nextjs-antd-
> app/blob/master/next.config.js#L28
I need to load it on demand ,‘less’ mode
> https://github.com/VanquisherMe/with-nextjs-antd-app/blob/master/.babelrc#L9
I tried many times but I didn't get it right
![fa86fbf0-8c5d-4fe5-8f7a-25f7b65a... | 0 |
Hi,
I find that optimizer enforces every parameter to be `requires_grad=True`.
However, if I used such a network where the first layer was a pre-trained
`AlexNet` with every parameter set to `requires_grad = False`, and rest layers
were left `requires_grad = True`, pytorch would complain `optimizing a
parameter that... |
## 🐛 Bug
Many projects use QT for UI, but when compiling such code a special keyword
"slots" is defined, which conflicts with the 'slots' function defined in
IValue. Since IValue.h ends up being included when including Torch headers,
this prevents using Torch in any code that also does QT stuff.
Even though this i... | 0 |
import matplotlib.pyplot as plt
fig, (ax1, ax2) = plt.subplots(1, 2, True, False)
x1 = [1, 2, 3, 4, 5, 6, 7, 8, 9]
y1 = [x*x for x in x1]
ax1.plot(x1, y1)
x2=y2=[]
ax2.plot(x2, y2)
plt.show()
Now ax1.get_xlim() returns erroneous (-0.06, 0.06) because when bounding boxes
... |
Looks like I missed two points when reviewing @tacaswell's parts of #11246:
#11246 (review) and #11246 (review).
| 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.