text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
#### Challenge Name #### Issue Description Open Map and go to the Basic Algorithm Scripting. Api and Microservices Project first challenge is also missing #### Browser Information * Browser Name, Version: 55.0.2883.87 m * Operating System: Windows 10 * Mobile, Desktop, or Tablet: Desktop ![one](https://c...
For an example, see Challenge Record Collection. You first describe a primary key for a particular collection of album data but and call it "its key"—which linguistically applies that key to the item and all its children. Then you call something else a key altogether, without making the transition to refer to to th...
0
On a histogram with a single value repeated for 100 times I get an extra tiny box. The code to reproduce the issue: from matplotlib import pylab as plt plt.hist([33]*100) plt.show() Here you can see a black line next to 32.6. ![figure_1](https://cloud.githubusercontent.com/assets/671660/17...
There is a visualization glitch with matplotlib `hist` function. Running this code on an ipython notebook: from __future__ import print_function import numpy as np import scipy.stats as stats import matplotlib.pyplot as plt %matplotlib inline tau = 10 N = 1000 exp_frac...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME selinux ##### ANSIBLE VERSION ansible-playbook 2.4.0.0 config file = /home/henrys/.ansible.cfg configured module search path = [u'/home/henrys/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python modu...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME delegate_to ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /home/muller/git/devops/ansible/dev/ansible.cfg configured module search path = ['../../lib/ansible/modules'] ansible 2.4.0 config file = /home/m...
0
Failed twice in a row. https://console.cloud.google.com/storage/kubernetes- jenkins/logs/kubernetes-e2e-gce/17165/ [BeforeEach] [k8s.io] Kubectl client /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:108 STEP: Creating a kubernetes client...
ERROR: type should be string, got "\n\nhttps://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-\nlogs/pull/25054/kubernetes-pull-build-test-e2e-gce/38681/\n\n \n \n I0506 03:07:01.272055 3411 server.go:611] Event(api.ObjectReference{Kind:\"Pod\", Namespace:\"e2e-tests-horizontal-pod-autoscaling-8t5zw\", Name:\"rc-light-t62w5\", UID:\"99a46e33-1337-11e6-86e3-42010af00002\", APIVersion:\"v1\", ResourceVersion:\"1167\", FieldPath:\"spec.containers{rc-light}\"}): type: 'Normal' reason: 'Pulling' pulling image \"gcr.io/google_containers/resource_consumer:beta2\"\n I0506 03:12:12.616384 3411 server.go:611] Event(api.ObjectReference{Kind:\"Pod\", Namespace:\"e2e-tests-horizontal-pod-autoscaling-8t5zw\", Name:\"rc-light-t62w5\", UID:\"99a46e33-1337-11e6-86e3-42010af00002\", APIVersion:\"v1\", ResourceVersion:\"1167\", FieldPath:\"spec.containers{rc-light}\"}): type: 'Normal' reason: 'Pulled' Successfully pulled image \"gcr.io/google_containers/resource_consumer:beta2\"\n \n\n"
1
# Environment Windows build number: 10.0.18363.0 Windows Terminal version (if applicable): 0.6.2951.0 Any other software? PowerShell 6. PSVersionTable: Name Value ---- ----- PSVersion 6.2.3 P...
# Description of the new feature/enhancement The OS X Terminal has a setting for “Use bright colors for bold text”. If it is **disabled** I always get normal colors for bold text, which I have found to be quite useful for readability on a terminal with bright background (which I personally prefer). I can of course ...
0
### Describe the bug Hi, I'm using imperative mapping to specify a custom mapping of a DB table to my domain model. In detail, I want that on the DB the primary key is an integer ID field, while on the codebase the entity model maps its ID to the external_id (UUID) field of the table. I want that from a codebase...
### Describe the use case Accroding to https://mysqlclient.readthedocs.io/user_guide.html The mysqldb api provide a method to retrieve the warning count of the db. ### Databases / Backends / Drivers targeted It is for mysql database. ### Example Use These is particularly usful when using `insert ignore ........
0
I know there are already issues about it but they are all closed. I checked out the solution in this issue #3159 — which would have been ok for me to use. But my investigation showed that next-js is actually not using the plugin anymore, hence atm there is not way of disabling the clearing at all. Shouldn't there b...
(There may be a way to do this currently, but after asking a few times on Spectrum and looking through the changes for adding Webpackbar I haven't found anything) ## Is your feature request related to a problem? Please describe. When running Next in something like docker-compose the refreshing output constantly cle...
1
Not sure if this is fixed on master, but on 0.4.3: function ff() gg(x,y)=1.0*(x==y) xx=[(i,i) for i=1:2] yy=xx' broadcast(gg,xx,yy) end ff() > ERROR: LoadError: MethodError: `convert` has no method matching > convert(::Type{Tuple{Int64,Int64}}, ...
With current 0.5 master: julia> map(Float32, [3,4,5]) 3-element Array{Float32,1}: 3.0 4.0 5.0 julia> broadcast(Float32, [3,4,5]) 3-element Array{Int64,1}: 3 4 5 We presumably want to return a `Float32` array in both cases? cc: @ViralBShah: this affe...
1
When defining a route like this: /foo/{param} with a default value for param, you can omit the param and Symfony will match a URL like `/foo`. But it won't match `/foo/`. Would it make sense to allow it? What are the consequences on BC? Or do we need to introduce a special syntax for optional p...
hey, i stumbled upon this field option and think it's not the right way to solve it http://symfony.com/doc/current/reference/forms/types/text.html#read-only the docs say, that the read_only parameter renders the field with a disabled attribute. even if disabled is the favored method of setting the field "not- edit...
0
Standard behavior (at least on iOS) is to move the cursor when tapping, holding down your finger and dragging it. This makes it possible to fine-tune the position of the cursor in the text field. When doing this in Flutter, instead the text field starts to select the text. [✓] Flutter (Channel master, ...
## Steps to Reproduce 1. Clone https://gitlab.com/etiennedm/flutter-test-issue.git 2. Run app, tap button, it will show "Screen size is XxY" 3. Run test with `flutter run test/widget_test.dart`, it will output the same screen size. Moreover now the bottom squares are not showing. So the issue is that when run...
0
Summary We try request module with below code spinet Our Proxy srver running on https import requests url = 'https://google.com' roxies = {'https': '10.x.x.x:443'} if __name__ == '__main__': print(url) print(roxies) response = requests.get(url, proxies=roxies) ...
Hi, I described it here: http://stackoverflow.com/questions/20325571/python-requests-failing-over- integer-in-cookie But basically this creates an error: import requests r = requests.get('http://www.c1000.nl/kies-uw-winkel.aspx') ... File "/srv/www/li/venv/local/lib/python2.7/site-pa...
0
Hi all, First of all let me say that i am just now exploring react and typescript. So as i was reading all about both ecosystems i found out about this great project, thank you all for making all these great definitions. I'm starting a project where i also want to use react-router, but immediately found out while i...
Upgrade guide: https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md Glossary: https://github.com/rackt/react-router/blob/master/docs/Glossary.md
1
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior Running `npm config set` expands all environment variables in `.npmrc`, permanently. The documentation says you can do this: > All ...
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior I found that `npm create <initializer>` behaves the same way as `npm init <initializer>`, but there seems to be no mention of it in t...
0
### System Info * `transformers` version: 4.15.0 * Platform: Windows-10-10.0.19041-SP0 * Python version: 3.8.5 * PyTorch version (GPU?): 1.11.0+cu113 (True) * Tensorflow version (GPU?): 2.5.1 (True) * Flax version (CPU?/GPU?/TPU?): not installed (NA) * Jax version: not installed * JaxLib version: not...
Hi I am using transformer 4.1.1 on multiple gpus with distributed launch script below, the n_gpu set in this case is 1 instead of actual n_gpus, could you tell me how I can access to the total number of ranks calling the launcher with? Is there any variable in huggingface library which could show the number of gpus...
0
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow):** Yes * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04):** Debian Buster (Debian 10) * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:** N/A * ...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
0
## Environment Tech | Version ---|--- Material-UI | 1.0.0-beta.30 React | 16.2.0 browser | chrome ## Current Bug In production mode i have this error happening because of the ripple effect on the Buttons. In development mode it's working perfectly. I thought it was a minifying problem but i checked my...
When trying to add the Select component on beta.10, I see the following error: ![select - ismui issue](https://user- images.githubusercontent.com/1496591/30512382-4289e2d4-9abc-11e7-98ca- fb8f5718fb7c.png) [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Beh...
0
**Ben Rowlands** opened **SPR-5126** and commented The Spring DAO exception hierarchy is not fine grained enough to isolate duplicate key errors. A duplicate key error is an example of where an application may catch the exception and invoke alternative logic instead of just letting it fall down the stack. For e...
**Kenny MacLeod** opened **SPR-6750** and commented The mvc:annotation-driven schema permits the specification of messageConverters, which are passed on to the generated AnnotationMethodHandlerAdapter. I'd like to see the ability to specify the customArgumentResolvers also. I suppose there's a fine line between mak...
0
# Environment `[Version 10.0.18362.175]` # Steps to reproduce 1. Install from store 2. Open program 3. Hover with mouse on red section, try to drag and move 4. Fail. # Expected behavior Dragging window with mouse works in the red section and green section ![image](https://user- images.githubusercontent....
I think its really nice that you can put the terminal-tabs in your titlebar but I got an issue there. You can't move the window around klicking on the blank space in the the-bar to move the window around (highlighted in the screenshot). Since people are moving their terminal quite often it would be nice to offer th...
1
**Describe the bug** When the deno extension is enabled, typed imports via `/** @type {import("...` stop working. **To Reproduce** 1. Create `Bar.js`: export class Bar {} 2. Create `Foo.js`: /** @type {import("./Bar.js").Bar} */ const foo = null; 3. Hover over `foo` and n...
JS bundlers have a lot of complexity and we do not want to take on all that complexity in Deno. We believe this can be done effectively in "user space" - that is, it doesn't need to be built into the Deno executable. Packup is an example of a Deno program which utilizes esbuild-wasm to provide complex bundling abilit...
0
It seems that `rustc` does not check if the type paramater satisfy the declared type bounds in trait and impl function definitions, but only for bare functions. `Rustc` fails on the following code with the following, rather confusing, error message: `type &mut std::collections::hash::set::HashSet<[u8]> does not imple...
Now that IO reform is complete, we have a large number of "primitive" IO APIs -- functions in Rust that roughly correspond to a single system API, like opening a file or extracting its metadata. We need to go through all of these APIs and add a section like `# Platform notes` which details which system API(s) are be...
0
Python 3.4 Python 3 Matplotlib version is 1.4.2, Python 3 Numpy version is 1.8.2 Reproduced with Python2. Installed on Raspbian Linux Jessie (RaspberryPi). Both installed with apt-get. I am creating a graph from a csv file that has the following format 08:21:05,41.0 08:22:05,41.0 08:23:...
When plotting with a timestamp-based axis with datetimes of years `<= 1900`, upon zooming into sub-second scales, the default axis label date formatter shows "%f" instead of microseconds. In [52]: import time, datetime, matplotlib.dates as mdates In [53]: dt = mdates.date2num(datetime.datetime...
1
## Steps to Reproduce 1. Create a new plugin `flutter create --plugin hello` 2. Open in IDEA: `cd hello; idea .` => Would like to be able to launch the example app, but we seem to be missing a launch config, so Run/Debug is disabled.
Easily reproducible with a simple app: import 'package:flutter/material.dart'; void main() { runApp(new MaterialApp(home: new Scaffold(body: new Text('App!')))); } Pressing back button once closes the main page but does not quit the app. We see a blank page. Pressing back a second t...
0
**Do you want to request a _feature_ or report a _bug_?** _bug_ **What is the current behavior?** const context = require.context("./src/", true, /\.spec\.js$/); context.keys().forEach(function(key) { if (require.resolveWeak(key.replace(".spec.", "."))) { context(key); } ...
**Do you want to request a _feature_ or report a _bug_?** Request a feature. **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce.** **What is the expected behavior?** **If this is a feature request, what is motivation or use case for changing the behavior?...
0
I noticed after connecting my computer up to a Log Analytics account in Azure that I started getting alerts from Azure Security Center about Windows Terminal launching conhost. This might be a duplicate of #2568 but might just be related. I am running version 0.6.2951.0 downloaded and installed from the Microsoft St...
# Environment windows 1909 build 18363 Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software? no # Steps to reproduce I've added this to my profiles.json { "guid": "{00000000-0000-00...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: dubbo2.7.x GenericInvoke dubbo2.5.x * Operating System version: all * Java version: 1.8/1.7 java...
* 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.2-SNAPSHOT * Operating System version: xxx * Java version: xxx ### Steps to reproduce this i...
0
My Travis CI builds started failing yesterday for a few very simple programs. Here's a sample: use std::os; fn fact(n: int) -> int { let mut result = 1; let mut i = 1; while i <= n { result *= i; i += 1; } result } ...
Compiling libcore with -g leads to the following error: error: internal compiler error: Type metadata for ty::t '&[core::fmt::rt::Piece<>]' is already in the TypeMap! This is due to the vec slice in question occurring multiple times along a type reference chain and the code path for vec slices do...
1
# Feature request ## Is your feature request related to a problem? Currently it's not possible to make async operations before exporting the handler from a API route. ## Describe the solution you'd like I'd like to be able to use the same mecanism from micro to be able to do async work before returning a handler....
Hi, Currently, we can pass the through the `renderPage` through the `_document.js` for decorating our components. This seems a bit restrictive, since I want to decorate one of my pages on the server side. I've looked into it, there seems no straightforward way of accomplishing this. Correct me if I'm wrong. If the...
0
memoryview hasn't been backported to python 2.6, only 2.7.
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:** * 5....
### 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:** * 5....
1
A bug (#9531) went undetected because I was careless and failed to put a variable definition before all of its uses (SHA: `b1a2251`). Further investigation revealed that make _does_ offer an `--warn-undefined- variables` option that will list all variables that are expanded without being provided a definition. It m...
I encountered this error while building "router" crate. /Users/.cargo/registry/src/github.com-1ecc6299db9ec823/router-0.0.9/src/router.rs:158:1: 158:45 error: internal compiler error: coherence failed to report ambiguity: cannot locate the impl of the trait `core::marker::MarkerTrait` for the type `iron::middleware:...
0
In current master: np.array(1, dtype=int) ** -2 Out[5]: 0 In 1.11 and earlier: In [3]: np.array(1, dtype=int) ** -2 Out[3]: 1 (Found in astropy testing; astropy/astropy#4950)
>>> np.int64(2) ** -2 0.25 >>> np.int32(2) ** -2 0 Tested on OSX 10.8.5 w/ numpy 1.10 on both Python 2.7 and 3.5.
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** this is related to #3365 but is a more fundamental change. First, test case from #3365: from sqlalchemy import Column, Integer, Text, ForeignKey, create_engine from sqlalchemy.ext.declarative import declarative_base from sqlal...
I have this code. def save_all_allowed_fields(): AllowedFieldsModel.query.delete() db.session.commit() db.session.add_all(set( AllowedFieldsModel(field_name=n) for n in request.json.get('fields') )) db.session.commit() ...
0
Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.3", GitCommit:"4957b090e9a4f6a68b4a40375408fdc74a212260", GitTreeState:"clean", BuildDate:"2016-10-16T06:36:33Z", GoVersion:"go1.7.1", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"4", GitVers...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): Nope! **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.)...
1
Navbar child items work fine in desktop view, but in mobile/tablet devices, collapsed child items does not link to what is defined in href and will remain on the same page. Use any mobile devices to open below jsFiddle, and click on any link under dropdown menu. http://jsfiddle.net/wXuqU/5/
I had a project using more or less the same menu and it worked. Found out it was using Bootstrap version 2.3.1. Compared version 2.3.2 and 2.3.1 and found that in version 2.3.2 there's this snippet of CSS that reads: .dropdown-backdrop { position: fixed; left: 0; right: 0; botto...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * I have verified that the issue exists against the `master` branch of Celery. ➡️ **My project does not run on the master branch. Still considering 5.0.5 fairly new and did/could not upgrade my dependencies** * This has already been asked to the discussion group first. ➡️ **Nobody replies there** *...
0
We currently only check for object safety when coercing a concrete object to a trait object. We should prevent the programmer writing object types which are not object safe.
The following definition compiles fine: fn two<V>(f: &mut FnMut(V) -> V, v: V) -> V { let temp = f(v); f(temp) } whereas the more direct version does not: fn two<V>(f: &mut FnMut(V) -> V, v: V) -> V { f(f(v)) } The error we get here is: ...
0
Sorry, long issue :-) In issue #7750 there was some heated discussion about backwards compatibility and the fact we did or did not care enough about it. I don't want to start a new discussion on that topic again, rest assured (or not now :-)), but notwithstanding the at some point rather personal attacks in that dis...
When you are working with a large array, it is not printed out in its entirety in the console, but when you have grouped them with `groupby('key')`, the groups are all printed out. Would it be possible to also restrict the output of `groupby('key').groups` to eg the first and last groups? I was working with a rather...
0
For example, --- PASS: TestConnectionlessWriteTooLongError (0.00 seconds) write_test.go:89: 65536 bytes write udp4: message too long write_test.go:110: 65536 bytes write udp4: message too long write_test.go:89: 65536 bytes write udp6: message too long write_test....
by **dean.w.schulze** : 1. Create a package and a test for the package in a deep directory structure (for me this happens with 127 character path) 2. Run "go test" in that directory from the DOS prompt What is the expected output? Success or failure from the go test What...
0
## Steps to Reproduce I selected text in a multi line Text Field and tested copy and pasting text and I moved the selection handles than I got this exception: Note: The textfield is in scrollView and grows when lines are added until it reaches maxheights. Than it starts scrolling. Scrollbar _render...
## Steps to Reproduce Resizing a flutter app in large amounts most of the time causes a crash. Starting in freeform mode and resizing small amounts seems to be ok, but larger amounts or changing an app from fullscreen to split/freeform causes a crash. ## Flutter Doctor [✓] Flutter (on Linux, channe...
0
enum FingerTree<A> { Empty, Single(A), Deep(Node<A>) } struct Node<A> { count: int, front: Digit<A>, inner: ~FingerTree<(A,A)>, back: Digit<A> } struct Digit<A> { count: int, content: [Option<A>, ..4] } ...
**Motivation:** The StrSlice trait currently has a bunch of string convenience methods, implemented for `&str` but not the owned `String`. To use them on an owned string, you need e.g. `s.as_slice().contains(needle)` where it seems like `s.contains(needle)` should be enough. It’d be nice if these methods were availa...
0
Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18362.0 IntPtr Length: 8 x64: True Date: 08/03/2020 14:28:28 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Timer.Start() at Po...
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
Hi, is it possible to have a filterbox with mutiple filters whose filter options are dependant on the already selected entries? Let's say we have the following table "sold_products": customer | product | product_category | revenue ----------+---------+------------------+----------- alice ...
When you are filtering by more than one element, the values chosen in previous filters should limit the choices in subsequent drop downs Consider the Country - State - City example....or any hierarchy of values really. I would like to have filters applied in sequence, so that if I choose 'USA' from my country filt...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.169.0 **System** : linux 3.13.0-44-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT At events.js:85 Error: spawn /opt/atom/atom (deleted) ENOENT at ex...
**TEMPORARY WORKAROUND** : `ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"` Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT **Atom Version** : 0.152.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace A...
1
Filed TypeStrong/ntypescript#19, but it was closed due to not being nTypeScript specific. Opening here. **TypeScript Version:** Latest nTypeScript release **Code** tsconfig.json: { "compilerOptions": { "target": "ES5", "module": "system", "moduleResolution": "node", ...
Core-js definition file defines a `PropertyKey` like the one in lib.es6.d.ts, now that this is in the main library, this is breaking the core-js compilation. See https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/core- js/core-js.d.ts#L21 Possible fix, rename the type declaration to something else now,...
1
encoding/binary/binary.go: func (littleEndian) Uint64(b []byte) uint64 { return uint64(b[0]) | uint64(b[1])<<8 | uint64(b[2])<<16 | uint64(b[3])<<24 | uint64(b[4])<<32 | uint64(b[5])<<40 | uint64(b[6])<<48 | uint64(b[7])<<56 } It would be nice to combine the small loads in...
Using go1.5beta2 Compile the following code from encoding/binary: type littleEndian struct{} func (littleEndian) PutUint64(b []byte, v int64) { b[0] = byte(v) b[1] = byte(v >> 8) b[2] = byte(v >> 16) b[3] = byte(v >> 24) b[4] = byte(v >> 32) b[5...
1
**Symfony version(s) affected** : 2.8.39 PHP Version: 7.1.17 **Description** [InvalidArgumentException] When I run the console command: php bin/console **-e=dev** , I get an error: The file "/path_to_project/project/app/config/config_=dev.yml" does not exist. But when I do this through: php bin/console **...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 3.4.5 Hi... when coding I was used to setting an alias as so: alias dev='./bin/console -e=dev' But since I upgraded to `3.4.5` I got this error: $ bin/console -e=dev ...
1
**Greg Thompson** opened **SPR-9181** and commented I have a session scoped bean. It's marked with <aop:scoped-proxy />. I'm trying to inject a Provider or ObjectFactory into the session bean using `@Inject` or `@Autowired`. It injects fine the first time the session bean is created. On the second creation of the s...
**divyabhardwaj** opened **SPR-4835** and commented I am having an application made in Core spring(Spring+ JPA). I have converted this whole application into a jar . I m using this jar in another spring application (Client application). The applicationContext.xml of client application is importing the applicationCo...
0
Q | A ---|--- Bug report? | yes Feature request? | yes BC Break report? | no RFC? | no Symfony version | 4.1.0 > Sorry if this is a duplicate - I THOUGHT I opened this issue already, but > cannot find it. When autowiring a controller argument fails (e.g. no service exists to match the type-hint), you ...
When I will use FOSUserBundle I have this error: `An exception has been thrown during the rendering of a template ("Warning: strtr() expects parameter 1 to be string, array given in .../vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php line 62") in "FOSUserBundle:Registration:confirmed...
0
There is a bug on the `class` transform, which does not match spec 1:1. When a constructor is not defined, the parent constructor should be called with `...args`, which means calling `Array.prototype[Symbol.iterator]` under the hood. ### Input Code Array.prototype[Symbol.iterator] = () => console.log(...
### Input Code Array.prototype[Symbol.iterator] = function() { throw new Error(); } class c {} ; class b extends c {} new b(); ### Babel Configuration (.babelrc, package.json, cli command) presets -latest ### Expected Behavior → cat test2.js Array.prototype[S...
1
### Version 2.6.10 ### Reproduction link https://test.ipalfish.com/klian/web/dist/m/picture/vip- code.html?from=singlemessage&isappinstalled=0 ### Steps to reproduce config project by vue-cli 3.0, then load page in wechat devtools see the error below: libs.213765e4.js:1 Uncaught SyntaxError: Invalid regula...
in my component,i use some custom element just for making it won't be effected by other style. such as: <template> <!--'my-el' is just a common dom el,not component--> <my-el></my-el> </template> but,vue always warm that ''Unknown custom element...',how to ignore it without runi...
0
On at least two electron apps I noticed that tray icons would disappear after gnome has been locked and unlocked. My system / these apps: * Kernel: 5.6.4-arch1-1 * Desktop: GNOME Shell 3.36.1 * mattermost-desktop 4.4.0-4 * riot-desktop: 1.5.15-1 * electron: v8.2.2 ### Preflight Checklist * I have read...
### 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 13 ### What operating...
0
##### ISSUE TYPE [x] - Bug Report ##### COMPONENT NAME Playbook & Inventory ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides python version = 2.7.13 (default, Dec 18 2016, 07:03:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (c...
* hosts: S6_scanner_dc1 tasks: * set_fact: datacenter={{ dc }} * hosts: S6_scanner_{{ datacenter }} tasks: * shell: echo {{ datacenter }} In this playbook, the variable "datacenter" is well substituted in the shell command but it is not in the hosts declaration of the 2nd play. Ansible version use...
0
A common requirement for a `filterBy search in ...` is to specify multiple keys to look, but not all of them (as that might produce false positives from fields irrelevant/invisible to the user). Below is a crude modification of `filterBy`, dubbed `filterByKeys`. Usage example: <li v-repeat="users | fi...
### Version 2.5.17 ### Reproduction link https://jsfiddle.net/jsotron5000/eywraw8t/464522/ ### Steps to reproduce Run the JSFiddle and open up dev tools. You will see the Vue warning about duplicate default slots even though there is only one slot in the template. ### What is expected? No warning when using ...
0
we do a post, passing the cookies from the previous response as the cookies: requests.post(...,cookies=resp.cookies...) the request function of the Session class appears to be presuming the cookies are always a dict, even though the comments indicate it could also be a cookiejar. self.cookies = cookiejar_from_dict...
Could not find an issue raised for this, not sure if this was an expected change either. This is reproducible on master. Existing code fails on update to `requests-2.0.1`. The cause seems to be triggered by the change at kennethreitz@`012f033`#diff-28e67177469c0d36b068d68d9f6043bfR326 The parameter `cookies` expect...
1
**Emmanuel Boudrant** opened **SPR-654** and commented I have this exception when I try to update an entity, it seem the session object passed in the HibernateCallback is null : java.lang.NullPointerException at org.springframework.orm.hibernate.HibernateTemplate.checkWriteOperationAllowed(Lnet.sf.hibernate.Sessi...
**hany mohamed shafik** opened **SPR-3984** and commented We are currently working on an enterprise project for one of our biggest clients. We are using Spring 2.0 and Spring Web Flow 1.0 Rc4. While deploying the application to Oracle 9ias 10.1.2.0.2 in our development environment, we encountered the following error...
0
Atom running on Manjaro Linux 64bits. When launching a new Firefox window via dragging an open tab outside the window, if you drag over Atom, the program will shut down. This is error message displayed on the terminal: The program 'atom' received an X Window System error. This probably reflects a...
Atom Version: 0.129.0 Video of me triggering the bug: http://ara.sh/private/atom-crash.ogv Reproducible every time. Environment: Ubuntu 14.04 (all updates installed as of filing this issue) Unity desktop environment Repro steps: 1. Launch atom from the Terminal 2. Open a Firefox window (or use an exist...
1
It would be useful to be able to return the net overlap/disjoint areas on a geo_shape query, so as to determine similarity of the queried shape to the indexed document.
First, the use case: To ensure a single, tested, artifact to be installed across the fleet, including all plugins needed, our build process roughly works like this: * Grab the version of ES as a debian package * Extract this debian package in a temp dir * cd into this directory and run: `bin/plugin install .....
0
I used Dropdowns jQuery plugins to mouse wheel click don't work. I want use Dropdowns jQuery plugins and mouse wheel click, both. I am using Windows XP/Firefox 19.0.2/jQuery-1.7.1
Issue: middle mouse click on a link in Firefox, nothing happens. Expected behavior: middle mouse click on a link, open in new browser tab. Live example: http://twitter.github.com/bootstrap/ Tested on Win7/Firefox19 Safemode/Non-Safemode failed. IE9/Chrome25 ok. Notice it when I upgrade to bootstrap v2.3.1. S...
1
### Apache Airflow version Other Airflow 2 version ### What happened We have a DAG running with a cronjob schedule every 4 minutes that checks whether there is a new file present in a file system or not. If there is one available, it lists its path and passes it as a dynamic task via XCOM (one task = one file). W...
### Apache Airflow version 2.3.3 ### What happened If you try to `backfill` a DAG that uses repeated dynamic task mapping, some of the repeated mapped tasks will be marked as "removed". Any tasks downstream of the removed tasks will refuse to start: ![Screenshot from 2022-08-16 08-51-35](https://user- images.gith...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke/2424/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl run job should create a job\nfrom an image when restart is OnFailure [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1082\n Oct 24 09:14:06.985: Failed getting job e2e-test-nginx-job: the server could not find the requested resource\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1073\n \n\nPrevious issues for this test: #28584 #32045 #34833\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke/2414/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl run job should create a job\nfrom an image when restart is OnFailure [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1082\n Oct 24 06:10:16.418: Failed getting job e2e-test-nginx-job: the server could not find the requested resource\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:1073\n \n\nPrevious issues for this test: #28584 #32045 #34833\n\n"
1
**Context:** * Playwright Version: 1.22.0 * Operating System: Windows * Python 3.10 * Browser: Chromium * Extra: 2 screens * * * I specify the position of appearance x = 2000 so that the browser window appears on the second screen and the maxsize parameter. However, the browser does not become full scre...
**Context:** * Playwright Version: 1.22.0 * Operating System: Windows * Python 3.10 * Browser: Chromium * Extra: 2 screens * * * I specify the position of appearance x = 2000 so that the browser window appears on the second screen and the maxsize parameter. However, the browser does not become full scree...
1
### Describe the workflow you want to enable Is it possible to support any aggregation function as `strategy` in `SimpleImputer`? The only thing we will need to check is that function returns one non-null value (aggregating) consistently (not random). ### Describe your proposed solution Support `callable` as val...
It seems like `Imputer` can be easily extended to handle arbitrary axis-wise strategies (at least in the case where the data is dense, or sparse with non- explicit entries to be imputed). The `strategy` parameter could accept a function (or other callable) that reduces a given masked array along an axis, including s...
1
Tracking issue for Finalize defaulted type parameters, RFC 213.
EDIT: this issue has been stalled on disagreements about how to handle a nasty problem found during implementation. See the internals thread where this was detailed and discussed. * * * This is a tracking issue for RFC 213. The initial implementation of this feature has landed. cc @nikomatsakis
1
* VSCode Version: 0.10.11 * OS Version: Win 10 all latest patches Steps to Reproduce: 1. Create a variable named "var...." 2. Syntax highlight thinks it is a variable declaration in the name: ![image](https://cloud.githubusercontent.com/assets/10294795/13770995/03aa9e6a-ea8b-11e5-8714-c262cf01e2e0.png)
Ported from microsoft/TypeScript-Sublime-Plugin#285 Related to microsoft/TypeScript-Sublime-Plugin#265. Issue: ![image](https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png) Correct: ![image](https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff...
1
I think it would be a good idea to tune Material-UI into a truly responsive mobile-first framework. Responsive imagery using the HTML `srcset` and `sizes` attributes could greatly improve bandwidth usage and quality of service. * I have searched the issues of this repository and believe that this is not a duplicat...
When setting the height of the button itself, it breaks the vertical centering of the label. I've tried a few workarounds around setting the label height or line-height, or putting the button in a div of smaller height, but those haven't worked. Is there a known solution for this or am I incorrectly setting the butto...
0
#### Description Example: Machine Learning practioners want to try every single classification algorithm for a dataset, how about having a modularized module which is an additional feature of GridSearchCV that now takes MULTIPLE classification algorithms with multiple parameters for each classification algorithm...
I came across a situation where I needed to split my data into more than 2 groups, and realised that this can't be done that simply with sklearn's splitter classes as it stands. I note that stack overflow has several similar questions from other users. One can repeatedly apply splits, but this seems quite clunky giv...
0
Does nextJS provide sourcemaps for dev? I added a debugger statement to my code and when It breaks in console, it just shows null as my code. ![issue](https://camo.githubusercontent.com/1238267ff8cdc1b42cdeeb8156341031208ee86c09b5f5d0d9575bc61a08a48d/687474703a2f2f692e696d6775722e636f6d2f4c687645624e6a2e706e67) *...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I would expect to see the source map in the dev tools of Chrome. ## Current Behavior ![capture d ecran 2017-09-06 a 13 08 18](https://user- images.githubusercontent.com/3165635/30108907-87174b90-93...
1
**Eduardo Alberto Magdalena Aguin** opened **SPR-9676** and commented I have a DAO class which have an "update" operation consisting on deleting current record and inserting it again as a part of a batchInsert which is done is later but fails. those are the symptoms: 1. I delete the record with getJdbcTempl...
**Thai Ha** opened **SPR-7482** and commented I have a JSP page using spring:eval tag as below <spring:eval expression="command.products" var="items" /> When run the mvn jetty:run command (both jetty 6.1.22 and jetty 6.1.25), I always receive the below NullPointerException (see the stacktrace at the...
0
The following code: static ASCII_SPACE: u8 = b' '; static ASCII_SAVE_MIN: u8 = 33; static ASCII_SAVE_MAX: u8 = 255; fn parse_byte(c: u8) { match c { ASCII_SAVE_MIN .. ASCII_SAVE_MAX => { }, ASCII_SPACE => { }, _ => { } }; } ...
I would guess it doesn't go (properly) through const eval, causing weird errors like this one: static MAX: uint = -1; match 0 { 1u..MAX => {}, // error: mismatched types in range _ => {} } If the value of `MAX` is changed to `-1u`, the code compiles, showing that match checking...
1
**Describe the bug** When I load .glb file in creat-react-app , i just use three.js@136, but i can't see it in my iphone.It's catch error "response.body.getReader". When i use three@133, I load it successfully. I search the document, I think it's changed FileLoader with Fetch Api in three@134. _**Code**_ ...
**[TypeError: undefined is not an object (evaluating ‘response.body.getReader’)]** Above error is produced when load function of any loader ( like GLTFLoader or ObjectLoader ) is called. Platforms tested on: Mobile - iPhone OS: iOS, MacOS Three.js version 0.135.0 expo-three version 6.0.1 expo-gl version 11...
1
Hello! Would like to use it with RequireJS as define module. Possible solution is here: https://github.com/umdjs/umd/blob/master/jqueryPlugin.js
Wouldn't this feature be very nice?
0
Using electron > 0.32.0 makes inline style corrupt that contain float values. Running the following code in the console: window.location = "http://www.google.com"; document.querySelector('.content').style.paddingBottom = "100.50px"; Will print "100.50px", but if I re-query the value: ...
Since version 0.32.0 when I do something like that : angular.element(document.querySelector('#something')).css('height', '0.5px'); or $('#plop').css('transition', 'all 0.5s linear'); The result in the DOM is `height: 0,5px` or `transition: all 0,5s linear` If you want to rep...
1
I have Webupd8 has a PPA here. But it doesn't get very frequently updated. It'd be great to have a PPA by the atom folks themselves, so when the publish a new release on GitHub, they can push it to the PPA as well.
* BuildingASourcePackage * Uploading Seems like it's a matter of having the right key installed on the right box, and running debuild -S -sa dput ppa:atomeditor/ppa <filename>.changes Relevant, of course is the Ubuntu Packaging Guide
1
Hi I create the new "typescript" project. I generate the description file for the app.ts by `tsp --target es5 -d app.ts` I immediately receive the duplicate identifier error. I am not sure how to deal with this issue as I want to have both implementation and description files in my project. Here are the files ...
I have object with function like this db.query({ /* queryParameter */ },function(err,data) { }); So I write jsdoc for pass this object in my function. And it got error ![screen shot 2559-02-10 at 2 30 14 pm](https://cloud.githubusercontent.com/assets/1042507/12941269/59f92d56-d003-11e5-8728-9e6...
0
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.forEach () at commitIndex (chrome- extension://fmkadmap...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
Updated from v92 to v110 and have flicker on the edges. I use PlaneBufferGeometry with null z values to represent unknown elevations(holes). The sparse grid shows a flicker where the nulls' edges are. Was not seen with flatShading: true or v92: ![image](https://user- images.githubusercontent.com/18248938/68339808-81...
Samsung S3 Android 4.3 Chrome Dev. 1. the video vr example http://threejs.org/examples/#webvr_video 2. Click Enter VR 3. Presenting triggers an error. Should it fallback to sending the canvas fullscreen here for cardboard device view ? In WebVR 1.0 it tries to use the new API for presenting to displays. ...
0
`t = pd.DataFrame(np.random.uniform(0,1,[100,100]),index=np.random.uniform(0,1,100)).rolling(10).apply(lambda x: `x.argmax()).tail()`` The above code shows only integer values. However, the index defined is solely in floats (no integers). 0 1 2 3 4 5 6 7 8 9 ... ...
Returning a Series: http://stackoverflow.com/questions/19121854/using-rolling- apply-on-a-dataframe-object Returning a Scalar: http://stackoverflow.com/questions/21040766/python-pandas- rolling-apply-two-column-input-into-function/21045831#21045831
1
[Router 3.0.0-beta.2] "data" parameter exists in Route and we can pass static data through route definition, but unable to pass dynamic data through RouteLink or navigate method of Router.
Is it possible to navigate to an URL and give a json object to it? As: // exactly like @RouteConfig this.router.navigateByUrl('/path', { data: { entity: 'entity' } }) Best regards, Tiago Braga
1
**Philippe Marschall** opened **SPR-9316** and commented AutowiredAnnotationBeanPostProcessor.determineRequiredStatus uses ReflectionUtils.findMethod to look up a method named "required". If there is no such method then ReflectionUtils.findMethod returns null. However AutowiredAnnotationBeanPostProcessor.determineR...
**Arjen Poutsma** opened **SPR-7803** and commented Something like: RestTemplate template = new RestTemplate("http://twitter.com"); template.GetForObject<string>("/statuses/user_timeline.xml?screen_name={id}", "poutsma"); * * * **Issue Links:** * #17627 Ability to prefix each RestTempla...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior If the "Collapse" transition has finished, the content / children should be in the final position / layout. To Reproduce you need the following composition: A Collapse with an Input inside, which has a...
### Description I have a hard time indicating that the website is making a server request and the user might wait and at the same time prevent the user from clicking login again. Some of our users repeatedly click login if the server responds slowly. It cloud be an excellent feature if the button could expect at "l...
0
I originally opened #2333 which was supposed to be resolved by #2150 but I am still seeing the issue in 0.5 # Environment Windows build number: Microsoft Windows NT 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2762.0 # Steps to reproduce Set showTabsInTitlebar to tru...
Steps to repro: 1. Open cmd.exe or Powershel.exe 2. Press Win+. in order to open the Emoji Picker overlay 3. Click on any emoji, multiple times, until the console crashes
0
I'd like to add a method to `os/exec.Cmd` to ease setting environment variables on commands before they're run. Manipulating `Env []string` lists is tedious and error-prone, especially considering potential duplicates. (since programs would others choose either the first or last occurrence, unpredictably) The propo...
I am working in a severely bandwidth-limited environment and am trying to strip down the http responses generated by net/http. I would like to prevent the Content-Type and Connection headers from being inserted into the http response. (The Connection header should be safe to remove at least f...
0
col-md-12 don't have the css attribute float:left like others columns. The behavior is different (margin, padding, position ...)
Example: ` .col-xs-6 .col-md-4 .col-xs-6 .col-md-4 .col-xs-6 .col-md-4 ` see: http://stackoverflow.com/questions/18428450/bootstrap-3-layout-with- panel-display-not-correct-on-small-device/18433782
1
_Original tickethttp://projects.scipy.org/scipy/ticket/534 on 2007-11-06 by @nilswagner01, assigned to unknown._ python /data/home/nwagner/local/lib64/python2.3/site-packages/scipy/io/tests/test_mio.py Traceback (most recent call last): File "/data/home/nwagner/local/lib64/python2.3/site-pac...
In the documentation for `rv_continuous`, there is a clear note that only positive arguments are valid by default. However, such note is missing for `rv_discrete`. This is quite unintuitive and I would have like to be warned of that behavior instead of getting a `ValueError: Domain error in arguments.` exception. Wh...
0
I18n is essetial i think so: ICU/Intl is require but there is a problem in JS word to using i18n: * There is no valid implementation ISO for Intl. It's wired implementation for JS. * It's not the entire ICU library it's just simple the implementation that not cover all use cases. * There is no parser for Con...
As seen in #1952 / #1636 ICU needs to be added in Deno build. Switching this flag to true maybe: https://github.com/denoland/deno/blob/master/.gn#L50 ? ref: https://v8.dev/docs/i18n
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/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): co...
**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.): kub...
0
I've noticed that when opening/closing a modal box causes a little flicker on Chrome, so I realized that the cause of that is the next couple of lines in the CSS stylesheet for the .modal.fade .modal-dialog: -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform ...
This issue has been bouncing around a bit; basically, on my modal dialogs, I see a bit of "flicker" (the content rapidly appearing/disappearing) when hiding or unhiding the dialog. I was able to capture some of it in a screen capture: https://vimeo.com/73808307 It is most visible when closing the dialog. This is ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.5-SNAPSHOT * Operating System version: macos 10.15.2 * Java version: openjdk 11.0.5
* 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.x * Operating System version: centos * Java version: 1.8 ### Steps to reproduce this issue D...
0
all it does is close and update, never restarts for me. Tested with .193 => .196
Using the Restart and Update button on the release notes view doesn't properly restart and update. Atom closes, but it never restarts. When launched again, it hasn't updated. Restart and update from the Atom Menu works fine. 2010 iMac, OSX 10.10.2
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ![image](https://user-images.githubusercontent.com/16064908/55133199-cdeb3e80-515f-11e9-8434-7fe364b1187b.png) links ar...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.4.1 * Operating System version: macOS * Java version: 1.8 ### Steps to reproduce this issue ...
0
web-workers/worker/application_common.ts duplicates a lot of code from core/application_common.ts. It's primarily duplicating DI bindings. I talked to @vsavkin about this today and the current plan is to move all the export all the bindings that the webworker needs to a separate file and import that file in both core...
Hello. I have the code http://plnkr.co/edit/PNMu9bYdcH8HUNQOSKTn on angular 1.x and I try to do the same on angular 2 - http://plnkr.co/edit/Yx51PogyCQXYE8bKM65l but it doesn't work on angular2 maybe I made mistake?
0
See the behavior on this fiddle when you click the button to change the state of a item: http://jsfiddle.net/oe7axeab/30/
I can't find a nice way for a parent to retrieve values from child models created with v-repeat, as shown at http://jsfiddle.net/bdaglish/W9xcP/13/ . All values are set initially, but subsequent changes in the input aren't reflected in the parent. Ideally, I'd like the first example to work, looping through a one se...
0
When targeting ES6 with the new typescript 1.5.3, the es6-promise definitions referenced in angular2.d.ts conflict with the promise definition built in to the es6 library definitions, giving a duplicate identifier error: $ tsc /usr/local/lib/node_modules/typescript/bin/lib.es6.d.ts(4775,11): error ...
Hi @ericanderson I'm having many problems with this change when used in practice: ## Problem 1: Go To Definition When you press Go To Definition on a property of props or state, Typescript is not able to resolve it. interface MyComponentProps { name: string; } export abstract cl...
0
@inline function f(A, I) @boundscheck checkbounds(A, I) @inbounds A[I] end g(A, I) = @inbounds f(A, I) On `0.7-beta2` `@code_typed g(ones(1), 1)` will contain a `checkbounds` call. cc: @mbauman
It would be nice to be able to remove more dead code in the julia-level optimizer. Example case: julia> function f(A) @inbounds for I in 1:length(A) view(A, I) end end f (generic function with 1 method) julia> @code_typed f([1]) ...
1
**Neo4j Version:** 2.3.1 **Operating System:** Ubuntu 14.10 ### Steps to reproduce Creating a collection of collections, e.g. `Collect([TOINT(idn),STR(name),TOINT(status),TOINT(days_norm),TOINT(days_spent)]) as flowsteps` and later on adding up corresponding items `REDUCE (x=0, i IN flowsteps | x + TOINT(STRI...
Hi, We coding a program for make an import of our sql database to neo4j. We use HTTP API and CSV import query for import all datas We have no probleme with MERGE on nodes but with MERGE on relationships take very very long time (take 15min just for MERGE 10 000 relations ...). We replaced it by CREATE command and i...
0
* VSCode Version: 1.0.0 * OS Version: Linux Steps to Reproduce: 1. Smoke test (clone https://monacotools.visualstudio.com/DefaultCollection/Samples/_git/vscode-smoketest-express) 2. open bin/www 3. Show quick outline. Note that several entries are duplicated ![image](https://cloud.githubusercontent.com/...
As far as I can tell, extensions can set a `LanguageConfiguration` object for a language with `languages.setLanguageConfiguration()`, but they can't get an existing one. This would be very useful for getting information about the language of the current document.
0
See the log below. A pod (created by a RC) failed to schedule several times. All of the failed attempts are visible along with the one that succeeded. RC's replicas is set to 1. $ kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS ...
**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.): ku...
0
# Environment Windows build number: 10.0.18975.0 Windows Terminal version: 0.5.2622.0 # Steps to reproduce 1. Run wt.exe to start an instance of Windows Terminal 2. Press Ctrl-t 4 or 5 times to open a few tabs (running PowerShell) 3. In each tab, run `dir c:\ -rec` 4. Wait a few seco...
NOTE: This is different from, but may be related to, #2230 # Environment Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version: 0.3.2142.0 # Steps to reproduce 1. Open a new Windows Terminal instance 2. Open a second tab using either the "+" button ...
1
`matmul` (aka `@`) is extremely slow when one of the two arrays is the real or imaginary part of a complex array extracted with `.real` or `.imag`. This was already observed in this issue, but was not marked as a bug, while I think this should be. ### Reproducing code example: Consider the following benchmark. ...
### Describe the issue: Hi there, Let me go straight to the point. I have a list of arrays which I want to apply np.argsort() to. I was finding wrong answers using the `axis` option, so I tried to debug it with a simple loop, printing everything. The results clearly don't match expectations in some rows, and frank...
0
Describe what you were doing when the bug occurred: 1. Went from Flamegraph to the ranked view. This doesn't reproduce consistently * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157...
Describe what you were doing when the bug occurred: 1. Recording with the Profiler 2. Clicking on the "Ranked Chart" * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.fo...
1