text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
See Plunker and select its _Launch the preview in a separate window_ in order to see resulting url: * `['/Parent', {}, 'Child']">/Parent', {}, 'Child']` raises runtime error during application start * `['/Parent2', {par:1, w:0, x:1}, 'Child2', {id:2, y:10, z:11}]` produces this url: `#/parent2/1/child2/2;y=10;z=...
_Using the`routerLink` directive as documented here._ <a [routerLink]="['Hub', {}, 'Child']">Hub/Child</a> It results in a SyntaxError: dom_element_schema_registry.ts:43 EXCEPTION: SyntaxError: Unexpected token ) This only happens if the parameter 'object' is left empty. ...
1
##### Issue Type: Bug report ##### Ansible Version: 1.6.6 ##### Environment: OS X 10.9.4 ##### Summary: Duplicate entires in output ##### Steps To Reproduce: Used "when" conditional for variable ##### Expected Results: For ansible to be able to parse and act upon result of testing variable ##### Actual Results:...
The user module uses a list operation (extend) on a set, which causes ansible to crash (stacktrace). I will create a pull request.
0
I use the following command to run my scripts: deno run --watch --allow-net --allow-env --allow-read --unstable ./src/index.ts // index.ts Deno.serve(opts, (req) => { return new Response() }) Whenever I change the code in that file, I will get an error like this: ...
Deno.serve(() => new Response("Hello, world!")); $ deno run --allow-all --unstable --watch test.js Deno.serve(() => new Response("Hello, world!2")); //Save Platform: linux x86_64 Version: 1.25.0 Args: ["deno", "run", "--allow-all", "--unstable", "--w...
1
hi, i discover a question today ![image](https://user- images.githubusercontent.com/12891899/70315431-87082980-1854-11ea-9866-342589663a32.png) ![微信图片_20191206181539](https://user- images.githubusercontent.com/12891899/70315512-b6b73180-1854-11ea-842a-68e785ac14bc.png) Suggestion: You need to add a judgment that ...
### Which version of ShardingSphere did you use? 4.0.0-RC1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? sharding-proxy ### Expected behavior I hope Navicat can connect sharding-proxy ### Actual behavior Navicat connection failed ,report No database selected ### Reason analyze (I...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * synchronize ##### ANSIBLE VERSION 2.3.0.0 ##### CONFIGURATION * ansible.cfg [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=600s control_path = %(directory)s/%%h-%%r pipelining = True ...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME synchronize ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /tmp/ansible-test/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.13 (default, Jan 12 2017, 17:59:37) [GCC 6.3.1 20161221 (Re...
1
## Issue description The error `LINK : fatal error LNK1189: library limit of 65535 objects exceeded` occurred when linking caffe2 using Visual Studio 2015. ## Code example set "VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build" set CMAKE_GENERATOR=Vi...
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. follow the instruction here https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/super_resolution_with_caffe2.ipynb#scrollTo=fUI45vwDNZR6 2. use onnx to convert pytorch to onnx ## Code to execute model = SegNet_Small...
0
Just quite simply, the 20news dataset in sklearn is noisy! Beware just using this dataset out-of-the-box For example, in "test" there are impossibly noisy samples (length of tokens < 5): SHORT text found: [['Not', 'this', 'again'], ['talk.politics.misc']] SHORT text found: [['SUBSCRIBE', 'XPERT...
I found that `feature_selection` based on `f_classif` (i.e. F-test) can break if one feature has a constant value (e.g. all zeros). The best way to test this is to add a column of all zeros to `X` in the example `plot_feature_selection.py`, e.g.: see the column `dummy` below # Some noisy data not corr...
0
#### Code Sample, a copy-pastable example if possible a = pd.DataFrame({ 'ID': [1, 1, 2, 2], 'GENDER': ['male', 'male', 'female', 'female'], }) a.GENDER = a.GENDER.astype('category') a.groupby('ID').last().GENDER Output ID 1 male 2 f...
#### Code Sample, a copy-pastable example if possible # Your code here In [1]: df=pd.DataFrame(dict(payload=[-1,-2,-1,-2], col=pd.Categorical(["foo", "bar", "bar", "qux"], ordered=True)));df Out[1]: col payload 0 foo -1 1 bar -2 2 ...
1
Challenge update-the-height-of-an-element-dynamically has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. One key bug I am noticing ...
Challenge http://freecodecamp.com/challenges/waypoint-use-clockwise-notation- to-specify-the-margin-of-an-element has an issue. Just thought the instructions at the end would benefit from being a bit more specific to prevent the camper having to look at the tests. Something like: "Use Clockwise Notation to give the...
0
### Current Behavior: When using `npm version from-git`, the command should not fail. ### Expected Behavior: The command fails, because it tries to create a git tag (which already exists) ### Steps To Reproduce: npm i -g npm@7 mkdir foo && cd foo git init . npm init -y git add packa...
I have found many and many issues related to this breaking change: #4589 #4095 #3773 #3110 Giving that there is no workaround to this except changing the directory permissions before running a command (that looks awful) could someone consider adding a flag to npm command or/and npm config that allows to overr...
0
Hello, when `import tensorflow` it will output some info which is boring to me , how to disable this dispaly without compile again? set CUDA_VISIBLE_DEVICES seems no work. In [1]: import tensorflow as tf; I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.s...
I am using TF 0.6.0 with python 2.7.10 on both ubuntu linux and osx 10.9.5. TF base functionality is working fine. The issue is logging - I want to suppress the following messages that are emitted whenever I construct the first tensorflow Session: I tensorflow/core/common_runtime/local_device.cc:40] Local device int...
1
Hi, I am a student and I can not install and use Atom since I do not have root access on any school computer. Is there a way to download directly a binary like Sublime Text? This could be also useful for anyone that would like Atom on a thumb drive. May be this join #2939
I don’t really stick to one computer to program, and some computers don’t have editors. Currently I use Sublime Text portable, but it would be great if there was a portable version of Atom.
1
* VSCode Version:1.2 * OS Version:win10 10240 Steps to Reproduce: 1. ctrl+` 2. terminal doesn't have scrollbar (not working on my laptop except mouse scroll)
* VSCode Version: 0.10.11 * OS Version: Win 7 , SP 1 Steps to Reproduce: Assume you have a document with the following lines: // 1 // 2 // 3 1. Open search window (ctrl+f) and activate search with regex ( alt+R) 2. type in search box : //\s1 Expected Result : One match 3. add \n or \r to the end...
0
Shouldn't below code give me red squiggles on the duplicate overloaded signature? function f(a: string, b: number): boolean; function f(a: string, b: number): boolean; function f(a: string, b?: string | number, c?: string): boolean { return true; }
interface A { a(); a(); a(); } Expected: file.ts(2,5): error TSxxxx: Duplicate overload signature for 'a'. file.ts(3,5): error TSxxxx: Duplicate overload signature for 'a'. file.ts(4,5): error TSxxxx: Duplicate overload signat...
1
According to https://firebase.google.com/docs/auth/admin/custom- claims#propagate_custom_claims_to_the_client one can update the claims locally by calling `currentUser.getIdToken(true)`. In flutter I guess one should be able to do the same with: final user = await FirebaseAuth.instance.currentUser(); ...
Hi community, I don't know if it's the right place to ask this. I use firebase for authenticating my users and I really need access to custom claims to have different behaviors in my applications based on some informations inside the custom claims. The doc https://firebase.google.com/docs/auth/admin/custom-claims p...
1
I'm hoping to utilize the storageState functionality discussed here: https://playwright.dev/docs/auth#session-storage I want to log in once, store the state in a json file, and then use it for all subsequent tests in a spec. The problem is that the login credentials json / state info is only valid in our applicatio...
Do you support any version of Internet Explorer?
0
From @ahes on 2016-11-08T16:10:24Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME apt ##### ANSIBLE VERSION ansible 2.2.0.0 ##### CONFIGURATION Default ##### OS / ENVIRONMENT Debian Jessie 64 GNU/Linux ##### SUMMARY When installing packages and using update_cache option apt module...
So I have some playbooks here: https://github.com/jsmartin/ansible- examples/tree/riak/riak As you will see, notifies for 10.42.0.6 seem to be ocurring twice. ansible-playbook -u vagrant site.yml -i ~/work/vms/ansible-riak/hosts -k SSH password: PLAY [riak_cluster] *********************...
0
I'm using the Atom for Windows Alpha from the Atom website (not Chocolatey), version 0.136.0 (as viewed in the Help menu and with `--version` in the command line, the `version` file in the Atom folder says v0.17.1; it was downloaded around 12:30AM US Eastern on October 14, 2014 if that helps) on Windows 8.1. I set `t...
This is more of a discussion than a concrete list of actionable items. Since Atom's launch, I've started to notice more things seeking my attention in an increasingly aggressive manner. They seem small in isolation, but when you add them up and make them recurring, Atom can begin to nag you. Below is the most recent...
0
### Which version of ShardingSphere did you use? sharding-jdbc-4.0.0-RC4-SNAPSHOT ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc ### Expected behavior `insert into user_info (cust_id, unique_id, name, ident, mobile, password, reg_time, modify_time, reg_source, reg_app_channel, reg_...
### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: 'now()' for column 'UPDATE_TIME' at row 1 ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: insert into ts_anshitianxia_node_data(ID,...
0
this article suggests that React Router was being consider around version 5. https://react-etc.net/entry/next-js-to-adopt-react-router is Next supporting the React Router in version 9? thanks
Is it possible to use next.js with the new react router v4?
1
I ran into this error when running `python .\tools\test.py` E:\Workspace\Github\deno\out\debug\deno.exe E:\Workspace\Github\deno\tests\003_relative_import.ts --reload E:\Workspace\Github\deno\out\debug\deno.exe E:\Workspace\Github\deno\tests\004_set_timeout.ts --reload E:\Workspace\Github\deno\...
There is some problem on Windows WRT to module resolution and the `$DENO_DIR` environmental variable. I've seen it in #1356 and denoland/deno_std#37 2018-12-20T21:08:48.3095557Z C:\Users\VssAdministrator\.deno\bin\deno.exe test.ts --allow-run --allow-net 2018-12-20T21:08:48.3724814Z ##[command]"C...
1
GradientBoostingClassifier does not work correctly, when the BasePredictor (init) is set to something like linear_model.LogisticRegression(). I thinks the source of the error is in in BaseGradientBoosting.fit() where # init predictions y_pred = self.init_.predict(X) y_pred should be initialized by class probabi...
here is a tiny script which reproduces the crash. from sklearn.datasets import load_iris from sklearn import ensemble from sklearn.cross_validation import train_test_split iris = load_iris() X, y = iris.data, iris.target X, y = X[y < 2], y[y < 2] # make it binary X_tr...
1
Currently, if a static_argnums or static_argname doesn't exist for the function, nothing happens This can be an issue if a function is updated but the jax.jit not being updated import jax import functools @functools.partial(jax.jit, static_argnames=('b', 'd')) def f(a, b, c): ...
Hi There, I've just done an install of jax on a fresh install of Ubuntu 18.04 LTS --- as vanilla as possible. I followed the installation instructions for CPU+GPU support. When I try to import jax in python I get the following: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Pyt...
0
http://www.material-ui.com/#/components/table Is there any way to add on the sorting function in tables in material design way?
I would like there to be sortable columns for the data table similar to those shown in google material design: http://www.google.com/design/spec/components/data-tables.html#data-tables- interaction
1
I tried this code: struct ostage<'a> { nodes: Vec<Node<'a>> } impl<'a> ostage<'a> { fn append_nodes(&self, Vec<Node>) { self.nodes.append(&mut new_nodes); } } (definition of `Node` ommitted, the bug already occurs in this short snippet) I e...
rustc 1.0.0-dev (f0f7ca27d 2015-02-23) (built 2015-02-23) building application Compiling android_glue v0.0.1 (file:///mnt/host/kmcg3413.net/FireRoute/android-clui) /mnt/host/kmcg3413.net/FireRoute/apk-builder/glue/src/lowglue/mod.rs:39:25: 39:28 error: internal compiler erro...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** v12.0.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:** * 11...
1
julia> using LinearAlgebra julia> @which Matrix(Diagonal(rand(3))) (::Type{Array{T,2} where T})(D::Diagonal) in LinearAlgebra at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/LinearAlgebra/src/diagonal.jl:56 julia> versioninfo() Julia Version 0.7.0-be...
Seems to be two, possibly disjoint problems observed here: 1. "repeated 387 more times" and the immediately subsequent "repeated 166 more times" are precisely the same stacktrace 2. the interpreter duplicates `f28442` on the callstack $ ./julia --compile=min -q julia> begin f284...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * I have checked the celery issues 3932 kombu issue 931 for similar or identical bug reports. * I have included all related issues and possible duplicate issues in this issue (If there are none, check this box a...
# Checklist * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was alrea...
0
The `eigen` / `eigen!` functions of the `LinearAlgebra` package fail with the `Adjoint` and `Transposed` types. Given a square matrix `A` (e.g. a `10×10 Array{Float64,2}`), both the following statements fail: `E = eigen(A')` `E = eigen(transpose(A))` with errors `ERROR: MethodError: no method matching eigen(...
I use Julia (official distribution) on macOS. Recently I set Terminal.app to start a non-default shell (see screenshot below). Now double-clicking Julia.app no longer starts Julia correctly. It just opens a terminal window. Julia.app seems to use the following AppleScript to launch julia in a new Terminal.app windo...
0
* Electron Version: 1.8.7/2.0.0 * Operating System (Platform and Version): Windows 10 * Last known working Electron version: Don't know **Expected Behavior** Keep the webview available to interact. **Actual behavior** Every time the webview execute `window.close()`, it's crashing the webview itself. **To...
* Output of `node_modules/.bin/electron --version`: 3.0.0 * Operating System (Platform and Version): macOS Sierra 10.12.6 * Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable): 3.0.0-beta.1 **Expected Behavior** creating a new browserWindow with titleBarSty...
0
##### TLDR If you render to a `CubeCamera` and * have `renderer.outputEncoding != renderTarget.texture.encoding`, at each render, for each material a `.acuireProgram()` will be called, which is slow. (Example) (covered by #19056) * have light-based materials, at each render for each material a new `.initMateri...
##### Description of the problem Hi there, I'm working on an application that renders the same scene twice in a single frame, once without post processing and once using EffectsComposer. The use case is basically an editor with a thumbnail preview of the scene with postfx. This seems to trigger a shader recompilat...
1
Hello, I was working on a personal project, and I could not figure out why my expressions were not getting rebound in my views after new data. I was not getting any compile or console errors. Eventually I found out that I was not linking to angular2-polyfills in my index.html. I know that the quickstart tutorial te...
Currently, the application will bootstrap, and the first digest will run successfully. But after that the application will stop reacting to changes, which is extremely confusing.
1
How would you suggest I extend THREE.BinaryLoader? I'd like to augment it by adding support for morph targets after the current loading code. Would it be possible to add createBinModel() and parseMetaData() to THREE.BinaryLoader (and change the call from THREE.BinaryLoader.prototype.createBinModel( xhr.response, cal...
`BufferGeometry.fromDirectGeometry` will import indices from `DirectGeometry` if they exist, and `BufferGeometry.fromGeometry` passes through `DirectGeometry.fromGeometry` first (as of r72 dev). But the indices get lost in the middle because `DirectGeometry.fromGeometry` does not create indices from faces in `THREE.G...
0
Qhull apparently has limits on how many input points it can handle. Scipy should check that before trying to use it for too big problems. http://mail.scipy.org/pipermail/scipy-dev/2015-June/020820.html
As discussed with @rgommers based on my `ConvexHull` stress tests for the maximum number of input points tolerated, it would perhaps be useful for `ConvexHull` to capture inputs over the maximum handled size & fail gracefully rather than segfaulting. So, this issue is mostly a reminder / place to discuss possible wa...
1
Ubuntu 14.04 commit used: `a154b6a` Simply changed num_gpus to 2. I have 2 GPUs. A 1060 and 970. Shows this error: `ValueError: Variable tower_1/tower_1/conv1/weight_loss/avg/biased does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?`
### Environment info Operating System: Ubuntu Installed version of CUDA and cuDNN: 8.0 and 5 1. The commit hash (`git rev-parse HEAD`): `3d41cf7` 2. The output of `bazel version`: Build label: 0.3.2 Build target: bazel-out/local- fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_d...
1
Initial window height is off by titlebar height. This got regressed by #3394 in: terminal/src/cascadia/WindowsTerminal/AppHost.cpp Lines 197 to 210 in 357e835 | RECT islandFrame = {}; ---|--- | bool succeeded = AdjustWindowRectExForDpi(&islandFrame, WS_OVERLAPPEDWINDOW, false, 0, dpix); | // If we failed ...
# Environment Windows build number: 10.0.18362.239 Windows Terminal version (if applicable): 0.3.2171.0 # Steps to reproduce * Open Windows Terminal (Preview) * The default Powershell tab opens, with the title "c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe" * click the **+** button to open a ne...
0
##### Description of the problem I am trying to render a scene into another scene using **WebGLRenderTarget** in VR mode. I created two scenes - `mainScene` and `bufferScene`. I draw a red cube in `bufferScene`, then render the `bufferScene` to the texture `bufferTexture` using **WebGLRenderTarget** . `bufferTexture...
##### Description of the problem Similar to the addition of renderer.setFramebuffer which fixes this issue specifically for shadow maps, the issue also applies to any WebGLRenderTarget usage. I have some ideas how to fix this, no stripped down test case yet. ##### Three.js version * Dev * r99 * ...
1
The docs don't have an entry for `A_ldiv_B!`, but it has (in version 0.4.0-rc3) 37 methods. Adding a short entry to the docs specifying the order of the arguments would be very helpful.
Documentation for `A_ldiv_B!` and company is missing. Is it correct that it does in-place replacement of `A` by `A / B` ? If so, I'll add docs for these functions.
1
**Context:** * Playwright Version: 1.16.0 * Operating System: Windows * Node.js version: 14.6.1 * Browser: Chrome * Extra: WebStorm IDE **Code Snippet** **\-----Used Method-----** await expect(waitingMask).toHaveCount(0, {timeout: 40000}); **\-----Test file-----** import ...
**Context:** * GOOD Playwright Version: 1.15 * BAD Playwright Version: 1.16 **Code Snippet** import { test, expect } from '@playwright/test'; test('should display zero initial items', async ({ page }) => { await page.goto('https://todomvc.com/examples/vanilla-es6/'); await e...
1
**Elasticsearch version** : 2.3.2 **JVM version** : openjdk-7-jre-headless:amd64 7u101-2.6.6-1~deb8u1 **OS version** : Debian 8 64bit **Description of the problem including expected versus actual behaviour** : The number of file descriptors set by the Debian systemd service file mismatches Elasticsearches' star...
Using a dateHistogram query with `pre_zone` adjustment together with `pre_zone_adjust_large_interval = true` and `min_doc_count = 0` leads to an infinite loop and consequently OutOfMemory error. We have observed this in v1.0.2 and verified that the same issue is still in v1.3.1. To verify this, we used the `DateHis...
0
### Steps to reproduce 1. Load the model in the asset folder from here: http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz rather than here: https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip This step loads the model which is used in image_retrain, label_i...
I could not find the documentation for tensorflow::ops::Const starting from the C++ API documentation. I figured out it is declared in ops/const_op.h, but there is no link from the main C++ docs: https://www.tensorflow.org/api_docs/cc/ A search returns this, but it looks orphaned: https://www.tensorflow.org/api_...
0
Hi all, am seeing this with `1.14.5`, will try to investigate but hoped for some pointers. NOTE :: This could be down to some of the local patches we apply. I will try to remove those next and close if that fixes this! ====================================================================== FAIL: num...
Reminder/issue to keep track of the fact that we need to fix the float128 dragon4 code for IBM's "double-double" float format on ppc. I'm working on it, should be done soon.
1
## 🐛 Bug Build 1.0 from source (tried today) has failed on CPU-only macOS. Looks like a linker error, but perhaps something else. Please help! ## To Reproduce Steps to reproduce the behavior: Three commands on command line. git clone --recursive https://github.com/pytorch/pytorch cd pytorch ...
For advanced indexing with the duplicate indexes, it is expected that the last one should win, e.g. with the input 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 `indexer = [slice(None, None, None), [0, 1, 1, 2, 2]]` and val 16 12 0 ...
0
## 🐛 Bug PyTorch programs that use autograd crash on exit with Python 3.9.0a6. The underlying cause is the same as #38228, but changes to the implementation of `PyEval_RestoreThread` means this happens much more frequently in Python 3.9.0a6 than with previous Python versions. In previous Python releases, threads t...
## 🐛 Bug A simple code segfaults in nightly builds with python 3.9 but works with python 3.8 ## To Reproduce Content of `Dockerfile`: FROM python:3.9-slim-buster # works with 3.8 USER root WORKDIR /root RUN apt-get update && apt-get install git build-essential --yes RUN python3 ...
1
rust-casefold used to pass its tests every night on Travis-CI, until a few nightlies ago. In rustc 1.0.0-nightly (`522d09d` 2015-02-19) (built 2015-02-21), it now causes an ICE: % RUST_BACKTRACE=1 cargo build --verbose Fresh regex v0.1.15 Compiling caseless v0.0.1 (file:///home/simon/...
I got this compiling a fairly large app: error: internal compiler error: unexpected panic note: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html note: run with `RUST_BACKTRACE=1` for a backtrace ...
1
## Bug Report **Current behavior** * REPL, Codesandbox, or GitHub Repo helps! **Input Code** const some_func = ({arg1, arg2, arg3}: {arg1: string, arg2: string, arg3: string}): string => { // bruh } **Expected behavior** Can be converted parsed and compiled **Babel Configuration (babe...
![image](https://user- images.githubusercontent.com/14299682/114135370-c6ea8f80-9926-11eb-8215-cac95178b480.png)
0
I am not sure if it's a bug or I am doing something wrong (prob the latter). I am trying to manually instantiate a component named TodoService. everything is great on the first 2 steps var myProvider = new Provider(TodosService, { useFactory: (todoAction, http, todoStatsModel, appSt...
In the task 'modules/build.dart/pubspec' we do copy the pubspec to the build folder and launch `pub get` when the pubspec is modified. It might happen that a pubspec depends on a pubspec that has not been copied yet, see https://travis-ci.org/angular/angular/builds/39469889#L227. Here, benchmark depends on facade bu...
0
**Description** Host the helm chart in `/chart` directory on artifacthub or any helm registry. **Use case / motivation** I want to be able to install this helm chart from a helm repository instead of having to maintain a private repo that I manually sync with the upstream. **Are you willing to submit a PR?** I ...
**Description** @mik-laj Hi 👋 I was just coming to this repo to see if you're interested in help getting the Helm chart repo set up to replace the chart in `stable`. Stable repo is nearing the end of it's deprecation period, and I'm glad to see a version of the Airflow chart is already here. See https://github.co...
1
Challenge http://beta.freecodecamp.com/challenges/bonfire-sorted-union has an issue. Please describe how to reproduce it, and include links to screenshots if possible. After solving Sorted Union, I clicked the option to go to the next challenge from the green success pop-up. This error was displayed. ![screen shot ...
It won't go to the next excercise after you done It right. It gives You a 404: We couldn't find a challenge with the name `undefined` Please double check the name.message
1
The following: `${foo}` transpiles to: "" + foo; However, concatenating to an empty string actually calls `valueOf`, not `toString`, and as such is not correct. See the following JS: var x = { toString: function () { return NaN; }, valueOf: function () { return Infinity;...
Say I have the object, let x = { toString() { return 'String' }, valueOf() { return 4; } }; `${x}`; Expected result: 'String' Actual result: '4' We should be calling `String(x)` for all the variables.
1
I tried to load RAG according to the documentation. `retriever = RagRetriever.from_pretrained("facebook/rag-token-base", index_name="exact", use_dummy_dataset=True)` The above line gave the following error. **/python3.6/site-packages/transformers/retrieval_rag.py", line 220, in init self.dataset = load_dataset( ...
## Environment info * `transformers` version: 3.3.1 * Platform: Linux-4.19.112+-x86_64-with-Ubuntu-18.04-bionic * Python version: 3.6.9 * PyTorch version (GPU?): 1.6.0+cu101 (True) * Tensorflow version (GPU?): 2.3.0 (True) * Using GPU in script?: Yes * Using distributed or parallel set-up in script?: N...
1
I just found window's size will be wrong when setup `use-content-size` with `x` and `y` together. When I write: var mainWindow = new BrowserWindow( { title: "Fireball-x", width: 800, height: 600, 'use-content-size': true, // x: 10, ...
Not critical since one can set 'show: false' in the constructor and set the position later on before showing the BrowserWindow, but a bug nonetheless.
1
When trying to spawn several thousand tasks on OS X 10.9.4 I get this error (duplicate a few dozen times at once): task '<unnamed>' failed at 'could not initialize task_rng: couldn't open file (Too many open files; path=/dev/urandom; mode=open; access=read)', /opt/local/var/macports/build/_opt_mports_d...
This is an unnecessary corner of the language, the only remaining use of the `check` keyword. I know I have misexplained the difference between `alt` and `alt check` before. `alt check` is a bit of an anti-pattern because it: * Indicates that enums aren't factored correctly. With case classes we should have more ...
0
I have following structure └───src ├───external │ └───lib └───App ├───Class `src/external/lib/` contains 2 files, `lib.js` and `lib.d.ts`. In `src/App/Class/Class.ts` I am importing `../../external/lib/lib` and it works fine, but generates following structu...
Copied from CodePlex#1369 The current ES6 and TypeScript syntax for classes makes it difficult to perform any meaningful modifications to a function that is a member of a class without extreme effort. Libraries such as ember.js added additional properties to the Function prototype to augment the function with additi...
0
http://play.golang.org/p/kSqOMI9a_6 Expected output: prog.go:4: s declared and not used But the compiler is silent. This is an implementation restriction, and a compiler may be free to restrict or not. That said, given the specification of the restriction, this is ...
by **vincent@callanan.ie** : This is a feature request to pre-empt a common programming bug. It is quite easy to inadvertently use the shorthand assignment operator (:=) inside a function to assign to a global variable. This creates a separate local variable with the same name and, in ...
0
## Steps to Reproduce 1. .Download and install the new beta branch of flutter 2. Try to run a new flutter application. ## Logs ![error](https://user- images.githubusercontent.com/26831659/47947627-22d6b000-df46-11e8-9b9c-358d0fa7de37.png)
flutter doctor -v [✓] Flutter (Channel dev, v0.8.2, on Mac OS X 10.14 18A384a, locale en-US) • Flutter version 0.8.2 at /Volumes/Persistence/Library/Google/flutter • Framework revision 5ab9e70727 (5 days ago), 2018-09-07 12:33:05 -0700 • Engine revision 58a1894a1c • Dart...
0
### Bug report **Bug summary** Code that used to work flawlessly for replacing tick locations and labels on a log axis now seems to merely add to the default labels, so both now appear in the plot. **Code for reproduction** from matplotlib import pyplot as plt # set the axis limits xmin...
### Bug report When setting a scatter plot's y axis to log-scale in matplotlib 2.0.0, it is _data dependent_ as to whether y tick labels can be removed or not. **Code for reproduction** import matplotlib as mpl import matplotlib.pyplot as plt import numpy as np # create fake data ...
1
This may only end up applying on Android, since iOS doesn't really have dropdown pickers: https://developer.apple.com/ios/human-interface-guidelines/ui- controls/pickers/ ![picker_keyboard mov](https://cloud.githubusercontent.com/assets/11857803/23090795/730d01ea-f55b-11e6-8852-2dc4a21d8c90.gif)
## Steps to Reproduce 1. Have a column, fill it with some form fields, in the bottom put a textfield and after that a dropdown. 2. Tap on textfield comes before dropdown and then keyboard shows up, scroll below and tap on dropdown and see the menu items floating up in the air. **Expected results:** I would li...
1
I used material-ui@next as server side render and do all things as the documents. But my console says Warning: Failed child context type: Invalid child context `64a55d578f856d258dc345b094a2a2b3` of type `Jss` supplied to `JssProvider`, expected instance of `Jss`. in JssProvider (at server.js:27...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The Popover doesn't overflow the `anchorEl` parent window when being positioned. ## Current Behavior `Popover.getPositioningStyle` contains logic to position the popover relative to the `anchorEl` prop...
0
The compiler API does compile the source code and emits a sourcemap, but the filenames in the emit map are not correct. This example shows a basic discrepancy: const [diag, emit] = await Deno.compile("https://deno.land/std@0.64.0/examples/welcome.ts"); console.log(Object.keys(emit)); /* ...
![Screenshot \(141\)](https://user- images.githubusercontent.com/69170106/236354909-b46917ed-298a-4792-90b1-8faa254a8ed3.png) ### Chrome devtools ![Screenshot \(142\)](https://user- images.githubusercontent.com/69170106/236355267-3f89d7e8-0bdb-4f9b-bb19-76c94868b628.png) ### Reproduction const respo...
0
While deleting duplicate relationships after a while the heap got exhausted. Action executed: call apoc.periodic.commit("match (a)-[r]-(b) with a,b, TAIL(collect(r)) as rr where length(rr)>0 foreach (r in rr | delete r)",{limit:10000}); ![image](https://cloud.githubusercontent.com/assets/1593474/23226052/3f...
I found a discrepancy when running two semantically equivalent queries against an empty database: * * * 1: CREATE ({x:0})<-[y:A]-() CREATE ({x:endNode(y).x}) - RETURN COUNT { ({x:0}) } AS n Produces: ╒═══╕ │"n"│ ╞═══╡ │1 │ └───┘ * * * 2: ...
0
Palette and PaletteOptions ts defintions (probably others) are not in sync with the changes made on #9794 * I have searched the issues of this repository and believe that this is not a duplicate. ## Your Environment Tech | Version ---|--- Material-UI | latest beta React | 16 browser | Chrome 63 etc | T...
Visit http://www.material-ui.com/#/components/flat-button Scroll down to bottom of the page. The content seem to be broken.
0
> Issue originally reported by @danez in babel/babylon#78 According to the spec when defining multiple variables with the same name, the parser should throw and SyntaxError when using `let` or `const`: `let foo, foo;` or `let foo; let foo;` From 13.2.1.1: > It is a Syntax Error if the BoundNames of BindingLis...
Choose one: is this a bug report or feature request? ### Input Code const t = true { t = false } { t = false } ### Babel/Babylon Configuration (.babelrc, package.json, cli command) { presets: ['es2015'] } ### Expected Behavior ### Curre...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/236 on 2006-07-17 by trac user nil, assigned to trac user nil._ Sparse matrices are a very interesting data model for graphs or edges-only meshes. But using float dtype spends too much place where we only need boolean information. So, an extension of this modul...
### Is your feature request related to a problem? Please describe. For an experiment, I first performed the Wilcoxon Rank Sum Test (of Scipy) and now I would like to report the measured effect-size. ### Describe the solution you'd like. For non-normal distributed data, that has a Wilcoxon-RankSum-Test proven diffe...
0
I observed some unexpected specialization behavior with keyword arguments. julia> function f(x; as::Type{T} = Int) where {T} return T(x) end Then julia> @code_warntype f(1, as = Float64) seems to indicate that it is not really specializing, but juggling around w...
`@code_typed` (and `code_typed`) will sometimes report a different result than actually gets inferred if you call the function. For example: julia> f1(x) = Base.typemax(x) f1 (generic function with 1 method) julia> @code_typed f1(Int) CodeInfo( 1 ─ return 9223372036854775807 ...
1
and users can't get around it :/ cc @ezyang @albanD @zou3519 @gqchen @pearu @nikitaved @soulitzer @mruberry @jbschlosser
Now only autograd RNN supports double backwards. We should make cudnn RNN work as well. cc @ezyang @ssnl @albanD @zou3519 @gqchen @csarofeen @ptrblck
1
(Numpy Version 1.8) See the following example for the precision where it happens: 1. ` In [68]: numpy.histogramdd([0.9999995], bins=[[0, 0.5, 1]]) Out[68]: (array([ 1., 0.]), [array([ 0. , 0.5, 1. ])]) ` As you can see the entry lands in the wrong bin. Lowering the value by 10^-7 suddenly makes the jump to th...
My numpy version is 1.6.1-6 on ubuntu 12.04 64-bit with python 2.7.3. I want to create histograms with the function histogramdd. When I have data points that are very close to the rightmost bin-edge, they will land in the wrong bin, that is, in the second-to-right bin, instead of the rightmost bin! Here is some c...
1
Hi, Would you be interested in getting rid of Pixel measurements and taking a more flexible approach, using EM? For things like, for example Legend size, paddings for headings, alert blocks, buttons nav tabs. These things are more likely to be relative than absolute. Also, sizes of input controls, sizes or labels ...
Hello, I am fiddling a bit around with the responsive approach in Bootstrap. I feel that the way it is implemented is sometimes a bit static. Are there any plans or idea's (or am I not aware of the ability) to say something like "4 columns" on desktop size. "3 columns" on tablet size. And/or to say the sidebar for i...
0
There is a SizedBox in Tab class, the height of SizedBox cannot be modified. I need a less height of Tabbar tab. same as #13322 Thank you.
The height of the Tabs get hardcoded in the Tab Widget. I would like to use custom images instead of the icons and they are a bit bigger. Unfortunately the the widgets shows the clipping text when the Images gets applied because of the hardcoded height values (see below). I would suggest to set these values in the ct...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/1400 on 2010-02-18 by trac user ChristianMarquardt, assigned to unknown._ When compiling numpy-1.4.0 with the Sun Studio Compilers (v12 Update 1) on Linux (an OpenSUSE 11.1 in my case), about 30 tests in numpy.test() fail; all failures are related to the arctan2...
_Original tickethttp://projects.scipy.org/numpy/ticket/1824 on 2011-05-08 by @rgommers, assigned to unknown._ Reported by Ilan Schell on Solaris: ====================================================================== FAIL: test_zero_nzero (test_umath.TestArctan2SpecialValues) ----------------...
1
### Describe your issue. One way to speed up scipy.optimize.minimize is to compute the gradient when computing the function value. Because most of the computation are shared, this nearly half the amount of time required. Although shgo document this under the "options" parameter, it actually doesn't work: _shgo_lib/...
_Original tickethttp://projects.scipy.org/scipy/ticket/350 on 2007-01-19 by @nilswagner01, assigned to unknown._ Iterative solvers need some kind of a monitoring function to observe the convergence behaviour.
0
Add support for including the matching nested inner objects per hit element.
![image](https://cloud.githubusercontent.com/assets/3814081/7336251/b5981cc0-ec25-11e4-8b04-34cf5d6e7bd2.png) ,then when I search it, somethings happen, ![image](https://cloud.githubusercontent.com/assets/3814081/7336256/10434438-ec26-11e4-929a-3b2cc3aaa7a0.png) The result is not a JSON structure!
0
ERROR: type should be string, got "\n\nhttps://github.com/huggingface/transformers/blob/master/src/transformers/pipelines.py#L2509\n\n"
OSError: Can't load tokenizer for 'google/reformer-enwik8'. Make sure that: * 'google/reformer-enwik8' is a correct model identifier listed on 'https://huggingface.co/models' * or 'google/reformer-enwik8' is the correct path to a directory containing relevant tokenizer files https://huggingface.co/google/refor...
0
On a Ubuntu 14.04 machine with a fresh copy of Julia master installed and an existing `~/.julia/v0.5` setup, `Pkg.clone` of an unregistered package throws an error: julia> Pkg.clone("https://github.com/JaredCrean2/PETSc.jl.git") #For example INFO: Cloning PETSc from https://github.com/JaredCrean2/P...
On a Ubuntu 14.04 machine with Julia master and no package repo, `Pkg.init` gives an error: julia> Pkg.init() INFO: Initializing package repository /afs/csail.mit.edu/u/j/jiahao/.julia/v0.5 INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl ERROR: [Code:ERROR, Class:Net]: ...
1
# Environment Windows 10 b1903 18932.1000 Windows build number: [run "ver" at a command prompt] Windows Terminal version (if applicable): 0.2.1831.0 Any other software? # Steps to reproduce Add a path with spaces in System-Environment Variables at the end of existing ones, e.g. P...
Lastest version of MS terminal preview The highlight of exec files will behave strangely after resizing the window ![test](https://user- images.githubusercontent.com/12162979/66370796-fc31bc80-e9d3-11e9-94af- ec93b6558f30.gif)
0
It would be useful to have a permission option to limit the imports to a certain domain or directory.
Context: Currently loading dynamic imports or worker code requires `--allow- read` and/or `--allow-net` flags. Appropriate permissions are checked for entry point as well as all dependent modules. This leads to a situation where even quite simple scenarios require to grant a lot of permissions. Example 1: ...
1
I got the error below when running the Julia `make`. But going to `deps\openspecfun` and running `make` there seemed to work fine, and I was able to continue the Julia `make` afterward. uname -a Linux giada.mitre.org 2.6.32-431.29.2.el6.x86_64 #1 SMP Sun Jul 27 15:55:46 EDT 2014 x86_64 x86_64 x86_6...
On a fresh checkout on ubuntu 14.04, using gcc 4.8, I am seeing: In file included from /home/justdial/julia/usr/include/openlibm.h:4:0, from Faddeeva/Faddeeva.cc:225, from Faddeeva/Faddeeva.c:3: /home/justdial/julia/usr/include/openlibm_complex.h:27:0: warn...
1
**Symfony version(s) affected** : 4.0.6 **Description** So, let's say I have a JSON data corresponding to a class **Child** that has an attribute **games** that is an array of objects of class **Game**. So when using the serialisation using setters I get and the end a Child Object with an attribute games that is a...
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | no Symfony version | ? Currenly PhpDocExtractor works only with class properties. It's not possible to clarify the type of the constructor parameter through docblock comment. class A { private ...
1
tsc version 1.6.2 Test case: interface ProblemMatcher { owner: string; } interface Task { problemMatchers: ProblemMatcher[]; } let matcher: ProblemMatcher = { owner: 'ts' }; (matcher as any).mySpecial = true; class Parser { ...
**foo.ts** export function foo() { } **bar.ts** import { foo } from './foo'; (foo as any); **bar.js** var foo_1 = require('./foo'); foo; `(<any>foo)` works correctly btw.
1
Since Lucene 4.4 release enable_position_increment settings on token filters cannot be set to false which results in underscores appearing for filtered tokens in shingle filters.
In very rare cases, it is possible to have two snapshots of the same name exist in a repository, one found in the cluster state as a snapshot in progress, and the other found in the repository. This can happen when a snapshot (lets call it `snap`) exists in the repository, and we try to create another snapshot with t...
0
**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...
When I tried to add active class to active route to my navbar, I found the following bug in router.isActive function: isActive function returns true in all dasboard elements, so all links looks active with exact true parameter, <li *ngFor="let item of dashboards" [class.active]="rout...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior All rows should have the same border color ## Current Behavior When I use colSpan for combine many columns borders have different colors ## Steps to Reproduce (for bugs) You may see this on example ...
Hello, after commints on Feb 4 2018 all multiline inputs stopped to resize properly. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When user adds a new row to multiline field it resizes it's height to fit the text and cursor moves to the new ro...
0
If the minifier doesn't eliminate constant expressions (like Uglify does), with the way our flat bundles currently work you would ship two bundles. We should warn prominently in this case, as you would effectively ship a double bundle to production.
This is task list issue. "Blocks" fixture app which made by built-in API, 'react-fetch', Server Component combination that useful to play new features v18 later. But current one is broken because importing removed older Cache API module. And difficult to notice that regression because there are no tests. So I p...
0
We take snpashots every hour to AWS S3 directly using cloud-aws plugin snapshot was stuck because of a reboot on master node during the snapshot, ES version 1.4.0, ArchLinux Cluster was later upgraded to 1.4.2 at which point we noticed that there is a snapshot stuck while trying to create a new snapshot `{"er...
The issue was originally reported in #7980 (comment) If a current master node that contains all primary shards is restarted in the middle of snapshot operation, it might leave the snapshot hanging in `ABORTED` state.
1
I've had the zones reset to their default almost every time I upgrade the application to a new version. More annoyingly, on the latest version (v0.23.0) they also get reset every reboot. Please make sure these settings survive a reboot as well as an application upgrade. Even better, store them per monitor (some ...
## ℹ Computer information * PowerToys version: 0..23.0 * PowerToy Utility: FanzyZones * Running PowerToys as Admin: Yes * Windows build number: 2004 (19041.508) ## 📝 Provide detailed reproduction steps (if any) 1. Apply custom layout 2. Reboot computer (I think, it's only happened after turning in on ...
1
The code blow returns `NotImplementedError: sparse rule for xor`. import jax.numpy as jnp from jax.experimental import sparse indices = [[0, 1], [1, 2]] X = sparse.BCOO(([1 for _ in range(len(indices))], indices), shape=(3, 4)) y = jnp.ones(3, dtype=bool) @sparse.sparsify d...
tl;dr: Please implement np.eig in JAX, in particular its forward-mode differentiation I am working on a quantum project that is currently written in TensorFlow but would greatly benefit from JAX. The main roadblock is that the np.eig function does not have its forward-mode differentiation rule implemented in JAX. T...
0
### Describe the workflow you want to enable SimpleImputer.strategy = 'random' will randomly choose a non-NaN value. ### Describe your proposed solution Find a list of non-NaN indices. Randomly pick one index for each NaN. ### Describe alternatives you've considered, if relevant Pandas: # Impute m...
The purpose would be to provide an unbiased, stochastic, univariate imputer. The imputer would replace missing values by values sampled uniformly at random from the non-missing values of the sample column. This would require to add additional `random_state` constructor parameter to the class. As for #11208 this str...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * [ x] I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug rep...
In the Documentations says: > Groups and chords accepts partial arguments too, so in a chain the return > value of the previous task is forwarded to all tasks in the group... but it doesn't if group contain chain. **Steps to reproduce** # ct.py from __future__ import absolute_import, unicode_lit...
0
From @wangjild on 2016-10-18T08:58:54Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME git ##### ANSIBLE VERSION 2.2.0 ##### CONFIGURATION ##### OS / ENVIRONMENT debian:8.0 jessie ##### SUMMARY If local git repository has modification, an update attempt of always fails with Local mo...
##### ISSUE TYPE * Documentation Report ##### SUMMARY The 1.6.7 release mentions CVE-2014-4967 and CVE-2014-4966. Both of them are still in the `**RESERVED**` state: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4966 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4967 Any reason for...
0
* I tried using the `@types/xxxx` package and had problems. @types/whatwg-fetch 0.0.33 version has failed with error " node_modules/@types/whatwg-fetch/index.d.ts(32,44): error TS2304: Cannot find name 'ReadableStream'." I added @types/whatwg-streams to the package.json dev dependencies, but still the failure ex...
Hi everybody, Iam new in using Typescript and angular. First of all i want to use moment.js and jquery i made a reference path in my bootstrap.v3.datetimepicker.d.ts and in my personal ts file. Linked to jquery and moment, and included the node_module scripts in the index.html. But it keeps giving me the error in my...
0
## 🐛 Bug ## Description * Image Type: I use the torch.utils.data.Dataloader to wrap my dataset class , but the Error message shows that the image tensor was Torch.HalfTensor, but it was float64, Wha should I do to fix it? (0, (3, 1280, 704), (1280, 704, 3), <class 'torch.Tensor'>, tensor(-0.4490, dtype=torch.f...
## Issue Description It seems that stacking is currently (PyTorch 0.4) is not supported for tensors of type `HalfTensor`; see code example. I don't know if this is intentional for some reason (hence I didn't label this issue as a bug), but I couldn't find any issue or documentation pointing to that. Since some meth...
1
**Do you want to request a _feature_ or report a _bug_?** I think it bug **What is the current behavior?** webpack uglify already minified file (.min.js) **If the current behavior is a bug, please provide the steps to reproduce.** 1. install some dependency with minified build `npm i -s three` 2. write ...
When using the UglifyJsPlugin within my webpack build I get a large list of errors from my `bower_components` dependencies. It looks to me (from here: https://github.com/webpack/webpack/blob/master/lib/optimize/UglifyJsPlugin.js#L43) that I should be able to use something like this new webpack.optimize...
1
Challenge add-rounded-corners-with-a-border-radius has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; rv:47.0) Gecko/20100101 Firefox/47.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <link href="https://fonts.googleapis.com/css?family=Lobste...
:lang is code of language i.e: es, fr, ru :chid is name of challenge as it works currently /:lang/map should render the map with the names of challenges translated as currently they are in the corresponding file of seeds/challenges (nameLang if it exists or name otherwise to present in english when there is no tra...
0
As part of onboarding, if we have helper stuff, that helper stuff needs to be near the feature, not at the bottom. ![image](https://user- images.githubusercontent.com/1462282/81434826-a49b3100-911b-11ea-894c-26b6c4eb5893.png)
The current General settings page could use some improved structure for the various settings as discussed in #2676. Here's a proposal: **Running as .. (Title)** * Always run as administrator..... (Checkbox) * Run at startup (Checkbox) * Restart as admin (Button) **Appearance (Title)** * Choose settings c...
1
* VSCode Version:0.10.11 * OS Version:OS X 10.10.5 When I edit a html file with some javascript code, there is no intellisense. But the previous version does have the intellisense. For instance, I typed 'aler', vscode would popup a list to choose. In the latest version html file only intellisense html tags
I build vscode from the master branch.(0.10.10) Found that intellisense doesn't work,no auto completion with inline js code in the .html file. The previous version(0.10.8) support ![default](https://cloud.githubusercontent.com/assets/8966236/13330917/127a6596-dc36-11e5-9796-70d1c0dda3ef.jpg)
1
React version: 17.0.2 ## Steps To Reproduce 1. Use NVDA in Firefox to Navigate through the first code example provided below. (use down arrow keystrokes to navigate the page) 2. Notice how the graphic elements get announced as clickable. Link to code example: <!DOCTYPE html> <html lang='en'>...
Consider the following: var MixinNameHere = { componentDidMount: function() { // Do some stuff yo! } } var ComponentNameHere = React.createClass({ mixins: [MixinNameHere], componentDidMount: function() { // So some...
0
In React, there is a very common issue of needing the most up-to-date version of state from inside a `useEffect`, timeout, callback, asynchronous function, etc. It seems the easiest solution is to use a ref, as encouraged by React's own documentation here: > If you intentionally want to read the latest state from so...
I am using react0.14.7 and webpack for my project. It works perfectly fine. However, when I try to upgrade to react15, I pops up such an error: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component\'s render method, ...
0
Glide Version: >4.8.0 Integration libraries: None Device/Android Version: Any Issue details / Repro steps / Use case background: How do we get a context to a custom ModelLoader in Glide 4? We should not store the context in the ModelLoaderFactory Registry requires a factory: public void registerComponents(@no...
I suspect I'm somehow missing something trivial, but I've hunted through the docs and issues. How do we get a context to a `ModelLoader` built via the `ModelLoaderFactory`? We can't store the context in the factory, so there must be some way to inject it into the `build`?
1
I don't see what useful purpose is served by having this distinction in the type system, introduced by #987 (and see also the discussion in #5810). According to the description in the manual: > The AbstractArray type includes anything vaguely array-like, and > implementations of it might be quite different from conv...
E.g. From worker 4: Internal error: encountered unexpected error during compilation of undeclared_ceil: From worker 4: ErrorException("Failed to parse LLVM Assembly: From worker 4: julia: llvmcall:3:18: error: use of undefined value '@llvm.ceil.f64' From worker 4: %...
0
**Symfony version(s) affected** : 4.1 **Description** When i try to access in security page, i have an exception critical in my log, this error critical don't exist in 4.0.x Trace : Uncaught PHP Exception Symfony\Component\Security\Core\Exception\AccessDeniedException: "Access Denied." at /var/ww...
**Symfony version(s) affected** : 4.0.9/4.1.0-BETA1 **Description** Commit `4e527aa` added a service `http_exception_listener`. This registers a system-wide exception handler that sets request's `_controller` attribute to a closure during `kernel.exception`. Also this closure controller generates a response on ...
1