text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
* Electron version: 1.6.10
* Operating system: Windows 10
### Expected behavior
### Actual behavior
### How to reproduce
Tray works in development, but once I run build and install the app, tray
doesn't work.
$ git clone https://github.com/ehguo/ZenFocus -b tray
$ yarn
$ yarn run package-win
Installer f... |
http://electron.atom.io/ mentions `npm install && npm run`, but `npm run` is
not a thing :) Should be changed to `npm start`.
| 0 |
After #14531 we are running the CI infrastructiure of ours using `r5a.2xlarge`
machines. They are needed for tests (thanks to having 8xCPUs and 64 GB RAM we
can run full suite of tests in 15 minutes instead of 1h by running the tests
in parallel. Likely (due to ~ 2x less cost of running tests (2x more price/ 4x
less ... |
Greenplum DB is a popular open source relational DBMS[1].
I want to implement some database specific behaviour for a common class. It's
easy to check connection type for postgres, mysql or oracle. Now I use
postgres connection type for Greenplum and cannot explicitly check type.
Airflow has `PostgresHook` based on ... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Mac OS X 10.11.6
* **TensorFlow installed from (source or binary)** : binary
* **TensorFlow version (use command be... |
### Environment info
Operating System:
OS 10.10.5
Installed version of CUDA and cuDNN:
$ ls -l /usr/local/cuda/lib/libcud*
-rwxr-xr-x 1 root wheel 8280 Apr 13 01:02 /usr/local/cuda/lib/libcuda.dylib
lrwxr-xr-x 1 root wheel 45 Apr 13 01:03 /usr/local/cuda/li... | 0 |
#### Challenge Name
#### Issue Description
#### Browser Information
* Browser Name, Version:
* Operating System:
* Mobile, Desktop, or Tablet:
#### Your Code
#### Screenshot
|
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
If you don't set the title property of a MaterialApp, it will display as null.
## Steps to Reproduce
Create a new MaterialApp and do not set the title of the app in the
constructor. On Android, if you do this, run the app, and then view it in the
list of open applications, it will show "null" as the title.
|
## Steps to Reproduce
No error is happening, although, when you omit the `title` property of
`MaterialApp`, when you click the app drawer, the title of the app appears as
`null`.
I initially got that error because I was setting the title in `Scaffold` \-->
`AppBar`, which is most likely incorrect. After reporting t... | 1 |
**Barry Kaplan** opened **SPR-3434** and commented
The changes from 2.0.3 to 2.0.4 has cause some side effects. In 2.0.3 the
PABPP would use beanFactory.getBean(..) to obtain the EMFs. In 2.0.4 it first
beanFactory.isTypeMatch(..)
When the EMF has not yet been created in the context,
AbstractEntityMangagerFactoryBe... |
**Xun Wang** opened **SPR-9302** and commented
Due to recent release of Jackson 2.0, hope it is on the road map to give
Spring user the option to use Jackson 2.0 for Jackson related json functions.
Jackson 2.x has different package name for its classes to let code with 1.x be
able to coexist. Maybe a new set of the ... | 0 |
There appears to be a race condition in the index CUDA kernels where multiple
threads are writing to the same address.
Reproducer code:
import torch
ref = torch.arange(0, 20).view(4, 5).float()
indexer= [slice(None), [1 for i in range(5)]]
src = torch.randperm(ref[indexer].n... |
**### Pretext:**
I recently installed pytorch-nightly, and my cuda version is upto date. But
when I run my command, I get the following error:
**### Error:**
Traceback (most recent call last):
File "main.py", line 77, in <module>
algo.sample(datapath, cfg.STAGE)
File "C:\Users\hu... | 0 |
Hi all - I've run in to a problem that has stumped me for the past day. I
think I've narrowed down the scenario and need some help figuring out if I'm
on the right track here. (Video and code reproductions below to replicate
passing and failing scenarios)
I'm using `@tanstack/react-table` to render a table in my Nex... |
### System info
* Playwright Version: 1.29.2
* Operating System: MacOS Ventura
* Browser: Chrome
* NodeJS version: v16.16.0
* Other info: Running the android server for Pixel 4 and Nexus 5X with Android 11. Issue exists on real device as well as emulator.
### Source code
* I provided exact source code ... | 0 |
## Bug Report
* I would like to work on a fix!
`@babel/helper-compliation-targets` is used by `@babel/preset-env` to
transform the browsers/targets property into a list that can be actioned. In
this process, it appears that `and_chr` and `and_ff` will be resolved to just
`chrome` or `firefox` which results in the... |
## Bug Report
File extensions are required in import statements in ES Modules.
But files within `@babel/runtime/helpers/esm` (which are treated as ES Modules
because `@babel/runtime/helpers/esm/package.json` contains `type: "module"`)
don't use extensions in their import statements.
* I would like to work on a f... | 0 |
const enum E { }
Try to get occurrences on the `const` keyword.
Error: Debug Failure. False expression:
at assert (:1143:17)
at fail (:1148:13)
at getFlagFromModifier (:25796:29)
at getModifierOccurrences (:25751:17)
at getOccurrencesAtPosition (:25484:25)
at Anonymous function (:27826:17) ... |
Action description:
getOccurrencesAtPosition('C:\test\t2.ts', 0)
Script callstack:
Error: Debug Failure. False expression:
at assert (:1125:17)
at fail (:1130:13)
at getFlagFromModifier (:23623:29)
at getModifierOccurrences (:23578:17)
at getOccurrencesAtPosition (:23315:25)
at Anonymous function (:25... | 1 |
* Electron version: 0.36.12 (earliest tested) to 0.37.5 (latest)
* Operating system: Windows 8.1
I am working on a project to test some code in a sandboxed iframe that gives
limited access to the parent. The implementation is pretty straight forward.
The problem is it works in modern web browsers but not in Elec... |
Currently there's no support for `alert` and `confirm` dialogs in iframes (see
discussion in #2522).
Once the "Session wide preload script" #2605 is ready, I think we should
implement a default preload that will add the missing dialogs (kind of like
what override.coffee does for the parent window).
| 1 |
Repo steps:
1. Enable `Override Windows Snap shortcut (Win + Arrow) to move windows between zones`.
2. Span a window across 2 or more zones.
3. Press `Win` \+ `←` or `→`.
Actual result:
1. Window moved to next zone.
2. Window lost any spanning.
Expected result:
1. Moving from zone 2 & 3 to 3 & 4 shou... |
# Summary of the new feature/enhancement
I would like to have an option to keep PowerRename opened after file rename in
order to perform multiple rename for selected files.
# Proposed technical implementation details (optional)
It could be an option in PowerToys Settings for configure the default
behaviour: **do n... | 0 |
Very Minor cleanup. duplicate end of statement semicolon
* `src\host\conareainfo.cpp(187)`:
SMALL_RECT OldRegion = _caInfo.rcViewCaWindow;;
* `src\host\consoleInformation.cpp(388)`:
ci.Attributes = GenerateLegacyAttributes(attr);;
* `src\interactivity\base\InteractivityFactory.cpp... |
# Description of the new feature/enhancement
I think it would be helpful if each tab appeared in its own taskbar thumbnail.
Clicking on the thumbnail would activate the window with that tab open. The
way the app currently works, if you have multiple tabs open and the app is
currently in the background you would need... | 0 |
* VSCode Version: 0.10.12-alpha
* OS Version: Windows10
Steps to Reproduce:
1. Launch an app from command prompt without any command line argument.
> code-alpha
2. Open any folder which contains C# code.
3. Verify installed extensions for C#, PS, GO etc. should work fine.
4. Verify there should not be... |
* VSCode Version: 0.10.12-alpha
* OS Version: Windows10
Steps to Reproduce:
1. Launch app and open any folder.
2. Try to add .js or .cs file by clicking on + sign.
3. Verify app behavior.
4. Try to add other file like go, css, ts and verify app behavior.
Actual: Getting error "Cannot convert undefined ... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When page is reloaded, the render should be stable. It is correct in the
development build, i.e when I do `npm run dev`

### Apache Airflow version
2.1.2
### Kubernetes Version
1.18
### Helm Chart configuration
no configuration
### Docker Image customisations
no customization
### What happened
if we install airflow against argoCD, argoCD synchronizes all, then webserver... |
### Apache Airflow version
2.2.0 (latest released)
### Operating System
Ubuntu 20.04.2 LTS
### Versions of Apache Airflow Providers
docker tag: apache/airflow:2.2.0-python3.7
### Deployment
Other
### Deployment details
_No response_
### What happened
No matter what time zone do I specify in config file [co... | 0 |
When overriding the contrastDefaultColor of a theme, the text color of a
button does not change.
import { createMuiTheme } from 'material-ui/styles'
import cyan from 'material-ui/colors/cyan'
const theme = createMuiTheme({
palette: {
primary: {
...cyan,
co... |
* [ x] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The api and example documentation for the modal should reflect the most up to
date props, including show instead of open, and onRequestClose instead of
onClose
## Current Behavior
Currently the do... | 0 |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.2.1-3816ae7c3
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108
at Map.forEach ()
at commitIndex (chrome-
extension://fmka... |
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 |
(1) Shrink the page horizontally so the the navbar moves into the drop down.
(2) Drop the drop down (3) Leaving the drop down dropped, stretch the page
again. (4) Drop the drop down and it produces a nasty scroll bar in the header
which you have to scroll down to see the dropped menu.
|
Steps to reproduce:
Open, for example, bootstrap-3.0.2\examples\theme\index.html.
1. Make screen smaller to get collapsed nav bar
2. Click on one of menu for drop-down list in nav bar
3. Maximize screen again
4. Go to Drop-down - drop-down and click again - list will be in scroll area.
Did the same on tab... | 1 |
I installed the windows Version (Win7, 64bit), Atom 1.0 and i cant input \
(Alt-gr + ß) on a german keyboard.
Doesnt work in Latex or textfile.
|
Original issue: atom/atom#1625
* * *
Use https://atom.io/packages/keyboard-localization until this issue gets fixed
(should be in the Blink upstream).
| 1 |
Just a `ReferenceError: 'Promise' is not defined` on Internet Explorer 11 for
`^2.0.0-beta.25`.
Here is the full error log:
ReferenceError: 'Promise' is not defined
at updateOnClient (http://localhost:3000/_next/-/commons.js:16822:3)
at mount (http://localhost:3000/_next/-/commons.js:168... |
Hi everyone,
I am currently evaluating next.js for one of my client projects. While playing
around with the Redux sample under
https://github.com/zeit/next.js/tree/master/examples/with-redux I noticed that
it throws the following error under IE11:
ReferenceError: 'Promise' is undefined
at updat... | 1 |
## Feature Request
In contexts where Babel is running alongside a filesystem watcher, there are
cases where a plugin may load an arbitrary file. Take a plugin like
https://www.npmjs.com/package/babel-plugin-inline-import for example. Or some
usecases of babel-plugin-macros.
It would be ideal if Babel had a way for ... |
This is a bug report
### Input Code
The following code produces an error:
export class Test {
static staticProp = {};
constructor(props) {
console.log(props);
}
log = (props) => {
console.log(props.msg);
};
}
### Babel/Babylon Configuration (.babelrc... | 0 |
I have run into an unexpected problem with (a more complicated version of) the
following code:
julia> function f(x::Bool)
if x
function g(y)
return y
end
return g
else
fu... |
Reproduce with
julia> run(pipeline(`ls`, stdout=IOBuffer()))
ERROR: MethodError: `uvhandle` has no method matching uvhandle(::Base.AbstractIOBuffer{Array{UInt8,1}})
in _jl_spawn at process.jl:253
in anonymous at process.jl:415
in setup_stdio at process.jl:403
in spawn at process... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):no
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): cre... |
Many apps need to know where their peers are, to do some sort of replication
or sharding. (hopefully this isn't a duplicate; I did search...)
We have the "endpoints" concept. If we provided easy-to-use plumbing, that
could make it easier to use the above sort of app.
Having kubelet stuff them in env variables is no... | 0 |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be ... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No, problem appears on import (import tensorflow as tf).
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 x64
* **TensorFlow installed from (source or binary)*... | 1 |
* Electron version: 2.0.0-beta.7
* Operating system: Linux - Ubuntu
More operating systems here:

* Last known working Electron version: 1.8.x
### Expected behavior
No crash
### Actual behavior
... |
* Electron version: 2.0.1
* Operating system: Windows 10 Home
### Expected behavior
When I set `transparent: true` in the `BrowserWindow` object, it should not
display the white clutter (shown below) outside my html container because i've
set;
`html, body { background: rgba(0, 0, 0, 0); }`

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
This is a proposition to deprecate `logistic_regression_path` and make it
private.
Context: #11476 (comment)
Making it private would make it much easier to refactor the code in
`LogisticRegression` and especially in `LogisticRegerssionCV`, where a lot of
case-by-case logic has to be implemented due to non-homogeneo... |
Hi,
I currently have a distance matrix that contains Euclidean distances. However,
according to the documentation of AgglomerativeClustering, I cannot use this
pre-computed metric as input if I want to use Ward linkage. Ward is reserverd
for Euclidean distances only (which makes sense from a theoretical point of
vie... | 0 |
The dbpedia_csv.tar.gz file downloaded seems to be corrupt and the link for
the dataset, i.e.
https://googledrive.com/host/0Bz8a_Dbh9Qhbfll6bVpmNUtUcFdjYmF2SEpmZUZUcVNiMUw1TWN6RDV3a0JHT3kxLVhVR2M/dbpedia_csv.tar.gz
is giving 404 error. The file dbpedia_csv.tar.gz seems to be downloaded but
upon running tensorflow/... |
DBPEDIA_URL in text_datasets.py is not a valid url anymore because web hosting
in Google Drive has been deprecated, https://gsuite-
developers.googleblog.com/2015/08/deprecating-web-hosting-support-in.html
Proposed fix:
* Move dbpedia_csv.tar.gz to cloud storage.
What is affected:
* Text classification exampl... | 1 |
I was looking into the classes for GetResponseEvent and PostResponseEvent and
found tthat even tought they share a lot of code they do not have common
acentors.
Here is what i found:
GetResponseEvent -> KernelEvent -> Event
and
PostResponseEvent -> Event
Get: implements `res... |
symfony/src/Symfony/Component/HttpFoundation/FileBag.php
Line 49 in 1cada24
| throw new \InvalidArgumentException('An uploaded file must be an array or
an instance of UploadedFile.');
---|---
"An uploaded file must be an array or an instance of UploadedFile"
Where is the check for null?, if the $value is n... | 0 |
**I'm submitting a ...** (check one with "x")
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
I want to visualize detection results on images using `tf.summary.image` and
record the original name of this image at the same time.
In the old version `tf.image_summary()`, I can pass a placeholder for an image
name and feed the name in `sess.run`. Like this,
log_image_data = tf.placeholder(tf.uint... |
I enter this command : tflite_convert \ --output_file=/tmp/foo.tflite \
--keras_model_file=C:/Users/n.muthuraj/Desktop/cnn/02/dataset/ashik.h5
The Output is : Traceback (most recent call last):
File "c:\users\n.muthuraj\appdata\local\programs\python\python35\lib\site-
packages\tensorflow\python\pywrap_tensorflow_in... | 0 |
##### Description of the problem
I'm using computeVertexNormals on mesh from OBJ and VRML Loader in order to
have a smooth shading applied.
It works with VRML Loader but it don't using OBJ Loader with exactly the same
mesh.
You can see how normal looks like in the 2 cases :
` will produce `{“a” : NaN}`
|
### Expected Behavior
Should be able to run flask with FLASK_ENV=development or production
### Actual Behavior
I get the output
* Serving Flask app "simple" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production
deployment.
Use a production WSGI serve... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): ca... | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gce/458/\n\nFailed: [k8s.io] Downward API volume should update labels on modification\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:113\n Timed out after 65.000s.\n Expected\n <string>: content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n content of file \"/etc/labels\": key1=\"value1\"\n key2=\"value2\"\n \n to contain substring\n <string>: key3=\"value3\"\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/downwardapi_volume.go:112\n \n\nPrevious issues for this test: #28416 #31055 #33627\n\n" | 0 |
# Environment
Windows build number: 10.0.18990.0
Windows Terminal version (if applicable): 0.5.2681.0
Any other software? WSL Ubuntu 18.04.3's bash.
# Steps to reproduce
With powershell tab open, open new Ubuntu tab
Close Ubuntu tab by pressing Ctrl+D
Press Ctrl+D in powershell ... |
I'm not sure if this is already a way to do this or not...
I have two long running python scripts that I run from Powershell. Instead of
opening two PS Windows and then calling the the scripts manually, I created a
batch file that spins up two instances of Powershell and calls the scripts on
each:
`start powershell... | 0 |
Hopefully this is not a duplicate (couldn't find anything). Out of all the
"less desirable" VS (and VS code as well) plugin behaviors I've found this to
be the number one most disturbing:
**TypeScript Version:**
1.8.7 (VS 2015 Community, Update 1)
**Screenshots**
:A;
}
// Is there a way to say:
var Foo:F;
// Or am I forced to do :
var HigherOrd... | 0 |
Would be neat if `$on` supported an array of events:
bus.$on(['CLICK_BODY', 'KEYUP_ESCAPE'], () => {
this.active = false
})
Without it we need duplication
bus.$on('CLICK_BODY', () => {
this.active = false
})
bus.$on('KEYUP_ESCAPE', () => {
this.active = fal... |
### Version
2.5.13
### Reproduction link
https://jsfiddle.net/sohail85/d72g4jxt/
### Steps to reproduce
Map collections are not reactive, even computed properties depending to Map
collections does not changes when their dependency changed
### What is expected?
Map collection like other data structure should be... | 0 |
Should the functions `histogram2d` and `histogramdd` have the keyword
`density` added and `normed` deprecated, to match `histogram`?
|
Sort order for `NaT` values got changed in numpy 1.18.0.
`PyArray_CompareFunc` of dtype `datetime64` returns incorrect as per the
updated sort order.
This is present with numpy 1.20.2 and 1.21 too.
This is reproducible via the following extension module.
compare_bug.c
#include <Python.h>
#inclu... | 0 |
Paste this snippet in the playground:
const result = [{ foo: 'hello' }]
.map(({ foo }) => foo)
.map(foo => foo);
If you hover over `foo` in the first `map()` call, you'll notice that its type
is `any` (should be `string`).
The type of `result` is correctly inferred to be `string[]`, t... |
class GenericClass<T> {
payload: T;
}
var genericObject = new GenericClass<{greeting: string}>();
function genericFunction<T>(object: GenericClass<T>, callback: (payload: T) => void) {
callback(object.payload);
}
// Works
genericFunction(genericObject, (... | 1 |
Hello, I am trying to build a front end with web components using Materials UI
as a UI library. I have the following `deps.tsx`:
import MatUI from "https://jspm.dev/@material-ui/core@4.11.0";
export {MatUI};
`tsconfig.json`:
{
"compilerOptions": {
"experimenta... |
Receiving TS2531 [ERROR] when running the mjs/cjs after Deno 1.0.4.
save as "test.mjs"
import { exp } from "./test_mod.ts";
if (false) null.func();
save as "test_mod.ts"
export const exp = {};
and run
% deno run test.mjs
Compile file:/// ... /test.mjs
... | 1 |
I have two textfields, both of them have a onChange func waiting to be called
each time the func is called a validation occurs and if some error is found
using setState update the `errorText` property where is need.
the problem is the webkit-autofil (on chrome) fills both fields the onChange
event is trigger for the... |
### Problem description
First github issue - be gentle. 😄
I may be doing this incorrectly.
I have a that opens a with a single <TextArea>. I look for an onKeyDown event
== 13, then take the value of the textarea and send it off to space. When the
dialog closes, however, there's a pulsing ripple on the Button that... | 0 |
### Problem description
Clicking a button to trigger a dialog and then using the 'esc' key to dismiss
the dialog puts the button into an active ripple state. Noticed in my own
code, was able to reproduce it on the dialog docs examples.
:
<service id="doctrine.orm.entity_manager.abstract" class="%doctrine.orm.entity_manager.class%" abstract="true" lazy="true" />
Now all my lazy services which are actually doctrine listeners stopped working
(throws circular error)... | 1 |
## 🚀 Feature
The MKLDNN is enabled by default for linux based packages (both pip and
conda). However, on windows it is disabled by default and we are instructed to
compile it from source code.
Is there any technical reason behind this, that made it disabled by default
under windows and not linux? or is it just an... |
## Bug
In MKLDNN cmake, MSVS build are disabled explicitly.
pytorch/cmake/Modules/FindMKLDNN.cmake
Lines 16 to 19 in 12e0ed5
| IF(MSVC)
---|---
| MESSAGE(STATUS "MKL-DNN needs omp 3+ which is not supported in MSVC so
far")
| RETURN()
| ENDIF(MSVC)
I think this is no longer the case as we can bu... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
12.0.9
### What opera... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
15.3.1
### What opera... | 0 |
Hi all,
while writing examples for grow3.js, I found out that adding objects gets
increasingly slower with more objects already in the scene. It gets apparent
at >>10k objects in a scene.
I tracked down the problem to this line in Scene.js:
if ( this.__objects.indexOf( object ) === - 1 ) {
Usua... |
##### Summary of feature request
`.addScaledVector` but instead of _adding_ a _scaled_ _vector_ , _merging_ a
_transformed_ _BufferGeometry_
##### Description of feature request
For optimization purposes, I want to render a single buffer geometry instead
of rendering each object in my scene separately
... | 0 |
after upgrading to 0.10.1 code has often no responding very easily.
|
Sometimes editor just freeze. Kill task helps only. Have this problem at work
and home.
I noticed that this started after latest update (0.10.1).
Working in PHP files.
Windows 10 64.
| 1 |
Or just use LLVM to do this (if it has a mode that hash-conses to avoid
duplicate constants). As per FIXME in `trans::base::trans_const_expr`.
|
After examination, it doesn't appear that deriving raw pointers presents any
kind of safety problem (no derivings dereference unsafe pointers). Most people
seem to believe that the original justification presented in #13032 isn't
sufficient.
| 0 |
The Link and Title for this Exercise Is Missing on the Map page in the Basic
Algorithm Scripting section. Missing title n link for an exercise on Map page,
Basic Algorithm Scripting section.

Issue On URL ... |
#### Challenge Name
https://www.freecodecamp.com/challenges/manage-packages-with-npm
#### Issue Description
After running how-to-npm and selecting option 7, 'package niceties' I am given
the following instructions:
So, we've created a package.json file, but it's missing a few things
that people usually expect. ... | 0 |
If I use a `Navigator` as a child of a `TabBarView`, and that `Navigator` uses
a `GlobalKey`, then there is a situation where `Element.updateChild` is
called, and this causes a spurious assert that
Multiple widgets used the same GlobalKey".
Here is some code that demonstrates the problem. Run the... |
## Steps to Reproduce
1. cd `/examples/hello_world/`
2. connect a physical Android device
3. `flutter run`
Output:
mit-macbookpro2:hello_world mit$ flutter run -d 00ca05b380789730
Launching lib/main.dart on Nexus 5X in debug mode...
Exception from flutter run: FormatException: Bad UTF-8... | 0 |
> Issue originally made by Ryan Duffy (ryan.duffy)
### Bug information
* **Babel version:** 6.11.4
### Options
es2015 preset
### Input code
export default () => ({
x: ({x}) => {}
});
### Description
With the above code, babel transpiles to a closure without `m... |
> Issue originally made by @jprichardson
### Bug information
* **Babel version:** 6.x
* **Node version:** 5.3.0
* **npm version:** 3.7.1
### Input code
export default (onClick) => (<div onClick={ () => onClick(text) } ></div>);
### Description
You'll notice an `export` at the bottom tha... | 1 |
## Steps to Reproduce
Trying to compile Flutter application which uses FlutterViewController for
iPhone5 (ARM 32 bit)
## Logs
Run your application with `flutter run` and attach all the log output.
pawelurban@MacBook-Pro-4 ~/w/Flutter-Demo> ../flutter/bin/flutter run
Launching lib/main.dart on ... |
@chinmaygarde says this should be very straightforward and is just about
teaching our Mac bot to build the ARM32-bit variants of our engine, uploading
them to the right place, and teaching our XCode project template to use them.
EDIT: Turns out it was not straight forward. Work is actively underway,
@cbracken is dri... | 1 |
Recently, `functional.softmax` has been changed to accept `dim` as argument.
When run on CPU, I can specify arbitrary value for `dim`, whether `input` is
2D or 3D.
For example, the following code works without any problem:
In [23]: functional.softmax(Variable(torch.ones(3, 4)), dim=0)
Out[23]:
... |
(removed previous report addressed by #3245)
There's a missing letter 'f' in the docs, my browser doesn't render the
equation:
:math:`softmax(x) =
rac{exp(-x_i)}{sum_j exp(-x_j)}`
| 1 |
I'm creating API on server.js that uses user authentication via passport.
I already add code to use passport and it works fine. If the user is not
authorized, then redirect to login page for page, or return 403 Forbedden for
APIs.
const isAuthenticatedAPI = (req, res, next) => {
if (req.isAuth... |
I have see the example with-external-scoped-css , but it compile the scss or
sass to static , then import in html head ? so all page css will be imported !
and the static asset dont add hash with name ? how to force the cdn update ?
* I have searched the issues of this repository and believe that this is not a... | 0 |
ES 2.1
**Describe the feature** :
below query still get response:
MatchAllQueryBuilder maq = QueryBuilders.matchAllQuery();
SearchResponse sResponse = client.prepareSearch(indexName)
.setSearchType(SearchType.SCAN)
.setQuery(maq)
.setSize(20000)
.execute()
.actionGet();
better limit size for sc... |
**Elasticsearch version** : 2.1.2 / 2.3.3
**JVM version** : Java 8u91
**OS version** : Ubuntu 16.04
**Description of the problem including expected versus actual behavior** :
Specifying a high value for `size=` when using scroll causes OOM.
E.g: running `curl -XGET 'localhost:9200/*/_search?size=99999999'` res... | 1 |
When scrolling to the bottom of the page, affix-Plugin sets the class "affix-
bottom" and sets inline styles like "position: relative; top: XYZpx;". The
Problem is, that the inline "position: relative" aren't removed after
scrolling up again. It would be better, to set "position: relative" via the
class "affix-bottom... |
The following issue is reproducible with the current bootstrap docs website
(e.g. http://getbootstrap.com/javascript/) using Firefox 28 and Chrome 33, on
Windows:
1. Start with a large browser window.
2. Load http://getbootstrap.com/javascript/
3. Decrease width of the window, so that the sidebar disappears, i... | 1 |
Is there an ability to query for a selector that has extraneous space around
it? I'm left to "test" some legacy Angular.js apps, which are notorious for
this.

my `await page.waitForSelector('"What does your... |
**Context:**
* Playwright Version: 0.16.0
* Operating System: Mac
* Node version: v13.11.0
* Browser: All
**Code Snippet**
const { chromium } = require('playwright');
(async () => {
const browser = await chromium.launch()
const context = await browser.newContext()
... | 1 |
I have a freshly-built numpy on OS X 10.9, and am running into pretty regular
crashes related to umath.so. Here is a Gist with the crash report. It seems to
crash in a variety of ways, but I can reliably get it to crash by importing a
module like Theano, which has numpy as a dependency. I have re-built all of my
pack... |
### Describe the issue:
I have replaced the last 3 lines in this code
A = np.ones((150000,3,3))
j = np.ones((150000))
s = np.ones((150000))
jDuplicated = np.repeat(j, 3**2).reshape((len(elements), dim, dim))
sDuplicated = np.repeat(s, 3**2).reshape((len(elements), dim, dim))
res= s... | 0 |
I trained a model with tensorflow1.4, and want to finetune in tensorflow
1.3,following is part of my code:
1)train code with tf1.4:
with slim.arg_scope(inception_v3.inception_v3_arg_scope()):
y, endpoints = inception_v3.inception_v3(x, CLASSES, True)
2)test code with master:
with slim.arg_scope(inception_v3... |
I am trying to use the given pretrained inception v3 model in research/slim,
but the weights don't match
import tensorflow as tf
from nets.inception_v3 import inception_v3_base
tf_images = tf.placeholder(tf.float32, [None, 299, 299, 3])
inception,inception_layers=inception_v3_base(tf_images... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.6
* Operating System version: centos
* Java version: 1.8
### Steps to reproduce this issue
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0
* Operating System version: Ubuntu18.04
* Java version: jdk8
1. dubbo-ops with dubbo 2.7... | 0 |
The go 1.6 compiler panics on this 2.25 Mbyte source file containing a slice
with 13240 elements:
https://drive.google.com/file/d/0B2AF520HhpuzdzZhSVpPZGZkTUU/view
go1.6 linux/amd64
GOARCH="amd64"
GOOS="linux"
$ go build buildme.go
# command-line-arguments
panic: runtime error: makeslice: ... |
We have a lot of packages in the std that uses specialized instructions
that are not always present. Most of the times, the package will detect
the required features by themselves. This is fine but will lead to code
duplication. And as Bryan Chan mentioned on https://golang.org/cl/22201,
even if the processor... | 0 |
## Steps to Reproduce
When the keyboard appears, the bottomNavigationBar in the Scaffold not stay at
the bottom and a keyboard height is added to it.

;
new Vue(... |
### Vue.js version
1.0.26
### Reproduction Link
https://jsfiddle.net/simplesmiler/Lrk9sxjf/102/
### What is Expected?
Both textareas having text inside them.
### What is actually happening?
First textarea has text. Second textarea is empty, and has literal attribute
`:value`.
| 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
when body is null, body.text will ... |
**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**
Creating a Component with an `@View... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.2
* Operating System version: win7
* Java version: 1.8
### Step 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.7.4-SNAPSHOT
* Operating System version: macOS10.12.6
* Java version: 1.8
### Steps to reprodu... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.19041.208]
PowerToys version: v0.17
PowerToy module for which you are reporting the bug (if applicable): PowerToys Settings
# Steps to reproduce
1. Make a change to one of the settings
2. Click save
# Expected behav... |
# Environment
Windows build number: 10.0.18362.778
PowerToys version: 0.17.0
PowerToy module for which you are reporting the bug: FancyZones
# Steps to reproduce
* Uninstall previous version of PowerToys
* Install 0.17.0
* Open PowerToys, things work just fine
* Wait for a while
... | 1 |
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.6.2951.0
# Steps to reproduce
* `ssh` to a Linux box
* `seq 100`
* shrink the window vertically (fewer lines)
* scroll back
# Expected behavior
See the numbers from 1 to 100
# Actual behav... |
# Description of the new feature/enhancement
Currently, if you drag back the scrollbar and then resize the window, the
viewport jumps back to the "regular" position (the end of the data buffer, and
the bottom position of the scrollbar).
It would be better to (approximately) maintain the scrolled position, so that
t... | 0 |
There is a type that is quite interesting in typescript `void | {}`, this type
has some unique behavior, everything can be assigned to this type, but the
compiler does not infer any property for this type unlike for `{}` that
inherits the basic object properties, the difference with `{}` is subtile but
still pretty i... |
I think that it should be special **bottom** type with the following
properties:
* ( T | **bottom** ) = ( **bottom** | T ) = T — **bottom** is unit for type unions;
* expression of type **bottom** is assignable to any other type;
* **bottom** type could be used only as return type of the function (out-only);
... | 1 |
# Summary of the new feature/enhancement
Please, consider adding the old PowerMenu to PowerToys.
I was using it a lot, I had the options to make a Window to be always on top
and I was using some others to have transparency.
 Sysinternals BgInfo and ZoomIt (and
Microsoft Garage Mouse without Borders). Please add BgInfo and ZoomIt to
Microsoft PowerToys so they can be conveniently install... | 0 |
Hello ,
when i use glide to load url picture, just like
Glide.with(this).load(url).placeholder(R.drawable.img_photo_fail).into(imageview);
I find that the imageview shows the placeholder's pic instead of the url's pic
at first .
and I click back and come in again , it's rgiht .
and if I use g... |
I encountered problem when using CircleImageView
(https://github.com/hdodenhof/CircleImageView). It also happens using
CircularImageView (https://github.com/Pkmmte/CircularImageView).
When image is loaded from memory everything works fine but when loading from
disk cache CircleImageView shows placeholder image. When... | 1 |
Forms make heavy use of GlobalKeys for getting access to the FormState and
FormFieldState in order to save or validate. This is more expensive than it
needs to be. All we really want is a way to grab the State object of a widget.
GlobalKey comes with extra baggage.
See this example and this comment.
Something like ... |
I have a flutter project. Inside of its `android` folder I have a lot of
android code, including background processing classes and some native UI. I
updated this code to use the new `androidX `packages.
Now, some of the plugins stopped working. A example is the `permission_handler
`plugin.
permissionh... | 0 |
## Steps to Reproduce
1. Connect an Oreo phone
maindart.pdf
to a USB 2 or greater port. I'm using a Samsung SM J727 A upgraded to Android
8.1 by AT&T, but I believe user "raveesh-me" had this happen on a
"Motorolla[sic] G5 Plus" on 10 Oct 18.
2\. Start any Flutter app in the Android Studio debugger
3\. Allo... |
## Steps to Reproduce
1. Create a brand new flutter project
`flutter create -a kotlin bindingtest`
2. Enable Android bindings in the project
android {
dataBinding {
enabled = true
}
// ...
3. Build the project
`flutter build apk --debug --verbose`
... | 0 |
This gives an compile error:
type t = () => void;
abstract class A {
abstract f : t
}
This compiles:
abstract class A {
abstract f () : void;
}
Shouldn't both be possible if we support type aliases?
I used Typescript 1.7.5.
|
This is a proposal to extend #3578 to allow abstract properties in abstract
classes. So the following should be legal:
abstract class A {
abstract p;
}
class B extends A {
get p() {...}
set p(v) {...}
}
| 1 |
On numpy current master (`da6e4c7`), np.matmul is apparently not using BLAS:
>>> import numpy as np
>>> x = np.random.rand(5, 512, 512)
>>> %timeit np.matmul(x, x)
1 loops, best of 3: 526 ms per loop
>>> def xmul(a, b):
... out = np.empty_like(a)
... for j in range(a.sha... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1071 on 2009-03-30 by
trac user Electrion, assigned to unknown._
Hello,
I recently noticed that loadtxt() fails when I try to load a file that
contains no value on the last column when it is TAB delimited.
For example :
s = StringIO('#X\tY\tC\n... | 0 |
I want a feature.
To be able to extend the SyntheticUIEvents, so that I can add my own Event
when required.
Thank you.
|
Please add support for custom non-standard DOM events, ideally through a
public API but if that's a "no go" at least some way that would not require
forking the code base.
Here is my attempt of exposing non-standard events after getting some insights
on IRC, unfortunately it still does not work (as event listeners a... | 1 |
According to the documentation, " plugins can be shipped in a subdirectory
relative to a top-level playbook", and this used to work in v1.
With v2 however, this does not work (at least for lookup_plugins) unless the
"lookup_plugins" subdirectory is explicitly mentioned in ansible.cfg.
$ mkdir lookup_p... |
I was making an ansible-galaxy role today and when placing the lookup_folder
plugin at the same level as the rest of the folders and then using it it
returns that it can't find the plugin. Do we have anyway to use lookup_plugins
at a role level without forcing uses to manually add it to there playbook?
Here is the r... | 1 |
Ehen using build with libraryTarget: 'umd', targeted build in node enviroment;
getting:
AR:
Node give "ReferenceError: window is not defined"
ER:
no issues in node & browser
Not possible to set target param to match both platforms;
**Please mention other relevant information such as the browser version,
Nod... |
**Do you want to request a _feature_ or report a _bug_?**
Report a bug
**What is the current behavior?**
We are upgrading a giant codebase from Webpack 3 to 4 and are blocked on one
issue. We are seeing significant code duplication in final bundles when the
same JS module is required synchronously and asynchron... | 0 |
Currently rustdoc doesn't show associated types under the "implementors"
portion of the trait page (eg here) (though it does show them on the page for
the type). Since associated types are as important as type parameters when
inspecting an impl (and debugging a type mismatch), perhaps rustdoc should
show an `(Output ... |
For example, the `std::ops::Index` trait has an associated `Output` type. Of
course, that type is potentially different for each `impl` of the trait.
`impl` are documented at
http://localhost/rust/std/ops/trait.Index.html#implementors , but there is
apparently now way to know what is the `Output` type for a given
imp... | 1 |
**Migrated issue, originally created by Adrian (@thiefmaster)**
Example to reproduce:
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import *
from sqlalchemy.dialects.postgresql import JSON
Base = declarative_base()
... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
class A(Base):
__tablename__ = 'a'
id = Column(Intege... | 1 |
**Chris Beams** opened **SPR-8371** and commented
As of 3.1 M2, the `@PropertySource` annotation allows for declarative
registration of property sources against the enclosing `Environment`. However,
it does not allow for manipulation of property source ordering. This (if
desired at all) must be done against the
`Con... |
**Fabrizio Giustina** opened **SPR-1383** and commented
Actually jars generated by a binary builds don't have the version number in
the name; the attached patch modify build.xml so that generated files are
named with spring-{module}-{version}.jar.
That's the maven standard way of naming jars and makes also easier... | 0 |
This is fastapi http side:
from fastapi import Request
import aiofiles
@app.post('/upload')
async def upload(request: Request):
try:
filename = request.headers['filename']
async with aiofiles.open(file... |
In a rare instance, I managed to do a GET request to a server that should
retrieve an xml document. However the response.text field contains the
document twice (just concatenated, i.e. the first half of the data and second
half of the data are exact duplicates):
>>> resp = requests.get('http://bigr-rad... | 0 |
#### Code Sample, a copy-pastable example if possible
Something goes wrong when I try to set a NaN value using the iloc syntax.
Instead of just the entry being set, the entire row gets set.
import pandas as pd
import numpy as np
df = pd.DataFrame(np.arange(1,5).reshape(2,2), columns=["A"]*2)
... |
# Pandas version 0.17.1
import pandas as pd
df = pd.DataFrame({'Same': 1.0, ' Same': pd.np.nan, ' Same': pd.np.nan}, index=[0,1,2])
df.columns = [c.strip() for c in df.columns]
df.iloc[:, 2] # Returns all 1.0
df.iloc[:, 0] = df.iloc[:, 0].fillna(df.iloc[:, 1])
df.iloc[:... | 1 |
## Steps to Reproduce
Test code:
test('swipes', () async {
SerializableFinder body = await find.byValueKey('body');
await new Future<Null>.delayed(new Duration(milliseconds: 500));
await findTab1Content();
await driver.scroll(body, -200.0, 0.0, new Duration(... |
## Steps to Reproduce
In the gallery app's "Tab" demo, drag half-way between two tabs and release.
The tab widget will snap to the closest tab with an animated transition.
During that transition the tab widget will not accept any drag gestures. You
have to wait for the animation to complete. This is easy to reproduc... | 1 |
After finishing a video challenge, the green check mark does not appear on the
Map or on the challenge itself.
|

 # [False, False]
print pd.isnull(pd.Series(['abacaba', np.nan])).values # [False, True]
#### Problem description
Inconsistent behavior.
The call `pd.isnull(pd.Series(['abacaba', np.nan])).... |
#### Code Sample, a copy-pastable example if possible
Under 0.19.1 and latest master:
In [19]: dr = pd.date_range("20161123 00:00", "20161123 02:00", freq="H")
In [20... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1176 on 2009-07-17 by
trac user mauro, assigned to unknown._
When making a deepcopy of a numpy.ndarray with dtype S a numpy.string_ is
created.
I am not too familiar with the numpy types, but I think they are basically the
same. However, they have different **r... |
I cite Chris Baker's message from numpy discussion, since I encountered the
exact same bug and I could not find it reporter here:
Hi folks,
In [264]: np. **version**
Out[264]: '1.7.0'
I just noticed that deep copying a rank-zero array yields a scalar --
probably not what we want.
In [242]: a1 = np.array(3)
I... | 1 |
### Bug report
The coordinates reported for `eclick` and `erelease` from the `onselect`
callback function don't match what was actually clicked on when drawing a
rectangle with `RectangleSelector`
**Code for reproduction**
from matplotlib.backend_bases import MouseButton, MouseEvent
import matplo... |
### Bug report
In Python 3.6.3 and the related matplotlib (just compiled from sources) the
RectangleSelector does no longer behave as in Python 2.7 and as is described.
Instead of returning the mouse click coordinates in the event variable eclick
and the release coordinates in erelease it returns the lower left corn... | 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
print("Pandas version: ", pd.__version__) # mine: 0.21.0
print("Numpy version: ", np.__version__) # mine: 1.13.3
# generate some data
data = np.random.randn(1,20)
target = np.array(... |
I often want to remove certain elements from an index while retaining the
original ordering of the index. For this reason a sort keyword in the
`index.difference` method would be required:
In: index = pd.Index([0, 1, 2, 4, 3])
In: index.difference({1, 2})
Out: Int64Index([0, 3, 4], dtype='int64... | 1 |
I'm using Win 7, 64bit.
Atom version: 1.0.0
I'm using a Hungarian keyboard layout and I have trouble entering the open
bracket [ symbol.
Pressing AltGr F produces this:

This is how special characters ar... |
Original issue: atom/atom#1625
* * *
Use https://atom.io/packages/keyboard-localization until this issue gets fixed
(should be in the Blink upstream).
| 1 |
Relevant StackOverflow question (which I actually just posted to).
I understand this isn't a showstopper but actually made me research a while
before realizing there was also a `row` parameter that was meant to be used.
Perhaps a error message could be displayed?
If you tell me what the intended behavior is I can t... |
I'm trying to plot side-by-side heatmaps and I'm seeing this problem when
`sharey=True`. The ordering of the data in all but the last subplot is
reversed. But because the y axis is shared, the overall figure displays
incorrectly.
import matplotlib.pyplot as plt
import numpy as np
import pandas ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Tabs that receive the prop `centered` should always center.
## Current Behavior
They remain left aligned if they are also set `scrollable`.
## Steps to Reproduce
https://codesandbox.io/s/kk371k1w75
... |
For example please see
https://material-
ui.com/_next/cae6bd4a-2104-4ec9-8977-c6f7c8c4e44c/page/api/app-bar/index.js
Also page progress indicator at the top of the page never stops.
* I have searched the issues of this repository and believe that this is not a duplicate.
| 0 |
### Version
2.5.17
### Reproduction link
https://jsfiddle.net/truefusion/hLzg2w8b/
### Steps to reproduce
Extend an Array.
Instantiate the new class.
Assign it to a component property that is observable by Vue.
Access the property in the console.
### What is expected?
The reference to maintain its instan... |
### Version
2.5.13
### Reproduction link
https://codepen.io/anon/pen/ppWdEX?editors=1010
### Steps to reproduce
Seems that Vue doesn't consider what happens when a Vue component is mounted
inside of a shadow root.
The component's style gets placed into the `<head>` of the web app, and
therefore the style is not... | 0 |
**Steps to reproduce**
Click Tray Icon -> Settings
PowerToys "hangs" on start-up, UI doesn't even get rendered
**Version**
PowerToysSetup-0.18.2-x64.msi
winver: Version 1903 (Build 18362.900)
**Remediation**
* Uninstall + Install + Reboot didn't work
* Are there any logs I can send you?
**Attachments**... |
### The "Window-Tiling" PowerToy
Here's an idea, add the ability to tile windows automatically. What I mean by
that is when a window would open, it'll cover the whole screen but when
another window would open, it'll cover the half of the screen automatically
and the first app would also resize to the half of the scr... | 1 |
Make sure these boxes are checked before submitting your issue - thank you!
* [yes] I have checked the superset logs for python stacktraces and included it here as text if any
* [yes] I have reproduced the issue with at least the latest released version of superset
* [ yes] I have checked the issue tracker for... |
Make sure these boxes are checked before submitting your issue - thank you!
* [yes ] I have checked the superset logs for python stacktraces and included it here as text if any
* [yes ] I have reproduced the issue with at least the latest released version of superset
* [yes ] I have checked the issue tracker f... | 1 |
**Setya Nugroho D** opened **SPR-8502** and commented
To reproduce the problem, just run 'TestServiceInjection.java' unit test in
the Eclipse project attachment to make it failed, then comment out method
'someMethod' in the test to make it passed.
* * *
**Affects:** 3.0.5, 3.1 M2
**Reference URL:**
http://forum.... |
**Jon Travis** opened **SPR-7422** and commented
Section 3.13.2 (Standard and Custom Events) of the reference manual is out of
date wrt best practices.
* It does not talk about using ApplicationListener<T> with a type argument, thus removing instanceof checks in the event callback
* It does not espouse the use... | 0 |
Error messages use `_` a lot but it's meaning is never explained. This could
be improved.
Playpen
fn test(o: Option<i32>) {}
fn main() {
let i = 7;
test(i);
}
Error:
// What is `_` supposed to mean? Apparently integral value but it still seems meaningless..... |
fn main() {
let a = Vec::new();
}
Gives me:
<anon>:2:13: 2:21 error: unable to infer enough type information about `_`; type annotations required [E0282]
<anon>:2 let a = Vec::new();
^~~~~~~~
This is confusing because it doesn't say ... | 1 |
Rust and cargo installed nicely today on my raspberry pi 4, but running the
build script for deno resulted in
error: failed to add native library /tmp/cargo-installYJydOT/release/gn_out/obj/librusty_v8.a: file too small to be an archive
error: aborting due to previous error
error: cou... |

I suppose there should be a **next** link
| 0 |
* * *
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Windows 10
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device*... |
As announced in release notes, TensorFlow release binaries version 1.6 and
higher are prebuilt with AVX instruction sets. This means on any CPU that do
not have these instruction sets either CPU or GPU version of TF will fail to
load with any of the following errors:
* `ImportError: DLL load failed:`
* A crash w... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.