text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**Summary** Installing scikit-learn on aarch64 via pip using command "pip3 install scikit- learn" tries to build wheel from source code **Problem description** scikit-learn don't have wheel for aarch64 on PyPI repository. So, while installing scikit-learn via pip on aarch64, pip builds wheel for same resulting ...
I recently checked the Shippable CI service which offers some ARM architecture to test on. I tested it on my fork to check the required configuration and so on. However, there is a timeout of an hour, and currently, we are encountering this limit. Here, this is the log of such build: https://app.shippable.com/github...
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** I'm migrating an application from Webpack 1 to 2, where we on and off have updated code from `module.exports` to ES2015 `import/export`. Here and there, we got a mix. When cases like this occurs, Webpack seem to expo...
With the `2.2.0-rc.0` release, any module that has an `include` declaration is also considered a harmony module and does not go through the commonjs module interop. However, such modules are still allowed to modify the `module` object's `exports`, so they can still make commonjs exports. This is a breaking change w...
1
Return a Value from a Function with Return https://www.freecodecamp.com/challenges/return-a-value-from-a-function-with- return#?solution=%0A%2F%2F%20Example%0Afunction%20minusSeven(num)%20%7B%0A%20%20return%20num%20-%207%3B%0A%7D%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0Afunction%20timesFive(num)%7B...
Challenge Return a Value from a Function with Return has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function timesFi...
1
It's wanted for #6085, and generally OR-ing flags together is a common pattern for which we don't otherwise have a typesafe solution. Does EnumSet meet the high bar for inclusion in std? If so, then it's API probably needs careful consideration.
I don't have a repro for this, but it's a really annoying error because it seems to be a lie and it's not at all clear how users can fix it. I had a library depending on three other libraries. The external libraries were copied into a local project/bin directory so that I had more control over them. This was all wor...
0
**Log:** Resolving dependencies... Gradle task 'assembleDebug'... Built build\app\outputs\apk\debug\app-debug.apk. #timeout waiting for the application to start #23861 Syncing files to device GT I9300... I/Process (27308): Sending signal. PID: 27308 SIG: 9 Lost connection to device. **PLEASE HELP ME...
## Steps to Reproduce The following may be dependent on the dev machine, but I have no way to test. The following happens on my `MacBook Pro (Retina, 15-inch, Mid 2014)`. 1. Open Android Studio (v3.2.1, with Flutter plugin 29.1.1 and Dart plugin 181.5656). 2. Create new Flutter app 3. Open iOS Simulator. 4....
1
Hello, I didn't find a previous discussion about this subject. Here is the code: Class Test { private _test:string; public test:number; constructor() { this._test=""; this.test=1; this.test2=""; // error: must be declared, but it s...
**Problem Statement:** In TypeScript 1.1, there are two basic ways to initialize complex properties with strong typing via a parameterized class constructor. Both have disadvantages. I will illustrate this with a simple example that uses Knockout, but this issue applies to any other JavaScript library that implement...
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.2 * Operating System version: Mac Pro OS X EI Capitan * Java version: 1.8 ### Step to reprod...
* 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.0 * Operating System version: mac * Java version: 1.8 <module name="Cu...
0
Operating System: Ubuntu 14.04.4 CUDA version: 7.5 cuNN: 4.0.7 Installed from sources: commit `5681406` running : bazel build -c opt //tensorflow/cc:tutorials_example_trainer --verbose_failures --genrule_strategy=standalone --spawn_strategy=standalone Note : that i have configured my WORKSPACE file as per : ...
Hi, I try to build tensorflow from source, but I get the ERROR as following: ERROR: /WORK/sysu_sc_ll/tf-rh/tensorflow-/tensorflow/core/BUILD:766:1: C++ compilation of rule '//tensorflow/core:lib_internal' failed: gcc failed: error executing command /HOME/sysu_sc_ll/WORKSPACE/tf-rh/bazel-/hackbin/gcc ...
1
Hi, I would like to see that pytorch could offer an element-wise production for Sparse * Dense -> Dense. for now, I need to convert Dense to Sparse then convert the result to Dense again. BTW, as #2886 mentioned, the Sparse function was missing. does that intentional or bug? cc @vincentqb
Hi, thanks again for the great work. I would like to raise an issue to discussion how to implement the following features: Dense[m,1] * Sparse[m,n] -> Sparse[m,n] Sparse[m,n] * Dense[1,n] -> Sparse[m,n] Sparse[m*n] * Dense[b,1,n] -> Sparse[b,m,n] these features are fully supported by the cuSPARSE Level 3, as ...
1
#### Describe the bug When making a request to the server that generates a non 2xx status code, in node the `response.data` field is populated with the returned error message, in the browser, the field is consistently null for all requests (so far only tested with 4xx status codes) #### To Reproduce Using axios ve...
Seems to be because the config created by create is not being merged correctly ### Describe the bug F {message: 'options must be an object', name: 'AxiosError', code: 'ERR_BAD_OPTION_VALUE', stack: 'AxiosError: options must be an object\n at Objec…le:///Users/chenkai/Desktop/test/index.html:21:28'}...
0
When I add tooltip to button in buttons group then on hover button is growing a little. I've got it in table and it cause ugly effect. I include images, maybe that describe problem better. Hover: ![hover](https://camo.githubusercontent.com/004346a6ba666c3fc4d4b1831b0621b8b53ceb3ce4d0ac118bd468fcaeea5437/68747470733a...
http://jsfiddle.net/JEBdk/5/ tooltip or popover on btn-group. the btn-group is not display correctly! the last btn have not round corners and between the btn's is a space. my suggestion, by generating the tip or popover on the end of document .
1
So, I was reading the online documentation of MPL on colormaps, and noticed that there is an error in it. In the section of "Creating listed colormaps", it mentions that the dynamic range of a colormap can be reduced by using: viridisBig = cm.get_cmap('viridis', 512) newcmp = ListedColormap(virid...
### Bug report **Bug summary** I am updating a line plot. There is an event trigger that starts this updating. If the trigger came from the figure that contains the plot, everything is fine. However, if the trigger came from another figure, then weird results happen: the line that's been updated appears to leave it...
0
There are some constants in kubelet and kube-proxy that refers to the same thing. For example: kubernetes/pkg/kubelet/kubelet_network.go Line 38 in a57561b | KubeMarkMasqChain utiliptables.Chain = "KUBE-MARK-MASQ" ---|--- kubernetes/pkg/proxy/iptables/proxier.go Line 71 in 65f3fa9 | KubeMarkMasqCh...
After setting up a few services, I noticed the following output in `get events`: Tue, 14 Jul 2015 18:04:43 -0700 Wed, 15 Jul 2015 11:26:22 -0700 3544 my-nginx Service creating loadbalancer failed {service-controller } ...
0
In requests-2.18.1 and earlier: `requests.get('https://testssl-expire-r2i2.disig.sk/index.en.html')` Used to raise `SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",)` But as of requests-2.18.2 (the latest version), the same URL is returning `Con...
I'm floating this idea because currently our native `ssl` module support isn't being utilized by any requests users and I'm planning on making major improvements to SNI within native `ssl` support in urllib3 including leaning on the stdlib for hostname verification. What are the thoughts on only using pyOpenSSL when ...
1
## Environment: * macOS 11.0.1 Big Sur, on an Apple Silicon (M1) chip * Safari 14.0.1 * React 17.0.1 * React DevTools 4.10.1, running in standalone mode via Electron 11.1.0 (darwin-arm64 build) * New project using create-react-app . with the useScript hook to add the <script> tag required by React DevTools...
React version: 16.8.0 ## Steps To Reproduce Install react 16.8.0 1. Build a hello world with any component 2. Open React Dev Tools. 3. Choose components tab. 4. Nothing will be seen. Link to code example: ## The current behavior Tab "Component" is blank ## The expected behavior Tab "Component" should ...
1
Could you please make it a little bit clear for me I am using pyhon generated code to read and get node attributes from the model graph. I generated it this way (output is `tflite/` folder with autogenerated *.py files): `flatc -python tensorflow/tensorflow/lite/schema/schema.fbs` Than I read the model: ...
Could you please make it a little bit clear for me I am using pyhon generated code to read and get node attributes from the model graph. I generated it this way (output is `tflite/` folder with autogenerated *.py files): `flatc -python tensorflow/tensorflow/lite/schema/schema.fbs` Than I read the model: ...
1
**Migrated issue, originally created by Anonymous** According to the ANSI standards SQL:92, SQL:1999, and SQL:2003, a UNIQUE constraint should disallow duplicate non-NULL values, but allow multiple NULL values. SQL Server has always implemented a crippled version of this, allowing a single NULL but disallowing mult...
### Describe the typing issue In mypy 1.1.1 we're seeing a lot of typing errors along the lines of: auth.py:136: error: Argument "email" to "User" has incompatible type "str"; expected "Mapped[str]" [arg-type] user = User(email=email, *** Errors are not present in mypy 1.0.0. ...
0
If possible can Deno.emit just include all typings from other files inside it's output, instead of importing them from other files. Currently, it adds imports using `.ts` and my theory is that these imports then somehow break the behavior in node.js or VSC making it so the library is not able to have proper typings a...
With #3352, bundles are going to be a mechanism to distribute "libraries" in Deno. It is logical that someone might want to use a distribution bundle in another Deno workload (or consume it in other runtimes) and would want to have type safe consumption of those files, therefore we should generate the declarations al...
1
Event do not trigger when node do not have "cursor: pointer" style on it. Here you have an example: http://jsfiddle.net/kb3gN/1345/
iOS Safari really doesn't want you clicking anything that's not an `<a>` tag. This is a known issue: http://stackoverflow.com/questions/5421659/html-label- command-doesnt-work-in-iphone-browser/6472181#6472181 The way you fix this is by putting an empty "onclick" attribute on nodes you wish to emit click events. Yep...
1
For this source code I get an internal compiler error. I don't have a debug version of Rust so the stack backtrace is only mildly useful. I am using thestinger's 64bit Arch package at commit `776c17f`. If necessary, I can compile a debug version. use std::mem::{transmute, size_of}; pub fn as_r...
Found this while refactoring my library after the `Vector` -> `Slice` rename STR: use std::{mem, raw}; fn main() { let a = &[1, 2, 3i]; let raw::Slice { data: ptr, len: len }: raw::Slice<int> = unsafe { mem::transmute(a) }; let b = unsafe { mem::transmute(Slice { data:...
1
SELECT d.oid, d.datname AS databasename, d.datacl, pg_get_userbyid(d.datdba) AS databaseowner, d.datcollate, d.datctype, shobj_description(d.oid, 'pg_database') AS description, d.datconnlimit, t.spcname, d.encoding, pg_encoding_to_char(d.encoding) AS encodingname FROM pg_database d LEFT JOIN pg_tablespace t ON d.datt...
Please answer these questions before submitting your issue. Thanks! 开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题 ### Which version of Sharding-Sphere do you using?(您使用的Sharding-Sphere版本为?) ### Expected behavior (您预期的结果是) ### Actual behavior (实际运行的结果是) ### Steps to reproduce the behavior (可重现问题的操作步骤)...
0
# Environment Version 1903 OS build : 18362.356 PowerToys version: v0.11.0 The app is installed, it does open and quickly shuts down # Steps to reproduce Just double click the app # Expected behavior Should show the app settings, show franzy zone # Actual behavior Shuts down # Screenshots ![2019-09-19_23...
# Environment Version 1903 OS build : 18362.356 PowerToys version: v0.11.0 The app is installed, it does open and quickly shuts down # Steps to reproduce Just double click the app # Expected behavior Should show the app settings, show franzy zone # Actual behavior Shuts down # Screenshots ![2019-09-19_23...
1
'Training Deep Nets with Sublinear Memory Cost' and 'Memory-Efficient Implementation of DenseNets' indicate that use drop intermediate feature map and recompute it if needed can save memory(while add computation burden), so we need some mechanism to annotate some op's inputs `recomputable` , and drop this input memo...
The python 3 gpu package listed on: https://www.tensorflow.org/install/install_mac#the_url_of_the_tensorflow_python_package is missing. $ curl https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-1.1.0-py3-none-any.whl <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><...
0
From danderson@, regarding weekly.2012-03-13 (Go 1 RC1): """ This version of Go does not work on a subset of Linux kernels. Right off the bat I'd like to say that I don't think this should hold up Go 1.0 . I would like to see a fix in Go 1.0.1 or Go 1.1.0, and I have a patch to offer...
by **feedback.test.account** : https://feedback.corp.google.com/#/Report/1182342511 Description: Maybe not t.Mv and (&t).Mv, but t.Mp and (&t).Mp? Вelow: f := t.Mp; f(7) // like (&t).Mp(7) Description translated: Maybe not t.Mv and (&t).Mv, but t.Mp and (&t).Mp? ...
0
For example, a function takes any number of parameters and return the last one. function GetLastOne<T>(...rest:any[], last:T) { return last; } and this: http://createjs.com/docs/easeljs/classes/Container.html#method_addChild
Extracting this suggestion from this issue: #1336 Currently the variable arguments list supports variable arguments only as the last argument to the function: function foo(arg1: number, ...arg2: string[]) { } This compiles to the following javascript: function foo(arg1) { ...
1
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.0.2.0 config file = /home/gross/experiments/ansible-bug/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION System `/etc/ansible/ansible.cfg` isn't changed. `/home/gross/experiments/a...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.0.2.0 config file = /home/sfox/.ansible.cfg configured module search path = /home/sfox/src/sysops/ops/branches/ansible-2.0/ansible/library ##### CONFIGURATION library = /home/sfox/src/sysops/ops/branches/...
1
**Symfony version(s) affected** : 4.2.5 **Description** Issue is related to #30854 A Service defined in separate file (but not services_{env}.yaml) loose to autowiring in services.yaml **How to reproduce** # config/services/extra.yaml services: _defaults: autowire: true ...
**Symfony version(s) affected** : 4.2.4 (not tested on previous versions) **Description** Services declared in a separate file imported in `services.yaml` are not initialized correctly. It looks like the `autowire: false` is not taken into account? 🤔 **How to reproduce** See relevant commit in this dedicate...
1
Encountering a MemoryError when creating a large sparse random matrix. The matrix is created with scipy.sparse.rand, and even if the density is low enough that only a few elements in the whole matrix should be nonzero (or even none at all), it still tries to allocate a large integer array. I'm not sure if this rea...
gh-9036 removed a special case in the `scipy.sparse.random` code, as the numpy implementation of `random.choice(..., replace=False)` had improved significantly. I think we may need to reintroduce the special case, but only for more extreme cases. A quick test shows that `np.random.choice(N, k, replace=False)` scales...
1
Can anybody know why kernel is always died? When I excute this cell, a part of Lenet CNN. 1. Code : with tf.Session() as sess: sess.run(tf.global_variables_initializer()) num_examples = len(X_train) print("Training...") print() for i in range(EPOCHS):...
Tensorflow (GPU) was imported successfully, but when running a session that involves a convolutional neural network (CNN), Python crashes with the following message: E tensorflow/stream_executor/cuda/cuda_dnn.cc:385] could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR E tensorflow/stream_exe...
1
In the go.tools repo, godoc/vfs/vfs.go defines a very useful FileSystem type: type FileSystem interface { Opener Lstat(path string) (os.FileInfo, error) Stat(path string) (os.FileInfo, error) ReadDir(path string) ([]os.FileInfo, error) ...
by **ibit.zee** : go version go1.2.1 windows/386 command line is : go run _test1.go error is : no buildable Go source files in C:\APL\!PROGRAMMING\GO the problem is the underscore (_) in the file name, causes the file to not be found... ZEE ;-)
0
See sample playbook at https://github.com/abdulg/ansible-common-roles Using ansible 1.4.4. When using Ansible roles I ran into a problem where common roles were being skipped. The linked repo is a demonstration of the issue. There are 2 roles, _role1_ and _role2_ , each of which depend on a 3rd role, _common_. I h...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME `iptables.py` ##### ANSIBLE VERSION ansible 2.4.2.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/usr/share/my_modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible ...
0
# Version Info julia> versioninfo() Julia Version 1.1.1 Platform Info: OS: Linux (x86_64-conda_cos6-linux-gnu) CPU: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.1 (ORCJIT, ivybridge) # Julia Console ...
### Example 1 This came up with a student who upgraded from 0.6 to 1.0 directly, so never even got a chance to see a deprecation warning, let alone find an explanation for new behavior: julia> beforefor = true true julia> for i in 1:2 beforefor = false end ...
1
### System info * Playwright Version: [v1.31.0] * Operating System: [All] * Browser: [All, Chromium, Firefox, WebKit] * Other info: I am doing visual regression test with @web/test-runner and playwright library, after the playwright upgrade to 1.31.0 from 1.22.0 then screenshots started breaking due to font...
**Context:** * Playwright Version: @playwright/test, @playwright/experimental-ct-react, playwright 1.27.1 * Operating System: PopOS 20.04 LTS * Node.js version: 19.0.0 * Browser: All * Extra: **Describe the bug** My tests were just working fine until a few days ago. I have no idea what I changed to make...
0
I need to render React components on the server for SEO. My component fetches data in `ComponentWillMount`, based on the query parameters - but on the server (Node 4.0.0), `SetState` fails in the request's callback. The error can be reproduced with a simpler `setTimeout` too, as in the code example below. I have fou...
This is a first-class API for sideways data loading of stateless (although potentially memoized) data from a global store/network/resource, potentially using props/state as input. type RecordOfObservables = { [key:string]: Observable<mixed> }; class Foo { observe(): RecordOfObservab...
1
Hi, I am running on the git cloned version of `pandas`, and there seems to be quite a few issues with user defined classes extending `DataFrame`. It seems that `DataFrame` class constructor is hardcoded in a lot of places, where `self.__class__` or `cls` constructors should be used instead. This causes some weird b...
ERROR: type should be string, got "\n\nhttps://travis-ci.org/pandas-dev/pandas/jobs/267760269\n\nMaster and some PRs (strangely not all) are all failing on the same test, but\nonly on Mac:\n\n \n \n =================================== FAILURES ===================================\n _____________________ TestCategoricalIndex.test_reindexing _____________________\n [gw1] darwin -- Python 3.5.4 /Users/travis/miniconda3/envs/pandas/bin/python\n self = <pandas.tests.indexes.test_category.TestCategoricalIndex object at 0x111d5e860>\n def test_reindexing(self):\n \n ci = self.create_index()\n oidx = Index(np.array(ci))\n \n for n in [1, 2, 5, len(ci)]:\n finder = oidx[np.random.randint(0, len(ci), size=n)]\n expected = oidx.get_indexer_non_unique(finder)[0]\n \n actual = ci.get_indexer(finder)\n > tm.assert_numpy_array_equal(expected, actual)\n pandas/tests/indexes/test_category.py:389: \n _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n pandas/util/testing.py:1174: in assert_numpy_array_equal\n _raise(left, right, err_msg)\n pandas/util/testing.py:1157: in _raise\n .format(obj=obj), left.shape, right.shape)\n _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n obj = 'numpy array', message = 'numpy array shapes are different', left = (14,)\n right = (6,), diff = None\n def raise_assert_detail(obj, message, left, right, diff=None):\n if isinstance(left, np.ndarray):\n left = pprint_thing(left)\n if isinstance(right, np.ndarray):\n right = pprint_thing(right)\n \n msg = \"\"\"{obj} are different\n \n {message}\n [left]: {left}\n [right]: {right}\"\"\".format(obj=obj, message=message, left=left, right=right)\n \n if diff is not None:\n msg += \"\\n[diff]: {diff}\".format(diff=diff)\n \n > raise AssertionError(msg)\n E AssertionError: numpy array are different\n E \n E numpy array shapes are different\n E [left]: (14,)\n E [right]: (6,)\n pandas/util/testing.py:1105: AssertionError\n \n\n"
0
## Observed behavior When creating a `histplot` with a legend, duplicate labels show up in the legend. It seems to be creating entries in the legend for more than one `BarContainer` artist. ## Expected behavior A single entry in the legend for the histogram. In my use case, this histogram is part of a collection o...
Using joinplot( type = 'hex' ) to make hexbin plot. The function call hangs (never comes back, with 100% CPU usage) when I tried to do it with my data (variables a and b) The same plot works for randomly generated data (variables x and y) This Jupyter notebook provides data for both working and buggy behavior. htt...
0
This question came out when I tried to validate some proxies. If proxy-scheme is uppercase as follows, it will return 200. (The host of proxy is not a true one.) import requests proxy = { 'HTTP': 'HTTP://111.1.11.1:8000' } r = requests.get('http://www.sina.com',proxies = proxy) print (r.status_code) Ho...
Hi there, First off, Requests is awesome. Thank you for the great library! I'm writing a script that places a series of requests and manually follows some redirects, and one of the redirects is to a URL that starts with "HTTPS" (that is, the protocol is uppercase, like HTTPS://www.example.com instead of https://www...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME pacman module ##### 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.13 (default, Feb 11 2017, 12:22:40) [GCC 6.3.1 20170109] ...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * package * pacman ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /home/user/code/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.11 (default, Mar 20 2016, 15:46:50) [GCC 5...
1
(pandas versions: 0.17.0, 0.18.0) It seems that `Series.replace` is orders of magnitude slower than `Series.map` when called with a dict, and consumes enormous amounts of RAM: >>> np.random.seed(0) >>> s = pd.Series(np.random.randint(0, 10000, 1000000)) >>> r = {np.random.randint(0, 10000): np...
Polish government provides data on power demand with local timestamps. DST switches are unfortunately not accounted for, so some timestamps are duplicated. Thankfully, the differences aren't big to matter in some applications, but it seems the way these timestamps are provided in the file do not work with `tz_localiz...
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** apparently its all possible now. might as well make a new syntax bonanza out of it: WITH upsert AS ( UPDATE metric k SET k.count = k.count + 5 WHERE event = "foo" AND interval = "D" and date = "whatever" RETURNING k.* ...
**Migrated issue, originally created by Oleg Talalov (@olegtalalov)** Customer's database contains BINARY_FLOAT_INFINITY value in one column in few rows. During requsting rows in fetch, function _detect_decimal called with value ' ~~' and raise exception: ValueError: invalid literal for int() with base 10: '~~' ...
0
This is nitpick and not high priority, but it would be nice if the navigation items on the left nav could uses `<a>` tags somehow. That way you can right click and open in a new tab.
While browsing the Material UI doc website, it is not possible to do right click on a component-link and open it in a new tab. For example, it is not posible to browse the list of components and open a new browser window/tab for each of them. Instead I am forced to manually copy the url and paste it into a new windo...
1
This behaviour might be related to these two bugs https://github.com/numpy/numpy/issues/5745 https://github.com/numpy/numpy/issues/7126 but regards int and not uint. I'm running the following code in both python2 and python3 with Numpy v.1.8.2 and v1.10.4. The issue comes up when running the following code: ...
Is this behavior expected? >>> print type(np.uint32(0) + int(0)) <type 'numpy.int64'> >>> print type(np.uint64(0) + int(0)) <type 'numpy.float64'> The latter took me by surprise!
1
Hello. Working on a scheduler (calendar week view w/ side-by-side events by time) and am considering using a DataTable to display the activities. Is it possible to span multiple rows in a TableCell? See Scheduler Is there a better approach to this?
Hi, How can I have a colspan in the Table Widget ? Mean: |--------|--------| |.. **`col1`**..|.. **`col2`**.| |--------|--------| |......... **`col3`**........| |--------|--------| Thank you.
1
I have typescript version 1.4.1.0 and have noticed that if I have a return statement that looks something like this in my TS file return "This is a really long so I had to put it in on it's own line to avoid horizontal scrolling."; after it has been transpiled into the JS file the code ends up looking like this ...
**TypeScript Version:** 1.8.4 **Code** type stringType1 = "foo" | "bar"; type stringType2 = "baz" | "bar"; interface Temp1 { getValue(name: stringType1); } interface Temp2 { getValue(name: stringType2); } function test(t: Temp1 | Temp2) { ...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-staging-parallel/530/\n\nFailed: [k8s.io] Services should be able to create a functioning NodePort\nservice {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:406\n Oct 4 10:45:12.299: Failed waiting for pods to be running: Timeout waiting for 1 pods to be ready\n \n\nPrevious issues for this test: #28064\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/10679/\n\nFailed: [k8s.io] Services should be able to create a functioning NodePort\nservice {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:403\n Jul 6 19:51:55.035: expected node port 31810 to be in use, stdout: . err: Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.155.147.88 --kubeconfig=/workspace/.kube/config exec --namespace=e2e-tests-services-57c5g hostexec -- /bin/sh -c for i in $(seq 1 300); do if ss -ant46 'sport = :31810' | grep ^LISTEN; then exit 0; fi; sleep 1; done; exit 1] [] <nil> error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc8209224e0 exit status 1 <nil> true [0xc8201642d8 0xc820164398 0xc820164470] [0xc8201642d8 0xc820164398 0xc820164470] [0xc820164368 0xc820164448] [0xa9c260 0xa9c260] 0xc8215b3680}:\n Command stdout:\n \n stderr:\n error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n \n error:\n exit status 1\n \n \n\nPrevious issues for this test: #28064\n\n"
1
**Sunny Ip** opened **SPR-3522** and commented I have two aspects that run one right after the other. Aspect 1 has an around advice that passes in a different argument to the proceed method than the original method call had. In Aspect 2's before advice, the getArgs returns the original argument passed into the targ...
**Greg Wiley** opened **SPR-3519** and commented Using the AspectJ annotation configuration method. If two advice apply to the same join point and the lower-priority advice has (non JP) parameters, those parameters will not be bound. This occurs in Spring 2.0.5 but not in Spring 2.0.2. Only jars on the CP are tho...
1
### System info * Playwright Version: 1.36 * Operating System: macOS 13.4.1 * Browser: Chromium I've looked into #15819 & #15349 but didn't find a solution for my problem. ### Bug description I have a monorepo that utilizes yarn workspaces, in this project, I have a package for the Playwright framework and ...
### System info * Playwright Version: 1.28.1 * Operating System: Ubuntu 20 * Browser: All * Other info: **Steps** * Run playwright on a system where multiple users have been using it **Actual** Running 651 tests using 2 workers Error: EACCES: permission denied, open '/tmp/playwri...
0
http://getbootstrap.com/examples/non-responsive/ In the above example page, the three right side links of navbar get hiding while resizing the browser window. ![expanded page](https://camo.githubusercontent.com/6b8f3d31b82612ff582a8ab5d780005fa4d54176f0ca0dd980287f92a59e1dae/68747470733a2f2f662e636c6f75642e67697468...
To reproduce this issue: 1.) Open Firefox 24 and go to http://getbootstrap.com/examples/non-responsive/ 2.) Double click the title bar of the window and scale the window so that part of the Navbar is obscured. 3.) Scroll the window horizontally and the page with scroll, but the Navbar stays where it is and will ...
1
# Summary This isn't necessarily a _bug_ , but it's an interesting find. It's probably even intentional. Anyway, instead of rewriting the `Math.floor(Math.random() * (1 - 3 + 1)) + 1` code three times, I wanted to try writing a custom function to generate the numbers: function generateRandomNumber(mi...
Challenge http://freecodecamp.com/challenges/waypoint-create-a-javascript- slot-machine has an issue. Please describe how to reproduce it, and include links to screenshots if possible. The example in the first screenshot should pass, but fails because the last test checks to see if the random number formula appears ...
1
**Sam Brannen** opened **SPR-7161** and commented The reference manual should updated regarding PetClinic's new location (i.e., available in a separate subversion repository), etc. See comments in the forums. * * * **Affects:** 3.0.2 **Reference URL:** http://forum.springsource.org/showthread.php?t=73291&page=2 ...
**Bob Brady** opened **SPR-3616** and commented I am using HibernateTemplate to load all persisted objects of a class that has a collection of enums. The problem is that for each enum in the collection, I get a copy of the parent object when calling HibernateTemplate's loadAll. Say ExampleDomain is the parent clas...
0
# Description of the new feature/enhancement Hello everybody, I think it is a good idea to give the user the possibility to pick colors of the currently opened tabs. The use case is the following: I use command line git and I work on multiple projects in parallel. This means that I have multiple tabs, each for a dif...
# Environment OS - Windows 10 Windows build number: Version 10.0.18362.239] Windows Terminal version (if applicable):0.2.1831.0 Any other software? # Steps to reproduce * Type a any command in the new terminal for example `md new_folder_name` * change directory to the new folde...
0
### Is your feature request related to a problem Not a bug, just a problem with my CI system. I want to be able to programmatically access the openapi schema and save it to a file without running the web server ### The solution you would like Ideally, I'd like to write a script that would output the openapi schem...
### Is your feature request related to a problem Is your feature request related to a problem? In a common CI environment there are cases when automatically deploying an openapi.json to services like Github Pages can very useful. However, in order to access the openapi.json thats generated after fastapi instance is...
1
**Migrated issue, originally created by Varialus (@varialus)** Flushing data to disk with SQLite locks the whole database until a commit has been performed. Because the autoflush setting is enabled by default, if a flush goes unnoticed, the database will stay locked, blocking all other threads. SQLite is commonly u...
**Migrated issue, originally created by Andrew Paulo Robillo (@shimofuri)** I'd been copying this snippet from my old cookbook to add a surrogate key to a declarative table class: class MixinIntKey(object): @declared_attr def key(cls): return Column( pg.INT...
0
Even if my code is working i get this error Challenge Checkpoint: Stand in Line has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible...
Challenge Bonfire: Stand in Line has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: // Setup ...
1
React version: 16.13.1 ## Steps To Reproduce 1. Create function with generic type parameter 2. Use that generic type parameter in `useCallback`, `useEffect` or `useMemo` Example: export function useDocument<TDocument>(path: string, defaultValue: TDocument | undefined = undefined): TDocument | un...
React version: `16.13.1` (although this is related to the eslint plugin). ## Steps To Reproduce 1. Install `eslint-plugin-react-hooks@4.1.0` with `@typescript-eslint/parser@4.0.1` in a TypeScript project. 2. Within your hook define a type, or cast a value to a certain type` const actions = useMemo...
1
Bug is reproducible in Babel 5.x REPL. I wasn't able to test it with Babel 6, sorry. Code example function composeSync(f, g) { return (...args) => f(g(...args)); } function composeAsync(f, g) { return async (...args) => f(await g(...args)); } In first function everyt...
Choose one: bug report The error message > TypeError: test.js: Duplicate declaration "tmp" (This is an error on an > internal node. Probably an internal error.) is shown when transpiling the input code. node successfully executes the input code. ### Input Code async function foo() { (async fun...
0
Small, nickpicky-issue: a lot of applications, especially document-based apps offer a quick way to create a new document/window directly from the dock. Terminal.app is a great example of this: ![](https://cloud.githubusercontent.com/assets/2067774/7305813/cf4c82cc-e9ce-11e4-9499-2c8825376f73.png) It’d be usefu...
Please consider adding a "New Window" option on the dock context menu for Atom. This change would make working with many spaces much more pleasant. Post-change: 1. Change to intended space for new window. 2. Click and hold (or Ctrl-click, or right/two-finger click) on the Atom icon. 3. Select "New Window". ...
1
# Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.6.2951.0 Using a windows port of ncurses to work with a TUI application. # Steps to reproduce Print key code received on key press to terminal. Specifically the issue is with key codes for arrow ke...
# Environment Windows build number: Microsoft Windows [Version 18945.1001] Windows Terminal version (if applicable): commit id 3f62c8b # Steps to reproduce from #2113 > Open tab too fast and many of them. > Using shortcut key(default ctrl+shift+number) makes easy to open lots of > tab at...
0
In the BS3 grid and form documentation, you show offsets with classes like class="col-lg-10 col-lg-offset-2" Couldn't get it to work, till I looked in the stylesheet and realized there is no style for col-lg-offset-whatever. There is only col-offset-whatever. Is my stylesheet incomplete or is the documentation in...
Reproducible on iPhone and iPad. Visit http://twitter.github.com/bootstrap/javascript.html#tooltips Tap on any of the tooltip examples to show a tooltip then tap away on empty space on the body, the tooltip does not close.
0
Say I have two indexes, one with a field named "sortfield" and the other is missing a mapping for this field. I'd like to run a query against both indexes and sort on sortfield. The index that does not contain this value would treat it as being missing and then use the logic defined in this feature to determine if t...
This is a follow up to #772 that supports special sorting for 'null' values for numeric fields. The same would be very useful for (not analyzed) string fields as well. If feasible, special handling for empty and blank strings would be useful. The latter is however optional as it is possible to achieve uniform handlin...
1
Found in variables.less (and, possibly in other files .less source files), comments that start with `//*` can trick some compilers or style highlighters as `/*` combination typically means start of a comment block. Add a space after the double-slash (e.g. `// *`) or use a different ( _and consistent_ ) commenting sty...
I'm not sure why the comments in the `variables.less` got changed to this style `//**`, but it my opinion it was a brave move. For me at least it prevents compilation when using the nodejs compiler `lessc`. At also breaks the syntax highlighting in my IDE, Visual Studio 2013
1
This is a follow-up to my comments in issue #7828. All subscribers listening for a PRE_SET_DATA event will receive _model_ data. This can be problematic since certain field types start to dictate a very specific format for data in the model. even with a data transformer in place. For example, in my usecase I have m...
Starting on a PR regarding another issue and I hooked up on of my applications to 2.8 instead of 2.6. For me this was 2 seconds to figure out it was caused by the old way of defining a factory service + method, but the error message might cause a lot of confusion for others. The message is thrown in the Definition cl...
0
I am aware of #6773, but I thought this should be a separate issue (the former being Ubuntu specific). @seppestas maybe can tell if it's a duplicate ? Consider the following simple app: const {app, Menu, Tray} = require('electron') app.on('ready', () => { const appIcon = new Tray('/...
* Electron version: 0.35.0 * Operating system: OS X Currently the click event on the tray doesn't trigger on OS X, it does so on Windows tray = new Tray(path.join(__dirname, '/img/app.png')); tray.on('click', function(){ if (mainWindow.isMinimized()) mainWindow.restore(); ...
1
When trying to embed a Video you can use the HTML tag. For some reason if you put the muted attribute on it, it won't stick to the DOM, which doesn't allow videos to autoplay what makes it difficult with privacy settings of a couple of browsers like Safari on IOS. So here is a proof. I noticed it after a couple of t...
React version: 16.12.0 ## Steps To Reproduce 1. Have a form with controlled input (i.e. value is set through `onChange` handler) 2. Type `cheese` into the input 3. Submit the form 4. Reload the page 5. Focus the input, type `c` 6. `cheese` is _not_ suggested https://codesandbox.io/s/ancient-currying-oq...
0
Since TypeScript 1.4, using the Compile on Save feature, enum members are not being replaced with their literal values in the output js file. The same operation via a full project build inserts the literal value as expected. This occurs for both regular and const enums. In the linked example project, there is an en...
Hi, I installed Visual Studio Community 2013 and Typescript 1.4. When I changed all my enums to const enum (btw, very nice feature, thanks!) I noticed that compile-on-save feature doesn't handle this feature well. When I use those const enums in other file than the one it was defined in then when I save file, they...
1
**Is your feature request related to a problem? Please describe.** scipy.cluster.hierarchy.linkage uses double (float64) to store and do its computation for hierarchical clustering. However, I have a very large dataset (292000x292000) that I would like to perform hclust on but my computer is RAM limited. I have 252...
I try the scipy ward clustering, when calculating linkage, it report follow error: ward_h = linkage(X, method='ward', metric='euclidean') Python(2557,0x7fff732cc310) malloc: *** mach_vm_map(size=18446744067627675648) failed (error code=3) *** error: can't allocate region *** set a breakpoin...
1
by **fuzxxl** : Right now, the package io specifies the Seeker with its sole method Seek(). The whence-parameter of Seek() is specified to accept one of the constants 1 to 3 with certain semantics. io does not provide symbolic constants for the whence-parameter, even there should c...
In https://godoc.org/golang.org/x/net/context#Context, there are two possible readings for the documentation of Err: 1. Err() must return nil before Done() isn't closed, and atomically switch to returning some non-nil error when Done() IS closed 2. Err() is undefined before Done() is closed, and the only valid u...
0
## Problem Description This is not necessarily an issue with material ui. I am trying to integrate `TextField` and `DatePicker` by setting the type of `TextField` to date. This adds an icon that allows you to open a date picker like this. ![screen shot 2017-07-20 at 10 28 24 am](https://user- images.githubusercont...
The only thing preventing me to use the date picker from material-ui is the fact that the user is not capable to use keyboard to write a date. Sometimes its just faster or more suitable to just use keyboard to select dates. Imagine a scenario where the user has a form with a lot of TextFields, he can keep pressing ...
1
In latest Firefox (currently 19.0.2), clicking on links with Ctrl, or Cmd (mac) button doesn't open them in new window (tab), but doesn't do anything, using latest 2.3.1 javascript. With 2.3.0 js, it works fine.
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
**Context:** * Playwright CT Version: [1.26.1] * Operating System: [e.g. Mac] * Node.js version: [e.g. 16.15.0] * Browser: [tested in FF] const component = await mount(CustomSelect, { props: { prepare: (option) => option.label } }); **Describe the bug** This issue has be...
### System info * Playwright Version: 1.33.0 * Operating System: Windows 11 * Browser: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Steps** 1. Add Playwright to your .NET 6 project. 2. Run this code: using Microsof...
0
After initializing git repository, but before committing, I can select "Undo Last Commit" from the "..." menu. That fails, of course. The resulting git reset HEAD~ won't work if there are no commits. Undo Last Commit should be grayed out if HEAD doesn't have a parent. Here's the log: git init git...
on https://code.visualstudio.com/docs/languages/javascript "The typings are easily managed using TSD, the TypeScript Definition manager." But on https://github.com/Definitelytyped/tsd#readme "DEPRECATED: TSD is deprecated, please use Typings and see this issue for more information."
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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 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.3 * Operating System version: OSX 10.15.4 * Java version: OpenJDK 1.8.0_212 ### Steps to rep...
0
## Bug Report ### Which version of ShardingSphere did you use? Current master branch. ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior when i user shardingSephere-jdbc, this sql will occur error. insert into social_count (image,...
## Version io.shardingsphere.sharding-jdbc-spring-boot-starter:3.0.0 During the initializing, shardingspere will load all table meta in TableMetaDataInitializer. TableMetaDataInitializer.load(final ShardingRule shardingRule) { ... result.putAll(loadDefaultTables(shardingRule)); } It takes much time(almost 2...
0
As title
As much as I have managed to follow the API section of tensorflow the depthwise_conv2d doesn't fulfill my thoughts on what I would like to do with the input/filters. shape = (2,5,5,48,128) initializer = tf.truncated_normal_initializer(stddev=1e-2) kernel = tf.get_variable(name='weights', shape=...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior App should work after upgrading to Next v5.1.0. in Next-js supported browsers. ## Current Behavior Noticed ` 'Symbol' is undefined` issue in IE11 after upgrading to Next v5.1.0. We don't see this issue...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- next | node | OS | browser | etc |
0
This is a template helping you to create an issue which can be processes as quickly as possible. Feel free to add additional information or remove not relevant points if you do not need them. If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster respo...
##### System information (version) * OpenCV => ❔ * Operating System / Platform => ❔ * Compiler => ❔ ##### Detailed description ##### Steps to reproduce
0
## Motivation Currently, Druid has three web consoles: 1. The coordinator console at http://coordinator:8081/#/, whose source lives at https://github.com/druid-io/druid-console 2. The overlord console at http://overlord:8090/. 3. The old coordinator console at http://coordinator:8081/old-console/. Each one h...
Complement of roaring bit map returns incorrect result. It seems that complement does not work on the last bit of the roaring bitmap. I used following test code and all tests passed with concise bitmap but failed with roaring bitmap. Result shows the last bit of roaring bitmap is unchanged even after complement ...
0
If two objects have the same name and the second object has animations the animations on the second object will instead be applied to the first on export.
Names of nodes are user-specified, and not guaranteed to be unique within a glTF file. But because THREE.PropertyBinding relies on track names to target animation, having two nodes with the same name will cause animation to affect the wrong part of a model. We should de-duplicate node names on import, to ensure that ...
1
**harish** opened **SPR-9311** and commented Currently Resttemplate uses an enum of 'standard' HTTP status codes, that is subset of all legally possible HTTP status codes that services can return. When a non standard HTTP status code is returned by services, an IllegalArgumentException is thrown and all response bo...
**Paul Sideleau** opened **SPR-7795** and commented I have setup a MultipartFilter and HtmlHiddenMethodFilter following the instructions in #11260 and the javadoc. I have a java bean that has a org.springframework.web.multipart.MultipartFile property. I attempt to bind my bean with the standard `@ModelAttribute` a...
0
I would like to see the total number of search results displayed in the UI. (I think I've seen this in the issue list before, sorry if its a duplicate.)
0
## Environment info * `transformers` version: 4.6.1 * Platform: Darwin-20.4.0-x86_64-i386-64bit * Python version: 3.7.5 * PyTorch version (GPU?): 1.7.1 (False) * Tensorflow version (GPU?): 2.4.1 (False) * Using GPU in script?: no * Using distributed or parallel set-up in script?: no ### Who can help ...
## ❓ Questions & Help Does anyone knows how to mask a word in a sentence and then get predictions with probabilities from XLM models
0
I am having the following configuration: * Neo4j version: 3.2.2 * Operating system: Ubuntu 14.04) * API/Driver: Java API I am trying to load a nodes.csv and relationships.csv like this: ./neo4j-community-3.2.2/bin/neo4j-import --into neo4j-community-3.2.2/data/databases/graph.db --nodes nodes.csv --relations...
There is a display issue when displaying 64bit integers, when they are near the max value, the last few digits get rounded True ID: 436565277858205696 | Web Admin: 436565277858205700 True ID: 436570021204987904 | Web Admin: 436570021204987900 this issue is unfortunately not in with neo4j itself, but a problem wit...
0
Building latest HEAD with Visual Studio 14.22.27905 (Visual Studio 2019 Community Edition) fails, there are warnings that are turned into an error: _simd.dispatch.avx512_skx.c numpy\core\src\_simd\_simd.dispatch.c.src(425): warning C4244: 'initializing': conversion from '__mmask16' to 'npyv_b64...
This would probably help with SEO pointing to the new docs site. As it is, a lot of links are now pointing at stale 1.17 docs, without the reader really being aware that they're looking in the wrong place. I'm not sure exactly how `docs.scipy.org` is hosted, but one option might just be to add something like this t...
0
![image](https://user- images.githubusercontent.com/8758457/52703240-da08ab80-2fb8-11e9-8a74-0ad59060358d.png) ![image](https://user- images.githubusercontent.com/8758457/52703293-03293c00-2fb9-11e9-9991-3ab54a123bbe.png) ![image](https://user- images.githubusercontent.com/8758457/52703337-1cca8380-2fb9-11e9-8940...
dubbo 2.6.5 + nacos0.0.2 报错 Exception in thread "main" java.lang.IllegalStateException: Failed to load extension class(interface: interface com.alibaba.dubbo.registry.RegistryFactory, class line: com.alibaba.dubbo.registry.nacos.NacosRegistryFactory) 目录结构还是有问题 换成最新的2.7.1版本 无法注册成功 java.lang.IllegalStateExcepti...
1
**UPD** #14705 fixes this issue Unfortunately I can't provide a full MWE at this moment (I'll try to find time and update with code), but I thought reporting will still be good anyway. I want to use cyrillic text ticks in order to debug a speech recognition system. I plot either the top-1 character prediction or t...
### Bug report **Bug summary** Similar to #3872 **Code for reproduction** I can't attach a CSV or an .ipynb, but I'll zip them up together and attach that. span_where.zip collection = collections.BrokenBarHCollection.span_where(df.index,ymin=0,ymax=df['numeric_col'].max(), ...
0
##### System information (version) * OpenCV => `3.4` * Operating System / Platform => `Android x86 and Android x86_64` * Compiler => `Android NDK GCC` ##### Detailed description Link ipp library error. Error:error: opencv/sdk/native/3rdparty/libs/x86/libippicv.a(jmp_icvippsSortRadixIndexAscend...
##### System information (version) * OpenCV => 3.3.0 * Operating System / Platform => Android x86/x86_64 * Compiler => Android toolchain (OpenCV binaries downloaded from github 3.3.0/3.3.1 release, My binary built from Android Studio, ndk-bundle-16.0.4442984 darwin-x86_64-gcc-i686-linux-android-4.9.x) ##### D...
1
# Bug report **What is the current behavior?** i want modify vue source in webpack **If the current behavior is a bug, please provide the steps to reproduce.** const Dependency = require('webpack/lib/Dependency'); class MyDependency extends Dependency { // Use the constructor to save...
## Feature request **What is the expected behavior?** Be able to intercept async load failures and retry by recreating the script tag with cache busted url **What is motivation or use case for adding/changing the behavior?** We found that retrying the download with the use of cache busting params is very effect...
0
Hello! The Chef cookbook for Elasticsearch has received a bug report regarding the packaging of ES, specifically the init scripts and status reporting. Here's the actual report: sous-chefs/elasticsearch#483 In short, the user is seeing the init script for Ubuntu 14.04 report "OK" when starting Elasticsearch, even th...
On ubuntu 14.04 for Elasticsearch 1.7.0 debian package, If we start twice elasticsearch very shortly, the pidofproc function doesn't return the PID of the first elasticsearch. So 2 elasticsearch can be started at the same time. In my case this causes an OOM trigger. How to reproduce: # service ela...
1
To me it's looks like JSX is JS+ and Intellisense should work at least like what it does in JS but in practice it doesn't.
I think it is not expect behaviour. Other keyword like `if` `else` `return` `while` even `true` `false` `null` is highlighted but `function` and `var` is not Is it a bug or you have any reason to? Also `require` should be highlighted too
0
I have border http://prntscr.com/8vc4j3
Challenge http://freecodecamp.com/challenges/waypoint-add-borders-around-your- elements has an issue. "Give your image a border width of 10px doesn't work. ![](https://camo.githubusercontent.com/589755355db80b2b5bf6cdc491c5d610e532d09c7608d3af7affbc40aee974ca/687474703a2f2f692e696d6775722e636f6d2f54635a366776372e706...
1
**When only use shardingsphere : sharding is OK (only choise one db and one table)** **When only use shardingsphere with seata : sharding is ERROR(Scan all db and table) like** 15:16:15.370 INFO [main] ShardingSphere-SQL - Actual SQL: bookshelf_0 ::: SELECT * FROM `shelf_book_key_0` LIMIT 1 15:16:15.370 INFO [ma...
two kind of oracle batch insert didn't work. version <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId> <version>5.1.1</version> testcase def "testOracleInsertAll"(){ when: "insert all case 1" ...
0
## ℹ Computer information * Windows build number: [run "winver"] 1903 * PowerToys version: .2 * PowerToy module: install ## 📝 Provide detailed reproduction steps (if any) 1. …as part of install, clicked OK to restart File Explorer; failed, blank monitors, OS restart and all OK 2. … 3. … ### ✔️ Expect...
## ℹ Computer information * Windows build number: [run "winver"] 19041.388 * PowerToys version: 0.20.0 * PowerToy module: Installation ## 📝 Provide detailed reproduction steps (if any) 1. Run the update from 0.19.2 to 0.20.0. 2. At the end, it asks to restart Windows Explorer and I click to let that pro...
1
Vue@2.x I use single file component to render page, but very slow? i don't know why? simple example, and does not use complex nested components https://github.com/bluemsn/vue-render-performance-comparisons/tree/sfc-test At first, I wanted to test the rendering performance of nested components in complex scenes, ...
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/Soviut/0nmfpz9h/4/ ### Steps to reproduce * Note the component emits an $event along with an extra argument string * Click the "no prevent" button * Note that the message is passed and is displayed * Click the "has prevent" button * Note tha...
0
**John Lewis** opened **SPR-4259** and commented I've updated the description of this issue to change it to a general place to work out Portlet 2.0 (JSR 286) support for Spring MVC. I think a general approach to this larger issue will result in a resolution to the original point of this issue. Original Description...
**João Loureiro** opened **SPR-9753** and commented MapSqlParameterSource and BeanPropertySqlParameterSource should override toString() appropriately, that is, the returned string should represent the object in terms of the parameter values it contains (at least; optionally, the types as well). The returned string ...
0
[Enter steps to reproduce below:] 1. Delete a file that is already in project 2. Open that session. **Atom Version** : 1.0.1-375cf27 **System** : "Sabayon Linux **Thrown From** : Atom Core ### Stack Trace Uncaught Error: ENOENT: no such file or directory, open '/home/v3ss/workspace/phwa.re/gui/phwabe/sour...
Some repro steps that I gathered from the existing issues: 1. Have a file open in branch `something` that doesn't exist in branch `atom` 2. `git checkout atom` 3. ENOENT 💥 OR 4. Have a file open in Atom that will be affected by `git rebase` 5. `git rebase` 6. ENOENT 👎 OR Just simply rename a fil...
1
**Scott Frederick** opened **SPR-6693** and commented Spring MVC `@ExceptionHandler` controller methods support a flexible argument list and return value, similiar to `@RequestMapping-annotated` methods. One option that is supported by `@RequestMapping` methods but not `@ExceptionHandler` methods is returning naked ...
**Bob Tiernay** opened **SPR-9044** and commented ## Problem One common request I see quite frequently on the internet is the ability to have spring autowire a main class: * http://hvijay.wordpress.com/2011/07/02/spring-dependency-injection-in-applications-main-class/ * http://forum.springsource.org/archive/i...
0
Challenge Waypoint: Introducing JavaScript Object Notation JSON has an issue. User Agent is: `Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/47.0.2526.73 Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possi...
Challenge Waypoint: Introducing JavaScript Object Notation JSON has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My c...
1
If I create a TypeScript project with, say, the following properties directly in the .csproj file <PropertyGroup> <TypeScriptOutFile>..\Output\combined.js</TypeScriptOutFile> <TypeScriptOutDir></TypeScriptOutDir> </PropertyGroup> Then both msbuild and the compilation triggered by savin...
When project does import properties from separate MSBuild file via `<Import Project="build.props" />`, The MSBuild is using defined properties, but on file save of TS file it is being ignored. It worked with with VS13/VS15RC and TS 1.5 beta, but after release it is broken. I can provide ZIP file with example solut...
1
interface IFoo { func (str: string): number; } declare class CFoo implements IFoo { func2 (): void; } > error TS2420: Class 'CFoo' incorrectly implements interface 'IFoo'. > Property 'func' is missing in type 'CFoo'. Since this is just a declaration, we shouldn't hav...
Hi, I realize that this has been asked on Stackoverflow before and Ryan gave a short answer, but I would really like to see this discussed more, since I believe this could be a huge time and ressource saver if it was implemented differently: I am trying to write a compact typescript definition file, but I am having ...
1
![](https://avatars.githubusercontent.com/u/394889?v=3) **Issue bycollinjackson** _Wednesday Aug 12, 2015 at 21:03 GMT_ _Originally opened ashttps://github.com/flutter/engine/issues/580_ * * * jackson-macpro:playfair jackson$ dart --version Dart VM version: 1.11.0-dev.3.0 (Thu May 28 03:42:12 2015) on "macos_...
Device: **iOS Simulator** **Sorry there isn't any log or error message here as nothing is being emitted from Flutter.** I am getting a weird crash when using a `RefreshIndicator` attached to a `get` http action. The crash doesn't occur until I tap on a `TabBar` that has a listener attached to it. I'm not sure if th...
0