text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**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 want to use Polymer's components in Angular, given <paper-dialog (^iron-overlay-closed)="onClose()"> ... </paper-dialog> It will not work, for > as angular 2 converts a-b event listner to camel case aB and that’s not what > polymer wants… quote from https://discventionstech.wordpress...
0
##### System information (version) * OpenCV => 3.4 (tried on opencv 3.4.3 and opencv 4.0.1) * Operating System / Platform => Linux 64 bit (debian based -- ubunut, kubuntu, xubuntu, also tried on arch linux) * Compiler => gcc-6 g++6 ##### Detailed description This seems to be a similar issue to #6742 If two ...
##### System information (version) * OpenCV => :3.2 * Operating System / Platform => :ubuntu18.04 * Compiler => :python3 ##### Detailed description Hello there, I was using this demo to calibrate my own camera while the result showed a unacceptable drifts from the truth. OpenCV version 3.2.0 Python ver...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.198.0 **System** : linux 3.16.0-37-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: ESPIPE: invalid seek, write At /usr/share/atom/resources/app.asar/src/pane.js:759 Error: ESPIPE: invalid seek,...
Title pretty much sums it up. No problems saving to a regular file system. SSHFS is fine too. I'm on Ubuntu 14.04 x64. I've encountered this error in various .99, .100, and .101 builds from the master branch.
1
## ℹ Computer information * Windows build number: [run "winver"] * PowerToys version: 18.x - 20.x * PowerToy module: PowerToys run ## 📝 Provide detailed reproduction steps (if any) 1. win-alt-space (what I have set to open PowerToys run) no longer opens run window ### ✔️ Expected result Should open run ...
GeneralPage.xaml shows hardcoded version number `<TextBlock Text="Version 0.15.2" FontWeight="Bold" Margin="{StaticResource SmallTopMargin}" />`
0
**Do you want to request a _feature_ or report a _bug_?** report bug **What is the current behavior?** 4.6 **If the current behavior is a bug, please provide the steps to reproduce.** webpack optimization.splitChunks when minChunks==1, what means ? why not start with 2? why not stay the same as the docume...
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** TypeError: Cannot read property 'type' of undefined at getFinalName (XXX/node_modules/webpack/lib/optimize/ConcatenatedModule.js:51:13) at info.globalScope.through.forEach.reference (XXX/...
0
Often I use some type of tabs widget on websites but usually on very small viewports (usually always around iphone portrait 320-380px range) it always ends up looking terrible since the tabs need to wrap on two lines and it just never looks good. Recently my solution has been to create a custom tab widget that when ...
On mobile devices you should show tabs as collapse component, not as a tab list, because you cannot show more than 2 tabs in a row on a mobile device anyway and it looks absolutely terrible. I attached a screenshot to demonstrate it. Even foundation 4 shows tabs as accordion. ![tabs](https://camo.githubusercontent...
1
Hi, I'm having an issue with `onMouseEnter` being triggered on children of a component. _It only occurs with React 16_. I've created a CodePen that shows the issue. Simplified structure is as below: <Card/> : ––––––––––––––––––––––––––––– | | | ...
版本(versions): react@16.0.0 react-dom@16.0.0 描述(description): 给父级别绑定 onMouseEnter 事件。在首次渲染后,鼠标移入新渲染进去的子元素会触发父元素的 onMouseEnter 事件。 示例(demo): import React, {Component} from 'react'; class Demo extends Component { constructor(prop) { super(prop); this.enter ...
1
**Dominique Jean-Prost** opened **SPR-5641** and commented Actually, EhCacheFactoryBean doesn't allow instanciate EhCache caches with CacheEventListeners. This forbids for instance to instanciate caches that supports distribution over a cluster, because the way ehcache runs needs the cache to be fully setup before ...
**Tim Kettering** opened **SPR-361** and commented This improvement is filed upon Colin's request in the forums. http://forum.springframework.org/viewtopic.php?t=1058 here is a paste of my original forum post: I noticed that Spring is able to obtain the database vendor info from the datasource for it's SQLExcepti...
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.7 * Operating System version: Windows、Linux * Java version: 1.8 ### Steps to reproduce this ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.6.5 * Operating System version: linux * Java version: 1.8 ### Steps to reproduce this issue ...
0
##### Description of the problem The orthographic shadow camera is hard coded, thus it only works in very limited circumstances. It seems like a simple typo, the input is called 'light' when it should probably be camera, and then a quick check to use the default or the camera that is passed in. Right now the 'light'...
The `OBJLoader` strips vertices without any face while loading. I want to load a point cloud without any faces whatsoever, but this obviously does not work. I do realize stripping make perfect sense in most cases. I think a solution where the vertices & faces are loaded naively at first, and then vertices are strippe...
0
Based on previous issues, it is not clear if there are plans to incorporate the implementation of `groupslices` from `GroupSlices.jl` into Base. This function is quite common when one needs to just find the `unique` columns in a large array for further processing. Past discussions include: * #14142 * #15503 *...
type Foo end bar{T<:Foo}(x::T) = 1 methodswith(Foo) returns `0-element Array{Method,1}`, which doesn't seem right.
0
### Bug report **Bug summary** Opening an interactive figure with the MacOSX backend on matplotlib v2.1.0 results in a `TypeError` **Code for reproduction** In [1]: import matplotlib.pyplot as plt In [2]: plt.ion() In [3]: fig, ax = plt.subplots() **Actual outcome** In [3]: f...
### Bug report **Bug summary** TypeError for internal matplotlib code when constructing a figure with a specified figsize **Code for reproduction** # Paste your code here ipython --pylab >>> figure(figsize=(11,5)) **Actual outcome** -------------------------------------------...
1
Challenge Word Blanks has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. I wonder if this challenge is suitable for the large numbe...
Challenge standardize-times-with-the-html5-datetime-attribute has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. I'm not really sur...
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.8.5 * Operating System version: mac os 10.14 * Java version: 1.8.0_191 ### 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.5 * Operating System version: windows10 * Java version: 1.8 ### Steps to reproduce this issu...
0
Having a layer of validation on the browser is great, but most of the time the guesser gets it all wrong! Take this example: If you create a boolean field on an entity and let the guesser do its work, it sets the field as a required checkbox. How can one choose the false option then? The same happen with text fie...
Build a form from a form type class: public function buildForm( FormBuilder $builder, array $options ) { $builder ->add( 'text', 'text', array( 'label' => 'search.form.text.label' ) ) ->add( 'date', 'date', array( 'widget' ...
1
I tried to update the PowerToys app today and during the process it asked me to close apps such as Office 365 Suite apps, Slack, Calculator and all my browsers + a lot more apps. There is no documentation I can find that explains the reasoning behind these requirements. And I don't see how the installation would bene...
Windows build number: 10.0.19041.264 PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug: auto update The update program requires to disable the Microsoft Store, Microsoft Text Input Application, Mail which are run at background. I can manually kill the process fo...
1
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
The function signature for `toHaveBeenCalledWith` unfortunately breaks if a generic function that consists of overloads is passed. TypeScript is not able to infer the proper overload for functions through generics. Only a single overload signature is considered for parameter inferring. For example: fun...
1
To reproduce: from sklearn.feature_extraction.text import TfidfVectorizer from sklearn.metrics import classification_report from sklearn.multiclass import OneVsRestClassifier from sklearn.pipeline import Pipeline from sklearn.svm import SVC, LinearSVC from sklearn.datasets impo...
PR #4807 reveals a variety of estimators that fails on memory mapped input, once we allow check_array to process a memory map without copying its content in memory. Estimators failing on read only memory maps : * the whole PLS family * Factor analysis * Incremental PCA * NuSVC Transformers : * KernelCen...
1
**TypeScript Version:** 1.8.10 **Code** { "compilerOptions": { "module": "commonjs", "target": "ES6", "noLib": true, "outDir": "out" }, "exclude": [ "node_modules" ] } Have a file `extension.js` and run ...
I think this is useful syntax :) sample. interface IFoo { foo: string; // not optional } class Bar implements IFoo? { // Bar does not have a foo property. } new Bar().foo; How useful. class Foo implements Lib.IListener? { constructor() {...
0
Hi everyone, I was facing "init dgesdd failed init" error when I tried to estimate a huge matrix (>=10k) with tick.hawkesADM4, since my data is large, I need to estimate for the matrix with size around 200k. But when I tried with only 10k on the linux with huge (around 50GB) , It always pop up an error of failed in...
1
**TypeScript Version:** 1.8.7 **Code** /* foo.ts*/ export class Foo { name: string; } /*bar.ts*/ import {Foo} from './foo' declare module './foo' { interface Foo { bar(): string; } } Foo.prototype.bar = function() { re...
**TypeScript Version:** 1.8.0 **Code** function transform<T>(func: (stuff: T) => any) { return null; } let f = ({a}) => 'foo'; transform(f); // success transform(({a}) => 'bar'); // error **Expected behavior:** Both cases should inference `T` as `{ a: any }`. **Actu...
0
#### Summary The `AxiosRequestConfig` type is not broad enough for some use cases. For example, when using `retry-axios`, a custom key by the name of `raxConfig` is set in the `AxiosRequestConfig` argument. TS will rightfully report that `raxConfig` doesn't match any type in `AxiosRequestConfig`. #### Context * ...
#### Summary Allow for typesafe extension of AxiosConfiguration #### Context Allow for the following user case (without the cast) interface Config extends AxiosRequestConfig { start?: Date } const requestConfig: Config = { ... } const instance ...
1
This issue makes TestDriveLetterInEvalSymlinks fails in some path configuration from at least Go 1.4 up to Go 1.6. The problem exists only on windows. My current setup has go installed at the location G:.go. When running all.bash, the test TestDriveLetterInEvalSymlinks will fail with this result: > \--- FAIL: TestD...
What version of Go are you using (go version)? go version go1.6beta2 windows/amd64 What operating system and processor architecture are you using? OS Name: Microsoft Windows 8 Single Language OS Version: 6.2.9200 N/A Build 9200 Intel64 Family 6 Model 58 Stepping 9 GenuineIntel ~2400 Mhz What did you do? c...
1
The coverage of managed pointers should be removed from the tutorial and perhaps replaced with a section mentioned shared ownership (in or after the ownership/boxes sections) and linking to the tutorial. The shared ownership tutorial should explain when and why you would use shared ownership and the characteristics ...
Rust deliberately restricts the use of shared mutable state out of concern for safety. However, this is no solace to users coming from other languages who are used to making effective use of shared mutable state to Get Things Done. We need a document that describes practical approaches used in rustc and Servo to safe...
1
Is it possible to add a global interceptor for all calls like we set `baseUrl` and authorization header?
**Describe the bug** I created a instance with a param in it, but it doesn't seem to work I Have already decleared a instance axios in my js file const instance = axios.create({ baseURL: '/', params: { secret: 123 } }) I want to send a request like this **/api/logou...
0
I am finding that running numpy.convolve with versions >= 1.14.6 automatically launches the job on all available CPUs/threads. Is this bug? This is not the behavior for numpy <= 1.14.5. ### Reproducing code example: import numpy as np movingAvg = np.convolve(data, window, "same") ### Numpy/Python...
This is not a bug report but just an enhancement proposal. I think it would be useful and important to be able to easily set the number of threads used by Numpy after Numpy import. From the perspective of library developers, it is often useful to be able to control the number of threads used by Numpy, see for examp...
1
**Describe the bug** After upgrading axios from 0.19.0 to 0.19.1 all tests that use nock got broken. They now produce the following error: Error: Cross origin http://localhost forbidden **To Reproduce** Repo with minimal test case that reproduces the issue: https://github.com/EvgenyOrekhov/j...
TLDR: > Oh, yeah I don't think we will ever export that. #5000 (comment) #### Is your feature request related to a problem? Please describe. Yes. I'm writing a adaptor to be used in userscript like tampermonkey or Violentmonkey, it use a xhr provided be broser extension `GM.xmlHttpRequest` to make cors request....
0
At the moment compiler insists on having valid identifier on right side of `typeof` so following code is not valid: var x : typeof (1+ 2); var y : typeof this; even though it's possible to assign the expression to variable and then capture the type form that: var x_ = 1+2; var x...
## Working Implementation for this Proposal Try it out: `npm install yortus-typescript-typeof` View the diff: here. ## Problem Scenario TypeScript's type inference covers most cases very well. However there remain some situations where there is no obvious way to reference an anonymous type, even though the compil...
1
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION Bone stock ##### OS / ENVIRONMENT CentOS 7 ##### SUMMARY When lineinfile with regexp finds a ma...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.1.0.0 config file = /home/remedy/scenter-playbooks/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION [defaults] ask_vault_pass=False ##### OS / ENVIRONMENT N...
0
I'm pretty sure this is a duplicate, but I couldn't find another already open issue about it. I'd like to not transpile my es6 code with babel to es5 before uglifying it: I'd rather use a minified es6 version of my codebase. Is there any uglifier production-ready/webpack-ready for this? Watching in the meantime: ...
# Bug report ## (node:24724) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at FasterUglifyPlugin.apply (D:\work\web\React\...\node_modules\webpack-parallel-uglify-plugin\index.js:27:12) at webpack (D:\work\web\React\web-rtc-html\node_modules\webpack\lib\webpack....
0
# Summary of the new feature/enhancement I spend more time on my work computer than on my personal computer. Corporate has locked down the installation of applications to approved applications only. Local administrators can run unapproved portable applications. FancyZones in particular would be very usefull on my w...
# Summary of the new feature/enhancement Distribute releases in a zip file. When extracted the command can be executed right away without any installation process. At first run, the necessary integration with explorer etc. can be installed. This would make it easier to use across multiple machines as I can simply u...
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.5 * Operating System version: macos10.14 * Java version: 1.8 ### Steps to reproduce this iss...
* 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: Linux version 3.10.0-514.26.2.el7.x86_64 * Java version: 1.8.0_...
0
E2E test `Deployment RollingUpdateDeployment should delete old pods and create new ones` failed with: /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:47 Expected error: <*errors.errorString | 0xc2084dc290>: { s: "failed to wait for pods running: [gave up wai...
e2e-gce/8241 failed a kubectl test which timed out getting the redis pod into running: scheduler assigned redis-master-k6hgb to node . _-dhly (._ -128.243) logs from kubelet on .*-dhly I0827 20:12:52.079928 4057 server.go:705] GET /stats/e2e-tests-kubectl-8myat/redis-master-k6hgb/feaaa022-4cf7-1...
1
### 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)** : Ubuntu 14.04 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow version (use comman...
### System information * Os version 4.4.4 -sdk level 19 ### logcat: 07-26 15:01:59.429 6521-6521/? E/AndroidRuntime: FATAL EXCEPTION: main Process: al.omid.tfdroid, PID: 6521 java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "rand" referenced by "libtensorflow_inference.so"... at java.l...
0
### System info * Playwright Version: v1.35.1 * Operating System: Windows 10 * Browser: Electron * Other info: ### Source code Open-source project https://github.com/rancher-sandbox/rancher-desktop See Windows setup docs at https://github.com/rancher-sandbox/rancher- desktop#windows Then run: ...
### System info * Playwright Version: [v1.XX] * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the re...
0
# Environment Windows build number: Win32NT 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2762.0 # Steps to reproduce printf '\e[?25l' # Expected behavior The cursor should become invisible. # Actual behavior The cursor remains visible and blinking. It is ...
# Environment Windows build number: 1903 (Build 18890) Windows Terminal version (if applicable): N/A Any other software? Inspect.exe and UI Recorder to identify UI elements. # Steps to reproduce 1. Launch Terminal 2. Launch Inspect or UI Recorder 3. Attempt to locate Accessib...
0
julia> b = (1:3) .> 2; julia> @show b b => [#undef,false,true] 3-element BitArray{1}: false false true In contrast, julia> v = [false,true,false]; julia> @show v v => [false,true,false] 3-element Array{Bool,1}: false true ...
The return value of a function is determined by the function as defined in the last appearance in the code, instead of the value of the function as it is defined at the moment of the evaluation. Take, for instance function f() g() = 1 return g() g() = 2 end When calling `...
0
Installation via apt would be so much easier, just like for Mongo (see : http://docs.mongodb.org/manual/tutorial/install-mongodb-on- ubuntu/#install-mongodb) Do you plan to offer this way to install Elasticsearch ?
**Elasticsearch version** : v5.0.0-alpha5 **Plugins installed** : non **JVM version** : 1.8.0_92 **OS version** : Mac 10.11.5 **Description of the problem including expected versus actual behavior** : Execute `bin/elasticsearch-plugin` with no arguments and the usage is printed, but there is also what appears ...
0
Spawned from #1532. There is quite a bit of duplicated script junk here. We should have this stuff in one place.
As of now there exists more than 4 different ways to deploy heapster. This makes it hard to reliably update heapster configuration. We should rework the configs to use a combination of salt and config objects to get rid of most of the duplicate config files.
0
my code block contain underscore,and the rest word become italic: ![](https://camo.githubusercontent.com/102716a2708e292b8bbd1d728212edb324d587f259faf8f79b38fa6d1e4a9b25/687474703a2f2f696d67312e7475636875616e672e6f72672f75706c6f6164732f323031342f30382f5151254536253838254141254535253942254245323031343038323931363132...
_(Originally reported inatom/atom#3145 by @5an1ty)_ > As an example use this code as markdown: This is a test _.bindAll(this,'test'); this is the end of the test > This will render two lines as pink because the parser does not notice the _ > is in a code block > > ![screen s...
1
**Migrated issue, originally created by Anonymous** Hello everyone, this is the first of two tickets I'm going to open regarding the polymorphic map, which I consider a very neat feature of SA. I haven't found much documentation on it though, so I'm not sure whether these are features or bugs - I'd guess the latter...
+ sphinx-build -b man -d sqlalchemy doc/build . Running Sphinx v3.4.3 /usr/lib64/python3.8/site-packages/scss/selector.py:26: FutureWarning: Possible nested set at position 329 SELECTOR_TOKENIZER = re.compile(r''' WARNING: while setting up extension changelog: extension 'changelog' has ...
0
I often open Atom, then hit `⌘ + O` to open a file or source directory. The annoyance I have though, is that Atom now has two windows open, one that has the directory I just opened, but also the one that was opened when Atom was opened, which is an empty window. It would be nice if Atom was smart enough to realize t...
Seems reasonable > cmd-o AND file -> open is always opening a new window, there is a separate > command for that. It's quite the nuisance. <3 * * * > This is perhaps a BIG one that undermines the foundation of Atom...but I > find it quite irritating after coming from Sublime: I would like to be able > to drag rand...
1
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. * [x ] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Operating System version: Mac OS 10.13.6 * Java version: 1.8.0_202-b08 Java HotS...
* 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: Fedora 29 * Java version: SE 11 (18.9) ### Steps to reproduce ...
0
### System info * Playwright Version: [v1.33] * Operating System: [Windows 10, Ubuntu 18, Gentoo] * Browser: [Electron] * Other info: ### Source code **Config file** // playwright.config.ts import type {PlaywrightTestConfig} from "@playwright/test"; import {devices} from "@playwright...
### System info * Playwright Version: [v1.32.1] * Operating System: [Windows 10] * Browser: [ Chromium] ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** **Config file** **Test file (self-contained)** ...
0
I have two matplotlib figures inside a QSplitter. When I move the Splitter to the edge (the figure disapear then), the code crashes. the error I get is Traceback (most recent call last): File "C:\Python36\lib\site-packages\matplotlib\backends\backend_qt5.py", line 397, in resizeEvent s...
### Bug report **Bug summary** I use matplotlib + PyQt5. The figure is placed inside a QSplitter (a standard Qt widget that consists of several vertical or horizontal parts which can be resized by handles between those parts) . When a part of QSplitter shrinks to a zero size it automatically resizes the widget it ...
1
When inserting something like "módulos", the caret immediately before "ó" gets deleted. This happens as soon as I type "o" after so I don't get to see the full word as sampled above. If I kept typing at the end I would just see "ódulos".
Atom 0.106.0, OSX 10.10, using React-Editor When typing the ^ key followed by any other key, the character left to the the ^ will be removed. Atom: ![atom](https://cloud.githubusercontent.com/assets/26493/3352864/87185fd8-fa61-11e3-8d1e-b3eb4a937f6f.gif) Sublime: ![sublime](https://cloud.githubusercontent.com/...
1
I have various Link in my application but when deployed in production they stop working. The code is as follows: <Link href="/register"> <a>Register</a> </Link> When navigating in development they work fine. When I deploy to production the link takes forever to load the next page. If I ...
This is bug report Link does not work with css-module imported. That happens when page with Link has no css, and linked page has. No errors in console, so im not sure about reasons, but there is minimal repo to reproduce: https://github.com/standy/next-css-error Bug appears in `next@7.0.0` \+ `next-css@1.0.1`, ...
1
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior `npm i --save ...` removes related peer dependency. ### Expected Behavior `npm i --save ...` does not remove peer dependencies. ### Steps To Reproduce Existing package.json: "dependencies": { ...
### *Updated* as of 01/15/2021 **Note: Please readthis doc before filing a new issue.**
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
I'm trying to integrate configmaps into our continuous delivery flow. It's important for us that the deploys are idempotent. Typically we'd create the configuration from files by doing `kubectl create configmap myconfig --from-file=file1.yml --from- file=file2.yml` However, if this is run more than once we get th...
0
The master documentation says the following about the entity form type: > The class of your entity (e.g. AcmeStoreBundle:Category). This can be a > fully-qualified class name (e.g. Acme\StoreBundle\Entity\Category) or the > short alias name (as shown prior). However, the `Bundle:Entity` syntax throws the following ...
I'm not sure but I think there is a regression introduced yesterday at commit `17ca9b6`. All my forms were working before I ran `composer.phar update` command. After having updated my codebase, I had to update my entity type fields in all my forms to use a FQCN everywhere instead of the Doctrine entity shortcut nam...
1
I think the title is quite self-explanatory. Steps to reproduce this are: wget http://openml.liacs.nl/data/download/29/dataset_29_credit-a.arff python -m scipy.io.arff.arffread dataset_29_credit-a.arff The problematic lines in the .arff file are 578 and 579, and in scipy 600-606. The problem ...
A new `least_squares` interface for LSQ problems is included as a part of gh-5019 However, it should be ensured in the design phase that most important functionality is included in it already from the beginning. Interface wiki page: https://github.com/nmayorov/bounded- lsq/wiki/Calling-%60leastsq%60-via-generic-int...
0
React Dev Tool is turning to blue color on websites that are not built with react. The issue happens when Redux DevTools extension is installed. Screenshot Redux DevTools: Click Here
### Website or app youtube.com, github.com, gmail.com, lucidchart.app ### Repro steps 1. Open any web app not made with React (e.g.: youtube.com, amazon.com, github.com, gmail.com, lucidchart.app) 2. The react icon is ON and the popover message says: 'This page is using the production build of React. ✅' ###...
1
Hi, Just realized that I am restating the already reported issue #9704 In the documentation of domain of argument of scipy.interpolate.RectSphereBivariateSpline(u, v, r, s=0.0, pole_continuity=False, pole_values=None, pole_exact=False, pole_flat=False) on page https://docs.scipy.org/doc/scipy/reference/gene...
The RectSphereBivariateSpline interpolation function cannot be evaluated for negative degrees longitude, which is actually supported by the underlying interpolation library. The cause is that SphereBivariateSpline, the baseclass to RectSphereBivariateSpline, raises ValueErrors for negative lon-values. This is appropr...
1
**Aleš Najmann** opened **SPR-6514** and commented There was class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer in Spring 3.0 M4 with method /** * Parse the given String value recursively, to be able to resolve * nested placeholders (when resol...
**Kenny MacLeod** opened **SPR-6315** and commented This is a deliberately refiled duplicate of #10827, which was originally filed as a "refactor", and I think it perhaps should be "bug". Between 3.0.0 M4 and RC1, the protected parseStringValue method disappeared from PropertyPlaceholderConfigurer. For custom subc...
1
* VSCode Version: 1.2.0-insider * OS Version: OS X 10.11.5 Steps to Reproduce: 1. Press ⌘K to clear the integrated terminal. 2. The terminal gets cleared. 3. __VS Code is still waiting for the second key of the ⌘K chord.__ ⌘K is a recognised shortcut for clearing out the terminal on the Mac, but here it a...
Similar to the output panel would be nice to have an action top right to clear the terminal contents.
1
Angular 1.x could read an ISO 8601 date from a JSON string and correctly format it with the date filter. For example: releaseDate: "2001-12-19T00:00:00" could be formatted using: {{ movie.releaseDate | date}} The Angular 2 date pipe throws an exception: "Invalid argument '2001-12-19T00:00:00' for pipe 'function Date...
The new date pipe only supports date objects or numbers but not ISO strings. In ng1 this was valid and made displaying simple JSON from api's to the UI very easy with little conversion process. Plunker with ng1 behavior date filter ng1 iso
1
I want to store data in list with AutoComplete Component. User write text in AutoComplete Component and clicking on add Button data should stored in list and after that I want to clear AutoComplete Text. But there is no method or properties to clear Input of AutoComplete. Version : 0.15.0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The scrollbar on a scrollable dialog would show up in almost all browser except on safari when testing on an iPhone or an iPad. ## Current Behavior The scrollbar remains hidden using Safari. ## Steps ...
0
Challenge http://freecodecamp.com/challenges/waypoint-learn-how-script-tags- and-document-ready-work has an issue. Each page of JQuery is starting with the phone blank, and the section where the objectives are checked off doesn't appear (and pressing run makes no difference). Running the correct code (I assume)...
Challenge http://www.freecodecamp.com/challenges/waypoint-understand-boolean- values has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Screen shot: https://gyazo.com/c3cb6f017d627dabc3e72c5a7c228d8d When I am on any of the free code camp challenges the objectives do no...
0
I want to use the main processing loop of a C-library, which implements specific functionality in callbacks. The callbacks shall be implemented in Julia. The following MWE demonstrates the difficulties, when the callback functions are invoked from POSIX-threads, which have been launched in C. callmtcb.jl ...
As discussed on julia-users, I would like for it to be possible to call a Julia function from a non-Julia thread: https://groups.google.com/forum/#!topic/julia-users/TqC79eYTYx8 My use case is calling a Julia OpenGL rendering function from within the QML rendering thread. The current workaround is to force Qt to u...
1
### Which version of Sharding-Sphere do you using? 3.0.0.M1 ### Expected behavior When I use 'REPLACE INTO' sql statement, the expected error log is io.shardingsphere.core.parsing.parser.exception.SQLParsingUnsupportedException. ### Actual behavior The actual error log is java.lang.NullPointerException. ### Rea...
![image](https://user- images.githubusercontent.com/89122494/195273832-8e8e62a1-e7a1-4dad-a889-8d74a3914a60.png) ShardingSphere-SQL - Actual SQL: ds_0 ::: SHOW STATUS [ERROR] 2022-10-12 14:06:53.546 [ShardingSphere-Command-0] o.a.s.p.f.c.CommandExecutorTask - Exception occur: java.lang.NullPointerException: null...
0
There's `nextTab` and `prevTab`, but since I work in a single-tab, multi-pane environment, those keybindings do nothing for me. How about being able to bind `ctrl+tab` to `nextPanel`? (Would fit in nicely with the rest of #1000 .) _Edit: I can't believe I typoed that last`nextPanel` as `nextTab`, making the sentenc...
# Description of the new feature/enhancement Support more keystroke on keybinding like: meta (win) key. In most UNIX terminal, Ctrl, Alt and Shift are captured by the program, if we use these modifiers to bind keybinding, we cannot send these keys into the program. Like most terminal emulators in macOS, they most...
0
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 15.0.0 ### 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 ^11.3.0 ### What oper...
1
From the recorded video of TF dev summit held about one month ago, I got to know the newest distributed TF 1.0 is able to achieve 57x speed up for the inception v3 model on a server of 8 nodes/ 8 gpus and the codes will be released. Since I am far away from getting such a good scaling performance using my own distrib...
TF r1.0 claims that it can achieve 58x performance improving by 64 GPUs for Inception v3. Are there any guidelines or sample code to help us to reproduce the results?
1
C:\Coding3\deno>deno run test/test.js Compile https://deno.land/std/fs/mod.ts error: TS2339 [ERROR]: Property 'utime' does not exist on type 'typeof Deno'. await Deno.utime(dest, statInfo.atime, statInfo.mtime); ~~~~~ at https://deno.land/std/fs/copy.ts:92:16 ...
I'm trying the following script and I get a few errors. index.ts import { exists } from "https://deno.land/std/fs/mod.ts"; const found = await exists('/folder'); console.log('Found:', found); Error: error TS2339: Property 'utime' does not exist on type 'typeof Deno'. ...
1
I tried to run my flutter apps in testflight mode in iOS. It works fine in development, and works fine also if I change the scheme to "Release". But, after it's published to TestFlight it's just blank white. No idea what's happened. [✓] Flutter (Channel master, v1.0.1-pre.2, on Mac OS X 10.14.1 18B75, ...
## Steps to Reproduce I tried both beta channel and master channel (newest as of this posting date) on newest macOS. The hot reload doesn't work on either the terminal or the IDE (VS Code and Android Studio). Below is the logs for running `flutter run -v` on a template project on master channel. It builds succes...
0
Seems that `io.druid.timeline.DataSegmentTest` is duplicated in druid-api and druid-server modules.
If the user waits for few minutes before giving pageoffset to get more results then user is getting duplicated results .This happens as the pageoffset we use for pagination becomes invalid due to merging of druid segments and search starts from offset 0 in new segment. Is there any way to know the pageoffset is valid...
0
This is weird, right? Module build failed: SyntaxError: /Users/quangbuule/Projects/React/mui-bug/src/index.js: 'super.*' is not allowed before super() 8 | 9 | constructor() { > 10 | super(...arguments);
Babel6 produces an error when trying to compile class without a constructor. $ babel --version 6.0.15 (babel-core 6.0.20) $ babel --presets react,es2015,stage-1 Hello.jsx SyntaxError: Hello.jsx: 'super.*' is not allowed before super() (This is an error on an internal node. Probably an inter...
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** mostly to support mixins, e.g. class mymixin(object): bar = Column(Integer) foo = Column(Integer) @declared_attr def foo_plus_bar(cls): return column_property(lambda: cls.foo + cls.bar) ...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** poc should allow us to consolidate #2670, #2952, #3149, #3050. the new descriptors include the ability to cache the result per class, or to do "cascade", guarantees that the callable fn is called only once per target class, as well as to name attribu...
1
With the following, I can plot work, but I can not plot nowork. I can't see any clear difference between the two resulting dataframes. I also get the issue when trying to slice use .loc and range of labels. work = mp_stats_unstack.xs(0, level='CPU', axis=1).iloc[:,[x for x in range(48,63)]] nowork ...
#### Code Sample, a copy-pastable example if possible In [2]: import pandas as pd In [3]: pd.__version__ Out[3]: '0.23.0rc2' In [4]: x = pd.DataFrame({'b': [1,2,3]}, index=[1,1,2]) In [5]: x Out[5]: b 1 1 1 2 2 3 In [6]: x.first_valid_i...
0
**Ben Rowlands** opened **SPR-4345** and commented The rest of the bean creation code guards against a null bean instance (we are using a null bean as a placeholder to delay creation of heavy weight objects when all we want is to create a skeleton layout of our application) . NPE occurs when request the wrapped in...
**Alex Rau** opened **SPR-6524** and commented the mvc:annotation-driven feature breaks or at least does not conform to the implemented strategy in MVC that there is an implicit DefaultAnnotationHandlerMapping (D1) which can be replaced with custom parameterized versions (D2) of handler mappings. As soon as someone...
0
Hi there, My wife has got a Nokia Lumina, which displayed my Bootsrap sites as tablet versions and not responding correctly to the screen widths (some content overhanging too). I checked the Bootstrap demos thinking it must only be my sites but these also had the same issue.
I recently received a Nokia Lumia 1520 but I can't seem to get it working with any page that utilizes Bootstrap 3. While a few Bootstrap 2.3.2 pages out there work just fine it seems to be mostly Bootstrap 3 having problems with it. The problem appears to be that Bootstrap doesn't recognize the Lumia as phone at ...
1
I am trying to use Chinese text in my plot. There are some pre-installed font on the system which support Chinese (using `fc-list :lang=zh`), for example "WenQuanYi Zen Hei". But I find that these fonts can not be found by matplotlib. I checked some of the code of font_manager. I find that font_manger seems intention...
The code posted below will return the following: _RuntimeError: TrueType font is missing table_ . It looks like TTC files have replaced TTF files for many fonts in Windows 8. Please consider adding support. Thanks so much, MJ import matplotlib.pyplot as PLT import pylab as PYLAB from matplotli...
1
# Bug report ## Describe the bug Using `next/link` to visit a page inside a directory only changes the URL but doesn't load the page unless you reload the website. . ├── index.jsx └── test └── index.jsx (broken) ## To Reproduce 1. Create a page at `./pages/test/index.jsx` wit...
# Bug report When you build next.js when the index page is located in `/index/index.js` instead of `/index.js` The client side script will not be executed when you access `http://localhost/`. The built index page will register with `/index` (as shown below) (window.__NEXT_P = window.__NEXT_P || []).p...
1
### Expected Behavior According to this README the Flaskr example application should run after doing following: `pip install --editable .` `export FLASK_APP=flaskr.factory:create_app()` `flask initdb` `flask run` ### Actual Behavior Flaskr fails running throwing a NoAppException. NoAppExcepti...
### Expected Behavior The flaskr example code (in examples/flaskr) should work off-the-shelf. But I was able to reproduce the following issue by forking a clean copy of the repository and following the instructions in the README.md of the flaskr example. Namely, these are the commands I'm executing: $...
1
I use http://getbootstrap.com/customize/ to make small customizations to Bootstrap – setting @brand-primary, @font-family-sans-serif, that sort of thing. But when I download the customized .css, bootstrap-theme.css isn't included. Can this be changed? Can the Customize page produce a customized bootstrap-theme.css? ...
**Issue:** IE9 do not animates accordion **My environment:** Windows 7 64bit / Internet Explorer 9.0.8112.16421 64-bit edition **Steps to reproduce:** 1. Visit URL: http://twitter.github.com/bootstrap/javascript.html#collapse 2. Click _Collapsible Group Item#2_, then _Collapsible Group Item#1_ 3. Accortion...
0
## Bug Report ### Which version of ShardingSphere did you use? 4.0.0-RC3-SNAPSHOT ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior can parse MySQL unreserved keywords `context` ### Actual behavior line 1:63 extraneous input 'context' expecting {...
## Feature Request Add source database information when throws UnavailableDataSourceException. 抛出 UnavailableDataSourceException 时,附加异常的源数据库信息。 Exception in thread "main" org.apache.shardingsphere.infra.datasource.state.exception.UnavailableDataSourceException: DATA-SOURCE-00001: Data source unavail...
0
Hi, Are there any plans to create a Firebase In-App Messaging flutter plugin? Could come in handy!
There needs to be some support for Firebase In-App Messaging API in firebase_messaging package or for a new package to be created to support the API.
1
# Bug report **What is the current behavior?** ![1](https://user- images.githubusercontent.com/24717511/78335715-b8a1bf00-75c0-11ea-94e2-8180cea6c01a.png) ![2](https://user- images.githubusercontent.com/24717511/78335770-d3743380-75c0-11ea-8211-9d5ca73af37a.png) Note:The key and value file names in the document...
# Bug report **What is the current behavior?** webpack.config.config.js const {CleanWebpackPlugin} = require('clean-webpack-plugin'); module.exports = { mode: 'development', entry: { home: './home.js', index: './index.js' }, output: { ...
1
Error info ....... Caused by: java.lang.IllegalArgumentException: regist too many Broadcast Receivers at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1838) at android.app.ContextImpl.registerReceiver(ContextImpl.java:1794) at android.app.ContextImpl.registerReceiver(ContextImpl.java:178...
**Glide Version** : compile 'com.github.bumptech.glide:glide:3.7.0' **Integration libraries** : NA **Device/Android Version** : Samsung A5 with 2 GB Rams **Issue details / Repro steps / Use case background** : I am trying to load album art in view pager with the help of glide **Glide load line /`GlideModule` (if ...
0
Instructions say to add a div with class="well" inside the class="col-xs-6" elements Specifications say to add divs with class="col-xs-6" elements following instructions causes the specification to be met, even though the spec has not been met. ![screen shot 2015-08-21 at 12 56 37 pm](https://cloud.githubusercont...
Challenge http://www.freecodecamp.com/challenges/waypoint-create-bootstrap- wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![image](https://cloud.githubusercontent.com/assets/8844886/9320279/e81aebf6-450c-11e5-8a2b-c5b27affca4c.png)
1
If We have a markup `[v-if] > content` and the content is dynamic, as long as the content changes and make the `[v-if]` hides->shows, the content in `[v-if]` will back to the previous [demo]. To find the actual problem, I check the source of vuejs and find that the `[v-if]` only snapshots the content when binding, an...
### What problem does this feature solve? I have a definition list (`<dl>`) where lots of entries are link entries. Link entries have a `<dt>` with a caption and a button, then a `<dd>` with an `<a>` element. Our current code repeats a lot of common markup and attributes for those link entries. I'd like to factor th...
0
Having PowerToys Run search the web if it cannot find a file would be a brilliant way to quickly search the web. It would also be good if: * The web search functionality could be toggled in the Settings app * You could change the search engine to anything you wanted, say (sorry Microsoft) using Google instead o...
Not really a PowerToys question, but more of a Github question, I guess. I see a lot of questions coming in that have been asked for many times already, and possibly are being worked on already. Some of those subjects - like Shortcut Guide, Power Rename, known Run problems - have tracking issues. But when people are...
0
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** Error event fired twice when in development mode. In the example you can see that '>>>>>>error' is logged twice while I only expect to see it once. Note: this issue doesn't happen with the production version of react...
I'm trying to make use of componentDidCatch in the React 16 beta. I already had a global window error handler which was working fine, but it unexpectedly catches errors that I would expect componentDidCatch to have handled. That is, component-local errors are being treated as window-global errors in dev builds. The ...
1
## Question I use interval algorithm by the properties like this spring: shardingsphere: mode: type: Standalone repository: type: File props: path: .shardingsphere overwrite: true datasource: names: tes...
I used the offical example of proxy, when i use navicat to access the proxy, it thrown the exception below, so the test cannot continue. since i don't very familer with the code ,so i just trace to that, datasource name of BackenConnection is null lead to this issue。 Below is the excepiton, and the configure also b...
0
**I'm submitting a ...** (check one with "x") [ ] bug report [X] 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** If I define a module fully, with it...
**I'm submitting a ...** [X] feature request ### Problem statement: An app with NgModule structure `AppModule` -> `LabsFormsModule` -> `TemplateModule`, `ModelFormControlsModule`, `ModelFormBuilderModule` (3 children) Each child module has defined routes `RouterModule.forChild(ROUTES)` **Curre...
1
I'm using a large dataset which takes up most of my memory. `cross_val_score` is basically unable to run on it (I get a `MemoryError`) since AFAICT data is duplicated for each fold (with `list()` here): scikit-learn/sklearn/model_selection/_validation.py Line 131 in 38f6a91 | cv_iter = list(cv.split(X, y, group...
#### Description `make html` and `make html-noplot` fails on docs/ #### Steps/Code to Reproduce `cd docs` `make html` #### Expected Results Should build without errors #### Actual Results Sphinx version: 1.4.4 Python version: 2.7.6 (CPython) Docutils version: 0.11 release Jinja2 version: 2.7.2 Last m...
0
* VSCode Version: 0.10.11 * OS Version: Windows 7 x64 Steps to Reproduce: 1. Open Visual Studio Code (called window 1) 2. Open D:\Project 3. CTRL-SHIFT-N or File -> New Window (called window 2) 4. In the new window, Open D:\Project again expected: New Window, the window 2, will also have the folder D...
Currently VS Code prevents opening a folder more than once which makes it impossible to work on a project in multiple windows (e.g. on multiple displays). @bpasero @dbaeumer @egamma @alexandrudima please raise any obstacles and issues you might foresee with this request. Issues found so far: * we use the workspa...
1
I wrote a simple page using PageView and AutomaticKeepAliveClientMixin, which contains 4 page, A, B, C, D, and when App starts a meeting, the user points to D first, then tap B or C, and it can't be displayed on B or C. It can be concluded that when App starts, if you click on the Tab behind, the front will not appea...
## Steps to Reproduce I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per @Hixie's advice in the chat, I am adding `AutomaticKeepAliveClientMixin` to these top level widgets so the PageView won't recycle them and will preserve state. Afte...
1
Id: **4f3e6055-db00-b505-57ef-2fbd3cb89778** _Versions_ \- 0.10.1-release _Stack_ [/vs/workbench/parts/debug/node/rawDebugSession.ts#L68:28 (RawDebugSession.send)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/debug/node/rawDebugSession.ts#L68:28...
Inspecting large data structures results in slowness (unresponsiveness) issues in node >= 3.x. The problem is the node debugger protocol which does not provide a way to access arrays or dicts in chunks. Always the full thing travels over the wire. A particular nasty issue is that local variables are included in the ...
1
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * [ X] I have checked the issue tracker for the same issu...
There are two bugs related to renaming a chart from the Edit Chart Properties modal. ### Expected results Changing chart title from "Edit Chart Properties" should 1. Update chart title on Explore page when saving 2. Keep chart in any dashboard it was added to and update the chart title accordingly ### Actual ...
0
Challenge Use a CSS Class to Style an Element has an issue. User Agent is: `Mozilla/5.0 (Linux; Android 4.2.2; e-tab4 Build/JER09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
Challenge Use a CSS Class to Style an Element has an issue. User Agent is: `Mozilla/5.0 (Linux; Android 4.4.2; SM-T231 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
1
**Migrated issue, originally created by Dariusz Górecki (@canni)** Consider following example of joined-table inheritance: class Parent(DeclarativeBase): # ... parent_column = Column(String(255)) class Child(Parent): # ... child_column = synonym('parent_column...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** #!python from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy.ext.declarative import declarative_base Base = declarative_base() class A(Base): __tablename__ = 'a' id = Column(Integer...
1
2020-08-03.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18362.0 IntPtr Length: 8 x64: True Date: 08/03/2020 10:58:23 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Time...
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
Downloaded from `https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest- win64.exe` Julia Version 0.7.0-DEV.4543 Commit 00ac33a3ef* (2018-03-12 04:07 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) When the cursor is moved on the terminal window (REPL), the curs...
## System & Version `uname`: Arch Linux 4.19.91-lts x86_64 GNU/Linux `versioninfo()`: Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz WORD_SIZE: 64 ...
0
**Glide Version** :4.0.0 RC0 **Integration libraries** :No **Issue details / Repro steps / Use case background** : I have just added the glide dependency in my gradle file. When I try to use methods like placeholder(), centerCrop(), crossFade(), etc. between load() and into(), it gives me syntax error like there i...
I'm trying to use glide 4.0.0-RC0 by Gradle: dependencies { compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.caverock:androidsvg:1.2.2-beta-1' compile 'com.github.bumptech.glide:glide:4.0.0-RC0' compile 'com.android.support:support-v4:25.3.1' } I follo...
1
interface I1 { a(x: number, y: string): void; } interface I2 { a(x: number, y: string): void; } var v: I1 & I2; v.a/*requestQuickInfoHere*/(/*requestSignatureHelpHere*/ ![uselessoverloads](https://cloud.githubusercontent.com/assets/972891/9588334/8106f9...
**TypeScript Version:** 1.8.7 **Code** let s let a let b s = "" // <-- Syntax error iff there is no ';' here [a, b] = [1, 2]
0
When running the `services/isolate.dart` sample app on a Nexus 5X and clicking _Start_ button it immediately crashes with the following output: ~/projects/flutter/examples/layers$ flutter run -t services/isolate.dart Running 'pub get' in layers... 6.2s Building APK in deb...
## Steps to Reproduce I am new to flutter, was just trying to install it on my machine(ubuntu 17.10 , 64-bit). After setting PATH variable as mentioned here, I tried to run command " flutter doctor". And got an error line 33 : sed : command not found I opened that shell script here , found that ...
0
if some html elements (br for example) is between div items of carousel, the .next class is add to the element and not the the next .item div. When the next is triggered, the .next css class must be added to the next .item div.
there is a problem anchor tag is not working on iPad. When I click on http://twitter.github.com/bootstrap/components.html#labels and then on badges nothing will happen. if i scroll arround and click then on a new anchor link it is working again. It would be nice, if somebody can test it. :)
0
##### System information (version) * OpenCV => :3.4.9 * Operating System / Platform => Ubuntu 16.04 * Compiler => :gcc 5.4.0 20160609 ##### Detailed description Is there any way to call imread() without filename but with image array? ##### Steps to reproduce This is not a bug. But I want to know how to loa...
##### System information (version) * OpenCV => 3.4.6 * Operating System / Platform => Windows 10 64 Bit * Compiler => Visual Studio 2017 ##### Detailed description Using OpenCV functions `cv::absdiff`, `cv::sum`, and `cv::minMaxIdx` one can calculate that the _sum_ of the absolute difference of 2 matrices is...
0
**Glide Version** : 4.7.1 **Integration libraries** : None **Device/Android Version** : Xiaomi Redmi Note 4X is the only tested device. **Issue details / Repro steps / Use case background** : Everything was working correctly until I targeted and compiled against android-P (SKD_VERSION 28). **Glide load line /`Gli...
**Glide Version** : 4.7.1 **Device/Android Version** : All, when compiling with the new Android-P SDK **Issue details / Repro steps / Use case background** : Glide is incompatible with the new `androidx.` support library. Glide is dependant on some v4 support library stuff. **Glide load line /`GlideModule` (if an...
1