text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 7....
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 7....
1
See #34675. It came up that `symdiff([1, 2, 3, 2]) == [1, 3]` which struck me as... unexpected. I'm opening an issue to discuss whether this is a behavior we actually want.
I'm not sure if there's anything we can do about this, but this throws an error: julia> (1:2) - (1:2) ERROR: ArgumentError: step cannot be zero in steprange_last at ./range.jl:47 in - at operators.jl:331 This can break code that expects that any two `AbstractVector{T<:Number}`s of the sa...
0
**Roland Hauser** opened **SPR-8693** and commented We use Datanucleus (Version 3.0.1) for our persistence layer. Datanucleus, in turn, needs the JDO-API Version 3.0.0. Now, to be able to use the newest version of JDO/Datanucleus in Spring, I need to patch the "Import-Package" derective in the manifest of the o...
**Yanming Zhou** opened **SPR-6408** and commented javax.persistence.spi.PersistenceUnitInfo add three methods in JPA2 @Override public String getPersistenceXMLSchemaVersion() { return "1.0"; } @Override public SharedCacheMode getSharedCacheMode() { return SharedCacheMod...
0
When using `np.frombuffer` or `np.ndarray(..., buffer=...)`, the object supporting the buffer interface is passed through unchanged. However, this makes it tricky for the base object to know if it's still being in use. `mmap.mmap` keeps a count of `exports`, and will refuse to close if the internal buffer is in use s...
This crashes in python2 and python3 with a segfault: import mmap # create test file a = arange(10., dtype='f4') a.tofile('test') # opens it as a memmap with open('test', 'r+b') as f: mm = mmap.mmap(f.fileno(),0) #view the mmap, then close it x = np.f...
1
How am I supposed to use the Badge component in combination with : * Buttons * Tabs * Typography ? * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior This does not work, but is what I expected to write : <Badge badgeContent={4} c...
I am trying to add a column in material-ui table with selectfield. https://github.com/narendravenkata/React_Form. this is the code link. I am unable to set the values and update in edit mode. * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior #...
0
I ran into an odd behaviour when taking the intersection of two Indexes. Specifically, left = pd.Index(['A','B','A','C']) right = pd.Index(['B','D']) left.intersection(right) returns Index(['B', 'C'], dtype='object') However, I would expect this to return Ind...
#### Code Sample, a copy-pastable example if possible df = pd.DataFrame({'t1': pd.NaT, 't2': pd.NaT}, index=[1]) df.min(axis=1) df.max(axis=1) df.sum(axis=1) #### Expected Output All results above return a `float64` series instead of a `datetime64[ns]` series. #### output of `pd.sho...
0
# 🌟New model addition Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer ## Open Source status Code and model are open sourced
# 🌟New model addition ## Model description Google released paper + code + dataset + pre-trained model about their new **T5** , beating state-of-the-art in 17/24 tasks. Paper link ## Open Source status * the model implementation and weights are available: Official codebase
1
Hello, discovered little annoying bug When you invoke replaceState() with an empty object textarea innerHTML does not update, however the value do Please see example here http://jsfiddle.net/kb3gN/7887/
React version: 17.0.0 ## Steps To Reproduce 1. Write the following code below: import React from "react"; import ReactDOM from "react-dom"; let i = 0; const origLog = console.log.bind(console); const App = () => { const [a, setA] = React.useState(0); or...
0
Hi, How do I intercept API calls of a service worker? I assumed `context.route` covered everything contained in context, service workers included. Was I wrong? If so, how do I intercept their apis as well? Thanks!
### System info * Playwright Version: [v1.32] * Operating System: [macOS 13.2.1] * Browser: [Chromium] * Other info: [N/A] ### Source code * I provided exact source code that allows reproducing the issue locally. **configTypes.ts** : This file is inside folder in which pages, test and configTypes.ts are...
0
## Steps to Reproduce All steps carried out on Sony E2303. 1. Create example app 2. `flutter run` Running the app with the `--enable-software-rendering` flag fixes this issue. ## Logs Launching lib/main.dart on E2303 in debug mode... Initializing gradle... 5.9...
## Steps to Reproduce Use Android Studio create "New Flutter Project",run it in Android Device.But crashed when App launchr.Try it use Android Emulator:Nexus 5X API 25 launchr success. ## Logs * Console Log Launching lib/main.dart on YQ601 in debug mode... Initializing gradle... Resolving ...
1
### Issue Details * **Electron Version:** * 9.0.0-beta.24 * **Operating System:** * macOS Mojave 10.14.6 * **Last Known Working Electron version:** * 7.1.11 ### Expected Behavior Application builds without issues ### Actual Behavior Errors in console and build fails ### Additional Information ...
### 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 16 ### What operating...
0
* VSCode Version: Version 0.10.10 (0.10.10) * OS Version: Yosemite / El Capitan Steps to Reproduce: 1. click on any file in the explorer 2. view jumps to line 10 or 12 Expected functionality would be that the file opens with line 1 visible.
In most editors that I have used, if I want to indent a highlighted block of code, I just do so by highlighting it as below, and hitting the tab key. ![image](https://cloud.githubusercontent.com/assets/10870777/13041043/80341590-d381-11e5-8b40-cd61a8717447.png) However, as shown in the below screenshot, the code di...
0
ERROR: type should be string, got "\n\nhttps://build.julialang.org/#/builders/71/builds/6517/steps/5/logs/stdio\n\n"
ERROR: type should be string, got "\n\nhttps://build.julialang.org/#/builders/33/builds/6026/steps/5/logs/stdio\n\n"
1
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response **more than 7 da...
I have reproduced the behavior as @lvye351 says in #5383. The keyGenerator doesn't work in the transaction-2pc-xa-raw-jdbc sample module when a oracle database 12c and ojbdc8.jar used. The log is as follows, ![image](https://user- images.githubusercontent.com/9602831/80979380-db422480-8e59-11ea-8043-0b38dedcad5b.p...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gce-serial-release-1.4/97/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Oct 4 10:27:31.575: CPU usage exceeding limits:\n node jenkins-e2e-minion-group-zpec:\n container \"kubelet\": expected 50th% usage < 0.170; got 0.184, container \"kubelet\": expected 95th% usage < 0.220; got 0.244\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:187\n \n\nPrevious issues for this test: #26982 #33994\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-\nsoak-continuous-e2e-gce/6512/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Sep 7 04:56:39.012: Memory usage exceeding limits:\n node jenkins-e2e-minion-group-4yze:\n container \"kubelet\": expected RSS memory (MB) < 83886080; got 85123072\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:153\n \n\nPrevious issues for this test: #26982\n\n"
1
## Steps to Reproduce When running this example on Android, flutter crashes * running from repo from head sync'd this morning and using Dart VM version: 1.16.0-dev.5.0 * use `flutter create` to create a new application * drop in the following `main.dart` * launch on Android then tap the button * crash ...
![](https://avatars.githubusercontent.com/u/1310669?v=3) **Issue bykyorohiro** _Saturday Oct 17, 2015 at 02:15 GMT_ _Originally opened ashttps://github.com/flutter/engine/issues/1655_ * * * Following code cause to crash application [source] import 'dart:io'; import 'dart:convert'; import 'dart:async'; m...
1
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. challenge only passed when I removed BOTH console.log statements. R...
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.48 Safari/537.36`. The test asks you to remove the second console.log() to pass. When you remove the second console.log() it still fail...
1
go1.6 gotype seems to be unaware of vendoring 1. What version of Go are you using (`go version`)? 1.6 2. What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/john/src/gocode" G...
It is common to use go/types is as part of a go generate command or other command line tool to introspect a Go package. The go tool goes to some lengths to ensure that whenever you operate on a package, it builds the source for that package into object form before using it, so you don't end up using symbol i...
1
Short version: setTimeout fails inside angular2 class cosntructor, but works fine outside of its context. Full example you will find here: https://plnkr.co/GYir5dReBvTt0QrPp9eF?p=preview It contains function "run" which starts coutdown (inside console). Once inside angular2 code, once outside. The expected behavior ...
**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
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | yes Symfony version | >2.3 Is there any reason this (snippet below) exists? the rfc does not require implementations to be identical, but that the responses be equivalent. // check HTTP method ...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 2.8.14 Related to #20893 issue, theres a problem when you change to `prod` environment, all the routes annotated with `@Method("HEAD")` are not accessible, because before to send it to backend, is se...
1
running 2 tests from ./cli/tests/unit/webgpu_test.ts webgpuComputePass ... ============================================================ Deno has panicked. This is a bug in Deno. Please report this at https://github.com/denoland/deno/issues/new. If you can reliably reproduce this panic...
webgpuComputePass AssertionError: Test case is leaking resources. Before: { "0": "stdin", "1": "stdout", "2": "stderr" } After: { "0": "stdin", "1": "stdout", "2": "stderr", "3": "webGPUAdapter" } Make sure to close all open resource ...
1
A **static constructor** is a function that is run only once when the class is loaded. It can be used to initialize static class members and maybe as entry point to the application. Suggested syntax is: class MyClass { static initialized = false; static constructor() { ...
// test.tsx /// <reference path="react/react.d.ts" /> /// <reference path="react/react-dom.d.ts" /> import React = require('react'); import ReactDOM = require('react-dom'); let Test = (state: any) => <div />; ReactDOM.render(<Test />, document.getElementById('react')); compi...
0
##### System information (version) * OpenCV => 3.4 * Operating System / Platform => any * Compiler => any ##### Detailed description Hi, If it is intended to accumulate blob radiuses in a sorted way ( I believe it is because `centers[j].size() / 2` then have a sence of a median radius) at SimpleBlobDetecto...
My setup uses defined pkg_config_path and libraries compiled differently than the system versions. All other libraries are found properly and the proper lib version is outputted in the initial cmake \-- Media I/O: \-- ZLib: /lib64/libz.so (ver 1.2.11) \-- JPEG: /Data/Documents/CensusProject/gdallib/src/compile...
0
# Add "open Windows terminal here" to right-click context menu? We know that, for windows 7, by default when we click "shift + right click with mouse" when we enter into a folder without selecting anything, we can see the option "open command window here". ![image](https://user- images.githubusercontent.com/3152813...
How to add to the right-click menu This is a necessary function. Administrator mode must also be supported For example: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\folder\shell\cmd] @="CMD" [HKEY_CLASSES_ROOT\folder\shell\cmd\command] @="cmd.exe /k cd %1"
1
Challenge use-hex-code-to-mix-colors has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; Win64; x64) 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. During the Hex Code challenge, the hex...
Challenge use-hex-code-to-mix-colors 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. <style> .red-text { ...
1
From @jansauer on 2016-11-21T09:40:13Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * docker_container ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ##### OS / ENVIRONMENT * macOS 10.12.1 * ansible, docker...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME **docker_container** module ##### ANSIBLE VERSION ansible 2.1.0.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION No custom configuration. ##### OS / ENVIRONMENT Using Ansible on OS X 1...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior We upgraded from version `5.0.1-canary.17` to version `6.0.0-canary.2`. This was to fix a problem with pressing the back button whilst using the Safari browser. This problem was fixed but we created anot...
Is there a recommended approach for page transitions... to have current page slide out and next page slide in. So something like this: https://github.com/maisano/react-router-transition
0
Such as in the font http://github.com/tonsky/FiraCode .
Hello! Here's the highlighting of simple multiline string in ES5 is broken: ![](https://cloud.githubusercontent.com/assets/248055/12779620/8f6ac572-ca71-11e5-8e82-7b8d1477f165.png) Here's more interesting case. All syntax highlighting in entire file below the string is broken: ![](https://cloud.githubusercontent...
0
**Context:** * Playwright Version: 1.18.1 If you need to use extensions, there is no options to configure this behaviour for browser from launchOptions as in incognito mode browser removes all extensions.
On one of our projects, we need to run tests with extensions. To launch extensions, we have to set `browserType.launchPersistentContext` in the `beforeAll` section of each test. It would be convenient to set `launchPersistentContext` in a `playwright.config` file, for instance: use: { ...
1
Below is my menu component <Menu> <Menu.Item header> <Link href="/"> MyBlog </Link> </Menu.Item> <Menu.Menu position='right'> <Menu.Item name='about' active={activeItem === 'about'} onClick={this.handleItemClick} > <Link href="/a...
I have several nextjs application that are statically exported. Navigation through pages works fine except when I use _right click_ > _Open Link in new tab_ : query params are missing in the url of the opened tab When I run the application with a server, everything works fine. This issue is related to static exp...
0
Hi, I investigated an enjoying bug in terms of the auto formatting in atom. This happens if you call "Auto Ident" or if code becomes pasted into the editor. In many languages, e.g. Java, Javascript, PHP, ... the following should be formatted as this: if(somevariable === 3) alert(somevariab...
This issue can include this earlier one. It seems that a lack of braces break the auto indentation. For example: if (true) i = 1; else i = 2; Turns into: if (true) i = 1; else i = 2;
1
Just opened config and tryied to right-click the config folder that appeared on the left pane. **Atom Version** : 1.0.0 **System** : Microsoft Windows 8.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.M...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
We use expat to parse the Android fonts XML file. We could hand-roll a parser that is just enough to read the shipped fonts.xml files that would be both faster and smaller than expat.
Expat is used by Skia for parsing font manifests on Android exclusively. In the latest build it takes up about 65kb uncompressed (https://storage.googleapis.com/flutter_infra/flutter/5a4bd0de69fbceb36ccecfcbf8c81dc8d94ea949/android- arm64-release/sizes/index.html). We should verify that it's not getting bundled into...
1
Dont know if this is a desired behavior, but if I send a request like this: > Content-Type: application/json > Content-Length: 0 and access `get_json` it raises a 'Cant not decode' error. Imho it would be better to just return `None` as if `is_json == False`. Working with: Flask 0.11.dev0
0
code version 0.10.4 When i try to format a html file i get the following error: TypeError: Cannot read property 'startLineNumber' of null ![image](https://cloud.githubusercontent.com/assets/174948/11864429/add40410-a49c-11e5-813c-9115dc2c5119.png)
* open HTML file * run format (entire document) ![image](https://cloud.githubusercontent.com/assets/5047891/11807883/1facd200-a31d-11e5-8e73-29c14d0910e3.png)
1
There are no docstrings for `@inline` and ~~`@inbounds`~~ : help?> @inline No documentation found. Base.@inline is a macro. # 1 method for macro "@inline": @inline(ex::ANY<:Any) in Base at expr.jl:122 help?> @inbounds No documentation found. ...
Difficult to tell if this is a duplicate of some existing subtyping issue, but it's important: julia> typeintersect(Base.RefValue, Ref{Union{Int,T}} where T) Union{} The answer should be (ideally) `RefValue{Union{Int,T}} where T`.
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.6 * Operating System version: MacOS 10.14.3 * Java version: 1.8.0_151 ### Steps to reproduce...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.1 * Operating System version: CentOS Linux release 7.6.1810 (Core) * Java version: 1.8 ### S...
0
### Bug summary `plt.errorbar` don't give result when only nan data in the xerr or yerr. This is similar to issue #24127. ### Code for reproduction import numpy as np import matplotlib.pyplot as plt plt.errorbar(x=[0], y=[0], xerr =[np.nan], yerr=[np.nan]) plt.show() ### Actual outcome ...
### Bug summary The function `ax.errorbar` raises a `StopIteration` error when `yerr` contains only `NaN` values. ### Code for reproduction import matplotlib.pyplot as plt import numpy as np fig, ax = plt.subplots(1, 1) ax.errorbar([0], [0], [np.nan]) ### Actual outcome Tr...
1
The follow case where link buttons and input type=submit (or type=button) result in btn-group's not aligning within the btn-toolbar in all major browsers. <div class="btn-toolbar"> <div class="btn-group"> <input name="commit" id="commit" type="submit" class="btn" value="Update"/...
Hi folks - first of all great job with the 2.0 release :) Apologies if this is a duplicate, had a look through (I know there are a lot of new tickets) but couldn't find anyone who'd reported this issue. When you have your browser width at _exactly_ 768px wide (e.g. iPad in portrait mode), two media queries in the r...
0
**Do you want to request a _feature_ or report a _bug_?** Bug, perhaps just in documentation. **What is the current behavior?** The documentation for Refs and the DOM says: > The ref attribute takes a callback function, and the callback will be > executed immediately after the component is mounted or unmounted. ...
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** `ref` functions get called twice on update (but not on first mount). **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem viahttps://jsfiddle.net or s...
1
It's possible to interact with form controls by their `<label>`, but not to select them. Other elements can also be labelled with `aria-label`/`aria-labelledby`, such as: <h2 id="list-of-things">A list of things</h2> <ul aria-labelledby="list-of-things"> <li>...</li> </ul> but there isn...
### System info * Playwright Version: 1.32.1 * Operating System: Windows 11 (WSL2 Ubuntu 22.04.2 LTS) * Browser: WebKit ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** https://github.com/ltsuda/webkit-salt-file **...
0
I used following definition to create a pod: { "id": "containermanifest", "kind": "Pod", "apiVersion": "v1beta1", "desiredState": { "manifest": { "version": "v1beta1", "id": "containermanifest", "containers": [{ "name": "heapster...
Going through this guide to set up kubernetes locally via docker I end up with the error message as stated above. Steps taken: * `export K8S_VERSION='1.3.0-alpha.1'` (tried 1.2.0 as well) * copy-paste the `docker run` command * download the appropriate `kubectl` binary and put in on `PATH` (`which kubectl` wo...
0
## 🐛 Bug code: E1866 file: ArrayRef.h desc: attribute does not apply to any entity line: 278 line 278: C10_DEFINE_DEPRECATED_USING(IntList, ArrayRef<int64_t>) ## To Reproduce Download the latest stable or nightly build of libtorch, no cuda. Make a new C++ Project in Visual Studio 2017, import additional i...
Duplicate of #45809, see if it will trigger the disable list update
0
I'm trying to fix microsoft/vscode-go#103, but as far as I can tell this isn't possible currently without tokenizing the whole file again in my extension and manually checking whether I'm in a comment to suprress providing results. It would be nice if the `CompletionItemProvider` provided a setting to suppress it's ...
* VSCode Version: 0.10.13-insider * OS Version: Windows 7 64-bit It would be nice if the diff view in the select for compare can be used to edit both files being compared instead of just the file on the right side. It would make it easy to edit two very similar files at the same time, that only differ in certai...
0
Only in 4.x.
## I'm submitting a... [x] Feature request ## Current behavior Currently, we set the view encapsulation at the component level. @Component({ selector: 'song-track', encapsulation: ViewEncapsulation.Native }) Meaning that if I want to use native Shadow DOM throughout...
1
# Environment Windows build number: 10.0.18362.356 Windows Terminal version: 0.5.2762 # Steps to reproduce After some action (not reproducible - call stack not analyzed previously, so I don't know if it's always the same) the postmortem WinDbg is triggered. # Expected behavior No crash. #...
# Environment Windows build number: 10.0.18975.0 Windows Terminal version: 0.5.2622.0 # Steps to reproduce 1. Run wt.exe to start an instance of Windows Terminal 2. Press Ctrl-t 4 or 5 times to open a few tabs (running PowerShell) 3. In each tab, run `dir c:\ -rec` 4. Wait a few seco...
1
I have been experimenting with large matrix inversions (have to inverse the whole matrix is my specific case) to check the runtime. It all works well until I tried to inverse a 50000 by 50000 matrix: In [10]: A = np.eye(50000) In [11]: A Out[11]: array([[ 1., 0., 0., ..., 0., 0., ...
Can I revisit this one? @carlkl pointed out that this is a rather significant change in behavior. Previously, for platforms and compilers where `double == long double`, at _Numpy compile time_ , such as MSVC, this would give `npy_longdouble` as `double`. This is useful in the case when we are compiling _using_ Numpy,...
0
Not sure what I'm doing wrong - but the keyboard does not appear on my Android 9 device. Here is a simple example (even this doesn't work): import 'package:flutter/material.dart'; void main() { runApp( MaterialApp( title: 'Test', theme: ThemeData(backgroundCo...
Tapping on a TextField doesn't bring up the on screen keyboard when targeting API 28 but does when targeting API 27 ## Steps to Reproduce Created a new Flutter project from Android Studio 3.2 B4 on Linux Made this change to the android/app/build.gradle compileSdkVersion 28 <---- changed this fro...
1
# Bug report **What is the current behavior?** Two entries and common chunk (see the linked repo for more details): * index1 - imports dep1 which imports dep2. actually uses both of them * index2 - imports dep1 but only uses a function that does not depend on dep2 * commons - contains everything that is used...
# Bug report **What is the current behavior?** when the first request, only add one(the very last one import css/less file) to the html, cause the page style error **example** index.jsx(entry): import 'styles/my.less'; import 'styles/index.less'; **expected html** <style>{my.less content}</style> <style>{...
0
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull", "hg update default", rebuild, and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Checkout the latest version of the Go code ...
With the following code: package main /* #include <stdlib.h> typedef void (*destructor)(void*); static void my_func(destructor d, char *p) { d(p); } */ import "C" func main() { C.my_func(C.destructor(C.free), C.CString("test")) } I get the ...
0
Current switching order is as tab display order, which is useless when opening many tabs. Other editors uses MRU order to improve it (Intellij IDEA, Sublimetext, VS.net, Windows alt-tab etc..) It's better to popup an open file list (in MRU order) when do switching (like IntelliJ IDEA / Windows alt-tab does). ![t...
@zcbenz I looked into this one for a while this afternoon and I can't figure it out. Do you think there's any way we could defer setting the value on the hidden input until the editor updates? Setting it directly in the `textInput` event handler seems to be causing an extra reflow. We certainly have other things to f...
0
struct Net : torch::nn::Module { Net() : conv1(torch::nn::Conv2dOptions(1, 20, / _kernel_size=_ /5).stride(1)), conv2(torch::nn::Conv2dOptions(20, 40, / _kernel_size=_ /5)), fc1(640, 120), fc2(120, 10) { register_module("conv1", conv1); register_module("conv2", conv2); register_module("conv2_drop", co...
## 🚀 Feature Having torch onnx feature available through the C++ API. ## Motivation I have some C++ frontend trained models, and I want to export them in onnx format in order to use them in external inference engines. ## Pitch Same API as the python's `torch.onnx.export` would be enough. ## Alternatives An al...
1
./app/console --version Symfony version 2.0.0-RC2 - app/dev/debug Running ./app/console doctrine:generate:crud Produces this controller:
When I run: Ruud@RuudBook:/www/myapp$ ./app/console generate:doctrine:crud The Entity shortcut name: MyVendorBundle:User Do you want to generate the "write" actions [no]? yes Configuration format (yml, xml, php, or annotation) [annotation]: Routes prefix [/user]: ...
1
Python 3.6.6 (default, Jul 19 2018, 14:25:17) [GCC 8.1.1 20180712 (Red Hat 8.1.1-5)] on linux Type "help", "copyright", "credits" or "license" for more information. > > > import tensorflow > Illegal instruction (core dumped)
### System information * **OS Platform and Distribution (Windows 10)** : * **TensorFlow installed from :pip3 * **TensorFlow version :1.5 * **Python version: 2.7.14 * **GPU model and memory: Nvidia GT540M 1GB ### Describe the problem On importing tensorflow i get this error. Downgraded to 1.5 still the sa...
1
I want to import data in csv file into neo4j with the following command: ../bin/neo4j-import --into ../data/databases/entity.db --nodes:Entity "nodes_header.csv,node.csv" --relationships:RELE "edges_header.csv,edge.csv" --multiline-fields=true --bad-tolerance 100000000 --stacktrace true --skip- duplicate-nodes true...
## Strange behavior of aggregations, aliased in WITH clause **Neo4j Version:** 3.4.0 **Operating System:** Fedora 26 Hello! I've been using Neo4j for quite a while, and noticed some strange behavior regarding aggregations, aliased in the WITH clause of the Cypher query. I have the following node setup in Neo4j:...
0
* have `formatOnType: true` * pressing enter on the end of the line does not indent the next line properly, it is not indented at all * I can repro for both TS and JS Simple snippet to repro. Pressing enter on end of first line I would expect to get indentation function f() { }; Works ...
I've followed the setup instructions found on https://code.visualstudio.com/updates#vscode to get the Salsa preview working. Upon enabling Salsa, when pressing Enter to go to a new line; the cursor will always jump to the beginning of the line instead of keeping the indentation level of the line before it, this happ...
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. ### Steps to reproduce this issue Now the travis ci of master branch failed https://api.travis-ci.org/v3/job/471789633/log.txt
* 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.5.3 * Operating System version: centos7 * Java version: jdk8 ### Steps to reproduce this issue...
0
It'd be really useful to be able to convert a .png image to a .jpg at the same time I'm resizing it. For example, I've been sent a bunch of .png files that I want to stick on a website. Currently, I'm loading them in to PhotoShop, resizing and exporting as JPEGs. It'd save me so much time if I could just right-click...
Hello, I took a look at the image resizer feature and found it really interesting, but I was wondering if it could also encode to another format. There are times when you have a bunch of png images that you want to convert to png, to have a lighter file, with or without a resize of the image. I think it could be int...
1
Do we have box select in the editor? usually ALT or CTRL to boxed select.
The error in the title shows up after the users updated to 0.10.10. I suspect that the extension could not be fully removed during the update since the OmniSharp server was running.
0
See SO post https://stackoverflow.com/q/46498784/2336654 #### Code Sample, a copy-pastable example if possible from pandas import Series class Xseries(Series): _metadata = ['attr'] @property def _constructor(self): return Xseries de...
#!/bin/env python """ Example bug in derived Pandas Series. __finalized__ is not called in arithmetic binary operators, but it is in in some booleans cases. >>> m = MySeries([1, 2, 3], name='test') >>> m.x = 42 >>> n=m[:2] >>> n 0 1 1 2 dtype: int64...
1
(Updated - my first examples were wrong) In the following example the document will be deleted: DELETE testidx PUT testidx PUT testidx/doc/_mapping { "_ttl":{ "enabled": "true" } } GET testidx/_mapping PUT testidx/doc/_mapping { "_tt...
When putting a mapping, if there is a conflict in `properties`, an exception is thrown. However, any conflicts in the other parameters ( eg `_all`, `dynamic` etc) are silently ignored. These should also throw errors. # [Sat Mar 12 19:38:18 2011] Protocol: http, Server: 127.0.0.1:9200 curl -XPUT 'h...
1
No nodejs intellisense after latest upgrade 0.10.10 on mac. Also, tab is behaving wrongly. (All extensions removed)
Extracted from microsoft/vscode#3509. According to #6807 the default for module type is `commonjs`. However, in this example without a jsconfig.json then there are no completion proposals: * no `jsconfig.json` * add a file bar.js: exports.foo = 3; * add app.js add the following: ...
1
Python 2.7.9, scikit-learn 0.16.1 MacBook Pro, 16GB RAM, MacOS 10.10.3 When running the following code in an iPython notebook, it runs for a long time producing no output, and then the iPython kernel crashes and has to restart. import numpy as np from sklearn.manifold import TSNE X = np...
[The bug here is that some BLAS libraries will crash if you pass in > 16 GiB arrays, because they use 32-bit indices internally. The most obvious solution is to break the dot call into multiple calls to dgemm, though there are also other possibilities. Original report follows:] * * * On python 2.7.8, numpy 1.9.1, o...
1
## Steps to Reproduce This error is happening for me on every app I run on my physical device. The app builds and starts running, but then loses the connection between the console and the phone. ## Logs These logs are from the flutter_gallery app: [ +203 ms] Error connecting to the service protocol:...
E.g. https://flutter-dashboard.appspot.com/api/get- log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci82OGJmNGIzYzYyZjM3NmJkNWZjNTE3ZTkzYzA3ZDJhNDg1YzRjMTJmDAsSBFRhc2sYgICAgICAoAoM Log excerpt: stdout: [ ] [ 49%] Copying /Users/mac4/.cocoon/flutter/examples/flut...
1
##### System information (version) * OpenCV => 4.6 * Operating System / Platform => Fedora 36 ##### Detailed description After running imshow, using cv2.waitKey(0) does not close the window even after the user closes the pop-up window as the documentation suggests. Rather, the pop-up window of the image closes...
##### System information (version) * OpenCV => 4.5.3 * Operating System / Platform => openSUSE Tumbleweed * Compiler => gcc 11.2 ##### Steps to reproduce Build OpenCV with Qt backend. cmake .. -DBUILD_LIST=highgui -DWITH_QT=ON -DWITH_GTK=OFF -DHIGHGUI_ENABLE_PLUGINS=OFF Run minimal progr...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * I have checked the issues list for similar or identical enhancement to an existing feature. * I have checked the pull requests list for existing proposed enhancements. * I have checked the commit log to find out if the if the same enhancement was already implemented in the main branch. ...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gke-alpha-features-release-1.5/190/\n\nMultiple broken tests:\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should work\nfor type=LoadBalancer [Slow][Feature:ExternalTrafficLocalOnly] {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1167\n Dec 1 05:22:32.663: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should work\nfrom pods [Slow][Feature:ExternalTrafficLocalOnly] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1298\n Dec 1 05:42:48.617: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should handle\nupdates to source ip annotation [Slow][Feature:ExternalTrafficLocalOnly]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1404\n Dec 1 06:03:07.907: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nIssues about this test specifically: #35225 #35347\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should only\ntarget nodes with endpoints [Slow][Feature:ExternalTrafficLocalOnly]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1253\n Dec 1 05:02:09.575: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gke-alpha-features-release-1.5/177/\n\nMultiple broken tests:\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should only\ntarget nodes with endpoints [Slow][Feature:ExternalTrafficLocalOnly]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1253\n Nov 30 08:24:20.846: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nIssues about this test specifically: #36481\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should work\nfor type=LoadBalancer [Slow][Feature:ExternalTrafficLocalOnly] {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1167\n Nov 30 08:44:51.544: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nIssues about this test specifically: #36389\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should handle\nupdates to source ip annotation [Slow][Feature:ExternalTrafficLocalOnly]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1404\n Nov 30 09:05:02.660: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\nIssues about this test specifically: #35225 #35347\n\nFailed: [k8s.io] ESIPP [Slow][Feature:ExternalTrafficLocalOnly] should work\nfrom pods [Slow][Feature:ExternalTrafficLocalOnly] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:1298\n Nov 30 09:25:17.414: Timeout waiting for service \"external-local\" to have a load balancer\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:2342\n \n\n"
1
Hi, currently `scipy.integrate.ode()` returns an error message indicating that the function returned a tuple when it returns an array of non-matching length. The true error message is buried above the raised `ValueError` here, which is misleading, as the function is not returning a tuple. Could a better error messag...
Hi, currently `scipy.integrate.ode()` returns an error message indicating that the function returned a tuple when it returns an array of non-matching length. The true error message is buried above the raised `ValueError` here, which is misleading, as the function is not returning a tuple. Could a better error messag...
1
Wanted to create another issue for this, as this is a very import bug that is occurring; which hopefully can be fixed soon :( Same issue/behavior as #3775. Example code: const LoadProfile = dynamic(import('../components/Profile/LoadProfile'), { loading: () => <div>Loading Profile...</div> }...
I have been using this piece of code to asynchronously load one of heavy component on my client side. It was working like a charm: `const DynamicChart = dynamic( import('../components/LineChart/LineChart'), { loading: () => <SectionPlaceholder><Loader /></SectionPlaceholder>, ssr: false, }, );` Since update to v5.0...
1
##### System information (version) * OpenCV => recent 3.4/master branch * Operating System / Platform => Jetson TX2 Ubuntu 16.04 64bit (Aarch64) * Compiler => gcc 5.4.0 ##### Detailed description Regression test fails on ARM platform Note: Google Test filter = Objdetect_QRCode.regression* ...
##### System information (version) * OpenCV => 3.4.1 * Operating System / Platform => CentOS 7 * Compiler => GCC 4.8.5 ##### Detailed description Faced a compilation error when turned on verbose logging message: **In file included from opencv-3.4.1/modules/core/src/ocl.cpp:57:0:** **/opencv-3.4.1/modules/...
0
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ec2_metric_alarm ##### ANSIBLE VERSION 2.3.2.0 ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY Amazon CloudWatch has added a setting to define how an alarm handles a missing data point (announcement, description) usi...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ec2_metric_alarm ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /Users/kmcnally/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION [defaults] nocows = 1 host_key_c...
1
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** If multiple rules match a module, I believe either the loaders are applied serially or only loaders from the first-matched rule processes the file. **What is the expected behavior?** I'd like to be able to proc...
# Bug report **What is the current behavior?** When packing for the second time, webpack reports 'Restoring failed for ResolverCachePlugin'. e.g. [webpack.cache.PackFileCacheStrategy] Restoring failed for ResolverCachePlugin|normal|dependencyType=|commonjs|path=|/Users/keboliu/vscode- shortcut/portal-h5-node/sr...
0
I just noticed that the definition for the `img` element includes the `max- width` property. This seems to break the controls for the Google Maps v3 API, causing very odd graphics to load for the zoom control. Placing in some additional CSS to overwrite the Bootstrap definition fixes the problem. The CSS I used was:...
First of all thanks for your fantastic work. It does SAVE me a lot of time. When I put Google Maps into Bootstrap layout, img tag in Google Maps breaks because Bootstrap set **img max-width to 100%**. When I comment max-width, it's working find but I'm not sure whether it'll break something else in Bootstrap or not....
1
IMHO FCC needs better support for commenting in code... the intructions for Delete your jQuery Functions _do say delete_ but while working on code commenting out suspicious parts or just leaving notes is typically a good practice. FCC actively discourages this. I commented out the code to be deleted /...
The challenge description states: Return true if the string in the first element of the array contains **all** of the letters of the string in the second element of the array. According to that the case: `mutation(["Mary",` `"Aarmy"])` should return **false** because the first string has only one a character, theref...
0
when I use: torch.onnx.export() to convert my pytorch model to onnx model, I can monitor the memory is used up by the converting process. and then the process is killed. no any other logs, just killed. cc @houseroad @spandantiwari @lara-hdr @BowenBao @neginraoof
## 🐛 Bug See also #16908 After fixing INT64 issue we moved forward and stumbled upon the following: ERROR: In node 175 (convert_axis): UNSUPPORTED_NODE: Assertion failed: axis >= 0 && axis < nbDims This is Gather on Axis 0. Seems like it has to be another axis. Please check it out.
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.1 * Operating System version: win7 * 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.4-release * Operating System version: windows 7 * Java version: 1.8.0_101 ### Steps to repro...
0
"Put the Like, Info and Delete buttons side-by-side by nesting all three of them within one element, then each of them within a element" I think the Bootstrap markup "btn-block" from the previous exercise is redundant. The buttons are supposed to be side by side in this exercise using the column grid. I suggest p...
Challenge http://freecodecamp.com/challenges/waypoint-use-spans-for-inline- elements has an issue. Please describe how to reproduce it, and include links to screenshots if possible. First line of the challenge has a typo where the word "use" comes twice: _You can use use spans to create inline elements._
0
`<input type="number" step=".01" min={1} max={9999} defaultValue={ 1.00 } />` > the input Unable to enter a decimal
This appears to have been introduced in a new Chrome version, but I can't find any reference to where. Affected/Tested Browsers (OS X): * Chrome 51.0.2704.106 (64-bit) * Opera 39.0.2256.15 Unaffected Browsers: * Safari 9.1 * Firefox 49 Backspacing in an input element with `value` or `defaultValue` set ca...
1
## ℹ Computer information * Windows build number: 20H2 (19042.423) * PowerToys version: 0.20.0 * PowerToy module: Unknown ## 📝 Provide detailed reproduction steps (if any) 1. Rebuilt computer. 2. Installed several apps (including PWA's via new Microsoft Edge Dev channel) 3. Installed PowerToys ### ✔️...
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
From @alexlist on 2016-04-22T03:27:34Z I didn't find exactly this problem reported, only other bug reports related to nfs mounts. ##### ISSUE TYPE * Bug report ##### COMPONENT NAME mount module ##### ANSIBLE VERSION ansible 2.1.0 config file = /home/alex/repos/infra/ansible/ansible.cfg ...
Today I tested the devil branch a home and I found out that gathering facts failed, because a locale ('de_DE') is set. The Problem is that the split operation on the ifconfig ouput doesn't work properly. (Line 458 in setup module) cmd = subprocess.Popen("env LANG=\"\" /sbin/ifconfig %s" % iface, shel...
0
My app forms utilize the enter button to tab to specified fields for speed on a ten-key keyboard. When enter is hit, we do a DOM lookup and trigger focus() on the next element. This works great on text fields but I cannot understand how to accomplish this on a Select box. I can get each of the DOM elements that make ...
Current beta is missing Slider component * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior As per existing Material-UI ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context Currently preventing upgrading to ...
0
## 🐛 Bug min/max refuse to work on non-zero dimension of empty tensor. My understanding is the "op does not have identity" issue should only apply to zero dimension. ## To Reproduce Python 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" ...
## 🐛 Bug Current `min` / `max` implementation is too restrictive wrt tensors with zero elements. Indeed, min/max reduction over an empty dimension should raise an error, as they don't have an identity, but if the dimension being reduced is not of size 0 (but the tensor has 0 elements), then it should work. ## To...
1
# Description of the new feature/enhancement VTE only rewraps the contents of the (normal screen + its scrollback buffer) on a resize event. It doesn't rewrap the contents of the alternate screen. Rationale: The alternate screen is used by applications which repaint it after a resize event. So it doesn't really ma...
Paste text in a messy format
0
# Environment Windows build number: 10.0.17763.475 Other software: Elasticsearch 6.7.0 using Java 1.8.0_172, but the behavior was confirmed with a test batch file and executable. # Steps to reproduce When testing the functionality of the `start` command within the `cmd.exe` shell, ...
In 1809, the way the `start` command (from `cmd.exe`) behaves has changed. You can work around it by adding `/max` or `/min` after `start`. Two concrete examples: 1. Running something off a network share from a command prompt like: `start z:\myapp.exe` will now throw up a security warning dialog, when it did ...
1
**Glide Version** : 3.8.0 **Integration libraries** : Volley **Device/Android Version** : Motorola G4 Plus/ 7.0 , Asus P024 Tablet/ 6.0.1, Oneplus One/5.0.2, **Issue details / Repro steps / Use case background** : I am loading an image with a background #f9f9f9 this image. So I have made a layout with a backgroun...
**Glide Version** : 3.7.0 **Integration libraries** : None **Device/Android Version** : All devices **Issue details / Repro steps / Use case background** : Glide will always cancel previous request even if the new request is same as the previous one. Use Glide in list activity where each list item has a image v...
0
I am having a lot of situations in which I am depending on some module from multiple files. I end up with the multiple occurances of that module in the output bundle, each of which has different id's. I would expect this module to occur once which is what I also need because most of these are singletons whose state I...
Why cant I set flags? cescoferraro@desktop: ~/code/go/src/github.com/cescoferraro/spotify on master [+!?] $ webpack -v 2.1.0-beta.28 cescoferraro@desktop: ~/code/go/src/github.com/cescoferraro/spotify on master [+!?] $ cat package.json | grep webpack "webpack": "2.1.0-beta.28", ...
0
Noticed that FancyZones was not working so attempted to launch Power Toys using the windows search. During launch this error message came up: Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18362.0 IntPtr Length: 8 x64: True Date: 08/05/2020 19:38:08 Exception: System.ObjectDisposedException: Cannot...
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
Challenge Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: // ...
Some of the instructions have duplicate information (e.g. link to twitch API), others have broken links.
0
Challenge http://www.freecodecamp.com/challenges/waypoint-remove-classes-from- an-element-with-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. the challenge was marked as finished even with just $("button").removeClass it should be marked as finished with $("b...
Challenge use-prototype-properties-to-reduce-duplicate-code has an issue. function Dog (name) { this.name = name; } let beagle = new Dog("Snoopy"); // Add your code below this line Dog.prototype.numLegs = 4; As seen above, this challenge wants the camper to add a shared...
0
Symfony 2.6.5 version changed the way errors are displayed in the browser. Lately a lot of users are complaining about this new behavior: #14337, #14199, #1396, #14111, #14073. Symfony 2.7 beta tried to solve this problem, but the result is not completely satisfactory. To better understand the problem, check out th...
I've recently encountered a strange issue with validation groups: class Profile { /** * @Assert\NotBlank(message="NOT-BLANK-Default") * @Assert\NotBlank(message="NOT-BLANK-Profile", groups={ "Profile" }) */ public $firstName; } $profile = new Prof...
0
It seems the index constraint doesn't seem to constrain anymore... if it does, then I blame it being early in the morning. Copying the code from Ryan's post here: class Customer { dummyProperty: string; } var map: { [email: string]: Customer; } = { }; map['foo@gmail.com'] = ne...
As of change #2356, the following code gives the correct result in the batch compiler: declare function f<T>(x: T, y: (p: T) => T, z: (p: T) => T): T; f(0, x => null, x => x.blahblah); Namely, we infer T to be number, and we get an error on blahblah. However, there are a few things still wrong: ...
0
### Bug report **Bug summary** The heatmap is now clipped improperly using imshow. The code works properly in 3.1.0 but not in 3.1.1. The bug could be easily reproduced using the categorical heatmap example on: https://matplotlib.org/gallery/images_contours_and_fields/image_annotated_heatmap.html Note that the ...
### Bug report **Bug summary** The very top and bottom of the heatmaps are getting truncated to 1/2 height in version `3.1.1`. This does not happen for version `3.0.3`. This is the code from a Jupyter Notebook import matplotlib import pandas as pd import numpy as np import seaborn as sb ...
1
### Reproducing code example: import numpy ### Error message: I am trying to import numpy within a virtual python environment on my raspberry pi. However, each time I attempt to import numpy on my Jupiter notebook (connected via ssh) I get an `import error` message (apologies it’s an image, I can’t g...
When i try to run a python script that uses numpy, i receive the following error: ImportError: Unable to import required dependencies. ... Original error was: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/lib/python3.7/site- packages/numpy/core/_multiarray_umath.cpyt...
1
#### A small, complete example of the issue >>> series = pd.Series({'a':3, 'b':7, 'c':np.inf, 'd':6}) >>> series.argmax() # should be c 'b' >>> series.idxmax() # should be c 'b' >>> series.max() # this works properly inf >>> series.index[np.argmax(np.array(series))] # this w...
#### Code Sample, a copy-pastable example if possible In [3]: s = pd.Series([1, 2, np.inf]) In [4]: s.argmax() Out[4]: 1 In [5]: s.argmax(skipna=False) Out[5]: nan #### Expected Output 2 in both cases. #### output of `pd.show_versions()` In [6]: pd.show_versions(...
1
return { …state, msg: action.value }; my jsconfig.js: { "compilerOptions": { "target": “ES7”, "module": “es6”, "experimentalDecorators": true } } anything else i forget to se...
… and I can't turn it off by setting `javascript.validate.enable` false. Perhaps this is a soft documentation bug: the release notes proudly mention `experimentalObjectRestSpread` but then say: > Support for ObjectRestSpread is not yet provided by Salsa but it is on the > roadmap (see microsoft/TypeScript#2103). …...
1
# Summary of the new feature/enhancement I'm using Vim as default editor on Linux, also doing some job on multiple vim windows. As you know, Vim uses Ctrl-W to switch between its window, but it also causes closing tab on microsoft terminal. Would you please remove Ctrl-W from default keybindings? Thank you! # Prop...
# Environment Windows build number: [run "ver" at a command prompt] Windows Terminal version (if applicable): Any other software? # Steps to reproduce # Expected behavior # Actual behavior
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)** : Ubuntu 16.04 * **TensorFlow installed from (source or binary)** : binary(By pip) * **TensorFlow version (u...
It appears that tf.image.non_max_suppression currently takes about 200ms for about 8000 boxes, runs on a single CPU thread and doesn't have a GPU implementation. ### Environment info Operating System: Ubuntu 16.04 Installed version of CUDA and cuDNN: (please attach the output of `ls -l /path/to/cuda/lib/libcud...
1
I'm currently using the tsconfig file in our project and I want to have two of them one that outputs es5 and one that outputs es6. Things are working great until I try and target es6 and run into the issue where I'm supplying a definition file for ES6-Promises. [TsProject] Compiling Project Files... ...
If you implement (so not extend) a class that has protected methods, you always get an error (typically used for a mix-in like pattern) Either you implement the method, but then the compiler complaints that you are not actually a subclass and therefor cannot implement a protected method. If you however omit the meth...
0
Challenge Waypoint: Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My co...
Challenge Waypoint: Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Running tests outputs `RangeError: Maximum call stack size exceeded` and no tests pass. My code: ...
1
As discussed in #1549, utils.check_arrays() does not check the shape or ndim of input arrays. However, the docstring suggests that it should: "Checks whether all objects in arrays have the same shape or length." To me, I think what we need is to break check_arrays() into several sub- functions or maybe a class: 1...
This issue is about agreeing on what to do about common tests for estimators that support the Array API. There are two things we need to test for every estimator for which we add Array API support: 1. does it work with a selection of Array API implementations. I think testing with `numpy.array_api`, `pytorch` (CP...
0