text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Please see the following error messages regarding the error during the build. The error disappears and the build is successful after manually fixing the BUILD file. Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: ...
### Description The code below computes an element on the diagonal of a pairwise distance matrix, with a modified `sqrt` function that has finite gradients at 0. Without JIT, the gradients wrt inputs are 0., as expected. With JIT, the gradients are ~1e12. This shows up in TFP-on-JAX's GaussianProcess. As a workarou...
0
##### System information (version) * OpenCV => 3.3.0 * Operating System / Platform => Arch Linux 64-bit * Compiler => g++ 7.1.1 ##### Detailed description I am trying to load a tensorflow model in OpenCV, but it fails on `populateNet` with: dropout/Shape:Shape(Relu_2) T:0 out_type:[ ] ...
##### System information (version) * OpenCV => 3.3.0 * Operating System / Platform => Ubuntu 16 * Compiler => ❔ ##### Detailed description I had trained a model for MNIST with tensorflow1.3.0, the model contains a dropout layout. `keep_prob = tf.placeholder(tf.float32, name='keep_prob');` `h_fc1 = tf.nn.d...
1
We should make it possible to update some parts of sysimg (e.g. different stdlibs) to let all Julia versions use bug fixes without the need to update Julia. One solution may be to use separate files for each stdlib, which Pkg can update them. I have seen this issue a lot in the pull requests and issues. People avoi...
This is mostly just a meta issue attempting to summarize several existing discussions (issues). I'll try to include links to existing issues I've found whenever possible, but if I miss something please feel free to post a suggestion. # Problem I think the general problem is best summarized by the following statemen...
1
## ℹ Computer information ![image](https://user- images.githubusercontent.com/1321834/89729972-beaa1f80-da3a-11ea-9c9d-48eefbdf2f52.png) ## 📝 Provide detailed reproduction steps (if any) Run "Power Toys (Preview)" from start menu. ### ✔️ Expected result Launch the Power Toys application ### ❌ Actual result Ge...
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
* VSCode Version: 0.10.11 * OS Version: Windows 10 pro In HTML document the functions in JavaScript are not displayed when using operator "." inside of `<script> </script>` label. For example, in version 0.10.6 I can use: `<script>` `var myVar = document.(all functions appear listed here);` `</script>` Ho...
I build vscode from the master branch.(0.10.10) Found that intellisense doesn't work,no auto completion with inline js code in the .html file. The previous version(0.10.8) support ![default](https://cloud.githubusercontent.com/assets/8966236/13330917/127a6596-dc36-11e5-9796-70d1c0dda3ef.jpg)
1
Related to: #9910 If you use JSON string as the query and set it by calling `setSource()` method, before executing the query if you call `requestBuilder.toString()` and then execute the query, you will get incorrect response, because `toString()` modified the internal state of `SearchRequestBuilder` object. Try thi...
Using the Java API, If one sets the content of a search request through `SearchRequestBuilder#setSource` methods and then calls `toString` to see the result, not only the content of the request is not returned as it wasn't set through `sourceBuilder()`, the content of the request gets also reset due to the `internalB...
1
Currently if you set `node.data=false` and `node.master=false` you can set up a load-balancer-ish node that just routes queries to other boxes, but the problem for some setups is that those nodes do the aggregation phase as well. I'd like to have the ability to set up a local ES node that _only_ does proxying to oth...
We would like an option to have client nodes only do the smart load balancing, not reduce/gathering. We run client nodes on each app server so app servers only talk to ES via the client node on localhost, so we avoid having to use a HTTP load balancer (since it's a single point of failure), and also avoid the extra ...
1
From @telbizov on 2016-09-06T18:02:16Z ##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME * apt ##### ANSIBLE VERSION Any, but most likely 2.x branch ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Debian family Linux running apt package management ##### SUMMARY This is a feature request but also wor...
##### ISSUE TYPE * Feature Idea This is a copy of the issue on the old repository: ansible/ansible-modules- core#4717 There was some work on it, I don't know why it's not added: ansible/ansible- modules-core#4842 ##### COMPONENT NAME apt ##### SUMMARY This is a feature request but also works around a probl...
1
I recently upgraded to the latest version of numpy (1.18.1) and matplotlib (3.2.1). My python script was performing fine prior to the upgrade and now, it's hit with error messages. I'm running on python version 3.7.7. Below is the error message. ### Error message: Traceback (most recent call last): ...
`linspace()` has always converted floats to integers for the `num=` kwarg (for as long as I can remember). But now I'm getting a TypeError with 1.18.1. This is breaking lots of downstream code and isn't too hard to fix but is rather annoying. I'm submitting this because there seemed to be no deprecation warning for t...
1
See #7241 (comment)
After #19272, Elasticsearch instances will now die after hitting a fatal error (e.g., out of memory error). The breaking changes documentation associated with this change includes the note: > Operators should consider configuring their Elasticsearch services so that > they respawn automatically in the case of such a...
0
• Failure [1033.846 seconds] Pod Disks /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:267 should schedule a pod w/ a readonly PD on two hosts, then remove both. [It] /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:164 Expected error: ...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): **K...
0
**TypeScript Version:** 1.8.10 **Code** class ClassWithStaticProp { static prop = {}; } const instance = new ClassWithStaticProp(); // instance.constructor has no type information **Expected behavior:** `instance.constructor` should have the same ty...
TypeScript allows to return `this` from instance methods, which is to say the least, is great. It would be even better if it allowed doing the same with static methods. The rationale is consistency and feature. Line `public static construct():this` below will report `error TS2526: A 'this' type is available only in ...
0
* * * ### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No, but have added images and used TOCO to make it an android app. * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : MacOS 10.12.6 * **TensorFlow installed fr...
### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem? None ### Environment info Operating System: Ubuntu 16.04.1 LTS Installed version of CUDA and cuDNN: none pip package: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none- li...
0
* [ x] I have searched the issues of this repository and believe that this is not a duplicate. I cannot install the latest beta version (20) via npm.
Hi, start off saying that i really respect the work done here. great job! Now i've to say :) that the inline style approach used here might be something you should re-think or at least add a little tweak. Well, i say this because It slows down all the UI loading when you start to place elements all over the place ...
0
### Bug report **Bug summary** I plotted a 3D curve on Jupyter Notebook. I rotated the produced image using my mouse, and I wanted to use the Home button to reset it, because Home's comment says _Reset the original view_. However, after clicking Home button, there was nothing happened. **Code for reproduction** ...
### Bug report **Bug summary** The home, backward, and forward buttons in the UI do nothing when the plot is three dimensional. Also the zoom button does not work at all. It simply rotates the plot. **Code for reproduction** From the examples, from mpl_toolkits.mplot3d import axes3d import matp...
1
This is happening after a fresh install: I am running Debian 8 [Enter steps to reproduce below:] 1. Installed deb file atom-amd64.deb v0.186.0 2. Run the Program **Atom Version** : 0.184.0 **System** : linux 3.12-1-amd64 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: spawn /usr/share/atom/...
**TEMPORARY WORKAROUND** : `ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"` Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT **Atom Version** : 0.152.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core ### Steps To Reproduce 1. ... 2. ... ### Stack Trace A...
1
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well?
can you add more features to html reporter in playwright. eg: allure report **over view page**. and **send report as a email** functionality. Most of top management like to see consolidate report. allure report is good but it is not a inbuild report due to that we need face data sync issues most of the time
1
Hi guys, when i remove neo4j 2.2.3 and installed 3.0.1 neo4j server is failing to start. here is my log tail -l /var/log/neo4j/neo4j.log at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:207) at org.neo4j.bolt.BoltKernelExtension.createSslContext(BoltKernelExtension.java:200) ... 32 more...
Hi guys, when i remove neo4j 2.2.3 and installed 3.0.1 neo4j server is failing to start. here is my log tail -l /var/log/neo4j/neo4j.log at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:207) at org.neo4j.bolt.BoltKernelExtension.createSslContext(BoltKernelExtension.java:200) ... 32 more...
1
## Environment info * `transformers` version: 4.1.1 * Python version: 3.8.5 * PyTorch version (GPU?): 1.7.1 * tokenizers: 0.9.4 * Using GPU in script?: No * Using distributed or parallel set-up in script?: No ## Information Hi @patrickvonplaten I am trying to train a "t5-base" model and I directly us...
# ❓ Questions & Help Pretrained `T5Tokenizer ` has vocab size of 32100 (32000 tokens plus 100 extra_ids) but the shared embedding layer of `T5ForConditionalGeneration` has size of (32128, 768). I checked the google-research implementation of T5 and also found that they have vocab size of 32100 also. Where did the e...
1
So I have this in my app/config/routing.yml: acme_store_dev: resource: "@AcmeStoreBundle/Resources/config/routing.yml" host: acme.{tld} requirements: tld: dev|org and something like this in the bundles routing.yml: acme_store_homepage: pattern: /hello/{name} defaults: { _controller: AcmeStoreBundle:D...
Currently running into an issue with the new host matching when I'm trying to generate urls that requires me to pass in a host parameter. InternalUserController: resource: "@ApiBundle/Controller/Internal/UserController.php" type: annotation host: "api.{domain}" Dashboar...
1
#### Code Sample, a copy-pastable example if possible df = pd.DataFrame([['A', 1], ['B', 2], ['B', 3], ['A', 4]], columns=['Col1', 'Col2']) df['Col1'] = pd.Categorical(df.Col1) ![df](https://camo.githubusercontent.com/ef229ae...
see also: https://stackoverflow.com/questions/47793302/python-pandas-dataframe-merge- strange-sort-order-for-how-inner I do not understand the sort order for Python Pandas DataFrame `merge` function with `how="inner"`. Example: import pandas as pd df2 = pd.DataFrame({'a': (6, 7, 8, 6), 'b':...
1
# Feature request This one is simple, expose 'createElement' on the `Vue` object, so that `h` can be omitted from the `render` function. So that when JSX is typed, we can lower the error margin, by excluding one step.
### What problem does this feature solve? Hello Vue community, I searched the issues but couldn't find anything related to this, hope it's not a duplicate. Recently Realworld.io is collecting a real world example of a blogging app written in different frameworks. There are already projects for react, angular, elm...
0
### System info * Playwright Version: [v1.34] * Operating System: [macOS 13.2] * Browser: [Chromium] * Other info: the uta site is: [https://github.com/your_profile/playwright_issue_title]](https://bonigarcia.dev/selenium- webdriver-java/drag-and-drop.html)
### System info * Playwright Version: v1.33 * Operating System: Windows 10 * Browser: Chromium * Other info: ### Issue Description I want to verify the contents of tips when hovers over some locators. * Headed Mode * Locator is visible without scrolling: √ * Locator needs scrolling & depends on...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No. **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
i tryin to build a port scanner with Deno Deno.connect() need timeout for close tcp connection i want when create connection after few seconds If did not get an answer do abort like a nodejs: const { Socket } = require("net"); const socket = new Socket(); socket.on("timeout", () => { ...
Hey, It would be really cool if Deno aligned with the web platform's cancellation primitive AbortSignal/AbortController which Deno already supports but not in most of its APIs. Myself and a few others have been adding support for AbortSignal to all of the APIs it fits in Node.js to make it easier for people to writ...
1
When I change app code, vendors.js will have a slight change as following image shows, this prevents me from doing long term caching. It seems that chunk 0 refers to my app chunk, but it's unnecessary to have this in my vendors file. How am I supposed to do to keep my vendors content same when I just change my ap...
I'm trying to split my vendor code from my app code and got it all working. However, every time I change some code in my app and create a new build, the vendor file gets a new chunkhash and thus is downloaded by the clients again. The contents are exactly the same though. Here is a fully working small example showin...
1
Hi, I was wondering if there are plans to release tensorflow for Python 3.6 and if so is there ETA? Thank you.
The current .whl does not support python 3.6. Please update to support the latest version of python. Thanks! C:\WINDOWS\system32>python --version Python 3.6.0 C:\WINDOWS\system32>pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.1-cp35-cp35m-win_amd64.whl tensorflow-0.1...
1
`ss2zpk` is implemented as return tf2zpk(*ss2tf(A, B, C, D, input=input)) Please don't go through transfer-function form as it throws away numerical accuracy. I am not sure of the best way to implement ss2zpk. The poles are easy: get the eigenvalues. Not sure about the zeros. Related to the inv...
def ss2zpk(A, B, C, D, input=0): return tf2zpk(*ss2tf(A, B, C, D, input=input)) I believe this has numerical stability problems, same as #3085
1
Usually a mouse has 2 buttons but now a days many mice comes with more than 2 buttons and sometimes I need to remap those buttons. Like the wheel button I want it to open the windows menu or the windows search, etc And the next feature is the remapping of keys for multiple keyboards.Like if I have Two keyboards th...
# Environment Windows build number: 10.0.19041.329 PowerToys version: 0.19.1 PowerToy module for which you are reporting the bug (if applicable): PT Run Run at Startup and Always Run as Administrator are both on. PowerToys Runner shows up in Task Manager. # Steps to reproduce 1. Make ...
0
Hey, Is there any way point my route to allow "www.domain.com" or "domain.com" without duplicate the route?
Optional placeholders are not implemented yet for the host (unlike the path). So given `{subdomain}.domain.com` it cannot match `domain.com` because the dot is statically required. Ref. #6821
1
# Environment Windows build number: Microsoft Windows [Versione 10.0.18362.836] PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce Simply search # Expected behavior # Actual behavior When used it does not search the file...
# Environment Windows build number: Windows 10 Home Single Language 1909 PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): Run # Steps to reproduce The v0.18.1 is only able to search for programs but not individual files, even when running in ...
1
Let and var parameters of Javascript are not being colorized properly when used as part of a longer word/parameter inside a function. ![parametercolor](https://cloud.githubusercontent.com/assets/12900364/13649641/7e700b2c-e5f3-11e5-9427-eacbcde85757.JPG) `fcamelCase = function( all, letter, lettuce, constest ) { va...
_From@f111fei on February 23, 2016 6:14_ version: 0.10.10 ![2](https://cloud.githubusercontent.com/assets/7069719/13243197/80630302-da37-11e5-9ccf-a63d6f23433d.png) `letter` _Copied from original issue:microsoft/vscode#3270_
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:** * 6....
### 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:** * 6....
1
Viewing page in chrome with basic fluid layout. After resizing browser window to minimum in width and resizing back to normal size the dropdown in nav-bar doesn't open. ![Image](https://camo.githubusercontent.com/cd28b3aa5682b3884cd93365d2da9ebf5b77f22baabd3d27af50bf0e852f98f8/687474703a2f2f6661726d382e7374617469636...
Minor issue but... If you have a responsive page with navbar and a dropdown in the navbar, and you make your browser small, then click the responsive menu button to uncollapse the menu, then open your browser large again, the navbar dropdown no longer works.
1
# Environment Windows build number: [versão 10.0.19631.1] PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug (if applicable): PowerToys Run # Steps to reproduce By checking Task Manager # Expected behavior The PowerToy Run service called PowerLuncher is cons...
PowerLauncher.exe keeps ramping up to ~60% CPU usage in task manager and then back down to 0%. It happens about every 2 seconds or so. # Environment Windows [Version 10.0.18363.720] PowerToys 0.18 PowerLauncher # Steps to reproduce Start PowerToys. # Screenshots ![Taskmgr_2020-05-19_16-10-54](https://user- ...
1
**Narada Sage** opened **SPR-6652** and commented Hi, As mentioned in forum post there is a bug in the spel documentation where a method is used on the interface that in fact only exists on the concrete class. More details on the forum post. Many thanks. * * * **Affects:** 3.0 GA **Reference URL:** http://forum...
**Anders Wallgren** opened **SPR-5275** and commented This method throws an exception if the linked exception's message is null. I've patched it locally as follow: /** * Build a descriptive exception message for the given JMSException, * incorporating a linked exception's message if appropri...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-staging/102/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 0 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:277\n Oct 21 05:34:50.005: Memory usage exceeding limits:\n node gke-jenkins-e2e-default-pool-5ae4c0ed-6cql:\n container \"runtime\": expected RSS memory (MB) < 89128960; got 90804224\n node gke-jenkins-e2e-default-pool-5ae4c0ed-rk9d:\n container \"runtime\": expected RSS memory (MB) < 89128960; got 94658560\n \n\nIssues about this test specifically: #26784 #28384 #33023\n\nFailed: [k8s.io] Services should be able to up and down services {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:279\n Expected error:\n <*errors.errorString | 0xc821baaa10>: {\n s: \"service verification failed for: 10.183.250.211\\nexpected [service3-28pod service3-5ucxe service3-xrm2i]\\nreceived [service3-28pod service3-xrm2i]\",\n }\n service verification failed for: 10.183.250.211\n expected [service3-28pod service3-5ucxe service3-xrm2i]\n received [service3-28pod service3-xrm2i]\n not to have occurred\n \n\nIssues about this test specifically: #26128 #26685\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 100 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:277\n Oct 21 04:21:50.303: Memory usage exceeding limits:\n node gke-jenkins-e2e-default-pool-5ae4c0ed-6cql:\n container \"runtime\": expected RSS memory (MB) < 314572800; got 522530816\n node gke-jenkins-e2e-default-pool-5ae4c0ed-q0jk:\n container \"runtime\": expected RSS memory (MB) < 314572800; got 517349376\n node gke-jenkins-e2e-default-pool-5ae4c0ed-rk9d:\n container \"runtime\": expected RSS memory (MB) < 314572800; got 531079168\n \n\nIssues about this test specifically: #26982 #33994 #34035\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 35 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:277\n Oct 21 04:45:37.011: Memory usage exceeding limits:\n node gke-jenkins-e2e-default-pool-5ae4c0ed-q0jk:\n container \"runtime\": expected RSS memory (MB) < 157286400; got 233512960\n node gke-jenkins-e2e-default-pool-5ae4c0ed-rk9d:\n container \"runtime\": expected RSS memory (MB) < 157286400; got 248258560\n node gke-jenkins-e2e-default-pool-5ae4c0ed-6cql:\n container \"runtime\": expected RSS memory (MB) < 157286400; got 241520640\n \n\nIssues about this test specifically: #28220\n\nPrevious issues for this suite: #33403 #34034 #34065\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-staging/80/\n\nMultiple broken tests:\n\nFailed: [k8s.io] DaemonRestart [Disruptive] Kubelet should not restart\ncontainers across restart {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:245\n Expected error:\n <*errors.errorString | 0xc8216f5ac0>: {\n s: \"Only 8 pods started out of 10\",\n }\n Only 8 pods started out of 10\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/daemon_restart.go:214\n \n\nIssues about this test specifically: #27502 #28722 #32037\n\nFailed: [k8s.io] Pod Disks Should schedule a pod w/ a RW PD, gracefully remove\nit, then schedule it on another host [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:203\n Expected error:\n <*errors.errorString | 0xc8201a6b80>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:184\n \n\nIssues about this test specifically: #28283\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] ReplicationController light Should scale from 1 pod to 2 pods\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:88\n Oct 15 06:09:42.714: timeout waiting 15m0s for pods size to be 2\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:284\n \n\nIssues about this test specifically: #27443 #27835 #28900 #32512\n\nFailed: [k8s.io] Nodes [Disruptive] [k8s.io] Resize [Slow] should be able to\nadd nodes {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:478\n Expected error:\n <*errors.errorString | 0xc821808070>: {\n s: \"failed to wait for pods running: [timed out waiting for the condition]\",\n }\n failed to wait for pods running: [timed out waiting for the condition]\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:463\n \n\nIssues about this test specifically: #27470 #30156 #34304\n\nFailed: [k8s.io] DNS should provide DNS for the cluster [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:352\n Expected error:\n <*errors.errorString | 0xc8201a6b80>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:236\n \n\nIssues about this test specifically: #26194 #26338 #30345 #34571\n\nFailed: [k8s.io] Nodes [Disruptive] [k8s.io] Network when a node becomes\nunreachable All pods on the unreachable node should be marked as NotReady upon\nthe node turn NotReady AND all pods should be mark back to Ready when the node\nget back to Ready before pod eviction timeout {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:638\n Oct 15 01:49:27.668: Failed to observe node ready status change to false\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:360\n \n\nIssues about this test specifically: #30187\n\nFailed: [k8s.io] Nodes [Disruptive] [k8s.io] Resize [Slow] should be able to\ndelete nodes {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:452\n Expected error:\n <*errors.errorString | 0xc821583170>: {\n s: \"timeout waiting 10m0s for cluster size to be 2\",\n }\n timeout waiting 10m0s for cluster size to be 2\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:447\n \n\nIssues about this test specifically: #27233\n\nFailed: [k8s.io] Networking should provide Internet connection for containers\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/networking.go:55\n Expected error:\n <*errors.errorString | 0xc820b3bda0>: {\n s: \"pod 'wget-test' terminated with failure: &{ExitCode:1 Signal:0 Reason:Error Message: StartedAt:2016-10-15 05:31:01 -0700 PDT FinishedAt:2016-10-15 05:31:31 -0700 PDT ContainerID:docker://175c03f59cc9592909fec069648d8c5862dc017b9bee583d1b17b79d51756d39}\",\n }\n pod 'wget-test' terminated with failure: &{ExitCode:1 Signal:0 Reason:Error Message: StartedAt:2016-10-15 05:31:01 -0700 PDT FinishedAt:2016-10-15 05:31:31 -0700 PDT ContainerID:docker://175c03f59cc9592909fec069648d8c5862dc017b9bee583d1b17b79d51756d39}\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/networking.go:54\n \n\nIssues about this test specifically: #26171 #28188\n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks should function for pod\ncommunication between nodes {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/networking.go:271\n Expected error:\n <*errors.errorString | 0xc8222246b0>: {\n s: \"gave up waiting for pod 'different-node-wget' to be 'success or failure' after 5m0s\",\n }\n gave up waiting for pod 'different-node-wget' to be 'success or failure' after 5m0s\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/networking.go:270\n \n\nIssues about this test specifically: #30131 #31402\n\nFailed: [k8s.io] Nodes [Disruptive] [k8s.io] Network when a node becomes\nunreachable [replication controller] recreates pods scheduled on the\nunreachable node AND allows scheduling of pods on a node after it rejoins the\ncluster {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:543\n Oct 15 03:50:51.613: Node gke-jenkins-e2e-default-pool-5ad68faa-u1fj did not become not-ready within 2m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resize_nodes.go:329\n \n\nIssues about this test specifically: #27324\n\nPrevious issues for this suite: #33403 #34034 #34065\n\n"
1
I really like the new callouts in the docs, but ask myself why they are reserved for the docs? They look way better than the default alerts, imo they can be replaced by callouts.
### What about modularity in bootstrap 4? I mean separation bootstrap into modules, for example: bootstrap-buttons, bootstrap-navbar, bootstrap-grid etc #### Motivation I have worked on some not big projects which needed customized subset of bootstrap: grid, bottons, icons. I solved this problem in different ways...
0
Found an error: Example 1 function safeAsync(fn) { return async (...args) => { try { await fn(...args) } catch (err) { handleError(err) } } } async function a(q) { console.log(q) } async function m() { await ...
Hi, It seems there is a bug when combining async + rest parameters syntax. Here is a simplified version that reproduces the case with a simple async of value. const foo = async (...msgs) => { let t = await msgs[0]; console.log(t); } foo('a'); // displays "{}" instead of "a" ...
1
This is reproducible by deleting an index, not waiting for the response, then trying to bulk index into that index, (ie the requests were run in parallel): [2014-01-11 14:34:30,541][INFO ][cluster.metadata ] [Justin Hammer] [test_index] creating index, cause [auto(bulk api)], shards [5]/[1], ma...
This happened on elasticsearch 0.90.6 with JVM 1.7.0_25 Found this in logs, cannot tell what triggered this. The only thing I know is, there are lots of index/search operations going and there seems to be some cluster instability. [2013-XX-YY 08:45:22,518][DEBUG][action.bulk ] [myNode] [l...
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 When `ELECTRON_RUN_AS_NODE` is ena...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 13.1.9 ### What opera...
0
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04.5 * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead). 2. The form below must be ...
1
![image](https://cloud.githubusercontent.com/assets/1884376/15769566/e93d75ba-2979-11e6-9744-4f4a61e09527.png) The above is a know issue that has crept in with our recent upgrade for email verification process. Please ignore this error and we are coming up with a fix ASAP. While that happens you will not be able...
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Webpack file watcher ignores changes in symlinked files if `resolve > symlinks` options is set to `false`. **If the current behavior is a bug, please provide the steps to reproduce.** I have created a minimal reprodu...
**I'm submitting a bug report** passing an Array of paths causes a webpack validation error **Webpack version:** 2.1.0-beta.25 **Please tell us about your environment:** macOS Sierra **Current behavior:** passing an Array of paths outputs a WebpackOptionsValidationError entry: [ 'we...
0
# Environment master at `b9233c0` (I haven't sought for faulting commit though) Windows version: `10.0.18362.388` # Steps to reproduce 1. open wsl 2. open tmux/mc/htop/similar program # Expected behavior Taken from v0.5.2762.0 release (commit `7faf334`) ![term_ok](https://user- images.githubusercontent.co...
When you get to the end of a line in Terminal, it now disagrees with conhost as to where the next line goes. Terminal: aaaaaaaaaa| | aaaa | Conhost: aaaaaaaaaa| aaaa | Possible regression from #2924.
1
Hi My env is Linux 2.6.32 cuda 8.0 python 2.7. Install pytorch by pip install https://s3.amazonaws.com/pytorch/whl/cu80/torch-0.1.8.post1-cp27-none- linux_x86_64.whl The installation is successful However I got the error by import torch. Best Regards,
on linux, python-2.7, cuda-7.5, installed using pip. `import torch` it gives the error: >>> import torch Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/jingleng/.local/lib/python2.7/site-packages/torch/__init__.py", line 45, in <module> from ...
1
### Input Code function Target(target){ var errMsg = ''; if (typeof target != 'object'){ errMsg = 'target error - target itself must be window object'; } if(errMsg){ throw new Error(errMsg); } this.ta...
`transform-es2015-typeof-symbol` converts `typeof foo` to `_typeof(foo)` when `typeof Symbol.iterator !== "symbol"`. `_typeof` is implemented as follows: function(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ...
1
Same as issue #11615 The glyphicon-th-list icon looks strange when in a button of normal size. Please, check here: http://jsfiddle.net/2bxapnts/ Bootstrap version: 3.2.0 Can be reproduced on: Chrome, Firefox and IE (Windows 8) In case it's significant, the default font size in my browser is 16px. ![image]...
There are some false displayed glyphicons http://jsfiddle.net/sn8h2/
1
I am using `withRouter` HoC as described in this snippet, however, I am still getting the error: utils.js:26 Warning: the 'url' property is deprecated. https://err.sh/next.js/url-deprecated * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expec...
## Expected Behavior Works without problem. ## Current Behavior Errors with "material-ui": "^1.0.0-beta.44" and "next": "^6.0.0" tried a lot of configuration with .babelrc doesn't work as expected. When I'm using material-ui component `MuiThemeProvider` and refresh page using browser refresh not all componen...
0
#### Code In [33]: df = pd.DataFrame({'date1': [Timestamp('2017-05-25 14:02:23'), NaT], 'date2': [Timestamp('2017-05-25 14:34:43'), Timestamp('2017-05-16 19:37:43')]}) In [34]: df2 = df.apply(lambda x: x.dt.tz_localize('UTC'), axis=0) In [35]: df3 = df2.assign(date1=d...
I have the following array of Timestamps: ts_array = np.array([[Timestamp('2016-05-02 15:50:00+0000', tz='UTC', offset='5T'), Timestamp('2016-05-02 15:50:00+0000', tz='UTC', offset='5T'), Timestamp('2016-05-02 15:50:00+0000', tz='UTC', offset='5T')], [Timestamp('2016-...
1
Hi, Date form type could provide support for partial dates (eg. allow for "yyyy- MM" format), even if limited to inputs type "array" or "string" on such cases cheers
DateField should support formats that don't contain the letters "y", "M" or "d" in order to select partial dates (e.g. months). The default values of the fields, when left away, should be the corresponding parts of the UNIX base timestamp 1970-01-01. Example: $builder->add('expires_at', 'date', array(...
1
from #5895: " After discussion with @Crell, we agreed that the RequestContext is a burden in reusing the routing component. That's because it only duplicates information of the Request and is not really useful without it anyway. Since we probably cannot remove it fully as it would be a big BC break, my idea is to ...
Hi, I use a `collection` type with _prototype = true_ to add/remove items. It works pretty fine but I got a notice error when I add a new item and I save the whole form : Notice: Undefined index: 2 .../PropertyPath.php on line 283 This index is the index of the added item. I fixed this notice ...
0
I have the following code for a convolutional layer. This layer is part a larger computational graph. # Define the shape of the filter filter_shape = [1, config.char_filter_size, config.dim_char, config.dim_char] # Define the conv...
I am trying to build a convolution (followed by max_pool) for variable length input size. Since the length of the input in a batch should be the same, I set the batch size to 1. However, for some reason ksize in tf.nn.max_pool is a list attribute required at run-time. This would prevent any neural network that uses v...
1
# 🚀 Feature We would like Pytorch to support the automatic mixed precision training recipe: auto-casting of Cuda operations to FP16 or FP32 based on a whitelist- blacklist model of what precision is best for each operation, as well as gradient scaling to avoid underflow during the backward pass. # Work in progress...
Hello I have an error with the command MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install I'm trying to install Pytorch for Mac I’m following this tutorial : https://www.cs.rochester.edu/u/kautz/Installing-Pytorch-Cuda-on-Macbook.html I’m using macOS 10.13.4 I have installed: * xco...
0
From @minac on 2016-07-22T15:22:54Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME meta ##### ANSIBLE VERSION enansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides Ansible installed via pip and not git. ##### CONFIGU...
##### SUMMARY meta: reset_connection is failing ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME meta ##### ANSIBLE VERSION 2.7.2 ##### CONFIGURATION ##### OS / ENVIRONMENT ubuntu 14.04 on controller ##### STEPS TO REPRODUCE handlers: - n...
1
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Maybe similar to #15174 Trying to trigger the same dag_id within the same second. I get: ## Traceback (most recent call last): File "/usr/local/airflow/.local/lib/python3.10/site- packages/sqlalchemy/engine/base.py", lin...
### Description I would like to build a graph like this: ┌───► task_2_1 ─────► task_2_1 │ │ │ task 1 ───────► task_2_2 ─────► task_3_2 │ │ │ │ ...
0
while i can easily fix this in my code, this seems a bug, What happens is that this leaves Object.items as an empty list, whatever it was before. It happens in "sqlalchemy\orm\collections.py" on lines 1157-1163: if step == 1: for i in range(start, stop, step): ...
**Migrated issue, originally created by Anonymous** Hi, Imagine the following test-case: A | \ B C | D so A is the "root" mapper, B and C inherit from A and D inherits from B (B is a kind of "virtual" class/table), in SQLAlchemy I have something like (not sure for mapper_...
0
Argsort does not return indices that sort the input array ### Reproducing code example: import numpy as np x = np.array([ 3 ,1, 2]) np.argsort(x) The output is array([1, 2, 0]). Shouldn't it be [2,0,1] ### NumPy/Python version information: v1.21
The argsort function seems to be broken. Looking at the code provided, the argsort for rows [0, 1] is correct but it's messed up for rows [2, 3]. I tested this on different NumPy installations and versions 1.11.0 and 1.12.0 import numpy as np vec = np.array([ [-1.4, -1.2, 1.3], ...
1
#### Expected Behaviour deno lsp should support and format files with emojis inside. #### Actual Behaviour Starting Deno language server... version: 1.6.3 (release, x86_64-unknown-linux-gnu) Connected to "vscode" 1.52.1 language server initialized Server ready. thread 'main' pan...
Editing, or creating a document with the following text causes all sorts of issues and lsp server crashes: const foo = `编写软件很难`; console.log(foo); For example, changing `.log` to `.warn` will result in bad diagnostics like: Unterminated template literal. This is because c...
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.4 * Operating System version: Mac OS/X * Java version: 1.8 ### Steps to reproduce this issue...
### Environment * Dubbo version: 2.6.3 * Operating System version: win * Java version: 1.8.0_73 ### Steps to reproduce this issue 1. starting provider ### Expected Result regist 2.6.3 version ### Actual Result the actual regiser url is: dubbo://XXXX? **dubbo=2.0.2** ... #### 备注 当provider注册service时,注册...
1
**Migrated issue, originally created by Anonymous** table.c.name.startswith( table.c.alias) currently fails: File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 568, in endswith return self._compare('LIKE', "%" + other) TypeError: cannot concatenate 'str' and 'Column' objects here a possible patch...
**Migrated issue, originally created by Jack Zhou (@univerio)** When using the `ON DUPLICATE KEY UPDATE` support for MySQL, the `.values()` generative function is not available, contrary to the claims made by the documentation. Traceback (most recent call last): File "/usr/lib/python3.5/runpy.p...
0
Hello, I've got an application which uses match_phrase queries to look for, and highlight, exact matches within file texts. It worked fantastically on ElasticSearch version 2.0.0 and 2.0.1, but breaks on 2.1.0. The query appears to run correctly but the highlighter highlights ALL instances of terms in the query ins...
Hello, After upgrading our Production cluster to Version 1.3.5 , the cluster is constantly in red state with : { "cluster_name" : "totango_prod_hist", "status" : "red", "timed_out" : false, "number_of_nodes" : 26, "number_of_data_nodes" : 20, "active_primary_shards" : 100, "active_shards" : 200, "r...
0
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** * Go to https://codepen.io/anon/pen/qjpBzw (this is a modified version of the 'Controlled Components' docmentation page to put the chars in upper case) * Type 'a' into the input, you get 'A' * Then type 'b', you...
With server-side rendering (SSR), after page reload, `input` element preserves its content but `useState` clears its state. The value of input element (in DOM, visible to user) and internal state are different in this situation. In the view of user, application looks inconsistent. I searched Internet for the iss...
0
Not sure if this is intentional, but it's different behaviour from v0.6.2: julia> AbstractArray(randn(10,10)) ERROR: MethodError: no method matching AbstractArray(::Array{Float64,2}) Closest candidates are: AbstractArray(::Any) where T<:AbstractArray at abstractarray.jl:22 AbstractA...
Openlibm offers some benefits over fdlibm: 1. Forked from FreeBSD, and includes a number of fixes 2. Includes assembly versions of various routines 3. No need to mix routines from libm and fdlibm for performance as is done currently It is already used in the Windows version, and can be made default for mac an...
0
does twitter bootstrap support sliding functionality in iphone.....
Not sure if anyone has mentioned this or not, but it would be cool to have something like this: http://papermashup.com/demos/ajax-switch/
1
Suddenly plotting scatterplots using the "hue" parameter throws an error. I can't get scatterplots to work with hue regardless of dataset. See this stackoverflow topic: Stackoverflow The problem occurs > even for some of the example code snippets given on Seaborn's official site > (https://seaborn.pydata.org/gene...
Matplotlib 3.3.1 has just been released and it breaks `scatterplot` (and `relplot(kind="scatter")`). The problem is the `marker=''` argument in the legend artists creation, which now raises an exception upon drawing (seems unintentional). See matplotlib/matplotlib#18254. Example code: import seaborn as...
1
When I create a figure using bbox images, everything looks fine, but when I save the figure, the images move. Here is an example import matplotlib.pyplot as plt import numpy as np from matplotlib.image import BboxImage from matplotlib.transforms import Bbox, TransformedBbox #Genera...
### Bug report **Bug summary** I'm intermittently getting the warning `font family ['serif'] not found. Falling back to DejaVu Sans` when plotting with `rc('text', usetex=True)` enabled. If I delete `~\.cache\matplotlib` the warning stops and the charts are rendered with the correct font. But a day or so later it s...
0
At the moment you can use hugging face's mask filling pipeline to predict 1 masked token in a sentence using the below: !pip install -q transformers from __future__ import print_function import ipywidgets as widgets from transformers import pipeline nlp_fill = pipeline('fill-mask')...
I am able to use hugging face's mask filling pipeline to predict 1 masked token in a sentence using the below: !pip install -q transformers from __future__ import print_function import ipywidgets as widgets from transformers import pipeline nlp_fill = pipeline('fill-mask') nlp_...
1
The standalone Embedding Projector does not open the _Load bookmarks_ window for me all of a sudden. _Save bookmarks_ and everything else still works though. I am on Windows 7 (Enterprise) using Chrome (Google Chrome 59.0.3071.115 (Official Build) (64-bit) (cohort: Stable)).
When a PR is tested failed, Jenkins just reports failure and tells where to check log. However, at least for me, I don't know whether I have the permission, and where to find the logs. So I have to reproduce the failed test on my own machine, but maintaining all kinds of environment is an unnecessary burden for each ...
0
When I console.log(), the Chrome console gives the log but instead of showing the file and line number it just says react_devtools_backend.js:4049. How do I get the console to show the file and line number when I console.log()?
in my browser console, log info go wrong, it should show real console.log file and correct line info, but now it always show "react_devtools_backend.js: 4049", link to source code show warning: "Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-compo...
1
### Version 2.5.17-beta.0 ### Reproduction link https://codesandbox.io/s/m7q5pmyy1x ### Steps to reproduce 1. click `show one by one` button three times 2. click `Switch a & b` 3. click `show one by one` button ### What is expected? Show `b` first ### What is actually happening? Show `b2` first
here example: https://jsfiddle.net/alekzonder/1zcLkuwq/ vue.js 2.1.10 steps in example: 1. press "unshift new" button 2. then press "set bold" with 0 index in input problem: item with index 1 is bold after Array.unshift in data if remove `:key=item.id` in template with v-for, all works right bug or feature...
1
## Issue description When I compile external C++ app with CMake using Caffe2 dependency, ATen header is missing. > fatal error: ATen/core/Macros.h: No such file or directory Seems like ATen headers are not properly copied to /usr/local/include while other headers are well installed. Reproduced with Caffe2 with U...
## Issue Description I git clone pytorch to `$PYTORCH_HOME`, and installed it using cmake to directory `$PYTORCH_HOME/build/install`. The ATen core headers were installed to `$PYTORCH_HOME/build/install/include/ATen/core/core/*.h` instead of `$PYTORCH_HOME/build/install/include/ATen/core/*.h` ( **I think this is abn...
1
## 🐛 Bug Search datasets... Original length: 900 Offset: 0 Limit: 900 Final length: 900 Search datasets... Original length: 120 Offset: 0 Limit: 120 Final length: 120 Using CuDNN in the experiment. Traceback (most recent call last): File "", line 1, in runfile('C:/Users/Administrator/Deskto...
## 🐛 Bug No problem in PyTorch 1.2. Archive with code and data: https://github.com/pytorch/pytorch/files/3723821/PyTorch.zip Windows 10 (1903), Python 3.7.4, RTX 2060 (driver version 436.48) --------------------------------------------------------------------------- RuntimeError ...
1
## ❓ Questions and Help ### Please note that this issue tracker is not a help form and this issue will be closed. We have a set of listed resources available on the website. Our primary means of support is our discussion forum: * Discussion Forum
## 🐛 Bug Trying to install torch results in a python error. ## To Reproduce Steps to reproduce the behavior: 1. Install Python (python-3.8.0-amd64.exe) 2. run pip install numpy 3. run pip install torch torchvision -f https://download.pytorch.org/whl/torch_stable.html ## Expected behavior Pytorch gets ins...
1
### Describe the bug I want to extract enums from model schema to separate definition, and the solution is: from enum import Enum from pydantic import BaseModel from devtools import debug class HelloType(str, Enum): World = 'World', Friend = 'Friend', cla...
### Describe the bug https://pydantic-docs.helpmanual.io/usage/models/#custom-root-types Pydantic allows to create models with only `__root__` field. In such scenario the model behaves as transparent wrapper for this single type. When such model is used in response (request also?) fastapi does not treat it correc...
1
Could we extend roles to support scripts? So - script: myscript.sh Gets automagically sucked up from, roles/myrole/scripts/myscript.sh ?
From @rfwekker on 2016-12-05T14:38:56Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME lineinfile module http://docs.ansible.com/ansible/lineinfile_module.html ##### ANSIBLE VERSION ansible 2.1.0.0 ##### ENVIRONMENT Ansible Configuration: default CentOS Linux release 7.2.1511 (Core) 3.10.0-327.36.1.e...
0
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 10.3.2 ### What opera...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 9....
0
### Bug report After setting alpha to legend Patch, the color of edited patch resets to default(blue). **Code for reproduction** """ ======== Barchart ======== A bar plot with errorbars and height labels on individual bars """ import matplotlib.pyplot as plt import nu...
### Bug report **Bug summary** I occasionally want the alpha value of the patch in a histogram's legend to be different than the alpha value used to plot the legend. However, when I call `set_alpha` on a legend handle, the color of the patch in the legend changes. **Code for reproduction** import ma...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.418] Windows Terminal version (if applicable): 0.5.2762.0 (Preview from MS Store) Device: Huawei Matebook X Pro # Steps to reproduce This just happens when in full Power Saving mode. Make sure you are not running...
# Set default WSL path to distro $HOME The default path for WSL distros is currently the Windows user path (`%USERPROFILE%`) but it's may be better to set it to the distro `$HOME`. # Proposed technical implementation details (optional) I don't know if it's possible, but ideally in the `WslDistroGenerator.cpp` the ...
0
* Electron Version: 2.0.1 * Operating System (Platform and Version): Windows 10 build 1803 x64 * Last known working Electron version: 2.0.0 **Expected Behavior** The Window should open properly with 'transparent: true'. **Actual behavior** With **'transparent: true'** enable the Windows opens very small a...
* Electron Version: v2.0.1 * Operating System (Platform and Version): windows10 * Last known working Electron version: 1.7.9 Allow frameless transparent windows to be sized smaller than 64x64 on Windows #12923 but,now, it can't bigger than 64x64 on Windows my `height/width` don't work when i set `frame: t...
1
* Electron version: 1.7.9 * Operating system: macOS 10.13.1 ### Expected behavior user can only choose audio files ### Actual behavior the `accept` field doesn't work at all, user can choose any files ### How to reproduce use electron-with-create-react-app to build a mvp: git clone https://gi...
* Electron version: ^1.7.9 * Operating system: macOS 10.13.1 ### Expected behavior the accept prop of <input type:"file"> should reject the files which are not under the accept prop, ### Actual behavior I test the plain HTML with accept prop bound to which worked properly as expected on safari firefox an...
1
Challenge Caesars Cipher has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. **The link for "String.charCodeAt()" in the instruction...
Challenge Caesars Cipher has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function rot13(str) { // LBH QVQ VG! return str...
1
Let's say I have andpoint GET https://example.com/foo When I use: $app->match('/foo', function...) -> OK, it doesn't redirect to https://example.com/foo/ BUT when I use: $app->mount('/foo', new SomeRouteController()); and then in route controller: $controllers->get('/', function...) OR $controllers->g...
**Description** > The automatic 301 redirection from /foo/ to /foo was introduced in Symfony > 4.1. In previous Symfony versions this results in a 404 response. This is a "magic" behaviour which can be unwanted in certain cases. For example it can break AJAX calls via HTTPS. There should be an option to disable t...
1
[This isn't actually a 1.10 blocker, but hopefully it will be resolved trivially before that so sticking the tag on so it doesn't get lost.] http://thread.gmane.org/gmane.comp.python.numeric.general/60520
the function argsort() returns a wrong indice that would sort an array. for example: > > > from numpy import * > a=array([4,2,3,1]) > argsort(a) > array([3, 1, 2, 0], dtype=int64) ### so this is right, it returned the sorted index. but the follow example is wrong: > > > a=array([4,2,3]) > argsort(a) ...
0
>>> np.full_like(np.array([1,0]), np.nan) array([-9223372036854775808, -9223372036854775808]) Normally, conversion of an NaN to an int fails: >>> np.int(np.nan) ValueError: cannot convert float NaN to integer I suspect the `full_like` behaviour should similarly raise an error. I...
### Issue with current documentation: I wanted to test the PDF build of documentation for 1.24, and the build ended with this report: Latexmk: ====List of undefined refs and citations: Missing character: There is no 琴 (U+7434) in font [FreeSerif.otf]/OT:script=latn;language=dflt;mapping=tex-text...
0
### Version 2.6.11 ### Reproduction link https://codesandbox.io/s/unruffled-night-t32t2?file=/src/router.js:253-257 ### code <script src="https://cdn.jsdelivr.net/npm/vue"></script> <script src="https://unpkg.com/vue-router/dist/vue-router.js"></script> <title>input momery leak</title> Go to input page Go to ...
### Version 2.6.11 ### Reproduction link https://github.com/nicolanilomartinoph/skillTree_nonSPA ### Steps to reproduce 1. Create a state and add some variables 2. change one of the variable( delete, change spelling, add a variable) 3. Save file 4. npm run watch 5. CTRL F5 your browser 6. Go to Chrom...
0
@bschussek this was supposed to be a blog post, but never get published as it is too much technical .... While migrating the FormatterBundle to Symfony2.3, some small details can take a bit longer to fix than expecting. There is one main issue with the Form Component which makes it pretty impossible for a FormType t...
Probably in Symfony 2.4 I'm going to make a few changes to the form architecture to enforce a proper form lifecycle. A BC layer will be provided until Symfony 3.0. I'm writing this mainly as instructions to my future me, but anyone interested in the topic is invited to chime in :) #### Summary * `Form::setData()...
1
On macOS, typing option-shift-9 in the REPL (this types the interpunct character `·`, see also #25157) gives an error: julia> ERROR: MethodError: no method matching position(::Base.Terminals.TTYTerminal) Closest candidates are: position(::Base.Filesystem.File) at filesystem.jl:222 posit...
I found by accident this issue, in master Julia. Whenever I try to type "·" (U+00b7) in the REPL, Julia crashes. This doesn't happen in v0.6.2. On the other hand, I can type `\cdotp [TAB]` to avoid the issue. Note that the middot is typed as SHIFT+3 in the spanish keyboard layout, and I don't have direct access to t...
1
I am trying to make nextjs works together with firebase cloud functions. When i am testing locally, there is no problem my app works perfectly. However when i am deploying there is an error related to this line `const app = next({ dev : false })` When i put this line, my functions cannot be deployed and i get thi...
Firebase recently introduced the feature for server side rendering using cloud functions. ANy guide of how to implement next with it Next +redux progressive web app?
1
I got an issue with controller-manager starting from v1.2.0-beta.1 and it still persists in v1.2.0 release. It keeps restarting pods kube-apiserver, kube-controller-manager, kube-proxy and kube-scheduler every 30s : NAME READY STATUS RESTARTS ...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): vs...
0
**Describe the feature** : We would like to be able to link slow queries back to the user or application which caused the slow query. Therefore we recommend adding a "logData" parameter to the search API which is simply copied from the request directly into the slow query log. We can then put identifiers (user ID, ...
This is same problem with #15520. Cause of this problem is that behavior of killproc is different between RHEL 6 and 7. Line 129 of /etc/init.d/elasticsearch: killproc -p $pidfile -d 86400 $prog In RHEL 6, killproc execute "sleep $delay" if target process does not stop within 1sec. So, "/etc/in...
0
TensorFlow version: $ python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)" v1.12.0-0-ga6d8ffae09 1.12.0 Issue: 2019-04-19 15:30:36.879298: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1),...
Hello, This is puzzling, as this only happens with `tensorflow-gpu` version 1.12.0 -- `tensorflow` version 1.12.0 works flawlessly (both on GNU/Linux and OSX). Traceback (most recent call last): File "./bin/moe-cli.py", line 476, in <module> main(sys.argv[1:]) File "./bin/moe-cli....
1
##### ISSUE TYPE * Bug Report * Documentation Report ##### COMPONENT NAME variables ##### ANSIBLE VERSION ansible 2.5.0.32862.2cdf31d3a2 config file = /etc/ansible/ansible.cfg configured module search path = [u'~/.ansible/plugins/modules',u'/usr/share/ansible/plugins/modules'] ...
Example code has been simplified to clearly demonstrate the variable scoping issue that occurs when a dependent role is activated. This is a duplicate of issue #4528 \- which I've added after reading advice from: https://groups.google.com/forum/#!msg/ansible- project/BPnZPe_Ixhg/aDU9dkvrUjcJ The scoping issue is a ...
0
This is a copy http://projects.scipy.org/numpy/ticket/1932 since that one seems no longer in use and no one responded to it in almost 2 years, even though I posted a patch that solves the problem.... I have been trying to use the f2py routinely to build an interface around the ECMWF BUFR library. See http://code.goo...
I install NumPy from source. I recently checked out the 1.16.1 tag and when I imported the built and installed NumPy, I get ImportError: Something is wrong with the numpy installation. While importing we detected an older version of numpy in ['/home/tbekolay/.virtualenvs/pytest/lib/python3.7/site-packa...
0
1. What version of Go are you using (`go version`)? go1.6 2. What operating system and processor architecture are you using (`go env`)? linux/amd64 3. What did you do? http://play.golang.org/p/1MigDGnopS (unfortunately this cannot execute because of cgo) 4. What did you expect to see? One line printed to stan...
---------- Forwarded message ---------- From: james4k <sslice@gmail.com> Date: Mon, Aug 12, 2013 at 5:30 PM Subject: [golang-dev] cgo and guessKind() on darwin (10.8) To: golang-dev@googlegroups.com Hello, On tip I am receiving a cgo error on the package github.com/...
0
Please consider generating wheel for faster installs http://pythonwheels.com/
I'm building a flask app that would benefit from being able to spawn some subprocesses via python's standard multiprocessing module. However, spawning just one leads to an endless loop where an infinite number of processes are spawned. Yikes! It only happens when debug=True is passed to app.run. So it's not a proble...
0
I have a form with the following code: $form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array( 'multiple' => false, 'expanded' => false, 'choices' => array( 'label a' => false, 'label b' => true, ), 'choices_...
Hi, I'm currently updating my code to symfony 2.7 and I saw a weird behavior with choice field form with boolean value. Here is my form class: <?php namespace Icap\DropzoneBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use S...
1
while using Apache superset connexion with dataBase done successfully but when i'm trying to execute sql request i got this error **(1045, "Access denied for user 'ETL_DEV'@'bbox.lan' (using password: YES)") (Background on this error at:http://sqlalche.me/e/e3q8)** i think that is an error of access what are the pe...
I failed by installing via Docker on Mac Os M1 with Docker Preview version 7. Yes, i know it is a rare case. ### Expected results Successfull install ### Actual results Failed install. Attaching to superset_cache, superset_db, superset_tests_worker, superset_worker, superset_node, superset_app, superset_init ...
0
The following: function resolve({a, b}, c) { return resolve(); } results in: "use strict"; function f(_x, _x2) { var _again = true; _function: while (_again) { var a = _ref.a; var b = _ref.b; _again = fal...
I looked at the resulting code and was curious if the `_extends` that gets created also gets renamed if I create an identifier with the same name, it works when it's all on the root level, but inside a function it seems to fail. it('', () => { const _extends = {}; const obj = {...obj}; ...
0
In a drodown, the two classes are missing: `<li class="nav-header"></li>` `<li class="divider"></li>` These were around until bootstrap 3.0 and there is no info on a class name change in the docs.
There is nav-list in bootstrap 3?
1