text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
### Version 2.7.14 ### Reproduction link stackblitz.com ### Steps to reproduce // Comp.vue defineProps<{ msg: boolean | null }>(); <!-- App.vue --> <template> <Comp :msg="null" /> </template> ### What is expected? No warnings Vue 3: https://sfc.vuejs.org/#__DEV__...
### What problem does this feature solve? Redundant properties (and low cohesion for each) for asynchronous evaluation: 为了异步求值虚设条目(并降低每个功能的内聚性): <template> <div>{{ result1 }} {{ result2 }}</div> </template> <script> export default { props: ["url1", "url2"], data ()...
0
Currently the Configure Task Runner action generates a large task.json file with many different task configurations, that the user has to clean-up eventually, that is, delete the configs that do not apply. Instead of generating one large file we should allow the user to select what kind of task that should be config...
**I have three questions:** * first of all why do I have eight process of VS Code? ![code](https://cloud.githubusercontent.com/assets/5618566/11995879/20900ce8-aa37-11e5-9a59-5042827a6715.png) * then why VS Code is consuming something like 522096KB of memory? Isn't that too much? * and last, if electron al...
0
$ julia10 _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.0.0 (2018-08-08) _/ |\__'_|_|_|...
This one is a bit tricky... (occurs on recent v0.5 builds from master, but not v0.4.6) If you have a specific sort of function containing a recursive call (like the one below), and `n` recursive calls leads to a Stack Overflow, then _sometimes_ making `n-1` recursive calls leads to a Segmentation Fault. An example ...
1
The following code results in corrupt output: (Ubuntu 12.04 LTS, rust master pulled 25th Feb) let arr : ~[&str] = std::os::args()[1].split_str("::").collect(); std::io::println("first " + arr[0]); std::io::println("first again " + arr[0]); $ rustc isolate_issue.rs $ ./isolate_issue "foo...
# Updated bug The compiler allows this code when it shouldn't fn main() { let a = ~""; let b: ~[&str] = a.lines().collect(); drop(a); for s in b.iter() { println!("{}", *s); } } # Original description The following code is buggy: ...
1
I try to load an image with opencv and work further on it with the tensorflow framework. Unfortunately I get a really weird behaviour: The image is loaded without problems using `cc_binary(...)` in Bazel. Changing it to `tf_cc_binary(...)` doesn't stop the code from compilation or running, but opencv can't load any ...
### Environment info Operating System: Ubuntu 14.04. If installed from sources, provide the commit hash: `f952246` ### Steps to reproduce $ python2 -c "import tensorflow; import cv2; print cv2.imread('cat.jpg')" None ### What have you tried? import cv2 before tensorflow works. This problem al...
1
I am trying to compile Rust 0.12 on Debian Sid and it fails at the docs step. Running `make docs` will show the same issue: root@deli:/home/borisov/src/rust-0.12.0 # make docs cfg: build triple x86_64-unknown-linux-gnu cfg: host triples x86_64-unknown-linux-gnu cfg: target triples x86_64-u...
rustdoc: doc/guide.html pandoc: doc/guide.tex /usr/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=markdown --include-before-body=doc/footer.tex --to=latex /home/liigo/rust/rust/src/doc/guide.md --output=doc/guide.tex latex compiler: doc/guide.pdf ...
1
Hello, I'm using axios 0.17.1. When I send a request to my API with axios and that my server returns a 302 status code (redirection), the error.response object is undifined on catch function. The error object I have when a 302 request is send : ![image](https://user- images.githubusercontent.com/22802680/35156888-...
#### Summary Sending a JSON response with status code 302 and some payload from the server (Laravel 5.5) results in `error.response.data` being `undefined` in error handler on IE only (Chrome, Firefox, Safari, Opera do not seem affected, payload data is available as you would expect). `error.response.request.respons...
1
![codefoldbug](https://cloud.githubusercontent.com/assets/1216870/2981716/a271ef08-dc0a-11e3-8a9a-5d5a4f50d1bb.gif) As above - this particular structure causes the following fold to duplicate when unfolded, then throws an error on further folding. Dev console spits out `Uncaught TypeError: Cannot call method 'get...
Every time I go to add a file to Ignored Names the settings page scrolls to the bottom on me and I have to manually scroll back up. ![atom- settings](https://camo.githubusercontent.com/5bb510c5504875986dfc23f0214c798ec97082546925a038e12c61118b8ee1bf/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732...
0
In Electron's repo, there are some kinds of other foreign languages' documents translated by some contributors(Thanks all for them). It's quite nice for the native beginner, but there is an out-of-date issue of them. As the project developed, many new-added features and changes will cause the document updated. Right...
### 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 App crashing after file upload win...
0
## Steps to Reproduce I build a GridView with some Widgets including a Text with very long text which should be stripped. But the Text did not strip, it overflows and shows into the next item. I could strip it down to this: GridView.builder( gridDelegate: SliverGridDelegateWithMaxCrossAxisExtent...
In flutter version beta 0.5.1, my project has been working normally for months. but when I upgrade flutter to beta 0.6.0 or higher,it can't build release apk any more,and debug mode works fine. flutter build apk Initializing gradle... Resolving dependencies... Running 'gradlew assembleRelease'... Dart snap...
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** I have some routes like: const routes = [ { path: "", component: HomeComponent, pathMatch: "full" }, { path: "profile", component: ProfileComponent }, { path: "menu", component: MenuComponent, out...
1
Hi Guys is there a way of passing paramtetr to wt command so Windows Terminal would start with different tab than the default? For example: wt {guid} If not i would like to propose feature request. Thank you.
when ever i click on setting icon it open a .json file in notepad ![Screenshot \(20\)](https://user- images.githubusercontent.com/55340717/65831824-0caeac80-e2db-11e9-9ecc-5a997f09d29f.png)
0
Recently experiencing a ton of crashes which require me to reload the entire editor window when renaming files. I cannot say for sure, but I have a feeling its related to new files. That is, files created after the initial editor window is loaded (again, not 100% on that). #### Steps: 1. Create a new file in the...
I was deleting a file and selected "Move to Trash". Process: Atom Helper [18018] Path: /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/MacOS/Atom Helper Identifier: com.github.atom.helper Version: 0.144.0 (0.144.0) ...
1
This results in a brand new init of a React Native project template failing on `yarn tsc --noEmit -p .` as raised in this issue here: react-native- community/react-native-template-typescript#203 As of right now, the solution is to patch one of the two type libraries to remove the `AbortSignal` and `AbortController` ...
* 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...
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:** * v9...
### 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.x, 12.x, 13.x ### ...
0
**Apache Airflow version** : 1.10.11 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-16T00:04:31Z", GoVersion:"go...
### Description I don't believe backfilling (of data) is not well handled in Airflow at the moment. I believe the current backfill CLI command should have a UI component on the webserver - not the least as many deployments of Airflow doesn't expose a CLI interface to the users - only to admins. I would also like i...
0
1. Go to Settings / Keybindings 2. Right click any option in the table **Atom Version** : 0.199.0 **System** : Microsoft Windows 8.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilen...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
After upgrading to vue 1.0.11 I am still experiencing the same class attribute merging problems as in previous versions. This is a duplicate of #1946.
### What problem does this feature solve? See https://babeljs.io/docs/en/babel-plugin-transform-react-jsx for more details. We can have a better JSX experience. Even we can process all the directives/ref/slot features with vue/jsx functions. Transform original `jsx(...)` input to `vue.h(...)` ### What does the p...
0
## Steps to Reproduce When I debug the app using vscode, the app is trying to launch but it fails so I should run it manually by clicking on launcher icon in my mobile. The app is just the hello world app of flutter. ## Logs [ +70 ms] [D:\Benchmark Creative Labs\Flutter\source\flutter\] git rev-pa...
Today I updated Flutter after 28 days. And then I got below error, not only for one project but app is working(flutter run using cmd). Only on pysical device. What is the meaning? and do I need to worry about this? flutter run Launching lib/main.dart on E2115 in debug mode... Initializing grad...
1
Error:Module 'com.github.bumptech.glide:glide:4.4.0' depends on one or more Android Libraries but is a jar
A problem occurred evaluating project ':glide'. > Could not get unknown property 'sourceSets' for project > ':third_party:disklrucache' of type org.gradle.api.Project.
0
type Boots = 'boots'; let lala = { nowBoots(saying: Boots): void; // works nowCats(saying: 'cats'): void; // doesn't works }
Specialized signatures needing to be compatible with an overload was an artificial requirement due to issues in #943. Now that we've fixed that, we should consider what we're going to do with this rule. Could we remove it wholesale? That would potentially be a breaking change, but it seems like good one. Basically, ...
1
PowerToys 0.20.0 crashed right after connecting Surface Book 2 15" to dock with external monitors. Just after connecting the SB2 to external dock, I tried to move a window to another monitor holding Shift to snap using FancyZones. I believe Windows was still resizing some shell UI elements, and PowerToys just cras...
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
Hello, I want to work on a python implementation od clusterdv as described in this paper but with some modifications on, for instance, the way it is structures and the path valley calculation method. I wanted to open this issue to keep track of the progress and to not have duplicated work.
There seems to be a randomly duplicated alpha from time to time: ====================================================================== FAIL: sklearn.linear_model.tests.test_least_angle.test_lasso_lars_path_length ---------------------------------------------------------------------- Traceb...
0
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Webpack 4.5 cannot be configured to create JavaScript files that both: a) bundle shared modules and b) runs them. **If the current behavior is a bug, please provide the steps to reproduce.** The following markup shows...
_updated with the latest versions (29.06.2017)_ Webpack - 3.0.0 Babel-preset-env - 1.5.2 Node - 8.1.2 OS X - 10.12.5 **Current** Tree shaking is not removing imports, not used in the app. **Expected** Tree shaking, removing not used imports. * * * The test case is a simple app with React & React Router...
0
#### well, my function's input is ndarray-like and it's output is a scaler. The question is I have no method to apply this function on rolling object. from sklearn.decomposition import PCA df = pd.DataFrame({"A": [1, 2, 3, 4, 5, 6, 7, 8], "B": [2, 3, 4, 5, 6, 7, 8, 9]}) def first_vari...
In #11603 (comment) (the main PR implementing the deferred API for rolling / expanding / ewm), we discussed how to specify table-wise `apply`s. `Groupby.apply(f)` feeds the entire group (all columns) to `f`. For backwards- compatibility, `.rolling(n).apply(f)` needed to be column-wise. #11603 (comment) mentions a po...
1
Like we have in the default calculator app, an option to keep the calculator window always on top. Similarly for the other apps by adding an extra button on the left of the window minimize button or somewhere in the title bar. Or by simply giving a custom shortcut key for that. ** Also, it will be better if the wi...
crutkas: Should look at #49 also for additional feature implementation idea And #641 for transparency
1
The weekly build with nightly wheels from numpy and pandas has failed. Check the logs for any updates that need to be made in matplotlib. https://github.com/matplotlib/matplotlib/actions/runs/4900029117
### Bug summary When specifying hatches for `contourf,` the colorbar is drawn correctly for vertical colorbars but not for horizontal ones. The Hatches and colorfill only fill the lower diagonal of the colorbar boxes. ### Code for reproduction import matplotlib.pyplot as plt import numpy as np ...
0
**Cameron Braid** opened **SPR-1741** and commented ${..} property placeholder is now broken in 2-m2, was working on 2-m1 * * * **Affects:** 2.0 M2 **Issue Links:** * #6415 External properties setting fail with abstract beans ( _ **"duplicates"**_ )
**Chris Beams** opened **SPR-8108** and commented cbeams@anakata:~/Work/spring-framework/spring-framework#12721>$ git grep -A5 "<pre>" replace as appropriate with <pre class="code"> to support proper formatting JavaDoc. * * * **Issue Links:** * #14788 Improve presentation of code blocks in Javadoc ( _ **"depen...
0
Hi, I customized the navigation bar variables @ http://twitter.github.com/bootstrap/customize.html on the website but these colours were not picked up. I have spotted that this could possibly be with some variables not present on the page overriding the current variables on the page. For example, the colour set fo...
![qq20130820205109](https://camo.githubusercontent.com/efe591cff9b9c847331facced969dbfc5f236e183c3d1ce0b24d6c6bf9676ad1/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f343233303734392f3939343032342f61323239333964612d303961352d313165332d386131632d3666346438626163383266652e6a7067) I minilized examp...
0
# Bug report ## Describe the bug With Next.js 9.0.7, after production build and deployment of directories and files below listed, the application is unable to start because of the following error : `Couldn't find a `pages` directory. Please create one under the project root`. It works well again after rolling back ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Running `next build` should build my project. ## Current Behavior Build step fails, produces following STDOUT: $ next build The module 'react' was not found. Next.js requires that you...
0
### Version 2.6.7 ### Reproduction link https://codesandbox.io/s/v8n1p04v85 ### Steps to reproduce click the checkbox, the `checked` data changed, while the checked of the checkbox didn't, thus the UI is different from the data. This didn't occurred below vue2.6. ### What is expected? the checkbox update ...
### Version 2.6.6 ### Reproduction link https://jsfiddle.net/s4ub8dnc/3/ ### Steps to reproduce I have a checkbox which needs to get it's checked state from a VueX store, but I also need to be able to determine whether or not shift was being held when the checkbox was clicked. To do this I'm using `@click.preven...
1
...Which works allright, except when you put them on elements which you want to be display:block-inline. This technique destroys this option, forcing you to use floats or positions instead for layout. Why not just rely on set display:none !important when the element needs to be hidden?
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
1
## Bug Report **Current Behavior** A clear and concise description of the behavior. **Input Code** REPL // this gets transpiled properly items.map(({bar, ...rest}) => null); let {bar, ...rest} = x; // this doesn't items.map(([foo, {bar, ...rest}]) => null); let [foo2, {ba...
This looks superficially similar to #7099 but that one is supposedly resolved in Babel 7 but my bug isn’t. Therefore I’m filing a new one. Here is a complete repro: npm i --save @babel/core@7.0.0-beta.37 @babel/plugin-proposal-object-rest-spread@7.0.0-beta.37 Then run in Node shell: co...
1
Hello! When I execute the line in python `import numpy` the following error occurs: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/numpy/core/__init__.py", line 40, in <module> from . import multiarray File "/usr/local/lib/python3.5/dist-packages/n...
This is on installing numpy on raspberry pi 3. I used the Noobs latest version and so using Raspbian stretch. Python was already installed, and I think numpy was already included. At the time, I think that import numpy was working well. I installed openCV and it didn't work for a while as I had not put some necessa...
1
by **michael.jones** : Developer noted presence of JSON marshalling/unmarshalling support in Int but not in Rat.
I would like to propose the addition of a set of functions and supporting data types to support getting / setting terminal window size across platforms. This would also likely require the addition of something like this to x/sys: func GetWindowSize(fd int) (winsize *Winsize, err error) {} func Set...
0
in the 0.18.9 version, the Powertoys ran smoothly. but in the update of 0.19.1, it started not to open. even though I have enabled the Run as Administrator. Most loved feature of the Powertoys is the Powertoys run. Hope yo fix it soon
I think most likely this is a duplicate
0
ERROR: type should be string, got "\n\nhttps://github.com/lightningtgc/material-refresh \n![below](https://cloud.githubusercontent.com/assets/5656924/23193629/ec2ef45c-f8e4-11e6-9214-6e692dec3340.gif)\n\nIt looks pretty nice, but it's not a react component\n\n"
I want to implement a ListView with Pull to Refresh control like Android. But I feel confused about how to trigger the event and how to notify the "ListView" to update. I'm not using Flux. Just react. Is there any "ListView with Pull to Refresh" demo? What is the best for controlling the data and event flow if not u...
1
**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.): fai...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): fi...
0
The google custom search on http://kubernetes.io/v1.1/ gives results for both v1.0 and v1.1, and the 1.0 results are often ranked higher than the 1.1 results. We should either update the custom search config to only crawl the latest version of the docs, or create multiple custom searches so searching from the 1.0 doc...
After changing kubemar-scale to run 2000-node kubemarks (with protobufs), it is failing with errors like these: 14:38:23 [Feature:Performance] should be able to handle 30 pods per node [It] 14:38:23 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/load.go:174 14:38:23 14:38:23 sca...
0
The formatting on a .html file is not working if there is for example a `<template>` tag in it: <template> <require from="valueConverters"></require> <div class="artistView" if.bind="!loading"> <div class="row"> <div class="col-xs-12"> <h3...
* VSCode Version: 1.0.0 * OS Version: OSX 10.11.4 Steps to Reproduce: 1. Try to auto format the following HTML `<template><div>Hello</div><div>World</div></template>` I expect to get something like this `<template>` `____<div>Hello</div>` `____<div>World</div>` `</template>` But it does not work. I...
1
When searching in a directory (via right-clicking on the folder in the left- hand pane), for the string "verify", the message shows "69 results found in 13 files for verify". However, only four files are listed, with the rest of the results not shown. I'm inclined to believe that the text is correct, rather than the ...
![find](https://cloud.githubusercontent.com/assets/64050/3927598/37fd1176-23fd-11e4-99e2-d9a69afc72fd.gif) I'm looking for a word in a project. I know the first result doesn't have what I want. I hide the first result, but there are no more results. I need to scroll to trigger the rest of the results to be fetched, ...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 11.3.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. ### Problem Description IIUC, when using th...
0
Following PR #12001. From what I can gather, there are 3 sets of changes that need to be made to finish off the experimental api support. Deep copies and conversions need to be autogenerated, the client library needs support, as does kubectl. Within the master, we now have types (and their conversions and deep copi...
Hello, I would like to make rolling update by node: 1. Select one node 2. Stop all pods of the RC on this node. 3. Start new pods on this node 4. Select an other node 5. Stop all pods of the RC on this node. 6. ... Questions: * Is this using is OK with Kubernetes philosophy ? * Is there any way t...
0
The following program leaves a hanged goroutine. If a server reloads templates on the fly, this behavior can leads to unbounded number of leaked goroutines. package main import ( "html/template" "time" ) func main() { template.New("foo").Parse("{{.") ...
Here is a nice trick to write an enum-like type's constant values: g% cat x.go package p type T int const ( _ T = iota T1 T2 T3 T4 ) g% This has two properties I wanted: (1) the values start at 1, so the zero value i...
0
While updating some of my code to compile under the new updates to rust- nightly, I caused the compiler to panic. Here is the output of rustc -v: src/lib.rs:420:1: 434:2 error: internal compiler error: impl `VtableImpl(impl_def_id=DefId { krate: 0, node: 2045 }:Items<'a, T>.Iterator, substs=Substs[types=[[_];[];[]],...
### STR Didn't have time to write a shorter snippet #![crate_type = "lib"] #![feature(associated_types, lang_items, unboxed_closures)] #![no_std] use Option::{None, Some}; trait Iterator { type Item; fn next(&mut self) -> Option<Self::Item>; } ...
1
by **Bailey.D.R** : This bug involves a fairly simple usage. There are three parts to this program: 1) A static library (named libhello.a) written in C, exposing function "say_hello". 2) A package in Go (named hello), exposing func "SayHello", which calls into the C library. ...
Overview This proposal would allow bidirectional type conversions between all of the builtin scalar numeric types and the builtin "bool" type. The syntax and grammar of the language already allows these conversions but the current compiler doesn't implement these particular conversions an...
0
This is a bit of a nitpick, but I think this would improve user-friendlyness. Currently `np.asarray([[1, 2], [2, 3, 4]], dtype=np.float)` yields "setting an array element with a sequence." I think it would be more helpful if it yielded something like "Can't create array from lists. Column length %d of column %d do...
Someone using my code reported this error message, and I would have been able to track down the problem more quickly if the message had been more informative, maybe like `ValueError: setting an irregularly shaped array with a non-object dtype` instead of `ValueError: setting an array element with a sequence.` ...
1
The copy/paste toolbar is always positioned above the selection. We should position it below the selection if it is too close to the top of the screen.
## Steps to Reproduce 1. Create a new Flutter project with the incrementer app 2. Verify the test passes when run through `flutter test` 3. Then, `flutter run test/widget_test.dart` (e.g. in the iOS Simulator) Test fails with "The following assertion was thrown running a test: A SemanticsHandle was active at ...
0
I would like to use https://developers.google.com/games/services/android/turnbasedMultiplayer for a Flutter app I am writing. How would I do that with Dart/Flutter? ( I asked on the mailing list, then on gitter, then I asked on stack overflow and there I was told to ask here. ) It seems developers need a guide on...
From the docs: > Apps that rely on the Play Services SDK should always check the device for a > compatible Google Play services APK before accessing Google Play services > features. It is recommended to do this in two places: in the main activity's > onCreate() method, and in its onResume() method. The check in onCr...
1
Using pandas version 0.23.1 and 0.23.2 from conda-forge. import pandas as pd df = pd.DataFrame({'a': [10, 20, 30]}) # with list indexer, iloc works as expected L = [-1, 0, 1] df.iloc[L] assert L == [-1, 0, 1] # with Series indexer, iloc mutates the Series! s = pd.S...
#### Code Sample, a copy-pastable example if possible In [31]: import pandas as pd In [32]: import numpy as np In [33]: a = np.array([1, 2, -1]) In [34]: b = pd.DataFrame([100, 101, 102], index=[1, 2, 3], columns=['col']) In [35]: b.iloc[a] Out[35]: col ...
1
**Symfony version(s) affected** : 4.2.1 **Description** I wrote a simple test to check whether user authorization is working. After entering "php bin / phpunit" gets the error: Filter 'softdeleteable' does not exist. My custom doctrine filters working in dev/prod mode. ![image](https://user- images.githubuserc...
Hi, I am using the Email constraint (Symfony\Component\Validator\Constraints\Email) as part of validating e-mail addresses. Now we had the case of an e-mail address containing a dot right before the @ sign such as: mr.@domain.tld This is a totally valid e-mail address and as such the Email constraint should accept...
0
related #739 Have a look at this example: import pandas as pd import numpy as np from StringIO import StringIO print "Pandas version %s\n\n" % pd.__version__ data1 = """idx,metric 0,2.1 1,2.5 2,3""" data2 = """idx,metric 0,2.7 1,2.2 2,2.8""" ...
When iterating through several dimension columns and doing a groupby function, it often works. However, for certain columns it will not and instead I get an error. The error is: ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). The only thing different abo...
0
--- FAIL: TestTransportHeadChunkedResponse (0.01s) transport_test.go:611: ip/ports differed between head requests: "127.0.0.1:47607" vs "127.0.0.1:47608" FAIL FAIL net/http 12.768s http://build.golang.org/log/5f8b7215370338c03fbb75d43befedcbd95ed2c3 /cc @bradfitz @mikioh
Noticed at http://build.golang.org/log/c4295893036b8f63339f2fdcfa6a7f052edbdfa4 --- FAIL: TestTransportHeadChunkedResponse-4 (0.02s) transport_test.go:611: ip/ports differed between head requests: "127.0.0.1:54643" vs "127.0.0.1:54644" FAIL FAIL net/http 10.889s The test is ...
1
## Steps to Reproduce I installed git and flutter onto my windows 10 computer. I followed the tutorial and entered the command: flutter doctor Then it looks like it tries to update the flutter tool but it fails every time and then tries to update again in an infinite loop of updating and failing. ## Flutter Docto...
I want to do a server side authentication, so I need a refresh token to request an access token on server side. How can I get that?
0
### System Info * `transformers` version: 4.9.1 * Platform: Linux-4.15.0-210-generic-x86_64-with-debian-buster-sid * Python version: 3.7.10 * PyTorch version (GPU?): 1.9.0 (True) * Tensorflow version (GPU?): not installed (NA) * Flax version (CPU?/GPU?/TPU?): not installed (NA) * Jax version: not insta...
`File /usr/local/lib/python3.9/dist- packages/huggingface_hub/utils/_errors.py:259, in hf_raise_for_status(response, endpoint_name) 258 try: \--> 259 response.raise_for_status() 260 except HTTPError as e: File /usr/local/lib/python3.9/dist-packages/requests/models.py:1021, in Response.raise_for_status(self) ...
1
After cloning the repo, and updating my path variable, the instructions says to `flutter doctor` and gives me this error ` Checking Dart SDK version... Downloading Dart SDK from Flutter engine `ead227f`... Start-BitsTransfer : The service cannot be started, either because it is disabled or because it has no ena...
I am facing this error while updating SDK for Dart! C:\Users>flutter doctor Checking Dart SDK version... Downloading Dart SDK 1.25.0-dev.11.0... Start-BitsTransfer : The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Except...
1
**TypeScript Version:** 1.8.6 visual studio extension // A self-contained demonstration of the problem follows... ![gfgfg](https://cloud.githubusercontent.com/assets/7469181/15927007/b6d77ee4-2e5c-11e6-89bd-78472b0e3bd3.PNG) i installed ### Typesript v1.8.6 visual studio extension f...
declare module "fs" { var x: string; } declare module "fs" { var y: number; } Expected: !!! Duplicate identifier ''fs''. !!! Ambient external module declaration cannot be reopened. Actual: no error
0
Hello, I got a bug when formatting a date object with DatePipe. The format is correct but the hours are displayed incorrectly, actually it display with 2 hours less. Ex.: 17/01/2017 14:45:26 is displayed as 17/01/2017 12:45:26 First image is from Ionic 2 app demo ![ionic](https://cloud.githubusercontent.com/asset...
DatePipe of Angular 2.0.0 RC2 doesn't allow to interpret date with timezone like AngularJS 1.5 does (https://docs.angularjs.org/api/ng/filter/date) as the second argument (timezone) Angular 1 template api: {{ date_expression | date : format : timezone}}
1
Been looking at modernizing/formalizing the ThreeJS animation framework to be more similar to Unity/Unreal Engine 4. There is a lot of great code in ThreeJS but there is a bit of missing top level organization of animation structures, rather there is a lot of duplication. Here are the classes I've been studying toda...
##### Description of the problem * Open https://xr-spinosaurus.glitch.me/ using Chrome on an ARCore-enabled device, with "WebXR AR Module" enabled in chrome://flags * Press "VR" button * exit VR session * Press "AR" button The dinosaur is now rendered twice, with an unexpected duplicate second smaller copy ...
0
### Environment * Dubbo version: master branch * Operating System version: maxOS Catalina * Java version: 1.8.0_101 ### Steps to reproduce this issue 1. clone the project , master branch 2. mvn clean package -Dmaven.test.skip=true ### Actual Result Got Error [ERROR] The build could not r...
* 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: windows * Java version: 1.8 ### Steps to reproduce this issue ...
0
SLSQP minimization fails to correctly solve a constrained minimization problem in v1.5.2, which it is able to solve in v1.1.0. Sample code with the problem explanation, followed by outputs with the two scipy versions # Code # # find (Nx1) w that minimizes w'Qw, subject to: # - non-negative e...
In scipy-0.18.0, scipy.sparse.coo_matrix.tocsr() modifies the row, col, and data attributes of the original matrix. This is not the case in scipy-0.17.0. Consider the following example: * * * import numpy as np import scipy.sparse as sp import scipy.sparse.linalg row = [0, 1, 2, 0, 0, 1, 2, 3, 4, 5, 3, 4, 5, 6...
0
Hi all, I'm running Gentoo Linux x86_64. I installed the Julia v0.5.0 Generic Linux binary 64-bit (X86). Calling Julia gives the following error: $ julia fatal: error thrown and no exception handler available. Base.InitError(mod=:LibGit2, error=ErrorException("could not load library "libgit2" ...
Using openSUSE Leap 42.1: 24 hours ago a git pull followed by a `make && make testall` ran fine. This morning I had an error in make: ... patching file tests/online/badssl.c CMake Error: The current CMakeCache.txt directory /home/colin/Downloads/julia6/deps/scratch/libgit2-211e117a0590583a720...
1
I've been using Druid to ingest data from Kafka. The messages in Kafka are thrift-serialized versions of custom records. In order to parse these serialized messages, I've written a custom Druid extension, which extends the ByteBufferInputRowParser class in Druid. This has been working fine. However, one issue I've e...
It would benefit some users if kafka-indexing service supported the capability to let users put multiple druid InputRow inside single kafka record. This allows users to do batching while still using kafka sync producer which allows only one kafka record at a time. I would imagine adding following method to `InputR...
1
In the es6 spec, various DataView functions have an _optional_ littleEndian argument: http://www.ecma-international.org/ecma-262/6.0/#sec- dataview.prototype.getuint32, however the es6 typings included with typescript have these arguments as mandatory: https://github.com/Microsoft/TypeScript/blob/master/bin/lib.es6.d...
Hi there, I upgraded recently to TypeScript 1.5 and I got complains from the compiler because the methods "getInt32", "getFloat32", etc... which take "byteOffset" and "littleEndian" as parameters, have the latest one, "littleEndian", mantadatory. I went throw the documentation about these methods and this parameter,...
1
If you toggle a pop-over from an element, and resize the browser window, the popover is no longer at the side of the element you requested. Is this the desired/ expected default behaviour?
Chrome for Mac. Taken from the docs. Open the popovers. Resize. Boom. ![screen shot 2013-08-14 at 18 25 04](https://camo.githubusercontent.com/5f33627dbe6e5c824fa49762f54ecfab403442cbd35042878c0021f4c5482e9e/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3733313734332f3936333632322f393133653536...
1
Looping through and reading 50k Nodes & their properties using the Java API leaks badly when read-_only mode is set on the source. Below is my code (apologies for being ugly - I've been trying to find this for hours). Un-comment the ".setConfig( GraphDatabaseSettings.read_only, "true" )" to watch it leak. Eclipse MA...
I'm running the neo4j rest server on small ARM systems, as described here: https://github.com/cjdaly/napkin/wiki/Server-on-BeagleBone-black I recently moved from 1.9.x to 2.0M6. Initially I just got things to work by updating my cypher usage to stop using the old ? and ! syntax. Was able to run like this for sever...
0
##### System information (version) * OpenCV => 4.5+ (master) * Operating System / Platform => Mac Catalina (10.15.6) * Compiler => Cmake 3.19, build_framework.py ##### Detailed description OpenCV iOS framework built with Xcode12.1 **(swift5.3)** is not working on Xcode12.2 **(swift5.3.1)** Error message is...
The binary release for iOS is not built for distribution, this causes the new Swift compile (5.3) from XCode 12 unable to import the released binary (which was compiled with Swift 5.1.2) To fix it please refer to the following StackOverflow question. https://stackoverflow.com/questions/58654714/module-compiled-with...
1
What steps will reproduce the problem? Make a package foo. Make a test in foo that imports a package bar. Add a compile error to bar. In your editor, make your build step: go test -i -c foo When this works, you know that your test is ready to run. What is ...
by **rounin.urashima** : What steps will reproduce the problem? 1. hg clone -u release https://code.google.com/p/go 2. cd go/src 3. ./all.bash This gave an issue which I have logged as issue #6952 4. hg pull 5. hg update 6. hg update tip 7. time ./all.bash What is t...
0
When writing a JS string like, `"foo\` `bar"` VS Code will only highlight the first line. This only seems to happen in the latest version, 0.10.5 ![image](https://cloud.githubusercontent.com/assets/1965320/11910479/61aa63e8-a5ac-11e5-9d36-887197a70c00.png)
_From @KevinSCreative on December 30, 2015 18:13_ After the first line, multi-line strings in JavaScript don't get string color. In the following example, only "Hello World" has the string color, and the obj variable declaration is all one color. In the default theme, 'var' is supposed to be blue. I would also expec...
1
Hi, I'm using the experimental-allure-playwright reporter, I can change the location of the "allure-report" folder by command line. However, it seems like the "allure-results" folder is always saved in the main project directory ora by setting it like an environmnet variable before launching the playwright script. Si...
Hi, I'm using allure reporter with playwright, I can change the location of the "allure-results" folder. However, it seems like the "allure-report" folder is always saved in the main project directory and not in the folder I'd like to (the allure-result one). Is there a way to set it as well? Thank you!
1
A clear and concise description of what the bug is. Can not connect to dremio via sqlalchemy_dremio ### Expected results what you expected to happen. Success connection ### Actual results Error what actually happens. #### Screenshots ![image](https://user- images.githubusercontent.com/22811935/79972935-e51...
Test Excel.xlsx Test Data.csv Hi Team, I am very new to Apache superset and trying to learn basic functionality which critical to learn for upcoming opportunity in my project but I am getting below error while using CSV or Excel using a datasource and getting below error : Error : {"errors": [{"message": "can o...
0
Not a major bug, but can be confusing. ## Steps to Reproduce Open https://codelabs.developers.google.com/codelabs/flutter/#4 Scroll down until you see two code listings. The first one starts with the comment: `// Modify the ChatScreen class definition to extend StatefulWidget.` The second one starts with the ...
From an email: "Trying to create an emulator with Android Studio. Your instructions say to use Tools > Android > AVD Manager. But, there is no Android sub-menu in the Tools menu. (Actually, the only way I could get a Tools menu was by creating a vestigial Android project.) The Tools sub-menu items are, 1) Tasks & Con...
0
##### System information (version) * OpenCV: 3.4.5 * Operating System / Platform: Ubuntu 16.04 * Compiler: GCC/G++ & CMake * Cuda: 9.2 ##### Detailed description According to the Official sample by #video_reader.cpp, I have been tried to run this example with the version range OpenCV 3.4.5 to 4.0.1, but al...
Transferred from http://code.opencv.org/issues/3571 || Goncalo Lopes on 2014-02-25 13:52 || Priority: Normal || Affected: None || Category: build/install || Tracker: Feature || Difficulty: || PR: || Platform: None / None ## Automatically generate C interface to repla...
0
This is a feature request. Let's consider a scenario where one trains multiple models and uses them in combination (like it is done in GANs). To simplify the process of saving and restoring variables that are partly shared across the models (Pretraining Model, Training Model, Evaluation Model, Infer Model) one coul...
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Ye...
0
I want to run a background service that can read certain events, process and possibly record the data, and if appropriate create a notification which will launch the main app if pressed. Some examples of the events would be: new Bluetooth device in range, incoming data on a socket, incoming data from a USB device, SM...
Since we have background execution of dart code now, would it be possible to receive data notifications while the app is terminated?
1
Hi, I've tried to install Scikits-Learn both from sources and using easy_install on a Mac OS X 10.6.8 system, however the installation seems to be broken as when I load the sklearn module in Python, the sklearn.cluster and other core modules are not available. When running the test routine, sklearn.test() the test ...
OS - Mac OS X 10.6.8 python -c "import sklearn; sklearn.test()" Running unit tests and doctests for sklearn NumPy version 1.5.1 NumPy is installed in /Library/Frameworks/Python.framework/Versions/7.0/lib/python2.7/site-packages/numpy Python version 2.7.1 |EPD 7.0-2 (32-bit)| (r271:86832...
1
# Environment Windows build number: Windows 10 1903 Windows Terminal version (if applicable): 0.2.1715.0 # Steps to reproduce you can only drag the window when clicking on the window title that is actually colored in Windows 10 color style ([1]marked green) click on the window title ([1]marked red) you cannot ...
# Environment Windows 10.0.18362.175 Terminal version 0.2.1715.0 # Steps to reproduce Just run the application. Happens to all instances. # Expected behavior Can move the window! :) # Actual behavior Every window is locked to it's starting position. Can be resized however. Not sure what ...
1
> ERROR: > /home/fesun/.cache/bazel/_bazel_fesun/c44abb322eef8ca1d3dd1c34fcda8c3a/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: > The `set` constructor for depsets is deprecated and will be removed. Please > use the `depset` constructor instead. You can temporarily enable the > deprecated `set` cons...
This is a possible duplicate of #1727. Posting here as there is no way to re- open or comment on the previous bug. The comments suggests that the updating the driver would most probably fix the issue but its not the case. **Environment info** Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16...
0
Please add a titled panel component to Twitter Bootstrap. Many off-the-shelf themes have these and I find they're useful. To see a sample, go the following link and go to the bottom. http://themes.vivantdesigns.com/xtremeadmin/forms.html The "panel widget" is basically a bootstrap well. What I'm asking for is the...
Would you consider adding a component that is not a well, thumbnail, or modal, but something in between? Especially with Modal dropping the .hide class in v3 I see a great need. For example, take a look here on GitHub at the ReadMe box. It has similarities to a modal in that it has a heading and sits "above" the page...
1
Prior to yesterday's update, VS code coloring in XML files (specifically web.config) had more variation between various tags and values than the screenshot included. ![capture](https://cloud.githubusercontent.com/assets/355561/11273523/b88f74ea-8ea1-11e5-9c5c-9e8eede4c42d.PNG) as a comparison, the syntax highlighti...
![image](https://cloud.githubusercontent.com/assets/900690/11178547/cc7e3a50-8c4d-11e5-8e58-fdaeee133c7f.png)
1
**I'm submitting a ...** [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 **Current behavio...
Say a user wants to add margin around a component: <cool-thing class="extra-margin"> ... But the component itself has need to set a dynamic CSS class to the host element: @Component({ ... host: { '[class]': 'myCustomStyle' } }) class CoolThing { myCustomStyle:...
1
If you hover over an `<a>` with a tooltip within a `.btn-group` the border- radius will be overwritten. Watch the right side of the second button when hovering it: http://jsfiddle.net/gpyPX/
http://jsfiddle.net/JEBdk/5/ tooltip or popover on btn-group. the btn-group is not display correctly! the last btn have not round corners and between the btn's is a space. my suggestion, by generating the tip or popover on the end of document .
1
Trying out styled-jsx-postcss with the plugin postcss-cssnext - when I nest, I get an erro: node.parent.after is not a function * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The nested css should work ## Current Behavior When I save I get this er...
Currently attempting to deploy a next.js to production with dynamic imports (without using `next/dynamic` since we're importing a non-react library), and running into issues with 404s on the dynamically imported chunks. The built folder structure looks like: .next - app.js - BUILD_ID ...
0
in VS2015 (beta and release) when editing a string, if I type an open parenthesis the intellisense function signature pop-up opens. e.g. console.log("hello"); editing in `"hello("` causes `log([message: any)` to be displayed.
Hi, **VS** : 2013 Update 4 RC **TS** : 1.3 ![commarepro](https://cloud.githubusercontent.com/assets/1106823/5028095/ddad465e-6b2e-11e4-9767-210984b40bb3.gif) Also occurs with `(` and `<`
1
I'm looking into customizing an installation of Bootstrap 2 for my color scheme, and the names are virtually worthless. My scheme is light-on-dark, and the default text color variable name is "gray". I can set this to white and it will work, but it's completely counter-intuitive. Variable names shouldn't be names of...
border-radius and box-shadow are already supported by browsers without prefixes. Why do we need to duplicate these styles with -webkit- and -moz- vendor prefixes?
0
I have a package of reusable components that use styled-jsx that I import into my Next.js app (version 2.4.0). The styles of the components in the package do not get rendered on the server and results in a flash of unstyled content on page load. Is there an approach that's taken for cases like this? My only hack h...
A solution for CSS-file-based styling and importing non-js files from webpack in server side rendering. I have made a package that allows us to import non- js files directly in server side code, without prebundling, and works just like `babel-register`. I just want to share it to improve other devs experience with SS...
0
This is illegal construction, but rather than being an error, it creates a traceback. julia> versioninfo() Julia Version 1.6.1 Commit 6aaedecc44 (2021-04-23 05:59 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz WORD_SIZE...
I am working on package BitStructs and encounter a strange error running my benchmarks with julia 1.6.0-RC1. ### Environment: System Ryzen 1700, 16 GB RAM, Windows 10 Pro, version 20H2 Julia 64 bit 1.6.0-rc1 (2021-02-06) Package https://github.com/rryi/BitStructs.jl, commit 50ea2e46b77d098ba61ab65d15e31aa289848...
1
This code compiles: #![feature(associated_types)] pub trait A { type B; fn x() -> Option<Self::B>; } pub fn x<T: A>() -> Option< <T as A>::B> { A::x() } fn main() { } … but remove the space from `< <` on the `pub fn x`, and it fails to pa...
### STR #![feature(associated_types)] trait Trait { type Type; // OK fn method() -> <Self as Trait>::Type; // Can't parse fn method() -> Box<<Self as Trait>::Type>; } fn main() {} ### Output ai.rs:9:23: 9:25 error: expec...
1
[ 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 **Current behavior** Unused components/pi...
**I'm submitting a ...** (check one with "x") [X] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Using reactive forms in 2 modules f...
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:** * ...
* Electron version: 1.7.9 * Operating system: 10.12.6 * Computer: Macbook Air I am currently working on the implementation of the Web Bluetooth selection dialog. The above event returns a huge number of duplicates. I have seen everything between 17 and 107 entries; they seem to grow when I reload the JS code a...
0
## Bug Report ![image](https://user- images.githubusercontent.com/13749042/50773242-4a8e1f80-12cb-11e9-80a0-69724dc263ef.png) **Environment** * Babel version(s): v7.2.2 * Node/npm version: 9.6.0 * OS * How you are using Babel: loader
## Bug Report **Current Behavior** I'm building a library that need to be able to work with JSX with namespaces. According to Babel documentation this should work by setting the throwIfNamespace option. However this does not seem to work. **Input Code** https://github.com/TheKnarf/babel-namespace-test **Expect...
0
Hello, PowerToys Run was working. I didn’t use it because it has not yet entered my usual reflexes. Now that I want to use it actively, it doesn't work. I type Alt + Space and it pulls down the File menu of the active window. I tried with other keyboard shortcuts, but it doesn't work. Do you know this pro...
# Environment Windows build number: [run "ver" at a command prompt] PowerToys version: 0.19 PowerToy module for which you are reporting the bug (if applicable): PT Run # Steps to reproduce Remap key from alt-space to win-space execute shortcut multiple times # Expected behavior don't...
1
#### Code Sample, a copy-pastable example if possible In [2]: mi = pd.MultiIndex.from_product([[0, 1]]*2, names=[('first', 'level'), ('second', 'level')]) In [3]: mi.droplevel(('first', 'level')) --------------------------------------------------------------------------- ValueError ...
#### Code Sample, a copy-pastable example if possible In [2]: mi = pd.MultiIndex.from_product([[0, 1]]*2, names=[('first', 'level'), ('second', 'level')]) In [3]: mi.droplevel(('first', 'level')) --------------------------------------------------------------------------- ValueError ...
1
### Bug report **Bug summary** I cannot import matplotlib.animation (see error message below). Importing matplotlib.pyplot works fine and I can create plots with it after the import. **Code for reproduction** import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as a...
### Bug report **Bug summary** import matplotlib.animation as animation crashes with error on macOS Catalina: OSError: [Errno 86] Bad CPU type in executable: 'convert' **Code for reproduction** import matplotlib.animation as animation **Actual outcome** (python36) d-i184-9-160:~ ali...
1
Hi, I've been using Electron for a few months, but autoupdate started returning an error after `0.33.4`. I've been using the same endpoint hosted by Github. ## Error message 2015-11-18 22:31:12.249 Electron[71075:3518387] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -98...
Minimal repro here: https://gist.github.com/mkscrg/d56227f2b6a3a430a17d `auto-updater` fails immediately after the `update-available` with this error: 2015-11-14 18:45:14.807 Electron[2750:121917] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802) auto-updater error: An...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details Any help would be appreciated, tha...
### 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 Any help would be appreciated, tha...
1
Line 19 | react/docs/tutorial/tutorial.md Links to: http://codepen.io/ericnakagawa/debug/ALxakj/auth
**Do you want to request a _feature_ or report a _bug_?** report a bug **What is the current behavior?** broken link in the first section of https://github.com/facebook/react/blob/master/docs/tutorial/tutorial.md **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal ...
1
Abstract class should not be required to implement all the properties/methods of the interfaces it implements. So the following should be legal: interface A { p; m(); } abstract class B implements A { } class C extends B { get p() {...}; set p(v) {...};...
Some properties in JavaScript are actually read-only, i.e. writes to them either fail silently or cause an exception. These should be modelable in TypeScript. Previous attempts to design this have run into problems. A brief exploration: interface Point { x: number; y: number; } ...
0
Here are the steps I followed to learn node.js and Boostrap 1. Downloaded the bootstrap .zip file from the github $ wget https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip 2. Extract the files $unzip bootstrap-3.0.0-dist.zip 3. Create a directory $ mkdir myapp 4. Cop...
I am new to node.js and Bootstrap. Here is what I have done so far on a Linux setup. 1. $ mkdir myapp 2. $ mv bootstrap myapp/mybootstrap - Moving the downloaded compiled bootstrap to "mybootstrap" folder under "myapp" directory 2.$ emacs app.js app.js looks like below ` var express = require('express'); ...
1
We start to hit some SystemJS-related bugs that were already fixed upstream. Examples: * #3275 * systemjs/builder#271 We should upgrade to the newer builder + loader combo
**I'm submitting a ...** [X] bug report **Current behavior** If I have a sync and a async validation on a formControl the async validation overwrites the sync validation when it comes back even if the value has changed. So if I put in something in a field that passes the sync validation the asy...
0