text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Excuse me If this question is duplicate, i can not find solution in issues. I want to set Image to background. ![capture](https://cloud.githubusercontent.com/assets/13766432/12643110/5cfce378-c5cf-11e5-9208-a2d26fca001d.PNG)
From @Tolriq: It's not possible to setLog to higher than Error. So no way to disable some logs in release mode, like E/Glide: class com.bumptech.glide.load.engine.GlideException: Received null model E/Glide: class com.bumptech.glide.load.engine.GlideException: Failed to load resource That in...
0
If you know how to fix the issue, make a pull request instead. * I tried using the `@types/sinon#5.0.7` package and had problems. (5.0.7 is latest) * 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...
If you know how to fix the issue, make a pull request instead. * I tried using the `@types/sinon` 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 questio...
1
The issue is related to using the 'navbar' in smalll devices (320x480). The 'navbar-fixed-top' cannot be scrolled down to the bottom of 'navbar- collapse' div. This can easily be reproduced in the jumbotron sample page: http://getbootstrap.com/examples/jumbotron/. After fitting the page to a small device (320x480)...
I have a navbar with 8 links. I've noticed that when I activate the navbar on a phone and view it in landscape, it doesn't scroll all the way down to display the last link. A live example of this can be shown on the 'Jumbotron' example template. When I drop down the menu I can't view the whole login form.
1
After I upgrade to alpha version 34 of the router I get errors related to the routeConfig object at runtime: \router_2.RouteConfig is not a function Running against alpha.33 does not produce the same error. The typings seem ok, so this is a runtime error when using version 34
im getting router_1.RouteConfig is not a function on 34 but when i switch back to 33 its okay. Is there a change in name?
1
**Bug** `jnp.flatnonzero` and `jnp.argwhere` mention `fill_value` option in documentation, but calling with `fill_value` leads to 'unexpected keyword argument' error. In the below code, the last two lines will raise errors due to unexpected argument `fill_value` import jax.numpy as jnp d = jnp....
Please: * Check for duplicate issues. I'm not sure if there's an elegant way to fix this. I noticed that when I differentiate `jnp.linalg.norm` when the input is `0`, the gradient is `nan`. I believe this is due to the vanishing denominator in the derivative. However, the numerator compensates for this in reality...
0
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
We have a library of components for angular that we are currently migrating to Angular 2. We have a container that injects content using `ng-content`. We would like to have a child component that injects the parent if you nest it inside of the parent, like so: <parent> <child></child> </par...
0
I was expecting to download a portable package (.whl or .egg) and use it as such: import sys; sys.path.append( '/extensions/TensorFlow...win32.egg' ) import tensorflow # if this line doesn't work, the egg/whl is not portable. # ... when you say "provided binary packages" that just means I...
I was excited to see tensorflow, but as many other users, we are on Windows, would be nice to see this support happen. Will you accept Windows port contributions? In the meantime, Microsoft recently released their Deep Learning toolkit which scales on multiple machines with GPUs for both Linux and Windows. https://g...
1
Hello! I noticed that in my Google Chrome and IE Bootstrap's labels and badges contain strange padding. In Firefox all looks OK. Please find attached a screenshot of official Bootstrap web site in my browsers. P.S. I thought there is some problem with my computer or OS (Windows 7, 1366x769 resolution), but anywa...
The "Helvetica Neue" font is somehow causing problems in Bootstrap in any (tested) browser other than Firefox. Removing this font has no (apparent) negative effect on either Firefox or IE9, except that the latter one has its boldness problem resolved. I've made a screenshot composition to show the differences betw...
1
It seems in certain cases that a machine's environment will include an array. We seem to see this when using Assetic to compile a less file with the less compiler. /* [exception] 500 | Internal Server Error | ErrorException [message] Notice: Array to string conversion in /[edited]/vendor/symfo...
Line 138-142 of Process.php: if (null !== $env) { $this->env = array(); foreach ($env as $key => $value) { $this->env[(binary) $key] = (binary) $value; } In certain circumstances, ProcessBuilder.php will grab $_ENV and merge i...
1
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .container:before, #1 .container:after { display: table; content: " "; } .container:after { #2 clear: both; } .container:before, DUPLICATE OF #1 .container:after { display: table; content: " "...
show on bootstrap.css https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743 https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/...
1
##### System information (version) * OpenCV => 4.5.2 * Operating System / Platform => Ubuntu 20.04 * Tested with Python 3.8.5 ##### Detailed description I have been working with VideoCapture, everything working fine until I tested my code with an older video in .mpg format. In that video occurs the following...
Example and confirmed effect: http://answers.opencv.org/question/162781/videocaptureset-cap_prop_pos_frames- framenumber-not-exact-in-opencv-32-with-ffmpeg/
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Operating System version: mac 10.14.6 * Java version: 1.8 ### Steps to reproduce this is...
* 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: macOS 10.14.5 (18F132) * Java version: 1.7 ### Steps to reprod...
0
When transpiling `js` files with the new `allowJs` param and `jsx:"preserve"`, all `js` files are output with `jsx` extention. Here is my tsconfig.json: { "compilerOptions": { "module": "es2015", "allowJs": true, "target": "es2015", "jsx": "preser...
With the change to allow JSX syntax in JavaScript files by default ( #6562 ), the compiler now emits all JavaScript files with a .jsx extension if the compiler option "jsx" is set to "preserve".
1
It is an easy task and had provided the answer in the description. However it doesn't give me a tick. > Waypoint: Style the HTML Body Element > Now let's start fresh and talk about CSS inheritance. > Every HTML page has a body element. > We can prove that the body element exists here by giving it a backgr...
I've done what was expected but still can't move on. The code is correct since it was simply changing the color black to its hex code. Please help.
1
I want to use glide in a library and in my application. I know that I have to extends my glide module in the library from "LibraryGlideModule" but when I use that and build my library project this classes not generated "GlideRequest, GlideApp" . is there any example of using LibraryGlideModule in glide 4.x? thank...
I have to load multiple GIF in Activity, it works fine but getting continuously this message **Called reconfigure on a bitmap that is in use! This may cause graphical corruption!** i am using GIF from Drawable folder this new gradle version i am using right now **compile 'com.github.bumptech.glide:glide:4.0.0-RC0'...
0
### Version 2.5.17 ### Reproduction link https://jsfiddle.net/Herteby/r2nb09eg/ ### Steps to reproduce As the title says, or just look at the fiddle :) ### What is expected? The slots should be rendered properly. The combination of v-for and "fragment" should return an Array of VNodes. ### What is actually ...
there is a code, which clones the array element var self = this, item, arr = []; for(var i in self.items){ arr.push(self.items[i]); if( i == idx){ item = arr.slice(idx, idx+1); arr.push( item.name ? item : item[0] ); } } self.items = arr; ...
0
To save you time, I've already checked appropriate closures of tags as well as quotes ![screen shot 2014-07-14 at 4 43 04 pm](https://cloud.githubusercontent.com/assets/882251/3578789/a18af988-0bb0-11e4-87df-547f4e11a78d.png) ![screen shot 2014-07-14 at 4 42 58 pm](https://cloud.githubusercontent.com/assets/882251...
I opened a Python file with the following line (#963): PrintAndLog(u"SSID: " + RememberedNetwork["SSIDString"].decode("utf-8") + u" - BSSID: " + RememberedNetwork["CachedScanRecord"]["BSSID"] + u" - RSSI: " + str(RememberedNetwork["CachedScanRecord"]["RSSI"]) + u" - Last connected: ...
1
It looks like when using the JSONLoader in r74, the first named bone in an exported Maya scene gets a duplicate of all the geometry. Here's a JSFiddle that shows my current code and the issue. In this example I have 2 boxes. Each box is bound to a single bone, and each of those bones has keyframes that animate the ...
**Is your feature request related to a problem? Please describe.** It would be nice to have HDR environment maps mapped onto flat planes or circles that are flatted near the bottom centre. **Describe the solution you'd like** It should be possible to set a vertical ground height and also a bias parameter that det...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 # Steps to reproduce 1. Fire up WSL 2. Run vim 3. Enter some Chinese characters, they seems to be fine. 4. Press Esc, press o to insert a new line ab...
# Environment Windows Terminal (Preview) Version: 0.3.2171.0 Platform ServicePack Version VersionString -------- ----------- ------- ------------- ...
0
It would be great if I could login with a GitHub account and have Atom store my settings either in Dropbox, or GitHub as a repository, or in some way that is easy to access and maybe even sync them across all my installations of Atom so that when I download a new package, it is downloaded everywhere. Another suggesti...
1
**Glide Version** : 4.0.0-RC0 **Integration libraries** : OkHttp3 **Issue details / Repro steps / Use case background** : I'm trying to migrate from v3 to v4. Most of the things looked good until I added `@GlideModule` into appropriate places and Glide's `annotationProcessor` to each of my Gradle modules. Probl...
**Glide Version** : 4.0.0-RC0 **Integration libraries** : okhttp-integration:4.0.0-RC0 **Device/Android Version** : Galaxy S6 SDK version 25 **Issue details / Repro steps / Use case background** : When using an annotation processor, generated class GlideRequests contains duplicate field: @Overrid...
1
# Environment Windows build number: 10.0.18362.175 Windows terminal version: v0.2.1831.0 # Steps to reproduce * Open windows terminal * Click on maximize icon # Expected behavior Get simply a maximized window # Actual behavior The maximized windows causes notifications to be in sile...
# Description of the new feature/enhancement Would be great if we could align Terminal keybinding settings with the VS Code keybinding conventions (link below). Currently, the shortcut keys abbreviations do not match and this makes it more difficult to get started with keybindings - requiring users to try to do ton...
0
For a distributed application, timeout configuration is important. But for many cases, timeout is not easy to determine. For example, a client calls a remote service service A , and A's method calls Service B and C and D in sequence. When the client set a timeout of 3s, for a good practice, B and C as well as D shou...
If Bean Class annotated `@Service` and Dubbo's `@com.alibaba.dubbo.config.annotation.Service`, and `@DubboComponentScan` and `@ComponentScan` were present on `@Configuration` Class, the Spring Context will scan this component twice. Test cases: ## Test Configuration Class @EnableDubbo(scanBasePacka...
0
Challenge Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. I am stuck I did the following and still stu...
Challenge Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function ...
1
**Neale Upstone** opened **SPR-8503** and commented When using `@ContextConfiguration` in a test `@Autowired` annotated fields get wired, even if context:annotation-driven/ has not been specified. This is incorrect behaviour, as it means that a test can pass against a context configuration which when used in produ...
**Eberhard Wolff** opened **SPR-4632** and commented #### Status Quo The `loadContext(\*\)` methods in `AbstractGenericContextLoader` and `AbstractGenericWebContextLoader` invoke `AnnotationConfigUtils.registerAnnotationConfigProcessors(context)`. The result is that `@Autowired`, `@Resource`, `@Inject`, etc. all w...
1
I have both go 1.3.3 and go 1.4 installed. I start by cleaning my $GOPATH/pkg directory. Running go test ./... with Go 1.4 completes successfully I clean my $GOPATH/pkg directory again. I set my PATH to point to Go 1.3.3 Running go test ./... fails I end up with many errors all with the same error object ...
What steps will reproduce the problem? I routinely use a handful of different go toolchains. As a result, I hit variants of this error pretty frequently when building: import <...>: object is [darwin amd64 devel +351b6fe0ae36 Tue Sep 24 15:54:48 2013 -0400 X:none] expected [darw...
1
This seems quite simple to implement, but wanted to check if ListItem should have a prop for number of secondary text lines like 0.x version does `secondaryTextLines: PropTypes.oneOf([1, 2])` to support 3-line list items as per Material Design spec. * I have searched the issues of this repository and believe that ...
[ X ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `1.0.0.beta` components with inner ripples on clicks should display correct ripples. ## Current Behavior Currently I have both `material-ui@0.19.4` and `material-ui@1.0.0.beta` within the same projec...
0
Kubernetes use kubernetes/pause image to create network container. The problem is that whatever signals the pause container received, it will exit with code 2. Instead, with a normal exit, it should exit with code 0; while it exit with port binding issue, it should exit with code -1.
Jenkins e2es are taking nearly an hour and a half to complete now. Will file with a full list of git hashes that could be causes in just a little bit.
0
# Feature request Add a way to control the versions of babel packages. ## Is your feature request related to a problem? Please describe. Yes. I installed `@babel/preset-env` and passed 7.4.4 options (`core: 3`) to it but it used the old one. It really confused me. (Later I saw in docs it doesn't work indeed) A p...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Bug typechecking should occur in the typescript examples ## Current Behavior typechecking does not occur ## Steps to Reproduce (for bugs) 1. Clone the with-typescript or custom-server-typescript ...
0
Sorry for the crap title, I'm not entirely sure what is going on but I think it's a bug. I also think this is somewhat related to #5449 but am unsure. Library Example: export interface InstanceConstructor<T extends BaseModel> { new(fac: Factory<T>): T; } export class Factory<T...
This error also appears on generics with `this` to the `super` call (which is the real use case). class A { constructor(bar: this) { } foo(bar: this) { } } class B extends A { constructor() { super(this); // Error this.foo(this); // Works ...
1
Extra slashes in the URL change the routing. For example, `/x` and `//x` do not route the same way. Here's a unit test which demonstrates this: https://gist.github.com/robnagler/1a5d0361cc71a6806fc6 If you put a proxy in front of flask, it will normalize the URLs so this isn't an issue. It would seem, however, th...
Here's an example: from flask import Flask app = Flask(__name__) @app.route('/<urlvar>') def hello_world(urlvar): return 'Hello World! ' + repr(urlvar) if __name__ == '__main__': app.run(debug=True) When running: curl http://localhost:5000/...
1
Today, you have two ways to define a list of synonyms: * within the index settings (mapping) which could cause a very big index metadata (so big cluster state - imagine daily indices) * on the file system itself but this is hard to maintain then This feature request is about storing that document within an inde...
I have a dictionary-based analyzer implementation, with the dictionary being loaded from the plugin jar. I want to allow the user to add their words to the dictionary by using a supplementary dictionary. And I want a flexible way of handling this custom list. Using the standard Settings implementation isn't a valid ...
1
### Version * Superset 0.18.5 * npm node v6.10.0 * npm verb npm v5.3.0 ### Problem executing script "./static/assets/js_build.sh" failed ### Log file npm verb type version npm verb stack gulp-sourcemaps: No matching version found for gulp- sourcemaps@1.7.0 npm verb stack at pickManifest (/home/liuxiang...
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 * [ * ] I have checked the issue tracker for ...
1
You can reproduce it with in http://getbootstrap.com/javascript/#modals "Launch Demo Modal". The body displaces 15px when the modal is open. This happens only in Safari ( tested in 6.0.5 ) ![safari- issue](https://camo.githubusercontent.com/56c298e361685ece65b67b3c92795d09c878cd8a534f1e08b7ca15f0c21b19d6/687474707...
When launching the modal component (http://getbootstrap.com/javascript/#modals) the entire content will slightly move to the left on mac OS (haven't tried it on windows yet). With the active modal the scrollbar seem to disappear, while the content width still changes. You can observer the problem on the bootstrap pa...
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When I use the new version 16.3.2 I am getting a lot of error concerning that I set ref="name" for a component that doesn't have an owner. This works fine in 16.3.1 so I am not sure if your code got more stringent or...
I have to implement my project functionality into a responsive theme. So please suggest me a material UI responsive theme compatible with next js. Thanks.
0
it would be cool if we could specify a custom node name. For example the ec2 instance id instead of the hostname which is most likely tied to the ipaddress...
As pointed out by @justinsb, this is often the case on EC2.
1
### Describe the issue: Examples are as follows: `np.arange(0,1.12,0.04) will return `array([0. , 0.04, 0.08, 0.12, 0.16, 0.2 , 0.24, 0.28, 0.32, 0.36, 0.4 , 0.44, 0.48, 0.52, 0.56, 0.6 , 0.64, 0.68, 0.72, 0.76, 0.8 , 0.84, 0.88, 0.92, 0.96, 1. , 1.04, 1.08, 1.12]) but `np.arange(0,1.18,0.04) return `array...
Let me show you the issue directly: ### Reproducing code example: np.arange(2114.8,2114.8+.05,.05) produces array([2114.8 , 2114.85]) np.arange(2114.8,2114.8+1.,1.) produces array([2114.8]) dont understand why they return arrays of different lengths.
1
I've been trying to have two different versions of a library available, in order to check which one to use, but I can't find out how to make this work. I even tried to explicitly separate the handles to the two versions of the library, but then ccall always calls the one which was loaded first (i.e. it ignores the li...
Ref: https://discourse.julialang.org/t/strange-behavior-with-void/2480 Would it be possible to special-case creating a set out of a large vector of Voids? This is admittedly a weird thing to ask, but it looks like it will be significant for some upcoming LightGraphs work. Right now, if I have a large vector of Voids...
0
# Summary of the new feature/enhancement Environment variable length cannot exceed 8196 characters. This limitation should be optional only and the user should be able to switch on/off this limit via some reg edit Key. Thanks. # Proposed technical implementation details (optional)
# Description of the new feature/enhancement Currently I find it hard to find focus, and confusing to pasting text into unfocused terminals, since you cannot change cursor behaviour in unfocused terminals. For example by changing color or opacity (I do not know the feasability of this). # Proposed technical impleme...
0
**Migrated issue, originally created by Marcin Barczyński (@marcinbarczynski)** I would like to aggregate two columns from a single table with `array_agg`. Here is the code showing that mapping types in output rows works fine with psycopg2, but can't be done with SQLAlchemy: from sqlalchemy import cr...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** I think it might be better to just get the array detection to do the right thing from sqlalchemy import * from sqlalchemy.dialects.postgresql import array from sqlalchemy.dialects import postgresql c1 = column('foo...
1
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: >>> import jax.numpy as jnp >>> a = [1, 3, 3, 5] >>> t = jnp.asarray(a, dtype=jnp.bfloat16) >>> import pickle >>> pp = pickle.dump(t, file=open('te...
Jax2tf currently does not support scatter_* in non XLA terms (see docs) I am planning on implementing this as I need it, but first I wanted to check - is it possible, or is there a very solid reason for why it simply isn't expressible in the tensorflow ops? Is this a foolish plan? I want to do it in non-XLA terms ...
0
Some ideas on what to work on during the scipy sprints * finish 2.0 * Altiar * mostly stable * needs mpl rederer * someone who knows both mpl + pandas decently well * scales * unify scale handling and pull out of mpl * domain -> [0, 1] or ints * scaled data -> {color, shape, size...
I noticed an issue related to PolyCollections and all Agg backends. If the linewidth keyword is set to 0, then the entire Polygon patch is not shown, rather than removing only the border line. This happened with MPL release 1.4.1, because 1.4.0 works as expected. I see the same behavior on Python 2.7 and 3.4 from Gen...
0
**Joe Mays** opened **SPR-2414** and commented If I enable debugging and start my app, I get the following NPE... It looks like hashCode() in TransactionAttributeSourceAdvisor.TransactionAttributeSourcePointcut assumes that transactionInterceptor is always non-null... org.springframework.beans.factory.BeanCreatio...
**Chris Lee** opened **SPR-2413** and commented Upgrading from 2.0RC2 to 2.0RC3; aside from a couple of moved classes, everything went smooth, until we turned on DEBUG for org.springframework. This resulting in a NPE: java.lang.NullPointerException at org.springframework.transaction.interceptor.TransactionAttri...
1
Setting atom as git editor on windows 7 works when I dont have an instance of atom running > git config --global core.editor "atom --wait" But when I am editing a file in atom and do a commit, I get below message even though the commit message tmp file opens in a new tab in current atom window. ...
Version 0.118.0 on Windows 7 x64 PS C:\ > atom --wait myfile.txt Immediately terminates, but does continue to open the file. Expected result is to wait until the file is closed in the editor. https://github.com/atom/language-git and http://blog.atom.io/2014/03/13/git-integration.html say t...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Operating System version: win10 * Java version: java8 ### 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.7 * Operating System version: mac * Java version: 1.8 * golang version 1.5.1 ### Steps to ...
0
**System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): RHEL7 3.10.0-862.11.6.el7.x86_64 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:...
**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): Google Deep Learning VM Version: m10 Based on: Debian GNU/Linux 9.5 (stretch) (GNU/Linux 4.9.0-8-amd64 x86_64\n) * Mobile...
0
here are the files INDEX.HTML <title>Bootstrap 101 Template</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <style> ...
1
FEATURE REQUEST: Per destination bandwidth shaping While it's now possible to add a per-pod bandwidth limit with annotations `kubernetes.io/{ingress,egress}-bandwidth` this limit is set on the pod regardless of the trafic's origin/destination. In our use-case we would like to host containers for other companies in ...
Hi. I'm writing this partially because I want to start a discussion and to leave some trails for others potentially affected. I started my journey with Kubernetes just a few days ago. I downloaded the 1.0.6 release (now I know this a only a pre-release and I should've downloaded the 1.0.4 release but this doesn't se...
0
## I am using an older version of Windows 10 (v1809) and cannot upgrade since the upgrades are managed by the company. And would like to see the very needed video utility in older versions of Windows 10. If you'd like to see this feature implemented, add a 👍 reaction to this post.
Please add support for earlier Windows versions, e.g. Win10 v1709, Win7, etc. - the main appeal of using Windows is the universal support for legacy programs. Please don't make PowerToys another exception to this rule.
1
##### System information (version) * OpenCV => 4.0.1 * Operating System / Platform => Ubuntu 16.04 LTS * Compiler => gcc 5.5.0 ##### Detailed description * Related to: opencv_contrib (probably) * Probably it is related to the tests compilation. * See CMakeError log after the CMake configuration info in...
##### System information (version) * OpenCV => ❔ * Operating System / Platform => ❔ * Compiler => ❔ ##### Detailed description ##### Steps to reproduce
0
##### System information (version) * OpenCV => 3.4.0 * Operating System / Platform =>windows 7 * Compiler => vs c/c++ compiler ##### Detailed description Hellow! I am trying to make an interface with a button to load an image. I am writing in C and and i tried to use **cvCreateButton** as described here....
##### System information (version) * OpenCV => :4.1.2: * Operating System / Platform => :Windows 7: * Compiler => ❔(I amusing python) * Openvino => :2019.3: ##### Detailed description While loading pretrained model face-detection-adas-0001 , it thrown an error, I found similar question answer but not wor...
0
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 * I have checked the issue tracker for the same issue and...
0
## Bug Report **Current Behavior** I have this legacy parameter decorator function logProperty(target: any, property: string) { var _val = this[property]; var getter = function () { console.log(`Get: ${property} => ${_val}`); return _val; }; var se...
## Bug Report **Current Behavior** Babel 7 emits code with broken property injection. **Input Code** * Reproducible repo const LogUpdate = () => { return (target: Object, key: string | symbol) => { let val = target[key]; const getter = () => { return val; ...
1
* VSCode Version: 1.0.0-alpha * OS Version: Windows10 Steps to Reproduce: 1. Launch app and open any folder which contains ts project. 2. Click on extension update icon from status bar to get info about extension to be updated. 3. Try to uninstall any previously installed extension by clicking on remove e...
* VSCode Version: 1.1.0 * OS Version: Windows 10 Steps to Reproduce: 1. Open **User Settings** file `settings.json` 2. Suppose you are going to add a new setting 3. Press `ctrl` \+ `space` and scroll to `editor.lineHeight` ![text-overlapping- vscode](https://cloud.githubusercontent.com/assets/3720424/151...
0
We're working on upgrading Next.js from 2.1.1 to 2.3.1 after reading about all the speed optimizations. We're receiving the following warning about the three preloaded scripts that are now included in the head of the page: ![screen shot 2017-05-19 at 4 07 10 pm](https://cloud.githubusercontent.com/assets/2166663/262...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When building my app using `NODE_ENV=production next build`, it should only count the actual pages. ## Current Behavior When building my app using `NODE_ENV=production next build`, it is grabbing any f...
0
Is there a way to toggle babel via comments within code? E.g: // code for babel to transpile... /*babel: disable */ // "MASSIVE" inlined 3rd party library here... /*babel: enable */ // code for babel to transpile...
I'd like to be able to specify compile options in comments, similar to JSHint, JSCS and the Traceur REPL. For example: JSHint comments are in the format: /* exported Harmonic */ /* global __HARMONIC */ /* jshint mocha: true */ JSCS comment directive example: // jscs: disable di...
1
## Bug Report * I would like to work on a fix! **Current Behavior** `_objectWithoutProperties` is being called directly on deeply nested destructured property chains without taking default values into account. This causes `TypeError: Cannot read property 'X' of undefined` errors being thrown in a code that uses...
> Issue originally made by @milankinen ### Bug information * **Babel version:** 6.6.0 * **Node version:** 4.2.0 * **npm version:** 2.14.7 ### Options --presets es2015 ### Description Default parameters seem to be broken in the newest babel 6.6.0 release, at least in arrow functions. If...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-\nlogs/pull/31221/kubernetes-pull-build-test-e2e-gce/56936/\n\nFailed: [k8s.io] InitContainer should invoke init containers on a\nRestartAlways pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134\n Sep 1 04:26:51.696: Couldn't delete ns: \"e2e-tests-init-container-9wyzy\": the server could not find the requested resource\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338\n \n\nHappened on a presubmit run in #31221.\n\n"
The client library has `NewGenericServerResponse` for handling unexpected errors. It's supposed to be invoked in `transformUnstructuredResponseError` which is called from `transformResponse`. That error is supposed to be semantically equal to valid api.StatusErrors returned by the server so that `apierrors.IsNotFound...
1
Installed TF with following command `pip3 install tensorflow`. The installation is successful but gave me this error. `tensorflow 1.10.1 has requirement numpy<=1.14.5,>=1.13.3, but you'll have numpy 1.15.1 which is incompatible.` Do I need to downgrade my numpy version?
I have successfully built tensorflow 1.10.1 from source but when I installed the whl with pip3 it downloaded and installed numpy-1.14.5 and removed numpy-1.15.1. After tensorflow was installed I manually uninstalled numpy-1.14.5 and reinstalled numpy-1.15.1, pip gave a warning that tensorflow-1.10.1 requires numpy <...
1
**Axel Fontaine** opened **SPR-6901** and commented Using the regular task:scheduler element in conjunction with the task:scheduled-tasks element, results, at least with Tomcat, in a server that is unable to shut down. The server hangs after having logged the following statement: Destroying singletons in org.spr...
**Bozhidar Bozhanov** opened **SPR-8607** and commented (This is not an issue for the code or the framework, so this might not be the right place for it, but I don't see where to report it) The issue reporting interfaces has some serious drawbacks: * you can't edit your own bug report. If you mistype something ...
0
var htmlElement:HTMLElement = getElement() // var offsetParent = htmlElement.offsetParent; if(offsetParent instanceof HTMLElement){ htmlElement = offsetParent; // OK! } // alternatively this will cause an error: if(htmlElement.offsetParent instanceof HTMLElement...
This is a proposal for using property access as another form of type guards (see #900) to narrow union types. While we're investigating expanding the power of type guards (#1007) this feature would support the natural style that JavaScript programmers have in their code today. ### Using property access to narrow uni...
1
### Bug report **Bug summary** When an axis is shared with another its registered "xlim_changed" callbacks does not get called when the change is induced by a shared axis (via sharex=). In _base.py the set_xlim for sibling axis are called with emit=False: matplotlib/lib/matplotlib/axes/_base.py: ...
When I saving a SVG figure is slowed down significantly (10-100x) when I use LaTeX, enabled by the following rc-setting: text.usetex : true Note that rendering is somewhat slower, but not much. It is really the saving. I am on macOS 10.12.6 with matplotlib (2.1.0).
0
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.forEach () at commitIndex (chrome- extension://fmkadmap...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
Hi , earlier(a week before) I just used to follow http://www.lindstromhenrik.com/debugging-elasticsearch-in-eclipse/ and I was able to start ElasticsearchF.java and was able to even put a break point. But recently I am not able to do so . It gives a lot of errors like ` java.io.IOException: Resource not found: "or...
This shape is generated from PostGIS using `st_asgeojson(st_makevalid(geom))` to ensure it's a valid geometry. The SRID is 4326. Many other geometries using the same technique are loaded just fine. Here's a gist with the geojson and exception (and the raw geojson). org.elasticsearch.index.mapper.Mappe...
0
### Describe your issue. Currently, applying the `**` operator to a sparse array implements the `numpy.linalg.matrix_power` function. This is not compatible with the `np.array` implementation of `**`, which does element-wise power. This should be fixed as part of the migration from sparse "matrices" to sparse "array...
In #13699, I am implementing the fitting of distributions to censored data. To represent censored data, I created a fairly simple class called `CensoredData`, and updated the `fit` method of the univariate continuous distributions to be able to handle an instance of the class. There have been questions about the API ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Using previous releases of Next.js build time for pages in development mode as been more or less instant (taking at most a second or two to build a page for the first time, with changes being hot reloade...
# Feature request ## Is your feature request related to a problem? Please describe. I'm currently struggling to find a good way to always keep the scroll height when navigating between 2 pages. It would be great to find a document explaining or an example. The component is being unmounted automatically. Which s...
0
playpen pub trait Tr { type A = (); } pub struct S<T, U> { data: T, more_data: U, } impl<T: Tr + Copy> S<T, <T as Tr>::A> { pub fn it_exists(&self) { } } #[test] fn test() { let x = S { data: (), ...
This is mostly spend during the LLVM passes, specifically this breakdown: ===-------------------------------------------------------------------------=== Instruction Selection and Scheduling ===-------------------------------------------------------------------------=== ...
0
Please: * Check for duplicate requests. * Describe your goal, and if possible provide a code snippet with a motivating example. I would like to have a warning that tells me that I should consider increasing the value of `max_squarings` when `expm` outputs nan values. For example `Warning: expm outputs is nan be...
The following code does not work, class Foo: @jax.jit @staticmethod def foo(x): return x * 2 with an error `TypeError: Expected a callable value, got <staticmethod object at 0x7fe007e767f0>`. This is because a `staticmethod` is NOT a `callable`, until Python 3.10. Of course, ...
0
#### Code Sample, a copy-pastable example if possible from io import StringIO import pandas as pd csv = 'Index,Date\n1,2013-01-01 23:00:00\n2,\n3,2013-01-01 23:00:01' df = pd.read_csv(StringIO(csv), index_col=0, parse_dates=[1]) pd.qcut(df["Date"], 2) #### Problem description `qc...
#### Code Sample, a copy-pastable example if possible eemeter sample # Your code here Going to analyze the sample data set Running a meter for ABC NATURAL_GAS_CONSUMPTION_SUPPLIED c:\users\wtran\appdata\local\continuum\anaconda3\lib\site-packages\eemeter\modeling\models\caltrack_daily...
0
Hey there -- I have a plugin (flutter_stetho) that should be used only during development for inspecting Network requests and Databases for Flutter apps. I ask users to use a `main.dart` and `main_dev.dart` so they can instantiate the code only during their dev process, and to include the plugin only in the `dev_dep...
## Use case I'm maintaining a package providing bindings to sqlite via `dart:ffi`. For Android apps, we need to compile sqlite3 as a dynamic library that gets put into the apk. For iOS and non-Flutter Dart apps, we use the sqlite3 library from the system, if available. Since `dart:ffi` is still in an early stage, m...
1
I would like to describe a snippet where at a certain tab stop there is a finite list of possible values. They should show up from the intellisense widget. Alternatively being able to describe that intellisense should popup once you tab into a tab stop would also work for me. @aeschli fyi
* VSCode Version: Version 1.9.0-insider Commit `32222e2` Date 2016-12-16T07:18:07.856Z Shell 1.4.6 Renderer 53.0.2785.143 Node 6.5.0 * OS Version: Ubuntu 14.04 Currently there is no way to specify a simple choices in the templates which makes developers life easy when expanding templates For eg., ...
1
* [√] I have searched the issues of this repository and believe that this is not a duplicate. * [√] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.4.1 * Operating System version: Windows 10 1809 64位专业版 * Java version: 1.8.0.191 * ...
* 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: master分支 * Operating System version: windows * Java version: JDK1.8 ### Steps to reproduce this ...
0
On all pages that have an embedded html editor, there is a bug where, when you put your cursor on a given line and try to edit (add a character, delete a character etc), the modification is applied to the next line instead of the line where the cursor is located. #### Challenge Name https://www.freecodecamp.com/cha...
#### Challenge Name #### Issue Description #### Browser Information * Browser Name, Version: * Operating System: * Mobile, Desktop, or Tablet: #### Your Code #### Screenshot
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.8 * Operating System version: macos * Java version: 1.8 I looked at the source code of Class...
* 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.1 * Operating System version: windows 10 * Java version: 8 ### Steps to reproduce this iss...
0
I feel like this a duplicate issue, but I could not find it. A little ironic I guess. julia> @code_warntype match(r"([M,G])([0-9.])+", "foo") Variables: r::Regex s::ASCIIString Body: begin # regex.jl, line 134: GenSym(2) = box(Int32,checked_trunc_sint(Int32,0))...
I'm using a 32-bit Windows build (MinGW, source pulled 6-Aug-13) on Windows 8. I wanted to try out the new built-in profiler so, following the example in the manual, I defined myfunc.jl as: function myfunc() A = rand(100, 100, 200) max(A) end and ran the following ...
0
When resizing chrome, class `in` does not go away after the navbar is big enough.
Currently this is duped a few times over: #11243, #11301, and #11382—but the issue is described differently everywhere. This should clear things up and help us figure out what to do to fix it. #### Problem Starting with a narrow viewport, one with the collapsed navbar contents, open the menu, then resize to full-wi...
1
I get this error each time I open Visual Code. [c:/Program Files/Microsoft VS Code/resources/app/extensions/csharp-o]: Cannot read file c:/Program Files/Microsoft VS Code/resources/app/extensions/csharp-o/package.json: ENOENT: no such file or directory, open 'c:\Program Files\Microsoft VS Code\resources\app\extensio...
Looking into repository, there is no longer folder named **csharp-o**. ![csharp-o](https://cloud.githubusercontent.com/assets/1594619/11973026/891bfd78-a97c-11e5-9335-8dcc84373dfa.png) I manually deleted the folder and restarted vscode and issue is gone. So, problem looks like installer not removing that file.
1
To create a setup where: * There are multiple worker processes on different servers. * Using multiple threads in each worker process. Then one currently needs to jump through some hoops to setup the `JULIA_NUM_THREADS` environment variable for each worker process. Thus one can't use a simple `addprocs` with som...
I like the environment variable `JULIA_NUM_THREADS`, but it should be overridable with a -t(hreads) choice. If -p works, -t could reasonably do this, too.
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. ### Issue Details * **Electron Version:** * 6.0.5 ### Rejection Email Dear Developer, We identified one or more issues with a recent delivery for your...
* Electron Version: 3.0.0-beta.1 * Operating System (Platform and Version): macOS 10.13 * Last known working Electron version: 2.0 **Expected Behavior** * Clicking a link in a webview should navigate to that page. **Actual behavior** * When I click a link inside a webview, the webview freezes completely...
0
Bitmap too large to be uploaded into a texture I load image in GridView show this Warn
how do solve Bitmap too large to be uploaded into a texture (4208x3120, max=4096x4096) when i open local image
1
I think the following should compile with no error: declare module Backbone { interface RoutesHash { [routePattern: string]: string | {(...urlParts: string[]): void}; } class Events { } class Router extends Events { routes: RoutesHash; } ...
When a property has exactly one type from an `extends` or `implements` clause, we should contextually type that property's initializer by the type from the clause. For example: interface ThingListener { handleEvent: (x: MouseEvent) => void; } class Foo implements ThingListener { ...
1
# Bug report **What is the current behavior?** Modules from internal library (also built with Webpack) is missing all exports and is missing from `__webpack_modules__` when building with `mode: development`. The same code works and the page is loading fine when building with `mode: production` and serving dist. ...
**Do you want to request a _feature_ or report a _bug_?** Report a bug (though i might just need to set a property somewhere - couldn't tell from the docs. I suspect this is related to natively supporting JSON modules now.) **What is the current behavior?** I have a loader which loads a JSON file and outputs JS...
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 an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 4....
* Electron version: 1.6.1 * Operating system: MacOS Sierra 10.12.3 (16D32) ### Expected behavior Async request not block UI ### Actual behavior Async request completely block UI ### How to reproduce navigator.geolocation.getCurrentPosition() call block UI on MacOS. On Windows everything works fine. geoloc...
0
It would be great if TypeScript had support for wrapping generated AMD/commonjs module declarations inside a toplevel "external" module, e.g. tsc -d -m commonjs -mname test src/test.ts --outDir out would result with `out/test.d.ts` containing declare module "test" { // entire...
Sorry if this is a duplicate - I'd imagine someone else has asked the same thing - but the absence of a node-facing require'able API has other tools like tern requiring files within typescript, and these files predictably move and break those tools.
0
The instructions of the waypoint read "Nest one div element with the class well within each of your col-xs-6 div elements." Which I understand it requires something like this: <div class="col-xs-6"> <div class="well"></div> </div> <div class="col-xs-6"> <div class="well"></d...
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
Multi-field is great, but searching with multiple analyzers against only one field is simpler/better. If you have a multi-lingual index, where each document has its source language, you can analyze the text fields using a special analyzer, based on the detected language (maybe even using the `_analyzer.path` functi...
**Describe the feature** : close inactive index(without read or write) for configable time. when it is visited first time, open it.
0
## ❓ Pytorch 1.0.0 compile failure on Ubuntu 16.04 LTS with CUDA 10.1 I want to install `pytorch = 1.0.0` to implement a specific baseline on a compute machine with CUDA version of 10.1, However there seems to be no existing binary compatible with this configuration. So I try to compile the source. ### Command befo...
## 🐛 Bug following steps to build caffe2 on windows per the caffe2 install page build_windows.bat runs for a good while then fails with Microsoft (R) C/C++ Optimizing Compiler Version 19.20.27508.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. **ninja: build stopped: subcommand failed. T...
0
## Steps to Reproduce import 'package:flutter/material.dart'; void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Center( child: Stack( ...
Internal: b/143100923 When a `Stack` contains `MyWidget` inside of a `Positioned`. Stack( overflow: Overflow.visible, children: [ Positioned( top: -50.0, child: MyWidget(), )], ); Since overflow is `Overflow.visible`, `MyWi...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.0 * Operating System version: win7 * Java version: 1.8.0_151 ### 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.2 * Operating System version: linux * Java version: 1.8 ### Steps to reproduce this issue ...
0
TypeScript compiler hangs for me and does not complete compilation within 5 minutes on a 50 KB source file. To reproduce, run on this input file: https://raw.githubusercontent.com/Tachyus/gluon/master/src/Gluon.Client/Gluon.ts Platform: Windows 10 64-bit tsc --version message TS6029: Vers...
This is the same code as what originally prompted #2997 While it isn't crashing because of infinite loops any more, it _has_ become very slow with 1.7. If I pause it in the debugger I see the following stack repeating many times. inferFromTypes [tsc.js] Line 15334 JavaScript inferFromTypes [tsc.j...
1
Enabling configuring per bucket aggregation a threshold for the document counts on the buckets, so only buckets that contain more than `n` (defaults to `1`) documents will be returned. When `n > 1`, this may be only implementable in the reduce phase (because of the distributed nature of Elasticsearch), so there won'...
**Elasticsearch version** : "5.0.0-rc1" **Plugins installed** : [ingest-geoip@5.0.0-rc1, ingest-user-agent@5.0.0-rc1, x-pack@5.0.0-rc1] **JVM version** : OpenJDK "1.8.0_101" **OS version** : Linux 4.4.11-23.53.amzn1.x86_64 **Description of the problem including expected versus actual behavior** : We tried to se...
0
When a type's `__eq__` (or `tp_richcompare` in C) doesn't understand the other type, it should return NotImplemented so that the other type's `__eq__` has a chance to be called. Unfortunately, NumPy's ArrayDesrc doesn't respect that convention and raises TypeError instead, making comparisons fragile: >...
## Summary Make DType objects, their corresponding types, and their string names all compare unequal. ## Historical issue For some reason, `dtype` objects and the numpy types they are based off of compare equal. They don't hash equal of course, which goes against Python's docs that say > The only required propert...
1
While fixing some project for latest rust nightly (porting to new IO) I got an misleading error because I used a `Path` in an enum that was used in a vector as function argument. use std::path::Path; enum SomeEnum { SomeBool(bool), SomePath(Path) } fn some_function...
use std::path::Path; fn f(p: Path) { } produces foo.rs:3:6: 3:7 error: the trait `core::marker::Sized` is not implemented for the type `[u8]` [E0277] foo.rs:3 fn f(p: Path) { } ^ foo.rs:3:6: 3:7 note: `[u8]` does not have a constant size known at compile...
1
When converting the TypeScript lifecycle example to Dart, @adaojunior noticed that the TS & Dart versions generate slightly different events. I'm not sure these differences are significant, but I'm reporting it just in case. I initially interpreted this test as meaning that the Dart UI wasn't updated every time it s...
**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
It might be better in the long term to allow this function to run from anywhere within the deno directory. Something like this would work but depend on there being one parent being named deno: pub fn ts_version() -> String { let mut manifest_dir = PathBuf::from(std::env::var_os("CARGO_MAN...
Hey community, I presume it would be nice to have an option flag to `deno run` to tell that one wants to parse the file as TypeScript even though it doesn't have a `.ts` extension. Consider this CLI shebang executable script, named `hello.ts` and `hello`: #!/usr/bin/env -S deno run let s: st...
0
Kind of related #2073 It seems to me there's a natural correlation between mount and update methods: getInitialState => componentWillReceiveProps (always true) => shouldComponentUpdate componentWillMount => componentWillUpdate componentDidMount => componentDidUpdate In many ...
Describe what you were doing when the bug occurred: 1. Record a 5 second profile in the React Profiler Tab 2. Switch the React root in the dropdown * * * ## Please do not remove the text below this line DevTools version: 4.2.0-a8b8ffb89 Call stack: at n.value (chrome- extension://fmkadmapgofadopljbjfkapdkoie...
0
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a:** [x] bug report **Current behavior** `select: '#my-component'` doesn't work. **Expected behavior** Given `<div id="my-component"></div>` in a template, `select: '#my-component'` should work the same, as the following combinations work: `select: 'my-component'` works fo...
1
For example, our builds include the `-httptest.serve` flag from the `net/http/httptest` package (pulled in through `github.com/stretchr/testify/assert`). Files which should probably be excluded from release binaries (but are currently included): pkg/volume/mock_volume.go pkg/volume/testing.go ...
By default cAdvisor currently gathers stats every 1 second. This is much higher than necessary for most use cases, so we should override the _default_ value to `10 seconds` in the Kubelet. The flag which needs to be modified is: --housekeeping-interval=1s: Interval between container housekeepings ...
0
**Mike Rokitka** opened **SPR-5359** and commented HTML code generated via Spring's form tag library for checkboxes and radiobuttons is generating invalid HTML id attributes (square brackets to represent array). This appears to work fine for the other form input types, but the HTML is incorrect for checkboxes and r...
**Ilya** opened **SPR-5382** and commented org.springframework.web.servlet.tags.form.TagIdGenerator which is used by tags checkboxes and radiobuttons doesn't filter out [] and double-quotes from id attribute. It breaks html and javascript for map-based properties. Can be fixed like this: public stati...
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...
TLDR;: This issue is intended to raise a discussion regarding possible reorganisation of the React Native type definitions. All the following is mainly written for @alloy, however it's open for all for the discussion. ### Intro After spending some time contributing to the React Native definitions I found myself th...
0