text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.198.0 **System** : Microsoft Windows 8.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15...
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
I think my ideas here are so far out of the mainstream that they deserve to be beaten up in their own thread. 1. Parameterize the type "Function" by its input and output parameters. The following type hierarchy would apply: Function{In} <: Function == true Function{In, Out} <: Function{In} == true...
I've found a bug in sample. Result gives duplicate elements, c, despite replace=false. Example code: `c = sample(a, b, replace=false, ordered=true)` Using JuliaPro-Juno-1.3.1.0 and JuliaPro-Juno-1.3.1.1.
0
ERROR: type should be string, got "\n\nhttps://deno.land/manual.html page now redirects to\nhttps://github.com/denoland/deno/tree/master/docs page which seems to be not\nnot very helpful for beginners at the moment because it's not structured as\nmanual was\n\n"
`Manual` link https://deno.land/std/manual.md on the page https://deno.land/ forwards to https://github.com/denoland/deno/tree/master/docs. I assume because there is no `manual.md` file in the `docs` folder. As far as I remember a few days back the `md` files' content was shown under each other.
1
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** Hydrating some server-rendered content can be difficult, inefficient or impossible. For example, in the process of rendering on the server, significant work or additional data may be required for data processing an...
The New York Times is rebuilding its website using React. Currently, it’s an isomorphic app that has both server- and client-side renders. **Our question: What's the best way to include a non-React interactive graphic — maps, charts and other visualizations created by custom code — within a fully React page?** Our ...
1
The various React addons express a peer dependency on their matching React version. You can write a React component library that runs with multiple versions of React but depends on some specific addons as an implementation detail: { "name": "my-awesome-library", ... "dependencies": { ...
For reference. We're exploring an alternative to the `observe` function proposed in #3398. Instead of having a separate function that defines a list of dependencies on Observables, we could allow the render function itself trigger a bunch of side-effects that registers the currently executing component with some Obs...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior using: * `zeit/next-sass` for my `next.config.js` * a custom `server.js` with a custom directory * `const application = next({ dev, dir: './src' });` * Flow js for type checking * Redux and...
next.js need more webpack configuration * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior webpack config can use hashcode to generate file name, add the hascode can be used in pages ## Current Behavior i genereate my css file use extractCssPlugin...
0
Challenge Check for Palindromes has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function...
Challenge http://freecodecamp.com/challenges/waypoint-sift-through-text-with- regular-expressions has an issue. This waypoint is confused as the nature of the plus sign and the global modifier in regex. To pass, a camper needs to use this (incorrect) expression: `/and+/gi`. It works, but it really means "find any in...
0
**Kevin Burke** opened **SPR-7916** and commented When attempting to inject a bean created via the _util:map_ tag into a service, an error results when the key type of the map is any thing other than _java.lang.String_. I have specified the key type using the key-type attribute of the tag, but to no avail. The und...
**Bob Tiernay** opened **SPR-4492** and commented The following branch in DefaultListableBeanFactory.resolveDependency requires that a dependency of interface type java.util.Map have java.lang.String as it's key type or it will fail: ... else if (Map.class.isAssignableFrom(type) && type.isInterface()) { Class k...
1
We known the sublime can index javascript functions in html files but vscode can not index javascript functions in html files.
I build vscode from the master branch.(0.10.10) Found that intellisense doesn't work,no auto completion with inline js code in the .html file. The previous version(0.10.8) support ![default](https://cloud.githubusercontent.com/assets/8966236/13330917/127a6596-dc36-11e5-9796-70d1c0dda3ef.jpg)
1
Ran into this error while working on `fp-ts`: % cat import-in-comment.ts function hello(who: string): string { return `hello ${who}`; } /** * ` * import { scanLeft } from 'some/path/in/comment.ts' */ % deno import-in-comment.ts Compile file:///Users/jaka/D...
* v0.20.0 * Parser doesn't find declarations correctly? **[EDITED]** Previous example has unrelated mistake but I don' know which code can reproduce error I met. I met this error when I ran -> https://raw.githubusercontent.com/keroxp/dink/v0.5.1/main.ts That can be compiled with deno@v0.19.0. But got error b...
1
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME shell module and check mode ##### ANSIBLE VERSION ansible 2.0.1.0 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY shell (and probably command) modules have a `creates` parameter. The command is not run when the target file exists....
##### Issue Type: * Bug Report ##### Ansible Version: ansible 2.0.1.0 config file = /home/yannik/ansible/ansible.cfg configured module search path = Default w/o overrides ##### Ansible Configuration: default ##### Environment: fedora ##### Summary: The synchronize module hang...
0
I am having trouble with Xcode 10. My code runs just fine with Xcode 9.4.1 but as soon as I use Xcode 10 I get this error. I get this error with both an IOS 11.4 and IOS 12. You can run the code from this repo. https://github.com/Jeremywhiteley/MedEasyAuth Xcode's output: ↳ error: Multiple ...
0
for multi-outputs graph models, do we already support per-output sample and class weights? Update: I just saw class weights docstring says it supports a dict. But sample weights doesn't say that
Hi, There seems to be a bug with Batch Normalization layer when using it for shared layers. I traced the problem to the running mean growing uncontrollably and then going to nan. It surfaced in my kind of a triplet loss model. See code attached to reproduce. Several other issues have this problem: #11897 #9646 ...
0
_Original tickethttp://projects.scipy.org/numpy/ticket/1527 on 2010-06-29 by @sandrotosi, assigned to unknown._ Hello, I'm here forwarding the bug filed in the Debian BTS at http://bugs.debian.org/564774 . The bug refers to 1.3.0 but I'm able to replicate it with 1.4.1 too. The key part is (for the rest, please r...
_Original tickethttp://projects.scipy.org/numpy/ticket/1354 on 2010-01-09 by @jpaalasm, assigned to unknown._ It would be useful if the compression argument for zipfile.!ZipFile could be specified when creating an npz-file.
1
The errors in OrthogonalMatchingPursuitCV on Travis have returned in `test_regressors`. I think the new "filtering" way to do the skip check must be lacking something... cc @amueller @ogrisel
they make me unhappy https://travis-ci.org/scikit-learn/scikit-learn/builds/52648279
1
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | yes/no/dunno Symfony version | 3.2 Routing works like: wallet_read: path: /wallet/{id}.{_format} Would be nice to have that a bit more intelligent like wallet_read: path: /...
There is currently a known limitation when using route imports that makes it impossible to to have a root route `/` be imported under a prefix without a trailing slash. See #4322 and silexphp/Silex#149 I propose to solve this problem in a generic way by offering an option when importing routes to remove or add trail...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME run_once delegate_to ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 201606...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ansible 2.4.3.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/selivan/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location ...
0
##### System information (version) * OpenCV => `4.5.5` * Operating System / Platform => Ubuntu 21.10 * Compiler => gcc (Ubuntu 11.2.0-7ubuntu2) `11.2.0` ##### Detailed description When compiling OpenCV 4.5.5 header files into a program that's been compiled with C++20 (using gcc `11.2.0`) we get flooded with ...
##### System information (version) * OpenCV => 4.5.1+dfsg-4 * OS => Debian Sid/Experimental * Compiler => g++-11 (Debian 11.1.0-3) 11.1.0 ##### Detailed description When I upgraded my compiler to g++-11, just to see if some bug in gcc was already fixed, I found out a new one. It started reporting an error fr...
1
#### Problem description The sparse design in Pandas is really very neat. However, I find the sparse documentation to be focused on syntax and structure, while not explaining practical applications of the sparse data structures. Practical application should include operations on series and dataframes that produce i...
#### Code Sample, a copy-pastable example if possible I'm currently in the middle of upgrading old system from old pandas (0.12) to the new version (0.23.0). One of the parts of the system is duplicate columns detection in medium-sized DataFrames (~100 columns, few thousand rows). We were detecting it like this `dup...
0
### Your question Why does the base url not get picked up? playwirght.config.ts import { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { timeout: 30000, globalTimeout: 600000, workers: 2, projects: [ { name: "chrome...
### Playwright version 1.13.0 ### Operating system Windows ### What browsers are you seeing the problem on? Chromium ### Other information _No response_ ### What happened? / Describe the bug Trying to get baseURL set up in the playwright config file but it just doesn't seem to find it. I've just updated to...
1
**Migrated issue, originally created by Anonymous** SQLAlchemy refuses the following declaration: ok = Column(Boolean, nullable=False, default=False, server_default=False) You have to use the following instead, but I'm not sure it's portable (and it's also less natural to type): ...
**Migrated issue, originally created by Anonymous** t = Table('test', meta, Column('abc', Boolean, server_default=False), ) I should be able to do this, right??? \-- Hatem Nassrat
1
The problem occurs when pressing the button to print from the browser. The electron simply locks or ignores the pressure command. which load is any page like electron.com it prints normal. but when loading a pdf file and ordering the print it doesn't work. does this have any solution today? con...
### 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:** * 9....
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** In Chrome, using `event.preventDefault()` and/or `event.nativeEvent.preventDefault()` within `onWheel` handler of an `input[type=number]` does not prevent number scrolling. ![image](https://user- images.githubusercont...
Similar to #8968, but for the `wheel` and `mousewheel` events. They are now passive by default for root elements in Chrome 73 (currently beta) which means React apps that have custom scrolling/zooming behaviors will run into issues. The quick fix may be to manually add event listeners with `{passive: false}` but has...
1
**Migrated issue, originally created by Anonymous** One mysql table can be updated by the results of another table but the mysql UPDATE statement requires all tables referenced viz: UPDATE T1,T2 SET T1.col = T2.col WHERE T1.id = T2.id and not (as sqla currently does) UDPDATE T1 SET T1.col = T2.col WHERE T...
### Describe the bug When calling the `visit_on_duplicate_key_update` method, the compiled output will replace all the `insert_stmt.inserted` aliases to the one matching the `column.name`, even if the alias points to another object. The issue could be considered a split-off from #5173, at https://github.com/sqlalch...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/862 on 2009-02-01 by @nilswagner01, assigned to unknown._ python2.6 and >>> scipy.__version__ '0.8.0.dev5530' scipy.test() ====================================================================== ...
_Original tickethttp://projects.scipy.org/scipy/ticket/778 on 2008-11-04 by @pv, assigned to unknown._ The following tests in MMIO part of scipy.io and scipy.cluster fail under non- English locale (presumably those in which "," is the decimal separator). My guess is that the underlying reason for the failures proba...
1
### Apache Airflow version 2.3.3 ### What happened stuck in the middle of `airflow db upgrade` in one of my Airflow’s clusters. I am trying to upgrade from `2.2.3` \--> `2.3.3`, using MySql. Upgrade failed in `Running upgrade c97c2ab6aa23 -> 4eaab2fe6582, Migrate RTIF to use run_id and map_index`. Actually, i...
**Apache Airflow version** : 1.7.1.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment** : * **Cloud provider or hardware configuration** : * **OS** (e.g. from /etc/os-release): * **Kernel** (e.g. `uname -a`): * **Install tools** : * **Others** : **What happene...
0
Hi, I have a lots of **unique** fields in my database and I want to raise **HTTPException** with proper **detail** for each field that is duplicated. what is the best way to do it?
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
0
It's noted on the docs pages at https://reactjs.org/docs/strict-mode.html react-dom currently disables/mutates the global console in strict mode. This seems to be an intentional feature/bug that's an unnecessary inconvenience. React version: 17.0.1 ## Steps To Reproduce 1. Use react-dom in strict mode 2. Try...
Describe what you were doing when the bug occurred: 1. Recorded activity using profiler tool. 2. Navigated to ranked tab. 3. Error message displayed. * * * ## Please do not remove the text below this line DevTools version: 4.8.1-d4eadea6c Component stack: Wl@moz- extension://11647b02-2c4c-4d9c-945f-5dde85f...
0
So, i am compileing a version of rustboot that uses some changes that someone else had made so that it could display text on the screen, but when I compile I get this: rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/llvm/lib/IR/Instructions.cpp:276: void llvm::CallInst::init(llvm...
These aren't currently well-defined by the language. If you define anything with a somewhat matching LLVM signature, it will compile. Not only does it not care about the type signatures matching what it expects, there is no handling for these being defined on the wrong types of AST nodes.
1
Hi, The things i've been playing the most with three.js are the shaderMaterial and the json exporter. My goal was to export the tangent space from 3ds max, and write a synced shader to unpack them. A crude example can be seen here: http://dusanbosnjak.com/test/webGL/new/poredjenjeNM/poredjenjeNormala_01.html T...
##### Description of the problem > step 1: change timeScale const clipDuration = clip.duration; // eg: 20s this.animationAction = this.mixer.clipAction(clip, this.character); // change timeScale this.timeScale = clipDuration / duration; // eg: 20s/10s = 2 this...
0
### Issue Details * **Electron Version:** * 9.1.0 * **Operating System:** * macOS 10.14 * **Last Known Working Electron version:** * Maybe Electron <= v7, although maybe I wasn't using localStorage at all back then 🤔 ### Expected Behavior LocalStorage shouldn't be absurdly slow. ### Actual Beha...
### 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:** * 8....
1
# Environment Windows build number: Microsoft Windows [Version 10.0.19041.264] PowerToys version: Release v0.18.1 PowerToy module for which you are reporting the bug (if applicable): PowerRename # Steps to reproduce Some files' names end with `_\d` and I want to change their names to `_0...
due to #980 and #881, it may be helpful to inform user that they may need to enable 'match all' if we detect pattern matching like $1, $2 in the replace text box
1
### Is your feature request related to a problem? Please describe. The docstring of find_objects does not specify the order in which the slices are returned, but (per #277 and #13648 (comment)) it seems that it returns them "in order", i.e. first the slices corresponding to label 1, then the slice corresponding to l...
Reference: scikit-learn/scikit-learn#17174 Hello, I am getting and error when importing sklearn.preprocessing. In the above referenced issue, it was found out to be a scipy installation issue. Please help in resolving. Thanks Python version: Python 3.5.1rc1 The notebook that I am working on is running from a vir...
0
see image below, this works correctly if no keyword arguments are used. This is causing the current test failures of #9575 ![screenshot from 2015-01-27 14 53 57](https://cloud.githubusercontent.com/assets/2347816/5918734/a7a2bab2-a634-11e4-8247-0b310dca56fb.png)
Since empty arrays `[]` are of type `Vector{None}`, it will sometimes happen that people do mistakes like this: julia> function f1(x::Vector{Int} = []) true end f1 (generic function with 3 methods) julia> function f2(; x::Vector{Int} = []) true ...
1
# Summary of the new feature/enhancement Ability to remap a single key (² for example, sleeping in the top left corner of my KB), and assign it for example to alt+space, in order to open powertoys run, or to "open a new terminal", or whatever
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ * * * When the dark mode is on, `.md` files should be rendered in a dark theme in the preview pane. If you'd like to see this feature implemented, add a 👍 reaction to t...
0
seems like 90% of the time I'm interacting with a database most of my DB code doesn't care if i'm within a TX or not. often there are queries I'm executing in various places with different contexts, some of which require a transaction, some which don't. But I can't share the code without writing my own Queryer style ...
Hi, I'm proposing a interface that implements all functions in `sql.DB` and `sql.Tx` that takes a `query string` as one of its arguments. This could be useful when implementing "dumb" functions that retrieves information but in itself dose not need to be prepared however might be used to verify whether to commit or ...
1
datepicker becomes ugly: * up\down arrows placed near widget center * dropdown arrow disappeared https://dl.dropbox.com/u/17458620/baddate.png if i remove display: inline-block; from css same html is fine https://dl.dropbox.com/u/17458620/gooddate.png
Hi i found stange behavior date input in new chrome 24 link: http://jsfiddle.net/bteam/HvL25/ screenshoot: ![bootstap_date_input](https://camo.githubusercontent.com/15153f81925fe8dd393ad28ecdd170f1b43fd598c3ecfa8c5a67296f25f86143/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3637373437362f...
1
The TypeValidator seems to be useless whenever the value being validated is NULL. It completely ignores the type I've configured it to enforce. After debugging this for quite some time, it turns out the issue lies in the following line(s) of code: https://github.com/symfony/symfony/blob/2.4/src/Symfony/Component/Va...
Hello, Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.5 When trying to use the url matcher against a route that uses a condition it would crash if the condition is using the request object. I pushed an example of the issue on this branch ...
0
With some dataframes we encounter strange behaviours of the clustermap, where a dendrogram on one axis does not align with the heat map cells as it has too few branches. An example: import seaborn as sns import pandas as pd import matplotlib.pyplot as plt df = pd.DataFrame({'A': {0: 0...
Somehow similar to #2377, but for `kind='hist'` and with `common_norm=False` being ignored. If I understand it well, passing `common_norm=False` to `sns.distplot` should produce plots with independent "z" scale. While this is the behaviour for kde plots, it seems to be ignored for bivariate histograms unless hue is ...
0
**john@johnandkerri.com** opened **SPR-4164** and commented I seems that form:checkboxes and form:radiobuttons are still broken. They still use toString and not the registered property editor to generate the value. form:select works properly, and form:checkboxes and form:radiobuttons should work just like it. For...
**Haroon Rafique** opened **SPR-4324** and commented The version bump from 2.5 to 2.5.1 breaks component scanning for me. Symptoms are that lots of beans annotated with `@Component` are being skipped for inclusion as beans. After digging through the code, I think the following commit is the culprit: http://fisheye1...
0
When I pass cursor as data to DataFrame constructor an error occurs. cursor = sqlite.execute(sql) pd.DataFrame(cursor) /usr/lib/python3/dist-packages/pandas/core/frame.py in __init__(self, data, index, columns, dtype, copy) 255 copy=cop...
Hi there, I have a codebase that (so far) consumes data series in the form of dict- yielding iterators, similar in form to how DataFrame's constructor accepts a list of such. Unfortunately it seems from current implementation of that constructor, there is no straightforward way to consume from an iterator straight i...
1
Hey guys, I just wanted to ask how do we check whether there already are any instances of the same application running. Thank you, Regards,
I want to disallow user to run the same app on running, and get the arguments from command line. Is there any way implement this, just like use 'single-instance' configuration and 'open' event in node-webkit.
1
In 1.0.0-beta.20 If I set autoHideDuration={null}, onRequestClose() is triggered immediately as if the value is 0 * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The docs say autoHideDuration will be disabled if set to null ## Current Behavior ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior It should have large padding to make click easier. Example from material.io docs ![image](https://user- images.githubusercontent.com/1670998/35459638-15a3cac0-02f2-11e8-9f8c-0474e49f1d2e.png) Ex...
0
# Motivation Druid SQL should be able to emit SQL metrics and write SQL request logs. It should also help users correlate SQL request with underlying native queries so that users can troubleshoot SQL performance issue using native query metrics. This is a follow-up work of #4047. I'm trying to implement all the...
The 'cluster' panel has: 1. Duplicate links to 'old console' 2. A perpetual 'loading' spinner Screenshot: http://screencast.com/t/Cxh3rltYf
0
I wish I could say more about this, but it is with proprietary data. Basically, I have a DataFrame of 10 columns and around 7000 rows. When I call "duplicated" on 4 of the rows (3 have strings, 1 has a float), I get around 10 items being flagged as duplicate (5 pairs) when in fact, they are different. This is sample...
#### Code Sample, a copy-pastable example if possible # Your code here import numpy as np import pandas as pd import matplotlib.pyplot as plt from matplotlib import dates t = np.arange(10) ts = pd.datetime(2017, 11, 16) + pd.to_timedelta(t, 's') df = pd.DataFrame(t, ind...
0
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** ### Class hierarchy Main (entry, common chunk) / \ ClassA ClassB \ \ \ ClassC \ / ...
# Bug report ▶️ You can try this repo to reproduce the bug: https://github.com/jaguilar87/webpack-issue-8099 **What is the current behavior?** Since `4.20.0` I am unable to build using nested output.library: { entry: { a: path.resolve(__dirname, 'a.js'), ...
0
just a problem of installation: * I installed and using just Miniconda * how do I installed numpy: 1. conda update -y --all 2. conda install -y numpy * my operating system is Windows 10 Enterprise 64bit ### Reproducing code example: python -c "import numpy" or in my program: import numpy as np ##...
Unable to import numpy, similar issue for matplotlib as well. ' Installed python 3.7 with Anaconda navigator create function. Also tried to install with anaconda prompt and 'conda create --name n' with similar result. Uninstalled python between each try. Numpy installed with 'conda install -c conda-forge numpy' af...
1
I enable `ResourceQuota` in my cluster. I have one namespace `ns-xnxin`. I have 2 quotas created for that namespace: (venv)xnxin@LM-SHC-00950210:~/workspace/go/src/k8s.io/kubernetes/yamls$ kubectl describe quota quota --namespace=ns-xnxin Name: quota-xnxin Namespace: ns-xnxin ...
One should be able to upgrade a petset through the standard kubectl rolling- update syntax. While it's desirable to have a controlled upgrade strategy (eg: deployments), it may not be necessary for beta. The tricky part is making sure that `pet-v1-0` and `pet-v2-0` come up with the same data. For beta I propose we j...
0
Currently campers can still create a freeCodeCamp account using GitHub and this is leading to a lot of support issues. We need to update our authentication code to prevent account creation using GitHub. ![](https://camo.githubusercontent.com/bb41f4d4993f7fd1a68817644496e3da22073c194dcc166d6290ae20e40eb48b/6874747073...
* As a user, the initial email address I used to create my account will remain my email address even if I have a different email address on GitHub. * ~~As a user, when I visit the`/signin` path, I only see an option to sign up with email, or to click a link that says "click here if you already have an account" -...
1
None - of the CSS styles work and the examples on your own website are not functional since none of the drop-downs work. Once you get your examples fixed - i may consider a download and using it but this is not a really good foot forward.
Hovering the menu does nothing. `Failed to load resource: HTTP 404 /dist/js/bootstrap.js` http://examples.getbootstrap.com/carousel/index.html
1
I've seen this with **coffee-loader** and **cjsx-loader** , but #1249 also reports this problem with **jsx-loader**. The problem seems to appear when we require the same file from outside a module and from within the module: `a.coffee` (within module `bb`): module.exports = {just: 'an object'} `b.cof...
# Bug report **What is the current behavior?** There may be duplicate resource urls in the sourcemaps. Which is neither defined as valid, nor as invalid. **If the current behavior is a bug, please provide the steps to reproduce.** This is actually a query about an existing bug report: https://bugs.chromium.org...
0
**Migrated issue, originally created by sowingsadness (@SowingSadness)** # -*- coding: utf-8 -*- __author__ = 'SowingSadness' from sqlalchemy import Column, String, Integer, ForeignKey from sqlalchemy import create_engine from sqlalchemy.ext.declarative import declared_attr fr...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** poc should allow us to consolidate #2670, #2952, #3149, #3050. the new descriptors include the ability to cache the result per class, or to do "cascade", guarantees that the callable fn is called only once per target class, as well as to name attrib...
1
2749 silly pacote range manifest for domelementtype@^2.0.1 fetched in 214ms 2750 http fetch GET 304 https://registry.npmjs.org/copy-descriptor 220ms (from cache) 2751 silly pacote range manifest for copy-descriptor@^0.1.0 fetched in 223ms 2752 timing npm Completed in 152000ms 2753 error cb() never called! 2...
0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli '--loglevel', 1 verbose cli 'error' 1 verbose cli ] 2 info using npm@6.14.11 3 info us...
1
On Windows, the proxy settings in Windows Registry will override the `proxies` attribute in `session` object. Here is a sample code: import requests url = 'https://finance.yahoo.com/quote/AAPL/history' params = {'period1': 1648497600, 'period2': 1649793599, 'interval': '1d', 'frequency': '...
See https://iscinumpy.dev/post/bound-version-constraints/ as for why this is a problem. This is a source of byzantine issues such as nexB/scancode-toolkit#3195
0
This might be related to #14722. I'm using php-vcr which records HTTP requests and responses for playback during tests. By default it stores the requests in YAML and parses it using the symfony parser. It fails when parsing large JSON resposes. The one I'm currently dealing with is +150KB. This is what the last 100...
The following regexp uses a lot of recursion every time the content has a lot of double quotes: (?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)" Basically it is causing a crash in windows due to stack overflow on large inputs (~20k of escaped html in the field).
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.6.5 * Java version: 1.8 ### 问题 我在做一个压测工具, 只有 `Interface`,在线编译源码,然后reload 所以自己实现了个`Classloader`。...
* 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. <\- 页面404 ### Environment * Dubbo version: 2.7.6 * Operating System version: windows10 * Java version: 1.8 ### Steps to reproduce...
0
Given the following two files in a project: //app.ts enum MyEnum { one, two, three } //class.ts namespace MyNamespace { //class must be exported for bug export class MyClass { private message = "hello"; log(...
**TypeScript Version:** 1.8.0 (through npm), 1.8.2 (visual studio) **Code** namespace Bug { export interface IDef { test2: () => any; test: (e:any) => any; } class TestController { protected from: number; public ...
1
The file example/template/index.tmpl has 2 distinct HTML elements with same ID "sidebar". Afaiu this is not a good idea in HTML; one of them should be renamed.
by **TEgan256** : Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running the latest version of Go: Run "go version" and compare against http://golang.org/doc/devel/release.html If a newer version...
0
I'm evaluating Superset using the docker-compose quickstart on Linux, cloned from Git. I am unable to create new charts. However, opening an existing chart and saving it (with or without modifications) under a new name does work. ### Expected results Saving a new chart works. ### Actual results The save modal clo...
Currently, we can only create a chart from scratch, instead of modifying it based on an existing chart。
0
##### Issue Type: “Bug Report” ##### Ansible Version: ansible 1.7.1 ##### Environment: Ubuntu 12.04, Python 2.7.3 in virtualenv. ##### Summary: I use this often with no problem: ansible-vault edit myfile.yml.encrypted --vault-password-file=~/ansible_password But this fails: ...
##### Issue Type: Bug Report ##### Ansible Version: 1.8 and 1.7.1 ##### Environment: All ##### Summary: Mis-named variable breaks "ansible-vault decrypt" when used with --vault-password-file ##### Steps To Reproduce: ansible-vault decrypt --vault-password-file=~/.password_file ##### Expected Results: "File Dec...
1
ITMS-90338: Non-public API usage - The app contains or inherits from non- public classes in Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework: CAContext, CALayerHost, NSAccessibilityRemoteUIElement, NSNextStepFrame, NSThemeFrame, NSURLFileTypeMappings . If method names in your source code...
* I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. ### Issue Details * **Electron Version:** 5.0.10 ### Rejection Email ITMS-90338: Non-public API usage - The app contains or inherits from non- public classes in Contents/Framewor...
1
When trying to reindex with an index with duplicate values, I get the error message `ValueError: Shape of passed values is (1, 20), indices imply (1, 10)`, while I expected somthing like `Reindexing only valid with uniquely valued Index objects` I see this with both 0.12 and master. An example: In [2...
#### Code Sample, a copy-pastable example if possible In [1]: import pandas as pd ...: ...: def check_roundtrip(obj): ...: with pd.HDFStore('test.h5', 'w') as store: ...: store['obj'] = obj ...: retrieved = store['obj'] ...: return ...
0
p.form-control-static, label inside div.checkbox and label inside div.radio are always black. I apply has-* state on parent form-group, other controls are colored o.k.
Validatio states should work the same for radio and checkboxes as well. If applied .has-error class on .form-group containing radio and/or checkboxes should apply styles on them as well. It is not happening right now. ![image](https://camo.githubusercontent.com/8fe5ea428adba06558bb32578dec69a57e9e08c73c46c8153702c10...
1
Hello everyone, first things first – thanks to all of you for devoting your valuable time to this project! I have not found a corresponding issue for this case and I am not sure whether it is a bug or a feature. If it is a feature, please read this post as a suggestion for a more explicit documentation of the behavi...
### Describe the issue When I read the 'Axios' source code, I found that' utils. deepMerge() 'will convert arrays to objects, which is unreasonable. https://github.com/axios/axios/blob/master/lib/utils.js#L286 ### Code var deepMerge = require('./lib/utils').deepMerge; var a = {foo: {bar: 111}, ...
1
I got weird problem with Celery. Shortly after start each pool worker dies with one of these two exception traces: [2012-09-03 16:11:42,326: WARNING/MainProcess] Process PoolWorker-6: [2012-09-03 16:11:42,326: WARNING/MainProcess] Traceback (most recent call last): [2012-09-03 16:11:42,327: WAR...
# 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....
0
note I wrote similar details here but haven't gotten an answer: https://stackoverflow.com/questions/59291287/trouble-installing-pytorch-from- source ### **Background** As mentioned in the above link, I'm trying to compile from source due to my GPU being old and support for it has been removed per the thread: http...
## 🐛 Bug When trying to compile with VS2019 but targeting v141 toolchain and cuda 10.0 there seems to be some issues with rewrite of dispatching that was done in recent weeks. This snippet was from building using facebook internal Buck, but I was able to reproduce same thing using cmake. Compiling with /permissiv...
1
When running test suites, I don't want to rely on an internet connection. However, I have defined the `checkMX` constraint on various email fields, and this does a remote DNS lookup to perform the validation. Should it not be possible to tell the validator that for the test environment any remote DNS calls should be...
stty: standard input: Invalid argument ssh example.com stty -a
0
##### System information (version) * OpenCV => 3.4.5 / 4.0.0 / 4.0.1 * Operating System / Platform => Ubuntu 16 * Compiler => g++ * Python => 3.6.8 ##### Detailed description I compiled the open-cv with gstreamer support, and I tried to freeze my python codes with cx_freeze / pyinstaller. It prompt success...
##### System information (version) * OpenCV => 4.3.0 ##### Detailed description **History of the region layer:** * YOLOv2 added in #9705. YOLOv2 detected objects at one scale; hence, there is just one region layer. The region layer would output unfiltered detections. The obvious step after region layer was to...
0
Hi, I have one question In our react component, we choose to discard using `bable-plugin-transform- runtime`, so that we are building a duplicating code lib like `function _classCallCheck () ={} ; _classCallCheck()` ... but we have a plan, in our engineering, we are using bable-plugin-transform- runtime to tran...
> Issue originally made by Axel Rauschmayer (rauschma) ### Bug information * **Babel version:** 6 ### Description My understanding of these packages is: * babel-regenerator-runtime: support for transpiling generators to ES5 * babel-polyfill: brings the ES6 runtime library to ES5 * babel-runtime: the help...
0
Hello. I found an inconsistency between SO (Seaborn Objects) and functional API. When having a values sorted descendingly, SO puts the first value (as ordered in pandas df) to the bottom. This problem occurs only for horizontal bar chart. SO ![image](https://user- images.githubusercontent.com/26582151/189832872-6f...
Three distinctive things happen on the categorical axis in seaborn's categorical plots: 1. The scale is drawn to +/- 0.5 from the first and last tick, rather than using the normal margin logic 2. A grid is not shown, even when it otherwise would be with the active style 3. If on the y axis, the axis is inverte...
1
**Do you want to request a _feature_ or report a _bug_?** Feature. **What is the current behavior?** Webpack configuration happens per bundle, this means it's on a _per-output_ basis. **What is the expected behavior?** Configuration would be way more flexible if it provided an additional _per- entry_ configurati...
# Bug report **What is the current behavior?** Production build in webpack 5 takes approximatly 20% more time to complete than in webpack 4. Turn minimization off via optimization.minimize makes webpack 5 actually faster then webpack 4. Providing result of 10 build runs by webpack 4 and by webpack 5: ...
0
This is a plugin problem, right? W/BiChannelGoogleApi(18413): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms D/FirebaseAuth(18413): Notifying id token listeners about user ( K6KxjCzEPaTMX7FI801vgDfeX333 ). D/FirebaseApp(18413): Notifying auth state listeners. D/FirebaseApp(18413): No...
AdMob banner covers Snackbars. I haven't found a good way to solve it. I can provide padding my scaffold but that doesn't work on iOS because the banner is supposed to have transparency to the left and right.
0
After the clone() function challenge in JQuery, the button with ID target5 in #left-well is duplicated in all the challenges. The first button is because of the JQuery statement whereas the second button is the duplicate copy ![capture1](https://cloud.githubusercontent.com/assets/17825112/13903395/d1516bc0-ee9e-11...
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ## Issue I believe...
1
### Problem description I am trying to wrap ListItem into a custom component to reduce boilerplate/duplicates in my code. Original code: <SelectableList id="menu" value={location}> <ListItem primaryText="Encoding" primaryTogglesNestedList={true} value="/encoding" nestedItems={[ ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `AutoComplete`'s suggestions dropdown list should display as `Select`'s options list display in a `TableCell`. ## Current Behavior `Autosuggest`'s suggestions list was hidden behind TableCell layer whil...
0
Describe what you were doing when the bug occurred: 1. Open ranked tab 2. Changing "Render at" repeatedly 3. Error appeared * * * ## Please do not remove the text below this line DevTools version: 4.3.0-3e0967783 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:15983...
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
**Description** Since v2.8.46, relative dates are not supported anymore by `DateTimeType`. I am guessing this is because of the patches : * bug #28466 [Form] fail reverse transforming invalid RFC 3339 dates * bug #28372 [Form] Fix DateTimeType html5 input format It would be great to introduce the feature aga...
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | yes Symfony version | 4.1 SensioFrameworkExtraBundle provides three main features: * Annotations (`@Route()`, `@Security()`, ...) * Param converters * PSR-7 This proposal is only about annotations. We started mov...
0
# Bug report ## Describe the bug my library is ui component library that depends css modules ## To Reproduce ## Expected behavior works css loader to my library code as well ## Screenshots ![2018-10-18 6 45 34](https://user- images.githubusercontent.com/690661/47146394-e466b180-d306-11e8-9ec2-abebd9a8452f.png)...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior No errors ## Current Behavior After upgrading to Next `v5` and React `v16.2`, I am getting this error when trying to build my project: `Error: _document.js is not exporting a React element` Here is w...
0
We have some actions that result in new files being created in the workspace. We should respect the auto save setting and only save the file to disk if auto save is enabled. Otherwise we can open the file dirty until saved. **Old summary** * Have `"files.autoSave": "afterDelay"` in your settings * Open code on ...
Issue Id: **9d49987e-1058-1c47-d977-23b53a6f81d2** _Versions_ \- 1.0.0-insider \- `fa6d0f0` _Stack_ Error: Illegal value 31 for `line` at t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:29390) at Object.t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:28204) at TrailingSpaces.mat...
0
use E::{A,B}; #[derive(Debug, Clone)] enum E { A(i64), B(Box<E>), } fn f(a: &mut E) { *a = match *a { B(ref b) => *b.clone(), _ => a.clone(), } } fn main() { let mut a = B(Box::new(A(1))); f(&mu...
The functions below are OK: fn foo1(x: Option<Box<int>>) -> Option<int> { let res = match x { Some(ref v) => v.clone(), None => return None }; Some(*res) } fn foo2(x: Option<Box<int>>) -> Option<int> { let res = match x { Some(...
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.2-SNAPSHOT * Operating System version: ubuntu * Java version: oracle 11 ### Steps to reprodu...
* 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.9-SNAPSHOT ### Steps to reproduce this issue I believe there should be only one revision proper...
0
### What do you see as an issue? Currently, in the Airflow documentation of Tableau connector, it is marked as deprecated to use a token to authenticate to Tableau. https://airflow.apache.org/docs/apache-airflow-providers- tableau/stable/connections/tableau.html#authenticating-to-tableau However, since MFA enforc...
### Description In Tableau Online, you can use user name and password method for REST API calls, only if you don't use MFA. Thus, organizations that enabled MFA in Tableau, have to use Personal Access Tokens for API calls to Tableau. However, Airflow deprecated the usage of Personal Access Tokens in airflow.prov...
1
I understand TensorFlow only supports CUDA. What would need to be done to add in OpenCL support?
**System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux version 3.10.0-957.10.1.el7.x86_64 (mockbuild@x86-040.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5...
0
A lot of files are really just .xml files, but end in different extensions. This is just one example It would be nice if A) If on AutoDetect, check the the first line if it contains <?xml ....> then parse as xml language B) Associate an extension with a particular language Someone might have already created a p...
I will explain this issue referring to a third–party package, although the problem _might_ be realted to atom's grammar auto detection feature: Cucumber package for Gherkin syntax and step definitons (https://github.com/edda/cucumber-atom/) defines two grammars: 1. Gherkin (file types: `feature`) 2. Cucumber St...
1
i want to delete cached file or files with imageUrl how can i to do? thanks!
Hi, How can I clear Glide's cache in case. * Clear all cache * Clear cache of an URL.
1
# Bug report **What is the current behavior?** Webpack stores absolute paths for node_modules (not only for node_modules I believe). So when the base path changes it leads to error like that: [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] /Users/v7rulnik/projects/project/node_module...
# Bug report **Files** // components/common.js export function test() { console.log('commonjs') } // src/main1.js import { test } from './components/common' test() // src/main2.js import { test } from './components/common' test() // src/main.js ...
0
**Context:** * Playwright Version: 1.14 * Operating System: Windows * Node.js version: v14.15.4 * Browser: WebKit emulator ## System: * OS: Windows 10 10.0.19042 * Memory: 4.70 GB / 15.86 GB ## Binaries: * Node: 14.15.4 - C:\Program Files\nodejs\node.EXE * Yarn: 1.19.1 - C:\Program Files (x86)\Y...
**Context:** * Playwright Version: 1.14 * Operating System: macOS * Node.js version: 14.17.5 * Browser: Electron 12.0.15 **Code Snippet** await frame.click(".Icon.new-dock-tab"); await frame.click("li.MenuItem.create-resource-tab"); // This line throws **Describe the bug** I have been c...
1
##### System information (version) * OpenCV => 4.0.0 * Operating System / Platform => Ubuntu 18.04 * Compiler => gcc 7.3.0 ##### Detailed description Hi all, I am trying to compile OpenCV 4.0.0 release version on Ubuntu 18.04 but got this [ 72%] Building CXX object modules/world/CMakeFiles/op...
##### System information (version) * OpenCV => : 4.1.0.25 * Operating System / Platform => :Unbuntu16.04 64 Bit * Compiler => :Pycharm Community Edition2017.2 ##### Detailed description I use Opencv 4.1.0.25 for DIS Optical Flow, code as below , but I got the result of UseMeanNormalization to calc distances ...
0
##### Description of the problem Given 2D geometry like var vertices = new Float32Array( [-1,0, 0,1, 1,0, 0,-1, -1,0] ); var geometry = new THREE.BufferGeometry(); geometry.addAttribute( "position", new THREE.BufferAttribute( vertices, 2 ) ); I get the following console error (via `rende...
So, apparently many WebGL samples including three.js samples are broken on Safari and Chrome on the new iMacs with 5k displays. The issue is the apps request a fullscreen canvas which is 5120x2880 but Chrome and Safari often return a 4096x2880 canvas. See bug report. So what happens is because the app asked for 5120...
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.6.5 * Operating System version: Windows 7 * Java version: 1.8.0_31 ### 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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
0
**srinivas kvs** opened **SPR-7862** and commented When the `@ExceptionHandler` method returns a ResponseEntity, it throws IllegalArgument exception while returning the responsenetity object. * * * **Affects:** 3.0.5 **Reference URL:** http://forum.springsource.org/showthread.php?p=337899#post337899
**Rajeev Sharma** opened **SPR-7637** and commented I am new to Spring Framework. I am using `@ExceptionHandler` to handle exceptions in my controller. I thought the process of returning result from exception handler would be similar to a request handler but that is not the case. Below is my code. @R...
1
Couldn't find a previous issue on this, so I'd like to open a tracking issue for this. We've known this for a long time, but the metadata format for the compiler is _far_ too large and there are surely methods to shrink its size and impact. Today when I compile `librustc`, I get the following numbers: * `librustc....
trans codegen feeds the zeroed discriminant back into match in a loop Some examples, courtesy of @eddyb and @dotdash fn main() { let mut result = Box::new(42); let mut i = 0; loop { match result { x => { println!("A>>> {:p}", &*x)...
0
The code to complete the waypoint, according to the example text, is: $("#target2").appendTo("#right-well"); After going to the Gitter Help channel I was able to pass this waypoint using $("#target2").appendTo($("#right-well")); In the course of an hour or so in the help chan...
A bug seems to be present: Chrome 46.0.2490.86 m; Windows 8.1 with respect to `appendTo()` function. `$("#target2").appendTo($("#right-well"));` does work, but not the `$("#target2").appendTo("#right-well");`, the latter being suggested in the tutorial. Hard reload and cache clearing did not seem to solve the probl...
1
**Stefan Gybas** opened **SPR-8434** and commented We are migrating a project from Java 5 to Java 6 and noticed that one integration test was failing because a dependency was not injected any longer. The problem can be reproduced with a simple scenario: We have a package- visible base class for some services with ...
**Chris Beams** opened **SPR-8141** and commented * * * This issue is a sub-task of #12694 **Issue Links:** * #12544 Introduce `@EnableSpringConfigured` ( _ **"duplicates"**_ ) * #12790 SpringConfiguredBeanDefinitionParser (aop:spring-configured) ( _ **"is duplicated by"**_ )
0
This: fn main() { 10u.to_vec(); } trait ToVec { fn to_vec(self); } impl ToVec for uint { fn to_vec(self){} } causes this: rustc: /media/linhaus/rust/src/llvm/lib/VMCore/Instructions.cpp:2383: static llvm::CastInst* llvm::CastIns...
trait FTErrorMethods { fn succeeded(self) -> bool; } impl FTErrorMethods for int { fn succeeded(self) -> bool { self == 0 } } fn main() { 5.succeeded(); } rustc: /run/media/jdm/ssd/rust/src/llvm/lib/VMCore/Instructions.cpp:2383: static l...
1
**Migrated issue, originally created by petergrace (@petergrace)** I posted a stackoverflow question about this and someone mentioned I should also post the issue here since 1.0.0 is still in beta. You can see the nicely- formatted post here: http://stackoverflow.com/questions/29212205/in- sqlalchemy-group-by-on-col...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** Currently, literal_column() doubles up percent signs as the base compiler.py level, which is inconsistent with the behavior of text() and column(), which both do it at the per-dialect level. But also, at the per-dialect level, the mysqldb and psycopg2...
0
TypeScript is really stingy about the _way_ you call `super` from the child constructor. I have seen questions on SO e.g. this one, where people want to splice and dice arguments they receive from varargs (rest parameters) before passing it on to super. My workarounds have been ugly: class Parent { ...
Hi Team, Please visit the link below: http://www.typescriptlang.org/Playground#src=interface%20Callback%20%7B%0A%09(param%3A%20number)%3A%20void%3B%0A%7D%0A%0Aclass%20A%20%7B%0A%09%0A%09public%20doSome%20%3D%20(callback%3A%20Callback)%20%3D%3E%20%7B%0A%09%09callback(123)%3B%0A%09%7D%3B%0A%7D%0A%0A%0Alet%20a%20%3D%2...
0
Summary: Auto-reload on the development server is triggered by requests (i.e. file reads) without a file modification happening. How to reproduce: Any Flask project, having installed Watchdog version >= 2.3.0. Send a request to any endpoint. Expected behavior: When sending a request to the server, the server ...
With Flask 2.1.0 : $ flask test =========================================================================== test session starts ============================================================================ platform darwin -- Python 3.10.3, pytest-7.1.2, pluggy-1.0.0 -- /Users/antoine/Documents/G...
0
#### Description model_selection.cross_val_score explicitly blocks multiple scores despite calling cross_validate underneath the hood. Essentially, we have two identical functions but have manually blocked cross_val_score from accepting multiple scores. def cross_val_score(estimator, X, y=None, groups...
As illustrated in #14230 tests can contain unreachable code which then produces false positives. Looking at codecov results for test files is probably a good start. For instance, there may be issue in, * test_countvectorizer_custom_vocabulary_repeated_indices, test_countvectorizer_custom_vocabulary_gap_index (I ...
0
`deno test` should support `--ignore` just like `deno fmt` and `deno lint`
Allow an `--ignore` flag to exclude files. The only good and common way of defining excludes are globs, so I'm including glob support in this issue. Existing tools have this. Allow the following usages: deno fmt --ignore=<csv-globs> <globs>... deno lint --ignore=<csv-globs> <globs>... deno tes...
1
When adding a violation error on an unmapped field, the ViolationMapper creates a PropertyPath with an empty string, which is invalid and throws an exception. Code to reproduce the issue: <?php use Symfony\Bundle\SecurityBundle\Validator\Constraint\UserPassword; $builder->add('cu...
ERROR: type should be string, got "\n\nhttps://github.com/rails/turbolinks/\n\nhavent looked at the implementation, but imho it should GET the same content\nas a normal GET request to better leverage ESI and reverse proxies in general.\n\n"
0