text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**Ari Miller** opened **SPR-4551** and commented My description of the problem below uses the 2.5.2 version of the classes described. Note the problem also occurs in 2.5.1. We believe we have discovered an issue with the RequestMapping method resolution logic, that can cause particular requests to be handled by the...
**Abhishek Gupta** opened **SPR-4873** and commented Sub: Additional sql-state classification required for Sybase and DB2 We currently classify SQLExceptions as Transient or Non-Transient based on SQL-States we provide in a configuration file. Following are the SQL-States for DB2 and Sybase that we use: SQLState...
0
This 'issue' may be behaviour by design, but I couldn't find a suitable reference to this logic anywhere. So apologies if that is the case. $ tsc --version message TS6029: Version 1.8.0-dev.20151105 Steps to repro: * Create empty TypeScript project in `/tmp/path/to/my/project/` * Create ...
React's setState(state) method accepts an object with only some of the total set of keys found in a component's state but to express that in Typescript the definition of the interface passed to React.Component[Props, State] has to be somewhat sacrificed by making all fields optional (?): interface Stat...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): no **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ...
In #1458, Brendan introduced a pattern for accessing and defaulting values: Rather than actually setting the value in the struct during validation (which we do for some other fields), he wrapped the comparisons in functions that captured the defaulting. This pattern has a distinct advantage of working in tests, wher...
0
Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 08/04/2020 18:37:41 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
When using stacked progress bars, the value 0 is not usable with the `aria- valuenow` attribute. See: http://plnkr.co/edit/MqKBgSEWHidDY6lNFWwG?p=preview This is due to the min-width for the `[aria-valuenow=0]` pushing the 100% bar element to the next line. Discovered while testing angular-ui/bootstrap#2511 .
The min-width on progress bars meant for showing 0% text cases can sometimes cause stacked bars to not appear. This problem arises when using the `aria- valuenow` attribute. jsbin demo Resizing the browser to a grid size medium or below shows the problems in the 90%s.
1
_Original title: Support having non-page js/jsx files in pages dir_ This is an often requested feature. See issues #3508 #1914 #1689 #1545 #988 and there are likely more. _edit: Also#3183._ This issue was fixed in PR #3195 but somewhere along the way the `pagesGlobPattern` config became broken, and was cleaned out...
(I searched for duplicates, apologies if this has been discussed before.) The package.json files in Next.js and styled-jsx omit the conventional `^` on dependency versions. Why is this? I'm guessing it's intentional, as it seems to be this way on multiple Zeit projects, and you obviously know what you're doing. Wh...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Compiles without errors. ## Current Behavior Compiles with the following errors: > ERROR in /Users/radu/code/notes-react/node_modules/@types/material- > ui/index.d.ts > (18,23): error TS2688: Canno...
**material-ui 1.0.0-beta.25** * I have searched the issues of this repository and believe that this is not a duplicate. * * * Problem could be with button style: disabled: { color: theme.palette.action.disabled, } in Button/Button.js, where `theme.palette.action.disabled` is ...
0
This was originally reported as a question on stackoverflow: http://stackoverflow.com/questions/32707467/reading-png-does-not-give- expected-result The stackoverflow question has a link to a dropbox site that contains the file `W0002_0004.png` that triggers a seg. fault when it is read using `scipy.misc.imread`. I...
_Original tickethttp://projects.scipy.org/scipy/ticket/1613 on 2012-02-29 by trac user wiredfool, assigned to unknown._ This is similar to bug 1205, closed as invalid. When trying to open a 1 bit png, I get segfaults. Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyrigh...
1
Windows 7: New Atom windows start in a windowed state, rather than being maximized, even when they were maximized before last being closed. The corners of this image are the corners of my screen.
When I launch the editor, the process seems to be running (shown in Task manager and Taskbar) but no window is shown at all.
1
On Linux, $ GOOS=windows GOARCH=386 ./make.bash ... /home/bradfitz/go/src/libmach/windows.c:49: error: conflicting types for 'pread' /usr/include/bits/unistd.h:88: note: previous definition of 'pread' was here /home/bradfitz/go/src/libmach/windows.c:56: error: conflicting types f...
This was brought up by jgr on IRC. I can't come up with an explanation for this behavior. Apologies if there's a mistake in the code. This code: http://play.golang.org/p/U4elciYqmL triggers the deadlock detector on playground, hangs on Linux (go tip 5439c77d4acb). Exporting "msg" as ...
0
I stumbled upon this issue by accident, as I noticed that using a symbol that has been imported in multiple glob statements does not result in an error: mod foo { pub fn p() { println("foo"); } } mod bar { pub fn p() { println("bar"); } } mod baz { use foo::*...
I got an internal compiler error when `cargo test`ing my code, and I was unfortunately unable to reproduce on a small sample. The code is here on Github, to reproduce the error, change the literal on one line in test from `42.0` to `42`. $ rustc --version --verbose rustc 1.0.0-nightly (522d09dfe 20...
0
I have this data frame. 728 562 599 642 592 686 602 744 640 678 309 96 29 99 63 73 48 81 48 13 25 337 40 25 41 47 14 33 54 63 33 45 395 64 95 63 90 52 82 66 26 26 20 264 38 56 73 17 98 56 80 77 44 49 I want to sort it horizontally based on row index 264 I tried: df.sort_value...
xref #10726 This is possible, just not implemented In [3]: df = DataFrame(np.arange(16).reshape(4, 4), index=[1, 2, 3, 4], columns=['A', 'B', 'C', 'D']) In [4]: df Out[4]: A B C D 1 0 1 2 3 2 4 5 6 7 3 8 9 10 11 4 12 13 14 15 ...
1
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Hello , We were trying to execute airflow CLI commands for "airflow tasks" in MWAA. While testing these commands , we observed that below "airflow tasks" cli command are parsing parsing all DAGs file then execute provided ...
Dear Airflow Maintainers, Before I tell you about my issue, let me describe my environment: # Environment Centos 6 CeleryExecutor (redis) Two workers, 1 scheduler, 1 webserver MySql * Version of Airflow 1.6.2.10, 1.7.0rc1, HEAD * Example code to reproduce the bug (as a code snippet in markdown) ...
0
**Describe the feature** : currently term aggregation execute below: the node coordinating the search process will request each shard to provide its own top size term buckets and once all shards respond, it will reduce the results to the final list that will then be returned to the client. if try to get all term...
Terms aggregation does not support a way to page through the buckets returned. To work around this, I've been trying to set 'min_doc_count' to limit the buckets returned and using a 'exclude' filter, to exclude already 'seen' pages. Will this result in better running time performance on the ES cluster as compared ...
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 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
**Easy:** * in test_common, check that the ValueError raise has a useful error message. (see sparse test for an example) * put as many of the "specific" tests in test_clustering, test_transformers, ... into test_non_meta_estimators. **Not so easy:** * calling `fit` forgets the previous model if any * ~~ch...
I hope this is not a duplicate issue, but it's something I've been thinking about for a while. It would be nice to create a utility function to generate learning curves: both for hyperparameter value vs. score/error, and for number of training samples vs. score/error. It's something I do by-hand very often. I think a...
0
**System information** * OS Platform and Distribution: Windows 10 * TensorFlow installed from: source * TensorFlow version: 1.12.0 * Python version: 3.5 * Bazel version (if compiling from source): 0.19.2 * CUDA/cuDNN version: No * GPU model and memory: No **Problem** I have a build problem when usi...
**System information** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): windows 10 pro * TensorFlow installed from (source or binary): source * TensorFlow version: 1.12 * Python version: 3.6 * Installed using virtualenv? pip? conda?: conda * Bazel version (if compiling from sour...
1
In the following example, julia fails to elide the view of the array if the view thinks the underlying array is a matrix rather than a vector. function matrix_view(a) @views a[:,1] 0 end a = randn(3) A = randn(3,1) @btime matrix_view($a) @btime matrix_view($A) ...
Taking out the new `immutable` out for a spin it behaves initially as expected. immutable Foo bar::Int baz::String end qux = Foo(1, "hi") julia> qux.bar = 2 ERROR: type Foo is immutable Yeah. But when I use arrays I get a different unexpected behavior .....
0
This does not work (note the usage of localhost two times; I am running Vagrant (ssh port 2222) and within the vagrant box I am running a Docker container (ssh port 29007); this container has not been started yet ): [hostvessels] localhost ansible_ssh_user=core ansible_ssh_port=2222 ansible_ssh_pri...
This is duplicate of #5934! ##### Issue Type: Bug Report ##### Ansible Version: 1.9.4 ##### Ansible Configuration: Original. ##### Environment: OS X Yosemite 10.10.5 (14F1021) ##### Summary: inventory [vagrant] 192.168.56.132 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/...
0
* Electron version: v1.0.2 * Operating system: Windows 10 I'm trying to evaluate jQuery frameworks for use with Electron/Angular. However, the $(document).ready is never called on my page, so the UI elements never "light up". I've tried jQuery several packages, and while they all work in a Web app, they all fa...
jQuery contains something along this lines: if ( typeof module === "object" && typeof module.exports === "object" ) { // set jQuery in `module` } else { // set jQuery in `window` } module is defined, even in the browser-side scripts. This causes jQuery to ignore the `window` object...
1
#### Description Setting the train_size to 50 does not result in the correct size of the train indices. #### Steps/Code to Reproduce Example: from sklearn.datasets import fetch_mldata from sklearn.cross_validation import StratifiedShuffleSplit def get_dataset(): from sklearn.dat...
y = [0, 1, 2, 3] * 3 + [4, 5] * 5 X = np.ones_like(y) splits = StratifiedShuffleSplit(n_iter=1, train_size=11, test_size=11, random_state=0) ...
1
Do you plan to add Typescript definition file?
I have a small problem; I'm in love with two things at the same time: Typescript and Vue. I tried a handfull different approaches to make them work together; using TS modules and/or classes with public/private/static properties to shim vue components is the best i got. I love the intelisense, autocompletion and e...
1
It seems that the scikit-learn test job that runs against numpy master found a breaking change in numpy: scikit-learn/scikit-learn#12467 Minimal reproduction case: >>> import numpy as np >>> np.__version__ '1.16.0.dev0+8aa1214' >>> np.vstack([0] for _ in range(3)) Traceback (most rece...
As reported by @ilayn over in #12262: > There are other backwards incompatible changes for hstack and column_stack > which were explicitly accepting generator expressions but now they don't. > > Xref : scipy/scipy#9405
1
# What / Why > ERR! cb() never called! ## When * n/a ## Where * n/a ## How ### Current Behavior *npm install jQuery -S ### Steps to Reproduce * n/a ### Expected Behavior * n/a ## Who * n/a ## References * n/a
### *Updated* as of 01/15/2021 **Note: Please readthis doc before filing a new issue.**
1
I noticed that compound assignment won't work with certain operators, like |> and ∘. For example, the following code gives the error "ERROR: syntax: unexpected "="" on line 2: a = 2 a |>= exp But if I say, redefine the * operator as |>, it works perfectly: import Base.* *...
Only a subset of available operators allow the shorthand `OPERATOR=` notation. I think the current situation is that only ASCII operators are covered. e.g. julia> a ×= b ERROR: syntax: unexpected "=" in eval(::Module, ::Any) at ./boot.jl:236 I think it would be reasonable if all operat...
1
Hello there ! On any golang version (1.5 or 1.6 ). # http://play.golang.org/p/71ZtR0mX9K package main import ( "encoding/json" "fmt" ) type FooBar struct { Foo int `json:"Foo,omitempty"` Bar int `json:"Bar,omitempty"` } var ( ...
I have a program that listens on tcp port 8080, gets its *net.TCPListener's File() *os.File, and passes that to a child process via exec.Command.ExtraFiles. The idea is for the child to then use that listener with net.FileListener. As a test, I wanted to verify that the child would fail...
0
Two FIXMEs in simpleext: "/* FIXME: handle embedded types and blocks, at least */" in `p_t_s_rec` and "FIXME: check duplicates (or just simplify the macro arg situation)" in `add_new_extension`. I don't pretend to have any understanding of this code, so that's all I'll say. The first one at least seems to have been ...
Given these two files: // foo.rs #[link(name="foo",vers="0.0")]; #[crate_type = "lib"]; use std::hashmap::HashMap; pub type map = @mut HashMap<uint, uint>; // end of foo.rs // bar.rs extern mod foo; fn foo(a: foo::map) { if false { ...
0
### System info * Playwright Version: [v1.32.0 (Java)] * Operating System: [macOS 13.3] * Browser: [Firefox, WebKit, (Chromium unclear)] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. My website asynchronously navigates to another page while I am ...
I would like to suggest an enhancement for the Playwright testing framework. Currently, when using the codegen/selector picker feature, it would be beneficial to have the ability to exclude certain types of selectors from being generated. For example, in cases where I am using a framework that assigns a unique ID to ...
0
by **claudiu.garba** : When trying to parse a huge csv file(450MB) the memory increase at 1.2GB, with a spike at 1.6GB. The amount of time to finish the program is ~ 1,30 minutes. OS: mac osx go version :1.2, 64biti code here: http://play.golang.org/p/jrVSqCcMpQ The csv file ha...
I'm attempting to wrap libusb so I can interface with my kinect. I have basic control working and have written the bulk and interrupt code, but isochronous requires using the asynchronous API, which cgo seems to be having trouble with. Consider the following code: /* iso.go */ ...
0
Basically most times I want to make a dialog that instead of having a defined size takes all the available size (up to maxSize=xs/md...) instead of adapting to the content size. To do this I had to make my own style around it: import { default as Dialog, DialogProps } from 'material-ui/Dialog'; imp...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The popover should show a default animation when it pops in. ## Current Behavior The popover animation is not showing a default animation when it pops in. ## Steps to Reproduce (for bugs) 1. Op...
0
Challenge http://freecodecamp.com/challenges/waypoint-label-bootstrap-wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Hi, The Task: Add an h4 element to each of your elements. is correct but it is marked as incomplete / incorrect. I am unable to progres...
Challenge http://freecodecamp.com/challenges/waypoint-comment-your-javascript- code has an issue. Please describe how to reproduce it, and include links to screenshots if possible. In the second part of the challenge, where you're required to create a multi- line comment, if you were to spread that comment across mu...
0
#### Code Sample, a copy-pastable example if possible import pandas d = pandas.DataFrame({"lat": [-6.081690, -5.207080], "lon": [145.789001, 145.391998]}) d.plot(kind='scatter', x='lat', y='lon') #### Problem description NameError Traceback (most ...
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy as np import matplotlib import matplotlib.pyplot as plt ts = pd.Series(np.random.randn(1000), index=pd.date_range('1/1/2000', periods=1000)) ts = ts.cumsum() ts.plot() #### Problem descr...
1
Currently there are 2 options: * get all the columns, but without knowledge which one is the target one * get 2 columns splitted, again without knowledge of target column name.
As far as I know, Sklearn does not provide a way to get the names of the "columns" corresponding to the target. It would be useful to choose an standard name for this data, so that Sklearn-compatible datasets can provide this information. This has been asked before in StackOverflow: https://stackoverflow.com/quest...
1
* VSCode Version: 1.0.0 * OS Version: Mac 10.11.4 Steps to Reproduce: 1. Change the theme to Solarized Dark. 2. The SideBar still black.
* VSCode Version: 0.10.11 Commit `f291f4a` * OS Version: Linux 4.2.0-34-generic #39~14.04.1 (Ubuntu) Steps to Reproduce: 1. Open known good partial (dust template), e.g, the menuItem.toggle.dust.emacs attached 2. Add and delete a space, then save. 3. Re-run dust rendering The output will be missing severa...
0
In my web application I commonly use the pattern of mapping a collection of fields to an array on one of my entities. As of upgrading to 2.3 today I've noticed that if a collection has only one field and that is empty, then an UnexpectedTypeException is thrown on line 76 of EventListener/ResizeFormListener.php. I tri...
Hi guys, I just notice that, when I send a non array data to a collection form field the `ResizeFormListener` throws an `UnexpectedTypeException` before the form validation. Here is the action public function indexAction(Request $request) { $form = $this->get('form.factory')->createNamed(...
1
Elements that trigger tooltips/popovers, as well as child elements in popovers, seem to be incorrectly affected by the `input-append` class. These elements lose their top-right and bottom-right `border-radius` when their associated tooltip/popover displays. Here is a jsFiddle that shows the issue: http://jsfiddle.ne...
<div class="input-append"> <select class="input-medium required"> <option value="">--Select--</option> </select> <span class="add-on">Test</span> </div> $('span.add-on').tooltip({ placement: 'bottom', title: 'Test' });​ Using this...
1
## Steps to Reproduce 1. Open two iOS devices ( in my case an iPhone and an iPad) 2. Run `flutter run -d all` on a default app. error: Launching lib/main.dart on iPhone X in debug mode... Launching lib/main.dart on iPad Air 2 in debug mode... Error 1001 received from application: File sys...
## Steps to Reproduce 1. Add Firebase ML Kit in pubspec. 2. Run `flutter build ios --release` ## Logs Pods/GoogleMobileVision/BarcodeDetector/Frameworks -F/Users/gurleensethi/FlutterProjects/camera_ml/ios/Pods/GoogleMobileVision/Detector/Frameworks -F/Users/gurleensethi/FlutterProjects/camera_ml/...
0
As-is, the repository-hdfs plugin isn't going to work at all from what i see. I'm just plotting what I think we need to do to fix it, before releasing it: * Four plugin zip versions are created, none are really tested, none are working (except on windows). For example the `-lite.zip` has no hadoop jars and expect...
**Elasticsearch version** : 5.0.0-alpha3 **JVM version** : 1.8.0_73-b02 **OS version** : CentOS Linux release 7.2.1511 **Description of the problem including expected versus actual behavior** : I'm trying to upgrade an ES plugin from 2.3 to 5.0.0-alpha3, and a template we previously had working is now causing an...
0
After upgrading to VSCode 0.10.6 I've been getting IntelliSense suggestions when writing a line comment (starting the line with //) in C# projects. I use VScode for developing Unity3D projects on OSX 10.11.2. It's an understatement to call it annoying when I write e.g. "will do" and "do" auto completes to a full do....
I'm trying to fix microsoft/vscode-go#103, but as far as I can tell this isn't possible currently without tokenizing the whole file again in my extension and manually checking whether I'm in a comment to suprress providing results. It would be nice if the `CompletionItemProvider` provided a setting to suppress it's ...
1
[Enter steps to reproduce below:] 1. ...ignored *.pyc files in setting view 2. ...and right clicked on found name in tree-view **Atom Version** : 0.201.0 **System** : Microsoft Windows 8.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find ...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
**Eugene Kuleshov** opened **SPR-1415** and commented When implementing session or message-driven EJB's using Spring's convenience EJB classes it would be nice if you can actually define special bean in Spring application context, then when this bean will be requested, it would inject all the dependencies declared ...
**Mike Youngstrom** opened **SPR-7967** and commented mvc:annotation-driven is not very configurable. I understand the desire for simplicity here but occationally I have the desire to customize a small aspect of what mvn:annotation-driven does and I end up having to rip out the use of mvc:annotation-driven entirely....
0
Description: Allow an index level granularity of backing up and restoring of indexes. Use Case: In a multi-tenant application, where there is an index per tenant, there is often a need to restore an index to a previous "snapshot". It is even possible that a tenant owner / admin will be allowed to "go back in t...
As stated in issue 2458, the Shared Gateways are getting deprecated and we will need a new API in order to snapshot ES clusters/indices.
1
I'm getting this error in the console when certain components are removed from the DOM. It's calling the method below, which assumes that target is not null and tries to access addEventListener of null object. Should it be checking if (target && target.addEventListener) {...} instead? Are components being removed in ...
Hello, After updating to React 15.0.1, we are getting the following error: Uncaught TypeError: Cannot read property 'addEventListener' of null ![image](https://cloud.githubusercontent.com/assets/4996164/14602577/5bb4e9f2-0571-11e6-9aa1-98de49f50d76.png)
1
Setting the font family to "Source Code Pro Light" causes Atom to use the default font, even though I have this font installed.
There is no way to specify a font weight in the project settings that I can find. I tend to like using this font for coding: http://www.lucasfonts.com/fonts/themixmono/themixmono/styles/ But I cannot seem to find a way to use a lighter or heavier weight than the default.
1
Looks like currently we dont add alias name to slow query logs, Also I doubt if it adds the filter used in alias as well . May be we need to update -> https://github.com/elastic/elasticsearch/blob/master/src/main/java/org/elasticsearch/index/search/slowlog/ShardSlowLogSearchService.java#L185 and add alias name + Con...
When using filtered aliases filtered by type, it will be helpful for slowlog to report the types queried. Currently, it returns `types[]`. POST /_aliases { "actions": [ { "add": { "index": "index_name", "alias": "slowlogalias", "filter": {...
1
When adding components with events to a popover, they are rendered correctly, however no actions (clicks, hovers) are triggered. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Similar to the example presented in the demos (https://material- ui.com/d...
The Select form component uses the Input's "isDirty()" function to determine if it should be marked as dirty, which does not mark the field as dirty if you select a blank value. The select field is using logic on this line: https://github.com/mui-org/material-ui/blob/v1-beta/src/Input/Input.js#L32 . I know that ...
0
Related to #1083, perhaps. Standard `requests.get()` for this particular site/page `https://docs.apitools.com/2014/04/24/a-small-router-for- openresty.html` results in: >>> import requests >>> requests.get('https://docs.apitools.com/2014/04/24/a-small-router-for-openresty.html') Traceback (...
Many web servers use the Host header to match different sites, probably the most important HTTP header. There is no Host entry in the response.request.headers, unless set explicitly when issuing the request.
0
Here's my code and uses cases: https://gist.github.com/1018025 Basically I'm forced to do: $em->persist($user); foreach ($user->getAdvertisers() as $advertiser) { $advertiser->setUser($user); $em->persist($advertiser); } $em->flush(); Instead of simply: ...
symfony/src/Symfony/Component/Finder/Finder.php Lines 635 to 641 in 2aa54b8 | if (static::IGNORE_VCS_FILES === (static::IGNORE_VCS_FILES & $this->ignore)) { ---|--- | $this->exclude = array_merge($this->exclude, self::$vcsPatterns); | } | | if (static::IGNORE_DOT_FILES === (static::IGNORE_DOT_FILES & ...
0
Looking at the web profiler in Silex I saw > **Notice** : Undefined offset: 1 in **/srv/http/tronatic- > studio.com/vendor/symfony/http- > kernel/DataCollector/RequestDataCollector.php** on line **280** > > **Warning** : Invalid argument supplied for foreach() in > **/srv/http/tronatic-studio.com/vendor/symfony/...
Steps to reproduce: symfony new symfony-app 3.2.0-RC2 cd symfony-app bin/console s:start open http://127.0.0.1:8000 open http://127.0.0.1:8000/_profiler/{token}?panel=router The exception: An exception has been thrown during the rendering of a template ("Notice: Undefine...
1
On PPC this test fails as reported in #7836 o = 1 + np.finfo(np.longdouble).eps assert_equal(np.longdouble(repr(o)), o, "repr was %s" % repr(o)) with AssertionError: Items are not equal: repr was 1.0 ACTUAL: 1.0 DESIRED: 1.0 Amon...
_Original tickethttp://projects.scipy.org/numpy/ticket/2077 on 2012-03-10 by @matthew-brett, assigned to unknown._ In [1]: import numpy as np In [2]: print np.finfo(np.longdouble) /Users/mb312/dev_trees/numpy/numpy/core/machar.py:125: RuntimeWarning: overflow encountered in add a = ...
1
**Now-2** and **Next-8** require us to drop `server.js`-based approach to serve SSR in production, and replace it with lambdas and route configs. I fully understand the reasoning behind this and I don't question it. Hovewer, the `server.js` file was useful not only to apply routing but to inject middlewares! Middlewa...
I'm trying out next.js but for my specific needs I want to use external CSS file, e.g. from CDN. It's utility belt which provides a lot of useful classes in the app. I've tried adding it in `Head` component like: import React from 'react'; import Head from 'next/head'; export default () =>...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes/no RFC? | no Symfony version | 4.0.5 I have a typeahead.js on a page. After upgrading to 4.0.5 it stops working. Looks like problem in this lines: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/WebProfilerBu...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 4.0.5 Hi, 'tbody.rows.count is not a function' error is showed in console when i try to make an ajax request, with profiler toolbar open. It works if I revert to version 4.0.4. Regards, Marton...
1
Tagged templates are fairly easy to implement using ES5 and ES3, you simply turn the following: fn`Hello ${you}! You're looking ${adjective} today!` into the following: fn(["Hello ", "! You're looking ", " today!"], you, adjective); (sample taken from http://updates.html5rocks.com/2015...
Hi all. If I target ES5, with noLib option and manually pointing to lib.es6.d.ts, with a polyfill for es-6 Promise, It would be to be able to use async & await. Even with a limited transpilation (i.e. not supporting yield).
0
Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or join the Keras Slack channel and ask there instead of filing a GitHub issue. Thank you! * Check that you are up-to-date with the master branch o...
Hi all, I was wondering if you would be able to help or advice me on an issue I am having. I am not sure that this is a bug but I would like some input on this problem to be sure of what is happening! I have built a multi-label classifier network in order to classify categories in some data i have that includes cla...
0
According to this program any value between ...cde0 and ...cdef is equal to uint64 value of ...cdef which was a big surprise import numpy a = numpy.uint64(0x1234567890abcdef) if a == 0x1234567890abcde0: print("BUG!") Seems like uint64 is converted to float even when it is compared...
This is to gather and close some other issues. The NEP 50 proposal would close it. In many cases using int64 as the default Python integer for scalar operations (where we disable value-based logic) can be surprising * gh-2955 (bitwise_and) * gh-5746 (comparison) although uint64 and int64 comparisons of course ha...
1
* VSCode Version: 0.10.11 * OS Version: OS X 10.11.4 Steps to Reproduce: 1. All I have to do is open Visual Studio Code and it will give me these error. I am not able to save, and some of the keyboard commands don't work such as backspace. Troubleshooting: 1. I've deleted all my extensions from `~/.vscode...
* VSCode Version:0.10.11 * OS Version:Mac 10.11.3 Steps to Reproduce: 1. Left vscode over night 2. Code --> Preferences --> Color Theme ![screen shot 2016-03-16 at 8 10 03 pm](https://cloud.githubusercontent.com/assets/10361685/13833352/25892762-ebb3-11e5-8e5d-db34bee10b10.png) This error does go away aft...
1
Hi, This is not yet part of `ES6` nor `ES7` nor `TypeScript` agreed specs but I have proposed it already there. So in the meanwhile, just sharing the idea with you guys too. This would be amazing operator!! Especially for `ES6`/`ES7`/`TypeScript` var error = a.b.c.d; //this would fail with error if a...
I know this is out of spec, but it would be very nice to add support for Elvis operator in playground. object?.property // object && object.property foo?() // foo && foo()
1
## Steps to Reproduce 1. Check out https://github.com/filiph/hn_app/tree/2ab7e86806c6fbf4bec2f3a11129d706a9a3b3c7 (a simple app sample with a single widget test) 2. Run test with `flutter run test/widget_test.dart`. Verify that it is passing. (You may need to hit `R` to hot restart.) 3. Now run the same test w...
## Steps to Reproduce Swipe to third page in this app: import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: MyHomePage(), ...
0
I am trying to run my tests on github actions . My config file is within the tests/playwright folder in the repo.When I run the workflow , the action uses just one worker as opposed to 90% specified in the playwright.config.ts file. If I change the worker index to a number say 10, it uses the given number of workers ...
**Context** : In long E2E test flows there are certain steps that are duplicated like moving in-between "Product" vs "shipping" vs "Payment method" tabs in an online order workflow. **Problem** : In Playwright-Test, duplicate test titles are not allowed as "error" (not as a warning) which is painful for someone who...
0
julia> 128738872312*invmod(128738872312,9223372036854775783) 9223369465230597584 julia> ans < 9223372036854775783 true
To deal with integer arithmetic overflow we do the following: 1. add checked integer arithmetic intrinsics named `checked_add`, `checked_mul`, etc. 2. have a compiler switch that uses these everywhere. 3. write a `@check_overflow` macro that transforms an expression to turn `*` into `checked_mul` and `+` into ...
1
There is an issue with `img { max-width: 100%; }` defined in reset.less (around line 77) and Google Maps, especially if you are using `InfoWindow`. Some of the graphic elements are kind of "distorted". To fix that issue, add something like the following line to your css definitions: `#map img { max-width:none; }` ...
First of all thanks for your fantastic work. It does SAVE me a lot of time. When I put Google Maps into Bootstrap layout, img tag in Google Maps breaks because Bootstrap set **img max-width to 100%**. When I comment max-width, it's working find but I'm not sure whether it'll break something else in Bootstrap or not....
1
`sklearn.feature_extraction.text.HashingVectorizer` uses `sklearn/feature_extraction/_hashing.pyx` which has a signed 32bit variable as a counter which overflows on my dataset and causes the following error: Traceback (most recent call last): ...
#### Description `sklearn.feature_extraction.text.HashingVectorizer.fit_transform` raises `ValueError: indices and data should have the same size` for data of a certain length. If you chunk the same data it runs fine. #### Steps/Code to Reproduce import sklearn from sklearn.feature_extraction.tex...
1
* I have searched the issues of this repository and believe that this is not a duplicate. Although #3265 raises this point too, but does not focus on it as the problem to address. ## Expected Behavior The README specifies > Warning: Adding loaders to support new file types (css, less, svg, etc.) is > not recomm...
# Feature Request ## The Problem Next.js can't be used for apps running on Smart TV (e.g., on Samsung Tizen platform) or for other client-side rendered apps with dynamic data requirements. It would be great if Next.js could be used for client-side only apps and still support dynamic routing and automatic code-spli...
0
# Environment Windows 10 Any other software? # Steps to reproduce 1. Run cmd.exe under windows terminal preview 2. navigate to a directory containing text files 3. Run the command "less -MN *.txt" 4. When you reach the end of the 1st file enter the "less" command ":n" to go to t...
# Description of the new feature/enhancement Add a Global Setting `OpenMaximized` to start the application with a maximized window.
0
Latest Atom version 0.187.0 (on OS X) does not highlight the following PHP code correctly: `$cvsData = date("Y-m-d H:i:s") . ";" . $_POST["venue"] . ";" . $_POST["salutation"] . ";" . $_POST["surname"] . ";" . $_POST["name"] . ";" . $_POST["company"] . ";" . $_POST["phone"] . ";" . $_POST["email"] . ";" . $_POST["ad...
I opened a Python file with the following line (#963): PrintAndLog(u"SSID: " + RememberedNetwork["SSIDString"].decode("utf-8") + u" - BSSID: " + RememberedNetwork["CachedScanRecord"]["BSSID"] + u" - RSSI: " + str(RememberedNetwork["CachedScanRecord"]["RSSI"]) + u" - Last connected: ...
1
Post the initial implementation of the language server, there are quite a few other features that need to be added as well as some "tech debt" from the initial implementation. We might want to break some of these off to individual issues, but it is good enough for now to have a "master" issue for tracking purposes. ...
Add sync and async APIs to the `Deno` namespace which allow to acquire (advisory) file-system locks. The API could look something like this: interface LockOptions { mode: "shared" | "exclusive"; } interface Deno { // ... flock: (pid: number, options: LockOptions) => ...
0
#### Challenge Name Wrap Radio Buttons in a Fieldset Element for Better Accessibility #### Issue Description The raw JavaScript code is showing in the output field on this challenge. I have taken a screenshot of this issues. #### Browser Information * Browser Name, Version: Google Chrome V56.0.2924.76 * Oper...
Challenge add-an-accessible-date-picker has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. The code result includes additional...
1
#### Code Sample import numpy as np import pandas as pd dts = pd.date_range('20180101', periods=10) iterables = [dts, ['one', 'two']] idx = pd.MultiIndex.from_product(iterables, names=['first', 'second']) s = pd.Series(np.random.randn(20), index=idx) s.groupby('first').nlar...
Related #4134 and: http://stackoverflow.com/questions/18159675/python-pandas-change-duplicate- timestamp-to-unique/18162121#18162121 In [81]: df = DataFrame(dict(time = [Timestamp('20130101 9:01'),Timestamp('20130101 9:02')])) This is buggy In [82]: df.time + np.timedelta64(1,'ms'...
0
Create a simple http server setup with expvar: import ( _ "expvar" "http" "log" ) func main() { err := http.ListenAndServe(":8888", nil) if err != nil { log.Fatal(err) } } The output returned, however, are keys...
by **dave@lytics.io** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. JSON decoding from scientific notation into an integer is not allowed by the JSON decoder. Here is an example: http://play.golang.org/p/yS3YNvt8BB ...
0
Hi there , we are using node v10.16.0 and npm 6.10.1 on the server environment, we already put X11Forwarding yes in /etc/ssh/sshd_config file but still having the issue with electron starter app (electron:2310): Gtk-WARNING **: 14:47:14.095: cannot open display: 127.0.0.1 npm ERR! code ELIFECYCLE npm ERR! err...
Hi there, After installing with 'npm install' when I am hitting 'npm start' getting following errors, (electron:24247): Gtk-WARNING **: 11:56:48.745: cannot open display: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! electron-quick-start@1.0.0 start: `electron --no-sandbox .` npm ERR! Exit status 1 ...
1
I feel like I might be missing something obvious, but I'm having trouble running my statically exported Next.js app on a sub-folder. Or in other words, this is what I basically want to do: 1. Run `next build && next export -o dist` to create a `<proj_root>/dist` directory with my static bundle. 2. The user's bro...
# Feature request ## Is your feature request related to a problem? Please describe. In some use cases, we have to set meta tags with the same name (See #4407 for an actual example of use case) . However, you cannot do that because of `next/head`'s duplication-filter feature. Although, thanks to #4121, in the lates...
0
We are using EC2 auto-scaling. It turns out that our airflow machines are on the autoscaled EC2 instances, resulting in multiple machines launching schedulers with LocalExecutors. Is this a design pattern that is dangerous? We originally worked around this using EC2 "user-data" scripts that fire after an EC2 auto-sc...
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow keeps polluting the postgres DB. I cannot understand what causes this but it happens in our cluster every 3/4 weeks. At some point the triggerer stops working and throw errors such as these: Traceba...
0
# 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. ## Mandatory Debugging Information * I have included the output of `celery -A proj report` in the issue. ## Optional Debugging Information...
As a new celery user I cannot discern if celeryd should be ran with with both /etc/default/celeryd config AND Django settings.py, or one or the other? If just Django settings.py, how does the /etc/init.d/celeryd script know that it is there? If both, why are there duplicate settings? Or maybe /etc/default/celeryd isn...
0
## Steps to Reproduce import 'dart:async'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart'; import './Screens/home.dart'; Future query() async { DocumentSnapshot result = await Firestore.instance.collection('dummydocs')....
## Steps to Reproduce I'm new to using Flutter / Dart, apologise in advance if this is something very basic. I've checked through all the documentation for the firebase database plugin and checked all the codelabs, this (what I deem simple) action is frustratingly hard to achieve. final DatabaseRefere...
1
**Bug Report** Which version of ShardingSphere did you use? 5.0.0 Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC Expected behavior [insert into t_pipeline_info (PIPELINE_ID, PROJECT_ID, PIPELINE_NAME, PIPELINE_DESC) values (?, ?, ?, ?) on duplicate key update t_p...
Add API for configuring whether ShardingSphere cache the metadata of the same sharding tables at startup. ### Question Many users will pay more attention on performance at startup, and the metadata of the sharding-tables are mostly the same. So add a cache can reduce startup time. Therefore we will add API to make...
0
In wells.less file the classes are '.well-large' and '.well-small' Docs says '.well-sm' and '.well-lg'
To increase/decrease the size of form controls, you can add the classes input- lg or input-sm (at least according to the website [http://getbootstrap.com/css/#forms] - which is the most consistent solution). In the css code, however, the classes are called input-large and input-small.
1
### Version 2.6.10 ### Reproduction link https://github.com/gr8den/vue-select-memory-leak/blob/master/vue-select- memory-leak.html ### Steps to reproduce 1. Open vue-select-memory-leak.html from repo (I use Google Chrome 74.0.3729.157) 2. Open Chrome DevTools on this page 3. Go to page Performance, enable ...
### Version 2.6.14 ### Reproduction link http://CannotProvide-SeeNotes.cant ### Steps to reproduce Set up a new component. Create the template, include at least one element that has the class attribute as well as a v-bind for class. The bound classes should come from a locally declared variable, that variable ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.8 * Operating System version: window 7 * Java version: 1.8.0_261 ### Steps to reproduce this...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.3 * Operating System version: macos * Java version: 1.8 ### Steps to reproduce this issue 1...
0
![test](https://user- images.githubusercontent.com/10462227/66182795-03418d80-e6a9-11e9-9a02-1978de83bbde.jpg) detectAndDecode return NULL
##### System information (version) * OpenCV => 4.0.0 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2015 ##### Detailed description current implementation refuses to find _any_ QR code when presented with an image that contains more than one. it would be nice if it could do that...
1
import React from 'react'; import PropTypes from 'prop-types'; import { withStyles, createStyleSheet } from 'material-ui/styles'; import AppBar from 'material-ui/AppBar'; import Toolbar from 'material-ui/Toolbar'; import Typography from 'material-ui/Typography'; import Button from...
The `<Grid container>` extends beyond its parent, with half of spacing size. I have marked the extra width in red, also setting spacing to zero fixes the problem. ![mobile-padding](https://user- images.githubusercontent.com/3260363/28355346-338983fc-6c81-11e7-9f67-fb33c7758283.png) Here is a working example: http...
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** tons of use cases for TextAsFrom that should be intuitive that don't work. When we make a TextAsFrom with a positional set of columns, those columns should be welded to it. The statement should be able to work in any ORM context flawlessly, no relian...
Hi, I'm trying to upsert a table that has a column named "id" (primary key) and a column named "name" (unique key). The var "value" is a dict, and the following code gives me: TypeError: on_duplicate_key_update() takes exactly 1 argument (2 given) try: ...
0
### Bug report **Bug summary** Please allow support for multiple markers in the same scatter plot **Code for reproduction** https://stackoverflow.com/questions/43528300/python-matplotlib-scatter- different-markers-in-one-scatter # Wrapper around scikit-learn PCA pca_degs = sy.ordination.Princip...
### Feature Request It would be great if the `plot` and `scatter` functions would allow the `marker` kwarg to be a list. When using `scatter`, I can set the color of individual pixels using the `c` kwarg. `c` can be a list/array. It would be convenient if I could also set the _marker style_ of the individual points...
1
There have been a few time that we've come across the situation where we want to replace nodes instead of updating in place. We are also considering moving to a side by side upgrade deployment system. The status quo makes it difficult to replace the entire cluster efficiently. We have to spin up nodes, wait for reba...
This ask is that historical nodes are able to be put into a maintenance mode such that their nodes do not count towards the replication threshold. This allows for scaling tiers down in a more controlled manner. We occasionally have capacity issues as we scale our cluster such that a lower tier fills up, and upper ti...
1
by **joelegasse** : What steps will reproduce the problem? Compiling and running the following program: package main import ( "bytes" "fmt" ) func main() { data := bytes.NewBuffer([]byte{1, 2, 3, 4, 5}) data.Next(2) // buffer now on elemen...
by **danderson@google.com** : What steps will reproduce the problem? 1. Compile a trivial hello world with the 8* compiler suite. 2. Deploy this binary to a 32-bit server running a kernel patched with grsecurity. 3. Run binary. What is the expected output? The binary shoul...
0
**Furkan KAMACI** opened **SPR-8840** and commented I have a model like that: public class Wrapper<T> { private String message; private T data; public String getMessage() { return message; } public void setMessage(String message) { this.message ...
**Arjen Poutsma** opened **SPR-7023** and commented Currently, the RestTemplate has no way to handle generic types. In other words, the following does not work: List<MyDomain> myDomainList = restTemplate.getForObject(uri, List.class); This should be fixed. * * * **Affects:** 3.1.1 **Issue Lin...
1
# Description of the new feature/enhancement The ability to group or sectionize machines would be a nice feature to organize your machines and consoles. See (1) for grouping example See (2) and (3) for section example ![image](https://user- images.githubusercontent.com/45369229/62411837-943caf80-b5f9-11e9-8d4e-1...
# Environment Win32NT 10.0.18965.0 Microsoft Windows NT 10.0.18965.0 ...
0
Here This is on Python 3.9, 3.8 passed. C:\Python39\lib\site-packages\scipy\integrate\tests\test__quad_vec.py:108: in test_quad_vec_pool ... C:\Python39\lib\multiprocessing\popen_spawn_win32.py:123: in terminate _winapi.TerminateProcess(int(self._handle), TERMINATE) E Pe...
This failure/permissions error is showing up in the wheels repo for a subset of Windows matrix entries, including backports for 1.7.2 and for `master`. I'll put the traceback below, and links to sample PRs: MacPython/scipy-wheels#135 MacPython/scipy-wheels#138 Can we put a skip marker on this test for Windows t...
1
Hi. I would like to have something like this to load relative modules in the context of a NPM package: import foo from "npm:./foo"; This would be useful to load npm packages that need some tweaks to work in Deno. I think it's not possible right now.
My Observation: kar@earth:~/my/projects/guix-pkg-search$ deno compile main.js Check file:///home/kar/my/projects/guix-pkg-search/main.js Compile file:///home/kar/my/projects/guix-pkg-search/main.js Emit guix-pkg-search kar@earth:~/my/projects/guix-pkg-search$ du -sh guix-pkg-search ...
0
Incorrect z-index modal-backdrop. Example: http://jsfiddle.net/aUNr6/1/
![](https://camo.githubusercontent.com/bf29b6dad35757eb1bc4b47aba42881d10c581502dd3063f7b5f451c7c0c516c/687474703a2f2f7331342e64697265637475706c6f61642e6e65742f696d616765732f3131313031302f35796375763964712e706e67) Unexpected empty space appears between two sections "Pictures" and "Videos". **Browsers:** Google Ch...
0
see the screenshot ![image](https://user- images.githubusercontent.com/69608605/156706522-63d03927-18a0-4c72-bf9b-e91c86aadecf.png) ❯ deno --version deno 1.19.1 (release, x86_64-apple-darwin) v8 9.9.115.7 typescript 4.5.2 test.js is // Generated by CoffeeScript 2.6.1 (function() { /...
So far I have been watching node compatibility features, wasm features, and ffi features all to serve one purpose for myself, to expose a a reliable, fast sqlite interface in deno. There are several good sqlite implementations that exist in deno userland thus far: * https://deno.land/x/sqlite (a wasm compilation) ...
0
I've had a spider running pretty consistently for over a year now and just recently had the following error pop up: UserWarning: cookielib bug! Traceback (most recent call last): File "/usr/lib/python2.7/cookielib.py", line 1582, in make_cookies parse_ns_headers(ns_hdrs), ...
When using the example from http://doc.scrapy.org/en/latest/topics/practices.html "Run Scrapy from a script" using Windows XP and Python 2.7 it seems the item_scraped passed signal is not fired. The scraping works and shows in its stats that "item_scraped_count" is 60, yet not a single time the associated function ge...
0
由于安全问题, 需要关闭 dubbo telnet调试功能
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.5.3 * Operating System version: centos7 * Java version: 1.8 ### Steps to reproduce this issue ...
0
2020-08-04.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 08/04/2020 09:58:06 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Timer...
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
I noticed that CacheStorage hasn't been implemented yet, so here's a task to implement it. Thank you for all your hard work! :)
To build a production ready cloudflare worker/ faas alternative with deno it would be very hard to use the current deno web worker implementation. (basically starting one webworker per handler and then dispatching messages from the main script) i see some pain points implementing the registration / update workflows...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Problem Description window.prompt is no...
**Environment:** Windows Sever 2016 + VS 2017.2 ### How to reproduce 1. git clone https://github.com/electron/electron.git D:\Electron\src 2. Open a clean command prompt and browse to D:\Electron\src 3. python script\bootstrap.py -v --target_arch=ia32 ### Expected behavior bootstrap.py run successfully ##...
0
### Apache Airflow version main (development) ### What happened I have 16 dags which all update the same dataset. They're set to finish at the same time (when the seconds on the clock are 00). About three quarters of them behave as expected, but the other quarter fails with errors like: [2022-07-21,...
### Description Currently google cloud provider restricts the version of google-video- intellegiance library to >=1.7.0,<2.0.0. However this version old and latest available version is 2.8.1. This is also mentioend as one of the - ToDos ### Use case/motivation Version >2.0.0 offers features and v2.0.0 is coupl...
0
> Issue originally made by Chet Corcos (chet) ### Bug information * **Babel version:** latest * **Node version:** latest * **npm version:** latest ### Options I want to create a folder that hides the complexity of npm and babel and all that. But babel doesnt seem to be happy about that. See th...
I'm trying to run `babel` on a JSX file outside the project root (this happens in unit test when using a temporary directory under `/private/tmp`). It seems that babel fails to find presets installed into the same `node_modules` directory as `babel-cli`: michi ~/Documents$ mkdir babel-preset-issue ...
1
### Which version of Sharding-Jdbc do you using? 1.5.0 ### Expected behavior 对较复杂sql能正确解析 ### Actual behavior ### Error querying database. Cause: com.dangdang.ddframe.rdb.sharding.parsing.parser.exception.SQLParsingUnsupportedException: Not supported token 'OR'. ### The error may exist in file...
## Feature Request ### Is your feature request related to a problem? I was upgrading from version 1.5.x which is support hint with other shardingStrategy. I find out that I can not only update/modify sharding-jdbc related code in my project to migrate to version 3.1.0 . example: Given a table **order** with co...
0
Copied from: https://code.visualstudio.com/Issues/Detail/20178 I was experiencing a bizarre issue where the TS language service broke down and wouldn't underline errors in my code. After pulling my hair out for half an hour, I figured out it was because I was doing a file import with the wrong case e.g. import Engi...
_From@kuechlerm on March 2, 2016 9:27_ In 0.10.10-insider the following code causes the "Go to symbol..."-box to state "No symbols found". `(function() { function foo() { } })();` I would expect to see 'foo' listed as a symbol, which is the case without the IIFE. _Copied from original issue:microsoft/vscode#3618...
0
## 📚 Documentation The information regarding the _add_graph()_ function in the Tensorboard doc is empty. The missing info seems to be there in its source tough. cc @jlin27
## 📚 Documentation The `add_graph` function on SummaryWriter doesn't have documentation https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter.add_graph ![Screen Shot 2020-04-28 at 11 13 26 AM](https://user- images.githubusercontent.com/655866/80504712-6cd50200-8941-11ea-94e...
1