text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
After i next build and next start on my server, no problem if i open by IP server to show website, but i open by web url have this error. Sory if a duplicated issues. I can't to fixed. Uncaught TypeError: c.default.oneOfType is not a function at Object.<anonymous> (app.js:1) at n (app....
# Feature Request ## Describe the use case I have a use case where I need all of the following requests to go to the same function: POST pages/api/users PATCH pages/api/users/1 DELETE pages/api/users/1 After reading the docs, I was sure I could catch all of those using this: ...
0
##### System information (version) * OpenCV => 4.1.1 * Operating System / Platform => Android/ Lenovo Z5 * Compiler => Cmake ##### Detailed description I have a caffe model of mtcnn and a caffe model of sphereface. I have built a pipeline that takes an image and produces an embedding of the face. Pipeline is...
##### System information (version) * OpenCV => 4.2.0 * Operating System / Platform => windows 10 * Compiler => MSVC ##### Detailed description I am totally new to OpenCV and I've learnt C++ just to start messing with OpenCV, even though I'm new to the language and the library I've done my reading and think I...
0
`assert.strictEqual(false, anyArgument)` triggers unreachable code error for any code below **after the recent @types/node update**. This **only** reproduces with `@types/node` 10.17.24, 12.12.41, 13.13.8 (published recently). Note that it only reproduces with `false` as a value being checked. Replace it with anythi...
Currently, in a team project, a team member of mine is wanting to use the "SliderObject" interface as a type for certain instance variables and method return types. When I export the interface it works (when I don't already have jQuery being imported in my build). If I already have jQuery being imported, I get duplic...
0
I notice decision tree only supports dense matrix.is there a reason it doesn't support sparse matrix.
Currently rfc only support array like input , thus it can not apply to huge dataset. If the sparse matrix could be supported in the near future, would Be Greatly Appreciated!
1
# Bug report The dynamic routing solution doesn't work at all ## To Reproduce I have this code using `material-ui` I have this button <Link href='/r/[id]' as={`/r/${selected.id}`} passHref> <Button component="a" variant="outlin...
* I have searched the issues of this repository and believe that this is not a duplicate. As stated in the title, for dynamic pages defined in the `exportPathMap` there are no generated `index.js` files. This brakes the next-router. For example `http://blog.schoenwald.media/_next/a7725bcd-89fa-4f04-950c-54d296a9e...
0
## Bug Report **Current Behavior** if a normal `import` statetement is used before a `export * from 'somwhere'` statement, the latter gets pushed to the top. This causes all code in `'somwhere'` to be executed before the code from the import. **Input Code** import 'first'; export * from 'sec...
> Issue originally made by @loganfsmyth ### Input code import 'foo'; export {foo} from 'bar'; ### Description 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.foo = undefined; var _bar = require('bar'); ...
1
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened airflow 2.4.1 a existing user only have the role Viewer I add with the UI the role Admin click on button save then error -> [03/Nov/2022:01:28:08 +0000] "POST /XXXXXXXX/users/edit/2 HTTP/1.1" 302 307 "h...
### Apache Airflow version 2.2.2 ### What happened Under Security Tab> List users, when show record button for an user is clicked, an error page with some exception - "KeyError: 'userinfoedit'" is returned. ![image](https://user- images.githubusercontent.com/95294875/156978032-459254a2-988f-448b-84a4-d228baf834d5...
1
I found some error when running nn.MaxUnpool1d example in doc. import torch import torch.nn as nn pool = nn.MaxPool1d(2, stride=2, return_indices=True) unpool = nn.MaxUnpool1d(2, stride=2) # Example showcasing the use of output_size input = torch.tensor([[[1., 2, 3, 4,...
## 🐛 Bug I am getting a `TypeError: can only concatenate tuple (not "list") to tuple` when specifying the `output_shape` in `nn.MaxUnpool1d()` ## To Reproduce Steps to reproduce the behavior: Using the example on https://pytorch.org/docs/stable/nn.html#torch.nn.MaxUnpool1d: import torch.nn as nn ...
1
I am trying to send a csv file as a base64 encoded string in the body of a post request to a flask server. It works find for small files. But when I try to post a file above ~150k the server does not respond and there is no error message. It seems to get hung up on `body = request.get_json()`. This non- responsivenes...
from app.controllers.dashboard.admin import dashboard1 from app.controllers.dashboard.supply import dashboard2 app.register_blueprint(dashboard1, subdomain='admin') app.register_blueprint(dashboard2, subdomain='supply') but @dashboard2.route('/') def index(): return url_for('company.index') is always app...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-slow-release-1.4/600/\n\nFailed: [k8s.io] Pod Disks should schedule a pod w/ a RW PD shared between\nmultiple containers, write to PD, delete pod, verify contents, and repeat in\nrapid succession [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:360\n Expected\n <string>: \n to equal\n <string>: 2119336402161049634\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:458\n \n\nPrevious issues for this test: #28010\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-slow/6057/\n\nFailed: [k8s.io] Pod Disks should schedule a pod w/ a RW PD shared between\nmultiple containers, write to PD, delete pod, verify contents, and repeat in\nrapid succession [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:341\n Expected\n <string>: \n to equal\n <string>: 8855151317391201669\n \n\nPrevious issues for this test: #28010\n\n"
1
PowerToys is not for 32 bit Windows. I have a 32 bit PC so this is upsetting. Please make a 32 bit version! # Environment Windows build number: [run "ver" at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce # E...
# Summary of the new feature/enhancement I propose a different way of thinking of FancyZones new/experimental snapping function. I appologize if this is a duplicate; I couldn't find in issue search. The new 0.18 approach of being able to snap together zones is nice. It adds enormous flexibility in use. However, wh...
0
I believe there is no reason why using layer interface user should not be able to specify this. Output shape is not obvious for some cases (as stated here: #2118) and without accepting output_shape argument one cannot match desired output. Potential use case is trying to build autoencoder for 2d images in form of (co...
### 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)** : Windows 10 * **TensorFlow installed from (source or binary)** : source * **TensorFlow version (use command below)**...
0
if `druid.server.maxSize` is set smaller than the size of `druid.segmentCache.locations`, then the druid console gets really confused when at capacity, and claims that the server has negative bytes remaining.
The rules for determining available space on a historical node for a segment seem to include both druid.server.maxSize and druid.segmentCache.locations:maxSize. However, the Coordinator Console shows the Max Size and Percent Used based only on druid.server.maxSize. It would be useful if the console showed both valu...
1
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior Deletes git repository. (Removed `.git` and tracked files) ### Expected Behavior Install without error ### Steps To Reproduce 1. Clone https://github.com/kdy1/swc.git 2. Checkout `resolver` branch 3. n...
Note that this same issue was reported back in 2017 on the now-archived repo: npm/npm#15783 ### Current Behavior: I am using `npm link` to try to test changes I am making to an upstream dependency within my own project. In the dependency directory I run `npm link`. Then in my own project I run `npm link ffmpeg-stre...
1
## ℹ Computer information * PowerToys version: 0.23.0 * PowerToy Utility: Installer * Running PowerToys as Admin: - * Windows build number: [run "winver"] 19041.508 ## 📝 Provide detailed reproduction steps (if any) 1. Have a (relatively) new windows, where powertoys was never installed before 2. Downl...
## ℹ Computer information * Windows build number: Microsoft Windows [versão 10.0.18363.959] * PowerToys version: 0.20.0 * PowerToy module: Installer ## 📝 Provide detailed reproduction steps (if any) 1. Download v0.20 Installer 2. Install ### ✔️ Expected result Instalation done successfully ### ❌ Actu...
1
* Electron version: 3.0.0-beta.1 to 10 * Operating System: Windows **Expected Behavior** Shortcuts should be properly displayed in the the app menu. **Actual behavior** Using `CommandOrControl+Shift+O` shortcut, the menu entry shortcut should be shown as 'Ctrl+Shift+O', but "Ctrl+O" is displayed instead. Th...
### 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 Current master dynamic import is...
0
I get these errors pretty frequently: Uncaught RangeError: Maximum call stack size exceeded /Applications/Atom.app/Contents/Resources/app/node_modules/emissary/lib/behavior.js:44 EDIT: Restarting atom fixes this, of course. Thankfully, I'm still able to save my files too. I just can't really move...
I learned this method when i was playing with DSL ages ago you can highlight text then middle click to paste under linux (yes i get ticked every time i try this on MS Windows and get nothing) anyway i have only had this issue in 2 places on linux, this application and firefox's scratchpad
0
Is there a way to register additional "resultDataContents" values? Or would it be possible to create such a mechanism? I want to use the transactional endpoint, but return additional data (specifically the ID, labels/type - like the "graph" resultDataContents) in the tabular/structured form of the "rows" type.
I've currently got an ugly workaround in place to get the labels for a node returned in the transactional HTTP endpoint REST format that calls the URI for labels. It would be awesome if there were a format that had (all in one response): 1. node id 2. labels--one big list 3. properties 4. nothing else; no bl...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * [] I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details Electron version: v5.0.1 Oper...
* Electron version: 1.4.7 * Operating system: Mac OS 10.11.6 & Ubuntu 14.04 ### Expected behavior Garbage collector should clean memory. ### Actual behavior Memory usage increases rapidly in Main process. Eventually app performance will degrade until unusable. ### How to reproduce const path =...
0
Trying to define an empty trait: trait Foo {} produces a confusing message about `Self`: unnamed.rs:1:1: 1:13 error: parameter `Self` is never used unnamed.rs:1 trait Foo {} ^~~~~~~~~~~~ unnamed.rs:1:13: 1:13 help: consider removing `Self` or using a marker such...
Given the input trait T {} rustc will complain: <anon>:2:1: 2:11 error: parameter `Self` is never used <anon>:2 trait T {} ^~~~~~~~~~ <anon>:2:1: 2:11 help: consider removing `Self` or using a marker such as `core::marker::PhantomFn` <anon>:2 trait T {} ...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 2.8.* No validation violation occurs on invalid values in EntityType. This seems to be because EntityType uses ORMQueryBuilderLoader, and it's getEntitiesByIds does not validate that the number of i...
Working through some tests using the bundled Security functionality, and we have noticed that on a logout action we are getting in our server logs: [Mon Oct 29 16:43:14 2012] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Uncaught exception 'ErrorException' with message 'Warning: SessionHandler::wr...
0
### Version 2.5.16 ### Reproduction link https://jsfiddle.net/50wL7mdz/337120/ ### Steps to reproduce 1. open console 2. click todo item 3. you will see `destroyed` and `updated` ### What is expected? only `destroyed` is printed. `updated` life cycle should not be invoked after component has been destro...
### What problem does this feature solve? Consider the `<input>` element. It maintains its own internal state for its value (by the browser) irrespective of whether or not it is being driven by `v-model`. After looking at some Vue component libraries, most of the components externalize their state through props, me...
0
Challenge change-the-color-of-text has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <h2 style="color: red">CatPhotoApp</h2> <p>Kitty ipsum dolo...
Challenge change-the-color-of-text has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <h2>CatPhotoApp</h2> <p>Kitty ipsum dolor sit amet, shed e...
1
Could we get Swift's dot notation for enum values? It is very cumbersome to import an enum declaration and having to write them in function calls: // ABC.ts export const enum ABC { A, B, C, } export function testABC(abc: ABC) { } // test.ts import ...
Porting over this issue from:http://typescript.codeplex.com/workitem/260. This is a request to add support for get/set accessors in interfaces. This would allow the interface to define the ability of the interface. For example, in the case where the property is read-only, "get" keyword in the interface would indicat...
0
Stacktrace here: https://gist.github.com/ssfrr/248bd3f34a31456acea457756ce4feb6 I can reproduce reliably with LibSndFile master on Win64. using LibSndFile buf = LibSndFile.load("C:\\Users\\sfr\\Dropbox\\chris_mann.wav") # use your own wav file here Versioninfo: Julia Version 0.7....
This script works fine on 0.6, but segfaults on master: using Base.LinAlg using Base.LinAlg.BLAS: libblas, BlasInt, @blasfunc function gemm!(transA::Char, transB::Char, M::Int, N::Int, K::Int, alpha::(Float64), A::Ptr{Float64}, B::Ptr{Float64}, beta::(Float64), C::Ptr{Float64}) if ...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-link-to-external- pages-with-anchor-elements has an issue. Please describe how to reproduce it, and include links to screenshots if possible. When attempting to Run a test, the checklist below the button disappeared, and will not re-appear when trying to Rese...
Waypoint hints do not always appear after the page has loaded. Refreshing the page does not always seem to work. Closed & reopened browser does not seem to change behaviour. Issue is not specific to certain waypoints but started to occur in the jQuery section. Issue experienced on Chrome 44.0.2403.55 on Windows 8.1....
1
Sublime Text has the option: // Set to "none" to turn off drawing white space, "selection" to draw only the // white space within the selection, and "all" to draw all white space "draw_white_space": "selection", I would like to see `selection` added to list of possible values ...
Hey, methods in POJOs don't autocomplete like here: var foo = { bar() { } baz() { this.bar<ctrl+space> } } although it works just fine for ES6 classes: class Foo { bar() { } baz() { this.bar<...
0
It would be good to have a validator for JSON date timestamps (as resulting from `(new Date()).toJSON()` or `JSON.stringify(new Date())`, e.g. `2014-09-13T12:08:06.080Z`) It can be useful to validate arrays or objects resulting from the deserialization of a JSON string where some field represents a Date object. A c...
At the moment, we have three constraints for validating date/time values: * `Date` accepts `\DateTime` instances and 'Y-m-d' strings * `DateTime` accepts `\DateTime` instances and 'Y-m-d H:i:s' strings * `Time` accepts `\DateTime` instances and 'H:i:s' strings I think that's a bit confusing. Usually, a value ...
1
[Enter steps to reproduce below:] 1. I opened a very large (591.0 MB (591,032,444 bytes)) JSON file. **Atom Version** : 1.0.0 **System** : Ubuntu 15.04 **Thrown From** : Atom Core ### Stack Trace Uncaught RangeError: Invalid string length At /usr/share/atom/resources/app.asar/node_modules/pat...
To reproduce: 1. `dd if=/dev/zero of=largefile count=1 bs=1000M`; if this does not reproduce play around with adjusting `bs` and `count`. 2. Open atom and try to open `largefile`. **Atom Version** : 0.208.0 **System** : Ubuntu 15.04 **Thrown From** : Atom Core ### Stack Trace Uncaught RangeError: Invalid ...
1
### System information * macOS 10.12.5 * installed from binary * Tensorflow v1.2.0-1751-g43a819e13 1.2.1 * Python 3.6.1 * Bazel 0.5.2-homebrew ### Describe the problem The custom model section of the "Getting Started With TensorFlow" guide doesn't define "eval_input_fn". I ran across the error when I co...
Hello, I would like to submit that there is a programming bug on line 29 of the "custom model tutorial" within Getting Started with Tensorflow. The line should read: input_fn = tf.contrib.learn.io.numpy_input_fn({"x":x_train}, y_train, batch_size=4, num_epochs=1000) ​Best regards. Jeff​
1
因为采用dbproxy中间件,由dbproxy维持到mysql的connection。为了复用连接,不支持autocommit=0的方式开启事务,只能显式执行begin来开启事务。 但是sharding-jdbc没有实现begin或start transaction的MySQLParser。 ### Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?) 1.5.4.1 ### Expected behavior (您预期的结果是) 可以正常执行statement.executeUpdate("BEGIN"); ### Actual b...
<bean:properties id="keyGeneratorProps"> <prop key="worker.id">?</prop> </bean:properties> <sharding:key-generator id="xxKeyGenerator" type="SNOWFLAKE" column="id" props-ref="keyGeneratorProps"/>
0
I upgraded to version 0.18 today and I'm glad it can search all apps now, but when I try to open Windows terminal by typing "wt" it doesn't search out Windows terminal, but win10 search can do it, I wish powertoys could add support for aliases too!
# Summary of the new feature/enhancement I'd love to be able to setup aliases where a user-meaningful short keyword can be mapped to an app, file, or URL (with parameters / arguments optional). This would be similar in ways to "magic words" in the old SlickRun (https://bayden.com/SlickRun/1033/SlickRunHelp.aspx). ...
1
* Neo4j version: 4.4.12-enterprise * Operating system: ubuntu 22.04 Docker Mode * **Steps to reproduce** bin/neo4j-admin import --skip-duplicate-nodes --database=test --nodes=a=import/20779588711874560/a_node_header.csv,import/20779588711874560/[0-9] __a_node.csv --relationships=transfer=import/207795887118...
When running the following query we receive a `key not found: UNNAMED60` error (`Neo.DatabaseError.General.UnknownError`): MATCH (s:NODE)<-[:IS_VERSION_OF]-(sv:NODE_VERSION), p = (s)-[*0..]->(:`NODE`) WHERE (s.id IN ['42a8c128-f575-488f-a914-ba18157ae124']) AND (NOT(sv.until <...
0
**Issue Type** Bug Report **Ansible Version** $ ansible --version ansible 2.1.0 (devel c44110bc81) last updated 2016/01/26 14:25:38 (GMT +200) lib/ansible/modules/core: (detached HEAD 33014c6db1) last updated 2016/01/11 10:48:27 (GMT +200) lib/ansible/modules/extras: (detached HEAD 8...
* using ansible from devel branch (`7812c70`) * having custom name "some-machine" for a host in hosts file * and exact ip as ansible_ssh_host in corresponding host_vars/some-machine for ex. copy action fails on: fatal: [some-machine] => Traceback (most recent call last): File "/home/psedla...
0
> In order to encourage the use of CommonJS and ES6 modules, when exporting a > default `export` **with no other exports** `module.exports` will be set in > addition to `exports["default"].` I found this behavior to be counter-intuitive: it works… until you export more variables. Definitely unexpected :( This could...
This sample code: export default 1; export const x = 2; Generates: "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = 1; var x = 2; exports.x = x; Which is fine. Now if we remove the named export: ...
1
struct Foo<T>(T); struct A; struct B; impl Foo<A> { fn foo() {} } impl Foo<B> { fn foo() {} } fn main() {} produces duplicate definition error for `foo`: test.rs:9:2: 9:13 error: duplicate definition of value `foo` test.rs:9 ...
Currently there is no way to pass arbitrary compiler flags to rustdoc. This means that I can't use rustdoc to check cross compiled libraries. For example, checking `i686-unknown-linux-gnu` from `x86_64-unknown-linux-gnu` is impossible because I can't pass `--target` to rustdoc. I've worked around this issue for now ...
0
http://ci.tensorflow.org/job/tf-master-win-bzl/2063/console 13:00:56 INFO: From Testing //py_test_dir/tensorflow/python:framework_dtypes_test: 13:00:56 ==================== Test output for //py_test_dir/tensorflow/python:framework_dtypes_test: 13:00:56 .........F\\?\C:\tmp\Bazel.runfiles_fnb6t7...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow version (use command ...
1
#### MnWE import pandas as pd the_int_column = pd.Series([1, 2, 3]) foobar = pd.DataFrame(columns=("ints",)) foobar.loc["First"] = [the_int_column.sum()] print(foobar.dtypes) the_float_column = pd.Series([1.0, 2.0, 3.0]) floatbar = pd.DataFrame(columns=("floats",)...
When I run this code on 0.17.0 on Python 3.5.0 import pandas as pd d = pd.DataFrame(data=[[2, 1]]) print(d.index) print((d. groupby(level=0). apply(lambda d: d.sort_values(0) ) ).index) I get Int64Index([0], dtype='int64') MultiI...
0
## Bug Report **Current Behavior** `babel-parser` accepts the following but should not. **Input Code** [(a = 1)] = t; [([b])] = t; **Expected behavior/code** It should error.
## Bug Report **Current Behavior** When assigning to a group that is an assignment the parser currently creates a Pattern node for the group. It should consider this a syntax error. **Input Code** (x = x) = x **Expected behavior/code** Syntax error. **Babel Configuration (.babelrc, package.json, ...
1
fn main() { x.foo(1, 2,); } <anon>:2:16: 2:17 error: unexpected token: `)` <anon>:2 x.foo(1, 2,); ^ http://is.gd/8OsLJv
fn main() { bar(baz,); foo::bar(baz,); foo.bar(baz,); //~ ERROR unexpected token: `)` } It works for functions and static methods—it should also work for instance methods.
1
We are running kubernetes 1.2.4 on GKE. We observed that when we increased load on our system by 20% our outbound connections from our pods started to fail 80% of the time. After much diagnosing we found that our cluster was running with just one `kube-dns` pod. This pod was being hammered and resulted in failures to...
DNS SPOF, Autoscaling and GKE concerns - SPOF and upgrade path without downtime. Investigate switching to deployments or HPA. Fix addon manager upgrade path to allow rolling upgrades of DNS pods - SLO is 100% DNS service availability during rolling node upgrades and master upgrades.
1
When I make use of the built-in `withStyles` HOC I don't get the automatic vendor prefixing despite the following pieces of documentation claiming otherwise: * When should I use inline-style vs withStyles()? it says that we can make use of `withStyles` in order to gain the benefit of vendor prefixing. * CSS-in-J...
I am using the DatePicker to filter my results by date. However I need the ability to remove this filter setting if desired. The current DatePicker does not seem to have a way to do this - once a date is selected it is always there. Is there a way to do this? **Examples** 1. Native `<input type="date" />` on ...
0
### Bug report **Bug summary** When doing scatter plot of `nan` values it crashes because the list of colors gets overwriten to an empty list by this line: matplotlib/lib/mpl_toolkits/mplot3d/axes3d.py Line 2317 in c921e2e | xs, ys, zs, s, c = cbook.delete_masked_points(xs, ys, zs, s, c) ---|--- **Code ...
This is a bit of a nitpick, but if you look at the latest mathtext example, many accents are too far to the left. It's actually a bit off in the 1.5.x docs, but perhaps not as noticeable with the other font. For example, the acute accent on the 'a' is pretty clearly too far to the left, with the bottom starting at t...
0
**Mike Youngstrom** opened **SPR-9388** and commented It appears something changed between 3.1.0 and 3.1.1 with regards to Provider resolution. * I have a request scoped bean injected into a singleton using a Provider. * When multiple instance of my singleton are created I get the exception below. This code w...
**Greg Thompson** opened **SPR-9181** and commented I have a session scoped bean. It's marked with <aop:scoped-proxy />. I'm trying to inject a Provider or ObjectFactory into the session bean using `@Inject` or `@Autowired`. It injects fine the first time the session bean is created. On the second creation of the s...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/863 on 2008-07-26 by @cournape, assigned to unknown._ @ 1.1.1rc2: Ticket #658==7735== ==7735== Conditional jump or move depends on uninitialised value(s) ==7735== at 0x4639E7A: PyArray_UpdateFlags (arrayobject.c:5172) ==7735== ...
_Original tickethttp://projects.scipy.org/numpy/ticket/771 on 2008-05-07 by @alberts, assigned to unknown._ Valgrind warning when running test for ticket #1256: ==14758== Conditional jump or move depends on uninitialised value(s) ==14758== at 0x433E2D2: PyArray_UpdateFlags (arrayobject.c:5172) ...
1
I have a simple file at /etc/foo.txt. The file contains the following: #bar I have the following ansible playbook task to uncomment the line above: - name: test lineinfile lineinfile: backup=yes state=present dest=/etc/foo.txt regexp='^#bar' ...
Roles do not use their variable definitions when actvated via the role dependency mechanism. * ansible 1.4 -devel `214b0b0` # Description 1. alpha role depends on beta role 2. Each role provides a unique value for a variable named 'port' /vars/main.yml 3. When beta role is executed (aka **"active"** ) via ...
0
While building an android app. Both for dev or release, Gradle produced an error: **D8: Program type already present: com.google.android.gms.internal.vision.zzaj** FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformDexArchiveWithEx...
_From#33079:_ Based on guidance from the Skia team, the Metal backend is ready for integration into Flutter. This is a meta-bug listing the various tasks that need to be undertaken for the switch to be completed. The Skia Metal backend is currently only available on iOS versions 11.0 and above. It is unlikely that ...
0
# Checklist * 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 already fixed in the master branch. * I have included all related issues and possible dup...
# 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
Hi Guys, Not sure if anyone having this issue. I tried to open a jquery-ui.min.js file in the editor. It loaded and hang for like 30++ seconds before i can start editing the file.
May be a known issue, but files with large embedded images such as github's public/enterprise/maintenance.html will often cause Atom to freeze (MacVim actually struggles as well). Seems some of them (github's public/maintenance.html for instance) work fine when in soft wrap mode, or until you move your cursor to the...
1
# Summary of the new feature/enhancement The shortcut guide is missing Win+. (i.e. Win+period) that displays the emoji selector. # Proposed technical implementation details (optional) Include the Win+. shortcut in the shortcut guide.
Add WIN+ . or ; for emoji keyboard to shortcut guide - a surprising number of people would use that if knew it was easier to get at
1
Set src to `http://github.com`, The page redirects to https (`https://github.com`) but the result of `webview.getUrl()` remains `http://github.com`.
WebView is not updating its src url on redirect as I would expect. What I expect could be wrong and this could be intentional Below is a contrived example, consider a webview showing a very simple local server 'http://localhost:8080/a' has a link to 'http://localhost:8080/b' 'http://localhost:8080/b' redirects ...
1
Chrome for Mac. Taken from the docs. Notice the left popover is hidden. ![screen shot 2013-08-14 at 18 24 05](https://camo.githubusercontent.com/0b300d34cfafb1bab0247ece22b1071bda8e6fd850e81d10617c13269e31157b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3733313734332f3936333631322f35373031313...
The popover doesn't resize/move when part of it falls outside the viewport. I think this should happen. ![popover-1](https://camo.githubusercontent.com/a88d6f886f6cc3fc0a9f1e1f9137bd53b42a3f8cb81e9954fa148781b3e67b6e/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3734343235392f3330393633302f3...
1
When writing to TextFields in my Flutter application, I am seeing serious drops in performance while typing. The frame rate goes from 60 -> 25 fps (and red bars). Oddly enough, if using a single-line textfield and typing "outside" the screen, the frame rate goes back up to ~60 (with no red bars in perf monitor). (Co...
I am working on a production app which I have convinced the company I currently work in to allow me to port it to Flutter and it was going all great till we did the first test only to notice that all images coming from the flutter app front-facing camera are rotated 270 degrees no matter the camera orientation. A f...
0
Hi, Is it possible to add i18n routing feature directly in symfony stack framework ? i18n routing example : 3 i18n routes for the same controller action : * /fr/contact/ * /en/contact/ * /de/kontakt/ As Symfony have Router and Translater component, It would be logic that these 2 components works together ...
This feature has been asked by lots and lots of users in #15755, #17054 and #17407. ### Problem 1. You have installed `MyBundle` which contains this template: {# MyBundle/Resources/views/base.html.twig #} {% block title '...' %} {% block content %} {# a lot of contents here #} ...
0
Hey there, if the tabs have different heights, the style gets broken. This is because you style the tag below the * tag and not the * tag itself. Attached a screenshot :) ![screenshot](https://cloud.githubusercontent.com/assets/1012403/4370056/74e4c234-4304-11e4-9212-c36fa7234bc7.png)
The current tabs break when one of them has multiple lines. ![screen shot 2014-08-28 at 11 24 49 am](https://cloud.githubusercontent.com/assets/1266923/4070258/17ec9ce8-2e58-11e4-8ec3-53e2d3bb0bf3.png) I fixed this in our fork of bootstrap and wanted to feed this back into here if you guys like. Happy to do a PR if...
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.7 * Operating System version: Mac OS * Java version: 1.8 * Spring Boot 2.3.1.RELEASE I'm i...
* 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 Sierra * Java version: 1.8 ### Steps to reproduce this i...
0
Hi, i have a problem with the dropdown menu jscript. Basically when I use the click on the scroll wheel on my mouse to open links in a new tab it doesn't work. how do I fix it?
Issue: middle mouse click on a link in Firefox, nothing happens. Expected behavior: middle mouse click on a link, open in new browser tab. Live example: http://twitter.github.com/bootstrap/ Tested on Win7/Firefox19 Safemode/Non-Safemode failed. IE9/Chrome25 ok. Notice it when I upgrade to bootstrap v2.3.1. S...
1
ERROR: type should be string, got "\n\nhttps://twitter.com/jaffathecake/status/553159821135200256 this work in\nTraceur, \nbut dont work in 6to5\nhttps://6to5.org/repl/#?experimental=true&playground=true&evaluate=true&code=function%20func(%7Bfoo%20%3D%20'test'%2C%20bar%20%3D%20'test2'%7D%3D%7B%7D)%20%7B%0A%20%20return%20%5Bfoo%2C%20bar%5D%0A%7D\n\n"
First, I'm not positive this issue is specifically related to `@babel/preset- env`; the problem could also lie in `between-chair-and-keyboard`, `webpack`, `@babel/plugin-transform-runtime`, or `browserlist`. But, I thought I'd try here. I configured `@babel/preset-env` in the webpack config as follows: ...
0
A tiny Flask app with a PUT request is behaving strangely: after it sends the response body that it is supposed to send (from my code), it then sends a second response body with a Flask error in it. The core of the error response is "Error code explanation: HTTPStatus.BAD_REQUEST - Bad request syntax or unsupported m...
With the following example: from flask import Flask app = Flask(__name__) @app.route('/', methods=['POST']) def hello_world(): return 'Hello World!' if __name__ == '__main__': app.run() When you set the request body to `{}` with Postman or any H...
1
### What problem does this feature solve? example: [div > SomeComponent > large children DOM] Often we don't need SomeComponent features in some cases, just children - slot. And then we use v-if for it with v-else and duplicate a lot of child code. Also, we can use a prop like 'disabled' for SomeComponent, but st...
> This is a live document. Last update: 08/17/2016 as of 2.0.0-rc.2 ### General Notes * A checked item means it has been implemented in the 2.0 development branch. * Features subject to change during development. * The breaking change list is not guaranteed to be complete during development. * There are som...
0
PowerToys crashed silently twice, after opening it for the third time this error occured: Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18363.0 IntPtr Length: 8 x64: True Date: 08/05/2020 15:37:15 Exception: System.ObjectDisposedException: Cannot access a disposed object....
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
Apparently plt.style.use('seaborn-colorblind') yields a different color cycle than the one documented in the seaborn docs. Especially the greenish color at the second place can be confusing as we're used to 1. blue 2. orange 3. green colors and so on. I've translated the seaborn colors via ...
### Bug report **Bug summary** When using a combination of `plt.subplots` with `gridspec_kw/width_ratios` along with `plt.subplot2grid`, some of the axes disappear when one of the width ratios is (in this case) below 0.73. **Code for reproduction** import matplotlib.pyplot as plt fig, ax = plt.s...
0
## Bug Report ### Which version of ShardingSphere did you use? 4.0.0-RC2 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc-core ### Expected behavior dsl.select(f1.Id) .from(f1) .where(f1.Id.le(id)) .limit(1) ...
## Bug Report Duplicate groups founded, due to the incorrect merge. ### Which version of ShardingSphere did you use? 4.1.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior from table_A order by group_name: group_name | count ---|--- A | ...
0
**christophe blin** opened **SPR-7395** and commented In the §3.13.2 http://static.springsource.org/spring/docs/3.0.x/spring- framework-reference/htmlsingle/spring-framework-reference.html#context- functionality-events The BlackListNotifier class which implements the interface ApplicationListener is registered ...
**Jon Travis** opened **SPR-7422** and commented Section 3.13.2 (Standard and Custom Events) of the reference manual is out of date wrt best practices. * It does not talk about using ApplicationListener<T> with a type argument, thus removing instanceof checks in the event callback * It does not espouse the use...
1
Hi, My Ubuntu 14.04 Atom cannot display Chinese (utf-8 files), but a series of strange square boxes. I tried to update the font to 細明體 but in ruin. Here is the output- ![screenshot from 2015-04-28 10 01 27](https://cloud.githubusercontent.com/assets/7088330/7361591/cc5969fa- ed8d-11e4-8116-72aa107c29ca.png)
Text: > > 这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。 ![3](https://cloud.githubusercontent.com/assets/49931/6959354/a30f8266-d94a-11e4-9167-35ea308a5ad2.png) It happen after update to 0.189.0, and it's normal in 0.188.0 . I try disabled all co...
1
Additional constructor that takes in HTMLFormElement as parameter as here: https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/FormData declare var FormData: { prototype: FormData; new (): FormData; new (form: HTMLFormElement): FormData; }; This is copied from https://typescript.codeplex.com/workit...
i'm including a link to this codeplex issue since I believe it's a critical bug that's been incorrectly closed. https://typescript.codeplex.com/workitem/627 when combining output into a single .js file, the compiler should NEVER emit derived classes before their base class. this was reported 2 years ago, and it's ...
0
Hello, I'd like to suggest a flag for `npm init` which creates a project using `"type": "module"`. `--esm`, `--module`, or similar. Would this change be welcome? Assuming it's trivial in the way I imagine I'd consider opening the PR for it. Thanks in advance!
See issue Error installing NodeJS 14.19.2 with npm version 6.14.17. NVM uses the URL https://github.com/npm/cli/archive/v6.14.17.zip to download npm. This URL typed into a browser returns the same "error" as mentioned in the issue: `the given path has multiple possibilities: #<Git::Ref:0x00007f49a98a1f98>, #<Git...
0
Help me with this Issue this code is not passing slotOne = Math.floor(Math.random() * (3-1+1))+1; slotTwo = Math.floor(Math.random() * (3-1+1))+1; slotThree = Math.floor(Math.random() * (3-1+1))+1; #### Challenge Name assert((function(){if(editor.match(/Math.floor(\s_Math.random()\s_*\s_(\s_3\s_-\s_1\s_+\s_1\s...
Challenge create-a-javascript-slot-machine has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. slotOne=Math.fl...
1
I want to restart the whole electron app when I press a button from the index.html. It is not just reload the html page. I want to restart the whole electron app. Is there a way?
Currently there is no app.restart function. I think a simple method that restarts the app is quite useful. In my application, I do database updates after downloading a new version of an app. After those database updates, it's best to just restart the app to prevent database problems. The app.restart method can al...
1
For some platforms (ChromeOS, Fuschia), in order to have useful accessibility information, we need to be connected to the platform's accessibility API (at least to know when we need to turn on the accessibility modes in Flutter).
This is an umbrella issue that covers the work being done to support accessibility for desktop Flutter applications. ### Design documents * go/flutter-desktop-accessibility * go/accessibility-bridge-detailed-design ### Related issues * #23601 ### Flutter Engine Changes * Forked chromium accessibility co...
1
Launched demo modal adds a second scroll bar.
Hi, sorry for bad English. I want to tell that there is issue with opened modal (2 scrollbars) if javascripts included in head and not in the end of page as assumed in examples. The reason is here https://github.com/twbs/bootstrap/blob/3.0.0-wip/js/modal.js#L238 $body is empty
1
import seaborn as sns sns.regplot(x=[1], y=[1]) will cause following error: IndexError Traceback (most recent call last) <ipython-input-3-4dd949c43459> in <module> ----> 1 sns.regplot(x=[1], y=[1]) ~/venv/lib/python3.7/site-packages...
For example: import numpy as np import pandas as pd import seaborn as sns df = pd.DataFrame({ 'col': np.append(np.random.choice(np.array(['a', 'b', 'c']), 10), ['d']), 'x': np.random.normal(size = 11), 'y': np.random.normal(size = 11), }) sns.lmplot...
1
Current functionality only allows splitting the input data into 2 parts i.e. "Train" and "Test" datasets. Extension to this functionality is to allow 3 splits of dataset i.e. Train, Test and Validation using the function call only once. High level impact assessment changes to :- 1. train_test_split() 2. Othe...
Asking how to do a threefold split is the top sklearn question on stackoverflow: https://stackoverflow.com/questions/tagged/scikit- learn?sort=frequent&pageSize=50 We have discussed this before but I think this is a good reason to add it - the other option would be to document more explictly doing f...
1
This is not a bug request, but rather, it's a discussion on the reasons why you named 2 prop types of `TextField` almost the same with one being upper case. According to TextField API, `TextField` exposes two prop types with almost same names. `InputProps` and `inputProps`. Currently, my Eslint gives me an erro...
* I have searched the issues of this repository and believe that this is not a duplicate. I was thinking I could contribute a "solo field" to Material UI, if you're interested, and given you don't already have a solution for it already. The idea is to have a input field that can be used as the main search form...
0
# Environment Windows build number: 10.0.18990.0 Windows Terminal version (if applicable): After 1909 release, built from master, latest commit: https://github.com/microsoft/terminal/commit/df26c677efcb815a3b66a974345c9d3483cab678 Any other software? # Steps to reproduce Resize the ...
You can't input Chinese using the Chinese input method that comes with WIndows 10.
0
The problem is that you can shoot yourself in the foot with the numpy version of `all`, because it is not consistent with the Python build-in `all` in return value when generator is passed to it: In [1]: import numpy In [2]: numpy.all(a for a in [False]) Out[2]: <generator object <genexpr>...
Numpy's any() (and all()) functions should work with generator expressions to be consistent with basic python. I spent several hours trying to debug a case of this, which would work if I used a list, but not if I used a generator expression -- only to discover that it was because numpy's all() function was being used...
1
* VSCode Version: 0.10.11 * OS Version: Windows 8.1 Steps to Reproduce: 1. Install a big extension that is likely to take some time 2. Navigate away from VS Code and come back 3. No progress bar/indication if the extension is installing #3341 deals with something similar to this but only a message was a...
When downloading a larger extension you get no progress/status indication.
1
I've noticed an easy area to make a mistake in the language because of this SO question. Take this example: class MyClass { @SetDefaultValue filePath: string; } var c = new MyClass(); console.log(c.filePath); function SetDefaultValue(defaultValue = "Example") {...
As mentioned in #2249 (comment), consider this: // decorator factory function F(options?: {optional: boolean}) { // returns a property decorator return (target , propertyKey): void => { // decorator implementation } } class C { @F() // OK...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When I click on a Select component, I don't expect my webpage scrollbar to disapear. ## Current Behavior Scrollbar disapear when a select is active. ![arrow](https://user- images.githubusercontent.com...
1.0 TextField ref return null * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior 1.0 TextField ref return null ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- ...
0
When in strict mode (what's advised to use). E.g. ceil() and floor() calls in variables fail because the expressions inside them should be wrapped in extra parenthesis. Also ceil() calls in type.
LESS 1.4 is currently beta but it wouldn't harm to prepare for its breaking changes. I only found problematic mathematical expressions that won't compile (correctly) with 1.4.0b (using the latest BS source): * panels ln 20 should be enclosed in parentheses * .make-column() will produce a width with NaN% for @m...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Context We export a Next.js site using `next export` and deploy it to Netlify. We noticed that after deploying a new version of the site, all users who have the previous version open in the browser cannot follow links anym...
I’m trying to render a nextjs page blob (from a HTTP POST) into an iframe src. I do a HTTP POST to an url in my next server. Then convert that html document into a blob using `const urlBlob = URL.createObjectURL(blob)` and passing that into an iframe `<iframe src={urlBlob}/>` I had to use **assetPrefix** in **n...
0
**System information** * OS Platform: Win 10 * TensorFlow installed from (source or binary): binary * TensorFlow version (use command below): b'v1.13.1-0-g6612da8951' 1.13.1 * Python version: 3.6.7 * CUDA/cuDNN version: CUDA V10.0.130, cuDNN 7.5 * GPU model and memory: RTX 2070 8GB **Describe the cu...
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes...
1
e.g. http://jenkins.kubernetes.io/job/kubernetes-e2e-gce/4289/
Node e2e test should be run as part of the e2e conformance test suite. * figure out if the node e2e test should be run against every node in the cluster or just 1 node * support running tests using hooks provided by the cluster e2e framework for talking to the nodes * hook into existing test scripts * build ...
0
Hello dear HuggingFace team! According to the original paper, data2vec is not an actual model but more of a self-distilling training strategy. It takes an encoder model as backbone (RoBERTa for text, BEiT for vision, wav2vec for audio as mentioned in the paper) and pre-trains the encoder (student) to predict repres...
# 🚀 Not a Feature request, what am I here for then? Well, mainly I'd just like to get some feedback from fellow software engineers. Some of the frustrations I've experienced might not have been big issues at all or there could have been easy ways to get around them which I've failed to notice. Getting roasted can b...
0
### Version 2.6.11 ### Reproduction link data:,see-steps-below ### Steps to reproduce Step 1: <template> <div> <textarea v-on:keypress.ctrl.enter="handleSubmit"></textarea> </div> </template> <script type="module"> import Vue from 'https://cdnjs.cloudflare.com/ajax/l...
### Version 2.6.11 ### Reproduction link https://codesandbox.io/s/kind-water-hqs5f?file=/src/App.vue ### Steps to reproduce 在任意输入框输入任意内容 ### What is expected? 输入流畅 ### What is actually happening? 输入卡顿 * * * 在v-for里面,绑定了$attrs的都会触发更新,引起不必要的渲染
0
When creating a form type class with a default validation_group (using validation_groups key in default options array), I found that the specified group is not taken into account when generating the form for the NotBlank assert annotation (and most liekly the NotNull one as well). When adding a NotBlank assert annot...
The `ValidatorTypeGuesser` does not consider the current form's `validation_groups` option when guessing type. This could be fixed by passing the options array to the guesser methods. The signature of the `FormTypeGuesserInterface` methods would look like this: function guessType($class, $property, arr...
1
Trying to save an unpickled figure using `savefig` throws an `AttributeError: 'CallbackRegistry' object has no attribute 'callbacks' ` The issue is reproduced using the following code in python 2.7 (from WinPython2.7.10), Windows 8.1 (64bit), matplotlib 2.0.0 import matplotlib.pyplot as plt impo...
Using matplotlib version 1.5.1 installed from pip on Linux (Fedora 22 and CentOS 7). Trying to set certain attributes (e.g. cmap, clim) on a PatchCollection loaded from a pickle leads to an `AttributeError: 'CallbackRegistry' object has no attribute 'callbacks'`: Traceback (most recent call last): ...
1
Checkpoints still showing syntax errors... ![error](https://cloud.githubusercontent.com/assets/10119077/7834847/3111df3c-0439-11e5-9665-92ccfeca2115.PNG)
This issue is to track Syntax error popping up in the challenges.
1
**I'm submitting a ...** (check one with "x") [X] bug report => search github for a similar issue or PR before submitting [X] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Reposted from router v3 repo via @ch...
0
There was an original attempt to support exporting chart to image manually, which is a nice idea, but the implementation does not cover every chart and was inactive for long time, so I close the PR and created an issue to track the idea. #3496
It's known that the Redis cache is already applied in query for query_context and viz, but there is a situation that makes it doesn’t work well, that’s when multi concurrent query requests to one dashboard or chart, come in at the same time, from different users. It will cause duplicated query request to our query en...
0
**Is your feature request related to a problem? Please describe.** In version 2.x Quick Fix imports have suffixed the imports with the correct file extension now in 3.x I always have to add `.ts` etc manually which is painful. **Describe the solution you'd like** Add the feature back which automatically handled ...
This plugin is mostly doing pretty incredible, I've been having a small issue with imports the past few weeks. Given two files: `dep.ts` export const age = 28; and `main.ts` console.log(age); The LSP gives a helpful action to import when triggered on the age word: ![Screenshot 202...
1
# 🐛 Bug ## Information Model I am using (Bert, XLNet ...): Roberta Language I am using the model on (English, Chinese ...): English The problem arises when using: * the official example scripts: (give details below) * my own modified scripts: (give details below) I'm trying to run `run_language_modelling.p...
# 🐛 Bug Hi, I noticed some strange behavior with the fast tokenizers in `v2.5.0`, which I think is a bug: It seems `BertTokenizerFast` is ignoring the `pad_to_max_length` argument, as shown below: >>> from transformers import AutoTokenizer, BertTokenizer >>> tok_auto = AutoTokenizer.from_pretr...
0
## Bug Report **Current Behavior** babel/preset-env with option of targets={esmodules: true} generates infinite recursive call for async super method calls. **Input Code** * REPL or Repo link if applicable: https://codesandbox.io/s/sparkling-sky-qqc0z Example code: class A { async foo()...
## Bug Report **Current Behavior** I have error `RangeError: Maximum call stack size exceeded` when I used a `super` in my async method **Input Code** REPL class MyClass extends BaseClass { async loadEntity() { this.website = await this.loadWebsite(); this.report.setCompany(...
1
macro_rules! foo { () => { foo!() } } foo!() just eats memory continuously (until it either segfaults from stack-overflow or otherwise crashes from OOM, presumably).
Defining macros recursively like so macro_rules! recursive( () => ( recursive!() ) ) fn main() { recursive!() } will lead rustc to cause a stack overflow. It would be useful to improve the error message for that problem. There is currently no error messag...
1
For different dB, adding the same table name will result in an error. The source is two different dB, the index of tables table unique (table_ Name) should be changed to unique (database_id,table_name)I hope this problem can be corrected in the next version. Thank you
A clear and concise description of what the bug is. ### Expected results save two tables with the same names but which have different schemes. ### Actual results when trying to call as different schema tables, we have an error. "Integrity error, probably unique constraint" what actually happens. #### Screensh...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.186.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module 'dialog' Error: Cannot find module 'dialog' at Function.Module._resolveFilename (module.js:351:15) at Function.Modul...
[Enter steps to reproduce below:] 1. Right-click a file in the left column. (The file I used was green, not added to Git, and empty.) 2. Click Delete. **Atom Version** : 0.186.0 **System** : Mac OS X 10.10.2 **Thrown From** : tree-view package, v0.164.0 ### Stack Trace Uncaught Error: Cannot find module '...
1
As a developer, I want to be able to write a service worker and use it both in clients (user agents / web browsers) and in servers. If `deno` adds support for installing service workers with support for `install`, `activate`, `fetch` and other `ServiceWorkerGlobalScope` events then isomorphic service workers become ...
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
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum 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
`>>> special.chndtr(np.inf, 16, 30)` (five minutes later) ^C^C^C no reaction ok, `kill -9` this does not seem to depend on other parameters, same story with `>>> special.chndtr(np.inf, 16, 30)` This is used for non-central chi-square: >>> stats.ncx2.cdf(np.inf, 8, 0.1) 1.0 >>> stats.ncx2....
>python -c "import numpy as np; from scipy import stats; stats.nct._sf(np.nan, 125.531223551, 2.82324307702)" never comes back I was tracking an rootfinding that never came back that had bad starting values. scipy 0.9.0 and scipy 0.11.0
1
* **Electron Version:** 4.0.2 * **Operating System:** mac 10.14 ### Expected Behavior sample code doesn't work. the dev tool shows, but it's empty. <html> <head> <style type="text/css"> * { margin: 0; } #browser { height: 70%; } #devtools { height: 30%; } ...
It seems that Chromium disallows using guest view as devtools, I need to find out the code in Chromium to fix it. not ok 55 <webview> tag setDevToolsWebContents() API sets webContents of webview as devtools AssertionError: expected '' to equal 'InspectorFrontendHostImpl' at Context.it (...
1