text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Q | A ---|--- Bug report? | yes? Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.10 Given use Psr\Log\LoggerInterface; class Some { public function __construct(LoggerInterface $logger) { } } services: _defaults: { autowire...
It looks like the MonologBundle has a priority too high, and runs too early, applying channel tagging before that the services have been autowired. In my case : services: _defaults: autowire: true autoconfigure: true public: false tags: ...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gce-serial/214/\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:279\n Oct 23 15:35:49.303: CPU usage exceeding limits:\n node jenkins-e2e-minion-group-r7vu:\n container \"kubelet\": expected 95th% usage < 0.220; got 0.234\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:188\n \n\nPrevious issues for this test: #26982 #33994 #34035\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-\nsoak-continuous-e2e-gce/6512/\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:278\n Sep 7 04:56:39.012: Memory usage exceeding limits:\n node jenkins-e2e-minion-group-4yze:\n container \"kubelet\": expected RSS memory (MB) < 83886080; got 85123072\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:153\n \n\nPrevious issues for this test: #26982\n\n"
1
**Alvin Chee** opened **SPR-7241** and commented If current request context is en_US, and no theme_en_US.properties specified (or no key specified in theme_en_US.properties), it should fallback to theme_en.properties, then theme.properties. <bean id="themeSource" class="org.springframework.ui.context.support.Resou...
**Alvin Chee** opened **SPR-7252** and commented If current request context is en_US, and no theme_en_US.properties specified (or no key specified in theme_en_US.properties), it should fallback to theme_en.properties, then theme.properties. <bean id="themeSource" class="org.springframework.ui.context.support.Resour...
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : none * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : windows 10 * **TensorFlow installed from (source or binary)** : pip * **TensorFlow version (use command below)** :...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : n/a ...
1
#[static_assert] static X: bool = true; fn main() {} static-assert.rs:2:1: 2:23 warning: code is never used: `X`, #[warn(dead_code)] on by default static-assert.rs:2 static X: bool = true; ^~~~~~~~~~~~~~~~~~~~~~ These might not be used directly ...
#[static_assert] static a: bool = 1 == 1; fn main() { } /tmp/sa.rs:2:1: 2:25 warning: code is never used: `a`, #[warn(dead_code)] on by default /tmp/sa.rs:2 static a: bool = 1 == 1; ^~~~~~~~~~~~~~~~~~~~~~~~
1
Challenge Waypoint: Add Borders Around your Elements has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.25`. Please describe how to reproduce this issue, and include links to screenshots if possible. p.s. I am u...
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
I noticed that `ByteSizeValue` allows any input value, including negative values. When it comes to serializing it though, we use `writeVLong` which starts with an assertion `assert i >= 0;`. I suspect this is the reason why in some cases we do not use `ByteSizeValue` instance but plain long values instead, in place...
See the discussion on #19717 The stats api has some problems, which makes it hard to safely add new statistics or even keep the current ones working: * ByteSizeValue is currently used, but its not obvious how to handle "unsupported" or "unbounded" cases, while at the same time using this API. doing "interpretatio...
1
Issue Id: **b633d420-1fcd-6703-2221-63797bcca19c** _Versions_ \- 0.10.7-insider _Stack_ TypeError: Cannot read property 'getControl' of null [/vs/workbench/api/node/mainThreadEditors.ts#L226:16 (MainThreadTextEditor.matches)](https://github.com/microsoft/vscode/blob/6c2d51a4b7b81753a3a4c46f9de9a15179e2...
Issue Id: **ea508d4f-14d6-132b-af18-a803d3e91e54** _Versions_ \- 0.10.6-release \- `dfc08dc` _Stack_ TypeError: Cannot read property 'getControl' of null [/vs/workbench/api/common/mainThreadEditors.ts#L227:16 (MainThreadTextEditor.matches)](https://github.com/microsoft/vscode/blob/a80232bbcfe8a5cdad1...
1
Hey, on druid `0.10.1` I'm having troubles cleaning up segments from unwanted dimensions using hadoop indexing task. Discussed in here https://groups.google.com/forum/#!topic/druid-user/aBbuMYNRID8 I tried both schemaless approach `dimensionExclusions` https://pastebin.com/raw/DwXw8dmE and `dimensions` https://past...
Everyone likes doing things with SQL, so let's make it so people can do batch ingestion using SQL INSERT! I'd like to make it possible to write an INSERT INTO .... SELECT query that maps onto Druid's existing batch ingestion capabilities. An example query: INSERT INTO tbl SELECT TIME_PARSE("...
0
### Problem description Loading steps dynamically seems to not be possible. I have an array of simple steps and I'm just trying to display them but when I do it I get an error In Stepper.js?724d:109 > Uncaught TypeError: Cannot read property 'props' of null ### Link to minimal working code that reproduces the i...
### Problem description I have a responsive layout for `Stepper` in which if the media query is mobile size it will have a vertical orientation and if tablet and above will render a horizontal orientation. The problem is that `Stepper` component will issue an error if I will place a conditional statement on `StepCon...
1
When using the FancyZones Editor, it would be nice to enable a "snap to grid" functionality where the user can define a preset number of rows and columns, so that lining up Focus Zones is easier (and lined up).
## ℹ Computer information * PowerToys version: v0.20.1 * PowerToy Utility: FancyZones * Running PowerToys as Admin: Yes * Windows build number: Version 1903 (OS Build 18362.900) ## 📝 Provide detailed reproduction steps (if any) 1. Open Visual Studio 2. Drag out a tool so it becomes a window while acti...
0
**I'm submitting a ...** (check one with "x") [x] bug report [x] feature request **Current behavior** There are `markAs` methods that can manipulate a form's internal validation state. These are highly useful. However, they propagate to children only sometimes. The following methods also ...
It would be nice to have the possibility to explicitly call a **.validate()** method on a ControlGroup. Starting with an invalid form just because the user still hasn't entered anything isn't always ideal. In your forms guide it's quite convenient to start out with a populated model, hence you don't need to check ...
1
installed from anaconda using `pip install tensorflow` OS Platform: Windows 7 64bit intel processor intel hd graphic graphic card python version 3.6.4 Have I written custom code: No Bazel version : I don't have CUDA/cuDNN version : I don't have GPU model and memory :N\A Exact command to reproduce ...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No, problem appears on import (import tensorflow as tf). * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 x64 * **TensorFlow installed from (source or binary)*...
1
Atom 0.158 on Mac OS. ![atom](https://cloud.githubusercontent.com/assets/1290052/5423732/913a5ebc-830f-11e4-841e-33e31ea2652f.gif) Pushing up/down arrow key, I expected the cursor to move to the nearest location vertically. tab indent also seems to be laid out in wrong way.
Atom has a problem in dealing with Devanagari, in that the cursor position does not always reflect the actual position if there is some Devanagari text in the current line. Same goes for selecting within lines containing Devanagari. I can also see that Atom renders Devangari as fully formed Devangari with half-forms...
1
Hey all, just learning Deno. Nice docs so far, clear, concise, consistent. Anyway, this page is a 404. https://deno.land/manual@v1.28.1/runtime/cache_api
Hi Deno Team, I upgraded to Deno 1.31.2 today and found some extremely annoying behavior in deno-fresh. I report that here, since fresh did not change and the behavior appeared directly after upgrading to Deno 1.31.2. I'm working on this repo based on deno-fresh: https://github.com/codemonument/deno_audio_logboo...
0
table class="table visible-phone" causes the table rows only to be as wide as the content they hold. As the table has width 100% I thought the table rows would also be 100%. http://jsfiddle.net/leeaston/9vXGq/ Perhaps I'm confused...
Hi, I'm building an application with Twitter Bootstrap one of the reasons because I need it to be responsive and readable with hand-held devices. The responsive layout works like a charm, but tables not so much, they have a fixed min width where they can't go any thiner, I get that, but it would be **so cool** if t...
1
today, i updating my xcode turns into version 10. after that i keep failed to run my application project. it says : Xcode's output: ↳ error: Multiple commands produce '/Users/lumos/Office/Git Project/ios/tanamduit-ios-app/tanamduit-app-ios/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter....
From URL: https://flutter.io/tutorials/layout/ The "Title Section" figure is duplicated.
0
The following file cannot be read by readtable. It gives an error: ERROR: max: ordering is not well-defined for arrays in maximum at reduce.jl:33 in max at deprecated.jl:21 in format_table at /home/vramacha/.julia/DataFrames/src/dataframe.jl:903 in column_summary at /home/vramacha/.julia/DataFrames/src/data...
I'm getting an error when reading a CSV file: > df = readtable("somefile.csv") DataFrame with 4596 rows, 7 columns Columns: WARNING: max(x) is deprecated, use maximum(x) instead. in depwarn at deprecated.jl:29 in max at deprecated.jl:19 in format_table at /home/milan/.ju...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/11103/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should do a rolling\nupdate of a replication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:233\n Expected error:\n <*errors.errorString | 0xc820a7c4c0>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.195.151 --kubeconfig=/workspace/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=e2e-tests-kubectl-2967f] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n [] <nil> 0xc820972880 exit status 1 <nil> true [0xc820030020 0xc820030038 0xc820030050] [0xc820030020 0xc820030038 0xc820030050] [0xc820030030 0xc820030048] [0xaac280 0xaac280] 0xc8201ec240}:\\nCommand stdout:\\n\\nstderr:\\nfailed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.195.151 --kubeconfig=/workspace/.kube/config get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo --namespace=e2e-tests-kubectl-2967f] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc820972880 exit status 1 <nil> true [0xc820030020 0xc820030038 0xc820030050] [0xc820030020 0xc820030038 0xc820030050] [0xc820030030 0xc820030048] [0xaac280 0xaac280] 0xc8201ec240}:\n Command stdout:\n \n stderr:\n failed to find client for version v1: 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 not to have occurred\n \n\nPrevious issues for this test: #26425 #26715 #28825\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/10735/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should do a rolling\nupdate of a replication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:233\n Expected error:\n <*errors.errorString | 0xc8207c7f70>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.209.82 --kubeconfig=/workspace/.kube/config rolling-update update-demo-nautilus --update-period=1s -f - --namespace=e2e-tests-kubectl-f1wr3] [] 0xc820ae8ae0 Created update-demo-kitten\\n Error from server: the server does not allow access to the requested resource (put replicationControllers update-demo-nautilus)\\n [] <nil> 0xc820ae9100 exit status 1 <nil> true [0xc8200ba088 0xc8200ba540 0xc8200ba7a8] [0xc8200ba088 0xc8200ba540 0xc8200ba7a8] [0xc8200ba0a8 0xc8200ba130 0xc8200ba548] [0xa9ec00 0xa9ed60 0xa9ed60] 0xc820d6a6c0}:\\nCommand stdout:\\nCreated update-demo-kitten\\n\\nstderr:\\nError from server: the server does not allow access to the requested resource (put replicationControllers update-demo-nautilus)\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.209.82 --kubeconfig=/workspace/.kube/config rolling-update update-demo-nautilus --update-period=1s -f - --namespace=e2e-tests-kubectl-f1wr3] [] 0xc820ae8ae0 Created update-demo-kitten\n Error from server: the server does not allow access to the requested resource (put replicationControllers update-demo-nautilus)\n [] <nil> 0xc820ae9100 exit status 1 <nil> true [0xc8200ba088 0xc8200ba540 0xc8200ba7a8] [0xc8200ba088 0xc8200ba540 0xc8200ba7a8] [0xc8200ba0a8 0xc8200ba130 0xc8200ba548] [0xa9ec00 0xa9ed60 0xa9ed60] 0xc820d6a6c0}:\n Command stdout:\n Created update-demo-kitten\n \n stderr:\n Error from server: the server does not allow access to the requested resource (put replicationControllers update-demo-nautilus)\n \n error:\n exit status 1\n \n not to have occurred\n \n\nIssues about this test specifically: #26425 #26715\n\nFailed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec\nthrough an HTTP proxy {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:279\n Expected error:\n <*errors.errorString | 0xc8202aa550>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.209.82 --kubeconfig=/workspace/.kube/config get rc,svc -l name=nginx --no-headers --namespace=e2e-tests-kubectl-4q19c] [] <nil> the server does not allow access to the requested resource (get services)\\n [] <nil> 0xc82072a7c0 exit status 1 <nil> true [0xc8201081b8 0xc8201081f0 0xc820108308] [0xc8201081b8 0xc8201081f0 0xc820108308] [0xc8201081d0 0xc820108300] [0xa9ed60 0xa9ed60] 0xc820d062a0}:\\nCommand stdout:\\n\\nstderr:\\nthe server does not allow access to the requested resource (get services)\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.209.82 --kubeconfig=/workspace/.kube/config get rc,svc -l name=nginx --no-headers --namespace=e2e-tests-kubectl-4q19c] [] <nil> the server does not allow access to the requested resource (get services)\n [] <nil> 0xc82072a7c0 exit status 1 <nil> true [0xc8201081b8 0xc8201081f0 0xc820108308] [0xc8201081b8 0xc8201081f0 0xc820108308] [0xc8201081d0 0xc820108300] [0xa9ed60 0xa9ed60] 0xc820d062a0}:\n Command stdout:\n \n stderr:\n the server does not allow access to the requested resource (get services)\n \n error:\n exit status 1\n \n not to have occurred\n \n\nIssues about this test specifically: #27156\n\nFailed: [k8s.io] Services should serve a basic endpoint from pods\n[Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:133\n Jul 7 17:24:27.653: Couldn't delete ns \"e2e-tests-services-w86n1\": the server does not allow access to the requested resource (delete namespaces e2e-tests-services-w86n1)\n \n\nIssues about this test specifically: #26678\n\nFailed: [k8s.io] ResourceQuota should verify ResourceQuota with best effort\nscope. {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/resource_quota.go:481\n Expected error:\n <*errors.StatusError | 0xc820d64100>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server does not allow access to the requested resource (get resourceQuotas quota-not-besteffort)\",\n Reason: \"Forbidden\",\n Details: {\n Name: \"quota-not-besteffort\",\n Group: \"\",\n Kind: \"resourceQuotas\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Forbidden: \\\"/api/v1/namespaces/e2e-tests-resourcequota-pjhoj/resourcequotas/quota-not-besteffort\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 403,\n },\n }\n the server does not allow access to the requested resource (get resourceQuotas quota-not-besteffort)\n not to have occurred\n \n\nFailed: [k8s.io] Pods should not start app containers and fail the pod if init\ncontainers fail on a RestartNever pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pods.go:988\n Jul 7 17:24:23.180: Error watching a pod: the server does not allow access to the requested resource (get pods)\n \n\nIssues about this test specifically: #27465\n\nPrevious issues for this suite: #26742 #27839\n\n"
1
## Summary We would like to have a paramaterized role to configure a service and have a handler that restarts the service using parameters that are passed into the role. A real world example is a role that installs supervisor that takes a path to a virtual environment and config parameters as parameters. In that ca...
Since I recently updated my Ansible installation repository, Ansible overrides default variables where it should not. If I call a sub role as dependency of a 'parent' role twice, but the last time with overriding a default variable, the variable was also overridden on the first call. Here is a tiny example setup (I o...
0
Hi, I am working with tensorflow to build a network using mnist data set but it is showing connection refused error. File "neuralnw1.py", line 4, in mnist = input_data.read_data_sets('MNIST_data', one_hot=True) # one-hot -> '2' = (0,0,1,0,0,0,0,0,0) File "/usr/local/lib/python3.4/dist- packages/tensorflow/cont...
The website of Yann LeCun is down at the moment. Therefore the MNIST-Script for downloading the files doesn't work either. (-> learn/python/learn/datasets/mnist.py won't work) Are there any mirrors?
1
As of next version `"next": "^2.0.0-beta.22"` Whenever you use a `_document.js` fragment to overwrite the default construction of the page document, styles are not applied when `getInitialProps()` is used. If you comment out `getInitialProps()`, then styles will be applied. They DO NOT however hot load, and require...
* I have searched the issues of this repository and believe that this is not a duplicate. I'd like to use a custom sub directory to store my "pages". I looked in the next.config.js but couldn't find any way of customizing it. Also, I found https://github.com/zeit/next.js/blob/07af67bfea3eb366c3b3457db9534d532d2e90...
0
Is this confusing performance a bug? Version 1.3.1 img = rand(512,512,16) @time mapslices(sum, img, dims=[3]) @time sum([img[:,:,i] for i=1:size(img)[3]]) 0.423263 seconds (2.89 M allocations: 74.065 MiB, 2.89% gc time) 0.054033 seconds (53.06 k allocations: 64.729 MiB) ...
julia> displaysize(stdout) (17, 160) julia> displaysize(IOContext(stdout)) (17, 160) julia> sprint(; context=stdout) do io print(io, displaysize(io)) end "(24, 80)" Imo, the last one should be consistent with the others. Workaround: ...
0
I feel like I've encountered a bug. In the following scenario, the first `sort_index` call behaves as expected, but the second does not. Does someone know what the difference is here? In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.15.2' In [3]: tuples = [(' foo', 'b...
Inspired by some bug reports around multiindex sortedness (http://stackoverflow.com/questions/31427466/ensuring-lexicographical-sort-in- pandas-multiindex, #10651, #9212), I found that `sort_index()` sometimes can't make a multiindex ready for slicing, but `sort_index(level=0)` (so does `sortlevel()`) can. ...
1
vsersion: sharing proxy 5.0.0-RC here server.xml: scaling: blockQueueSize: 10000 workerThread: 40 clusterAutoSwitchAlgorithm: type: IDLE props: incremental-task-idle-minute-threshold: 30 dataConsistencyCheckAlgorithm: type: DEFAULT mod...
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
0
**Description** Provide a next run field in the DAG details page for scheduled dags **Use case / motivation** Schedules can be trick to get at a first glance (since it related to `start_date` and `schedule_interval`). We could help users to easily see when the DAG will run next time **Are you willing to submit...
**Description** The old documentation for Common Pitfalls should be reviewed and incorporated in Airflow Docs **Use case / motivation** To remove documentation duplication and clean it up. **Related Issues** #10178
0
I guess it's a bit late now, but couldn't have not only the runtime be written in Rust but also every other API and be compiled to WASM? in the longer term it would translate in faster start-up times better more predictable performance. I imagine the community could later create a WASM version of the std and any othe...
This might not be the best place to ask this, but I'm not sure where if not here. I've starred `deno` a while ago - year maybe more, but compilation-to- JavaScript step is basically a turnaway point. I know there are lots of benefits in using `deno` over `node`, but the only one that matters I think is just that - by...
1
# Environment Windows build number: 10.0.18985.0 Microsoft Windows NT 10.0.18985.0 Windows Terminal version (if applicable): 0.4.2382.0 Any other software? Google Chrome Version 77.0.3865.90 (Official Build) (64-bit) Ubuntu 18.04.3 LTS from Microsoft Store conda 4.7.12 Vir...
Currently the common.build.pre.props warning settings differ from cppwinrt.build.pre.props. common.build.pre.props TreatWarningsAsErrors = true TreatSpecificWarningsAsErrors = 4189;4100;4242;4389;4244 DisableSpecificWarnings = 4201;4312;4467 cppwinrt.build.pre.props TreatWarningsAsErrors = Not Set TreatSp...
0
The first time you create a JAX array of a given size from a Python data structure like a list or tuple, the time taken is super-linear in the size of the array. I profiled array creation and found that compilation of a concatenate op is the main bottleneck. See image. I've also measured execution time with and witho...
Initialization of a modestly sized array seems to take a ridiculous amount of time that can be bypassed by first going to numpy. This isn't a blocker or anything since I first cast to numpy then jax.numpy, but thought I'd file it anyways. import time import numpy as onp import jax.numpy as np ...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/435 on 2007-01-24 by @chanley, assigned to unknown._ The accumulator used in the mean algorithm should not be single precision by default. This default can cause unexpected results. Please see the following example: In [5]: a.dtype Out[5]: dt...
_Original tickethttp://projects.scipy.org/numpy/ticket/465 on 2007-03-07 by @chanley, assigned to unknown._ The default data type for the accumulator variable in the mean method should be double precision. The problem can best be illustrated with the following example: Python 2.4.3 (#2, Dec 7 2006, ...
1
Please, add backends based on PySide6 (successor of PySide2) and PyQt6 as the new Qt6 engine lives now. Many thanks ;-).
Both qt6 and gtk4 have been recently released. qt6 already has a working python binding in pyside6; i guess both qt6 and a gtk4-supporting pygobject should be available "soon". (For qt6 I first raised the issue #16836 but that issue ended up being mostly about qt4.) It turns out to be very easy to support pyside6 --...
1
After upgrading Angular and CLI versions, I'm getting error only when building for production **I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support reques...
Currently Component and routable component lifecycles are defined via interfaces (e.g. `OnInit`). This is problematic because the interfaces have no runtime representation in JavaScript. So at runtime, we just check if the method defined in the interface (e.g. `onInit`) exists on the component instance and if it doe...
0
### Environment info Operating System: ubuntu@ip-172-31-32-186:~$ uname -a Linux ip-172-31-32-186 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux TensorFlow version and installation method: ubuntu@ip-172-31-32-186:~$ python -c "impo...
### Environment info Operating System: Ubuntu 14.04. If installed from sources, provide the commit hash: `f952246` ### Steps to reproduce $ python2 -c "import tensorflow; import cv2; print cv2.imread('cat.jpg')" None ### What have you tried? import cv2 before tensorflow works. This problem al...
1
**Glide Version** : 4.8.0 **Integration libraries** : OkHttp3 version 3.10.0 **Device/Android Version** : Works fine on Android version < 9.0. On 9.0 not so much **Issue details / Repro steps / Use case background** : Images load on pre Pie devices. But doesn't load on device with Android Pie. **Glide load line*...
android 9 cant show on the imageview see below img ![tim 20180929101303](https://user- images.githubusercontent.com/14367223/46239803-43a06880-c3d0-11e8-9e5c-3a9671ec1b5a.png) ![tim 20180929101322](https://user- images.githubusercontent.com/14367223/46239805-4f8c2a80-c3d0-11e8-980d-bf1489a7eeb8.png) ` implemen...
1
# Description of the new feature/enhancement Hi, I have been using this Terminal for a while and find it impressive. But I have one question/feature request here, I use WSL in my daily work and the new tab is Powershell by default when I open the Terminal or create a new tab(ctrl+shift+t)... Is there a way to set my...
_From@samaursa on May 28, 2017 18:58_ Windows build number: 10.0.15063 What's wrong: I see underscores in the bash console I am not sure what or how this happened, but I see underscores throughout the console window. I tried relaunching, removing my custom settings, changing font, reverting to legacy console and...
0
# Description of the new feature/enhancement Allow user to customize the icon's appearance on taskbar. The little >_ is cute, but I'd like to assign an icon that pops out better. # Proposed technical implementation details (optional) Probably allow user to configure desktop icon through a file reference in JSON co...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version: Version: 0.3.2171.0 # Steps to reproduce * Open the about window * Increase the width of the terminal window (it helps to start with a smaller terminal window to have room for this st...
0
* Electron version: 1.6.1 * Operating system: Mac OSX ### Expected behavior Memory should be freed when removing iframe ### Actual behavior Memory is not freed ### How to reproduce Create an app containing 50 iframes which should each load a heavy webpage with images. Memory usage will increase a lot. If you...
Rss memory increases without decreasing when show images that changes quickly. (memory leak?) * Electron version: 1.7.10 * Operating system: ProductName: Mac OS X ProductVersion: 10.12.6 BuildVersion: 16G1036 ### Expected behavior Image changes normally and memory is stable ### Actual behavior Memory i...
1
**Michael Donaghy** opened **SPR-9031** and commented It seems that using `@ComponentScan` with an includeFilters set only works for top-level contexts, not for `@Imported` contexts? See the attached minimal example maven project: the LowLevelContext works correctly, but the HighLevelContext does not, even though a...
**Yogesh** opened **SPR-4916** and commented Deploy a MessageBean that is using BMT. The following sequence of events in the onMessage() method will cause the IllegalStateException: 1. create TransactionTemplate with PROPAGATION_REQUIRED 2. in the execute do this: 2a. Connection conn = DataSourceUtils.getCon...
0
The tooltip was added El to next it's owner and effect to CSS like .btn-group > .btn:last-child <div class="btn-group"> <button class="btn"> <button class="btn"> <= this is last-child </div> [Bug] When tooltip (on hover tooltip created) <div class="btn-group"> <button class="btn"> <button class="btn"> <...
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
Hello, today I was doing some waypoints and as my code got longer and longer, I was unable to keep up with the objectives and info on the left side as I scrolled down. Can we get the objectives and info on the left side to scroll with the page like the phone/app on the right side does? This is very crucial when work...
It might be more convenient if the instruction and coding area scrolled independently of each other so you can refer to each section without having to continuously scroll up and down.
1
On Windows (8) and french keymap, the closing bracket is done with alt-gr + ')' key. However, pressing alt-gr + ')' to write ']' seems to be mapped to the "fold function" command instead. So pressing this combination folds the current function but doesn't write the "]" character. Noticed it in v0.117 and it is stil...
Original issue: atom/atom#1625 * * * Use https://atom.io/packages/keyboard-localization until this issue gets fixed (should be in the Blink upstream).
1
I tried to reinstall my dependencies today and received this error pm WARN optional SKIPPING OPTIONAL DEPENDENCY: babel-traverse@^6.16.0 (node_modules/babel-template/node_modules/babel-traverse): npm WARN notarget SKIPPING OPTIONAL DEPENDENCY: No compatible version found: babel-traverse@^6.16.0 ...
Npm registry not showing version 6.16.0 for various babel packages... https://www.npmjs.com/package/babel-types shows version 6.15.0 https://www.npmjs.com/package/babel-core shows version 6.14.0 https://www.npmjs.com/package/babel-preset-es2015 shows version 6.16.0 ... npm view babel-types dist-tags gives 6.15...
1
As part of the Great Mapping Refactoring (#8870), we had to reject field names containing dots (#12068), eg: { "foo.bar": "val1", "foo": { "bar": "val2" } } The behaviour was undefined and resulted in ambiguities when trying to reference fields with the dot notati...
**Elasticsearch version** : 2.4.1 **Plugins installed** : [] **JVM version** : 1.8.0_91 **OS version** : OS X 10.11.6 and Amazon Linux 2016.03 **Description of the problem including expected versus actual behavior** : In 1.7.5, multiple template matching worked as documented. In 2.4.1, multiple template matching ...
0
A clear and concise description of what the bug is. ### Process 1. Using Ubuntu 22.04.5, MiniConda, Python3.8 2. install superset 3. superset db upgrade ### Actual results Traceback (most recent call last): File "/home/chick/miniconda3/envs/py38/bin/superset", line 5, in <module> ...
Trying to install Superset 2.0.1 in a fresh Python 3.8.10 virtual environment fails with ModuleNotFoundError. #### How to reproduce the bug # su - superset $ python3.8 -m venv venv $ source ./venv/bin/activate $ pip install --upgrade setuptools pip wheel $ pip install apache-superset==...
1
testjson.txt * VSCode Version:1.0.0(and earlier versions) * OS Version:Windows 7 professional SP1 64bit Steps to Reproduce: 1. open testjson.txt 2. swith language mode to JSON bug: no language highlight
Found no duplicated for this one Currently it's hardcoded https://github.com/Microsoft/vscode/blob/1ed635852b62e6c4cf3ea57bf465ee5528eeb720/src/vs/workbench/services/textMate/electron- browser/TMSyntax.ts#L452-L459 I propose a config entry for _long line_ length If you're object, I'd like to create pull request f...
1
### What problem does this feature solve? 这个功能解决了什么问题? <tag :attr="expression | filter | filter" /> The symbol `|` which is in use now, is a JavaScript symbol with it's origin use. 目前所采用的 `|` 符号在 JavaScript 里有其自身的用途。 Maybe the user want to write a exprssion with `|` like this: 使用者很可能想要的,本是一个像这样的包...
Thanks a lot for this great work. I talk my little idea. Vue use the unix “pipe” symbol to apply filters: {{ message | filterA | filterB }} But it is also a javascript symbol as "bitwise or". It seems rather strange. I think the better way to apply filters is arrow: {{ message -...
1
### Apache Airflow version Other Airflow 2 version ### What happened Airflow 2.2.5 Airflow scheduler will fail to start with the following lof when a task_instance has a blank queued_dttm Setting the start_dt as queued_dttm resolved the issue. I am not sure when a task would have an empty queued_dttm ...
### Apache Airflow version 2.2.2 ### What happened We had an entire Airflow environment crash recently due to a very rare series of events. 1. A user manually submitted a task to the executor using the `run` button with `ignore_all_deps` 2. While this task was running, the scheduler crashed 3. A new schedul...
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** In the Devtools components tab: If the current value of a state member is a number, there is no way to set it to an string. You cannot type quotes if it is of type 'number' and leaving it empty does not reset the value....
### Which website or app were you using when the bug happened? Please provide a link to the URL of the website (if it is public), a CodeSandbox (https://codesandbox.io/s/new) example that reproduces the bug, or a project on GitHub that we can checkout and run locally. ### What were you doing on the website or app w...
0
@stof @weaverryan @fabpot @totophe @genexp @rquadling @nud I am wondering if Symfony 3 has fixed the problem with unique constraints on super- and subclasses since it does not work for me... For example, I have 2 sub-entities that are derived from an abstract parent entity and I gave the parent 2 unique constraints ...
Currently, the UniqueEntity constraint can fail when used on an inherited Entity, depending on where the validated field was declared in the Inheritance chain. Let me give you an example, suppose we have defined the following classes, where both `Student` and `Teacher` extend `Person` and we have used Doctrine's Clas...
1
A lot of package maintainers are using the modular `lodash-node` instead of full-fledged `lodash` in their projects to cut down on file size. With `lodash-node`, they can import single functions rather than the entire module. This is nice in some instances, but leads to a lot of duplication if one project uses full-f...
Modules will not be moved into entry chunks, but they may be duplicate and should be moved. An option is a leftover chunk. The leftover chunk is a chunk loaded after the entry chunk (async), while the leftover chunk is being loaded no other chunk will be loaded. So modules could be moved into the leftover chunk witho...
0
Continuing from here. ### Problem description The `Text` component in the `next` branch causes a naming collision with the global Text that is available in browsers. To avoid confusion and misleading errors it might be better to choose a different name. Some ideas so far: `Typography`, `Font`. The former probably...
I would like to store the selected rows (ie boxes that are checked) in state, so that I can filter/manipulate the table data whilst still keeping the boxes selected. I attempted this using `onRowSelection` and setting state, then triggering `selected={true}` on table row: `<TableRow selected={selected.includes(inde...
0
In VS 2015 Pro, using the Asp.Net 5 Web Application template, I have installed via npm the typings js module, which in concert with a typings.json file will install Typescript definition files to a typings folder as so... * Project * wwwroot * Controllers * scripts * typings * browser ...
**TypeScript Version:** 1.8.2 **Code** foo.ts var foo: number = "s"; tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es5" }, "exclude": [ "foo.ts" ] } **Expected behavior:** In an NTVS ty...
1
##### ISSUE TYPE Bug Report ##### COMPONENT NAME azure_rm_deployment ##### ANSIBLE VERSION 2.3.1.0 ##### CONFIGURATION _nope_ ##### OS / ENVIRONMENT macOS Sierra ##### SUMMARY The `azure_rm_resourcegroup` module deletes the tags of the Resource Group it is deployed to. ##### STEPS TO RE...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME package ##### ANSIBLE VERSION ansible 2.3.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.13 (default, May 10 2017, 20:04:28) [GCC 6.3.1 20161221 (Red Hat 6.3...
0
# Environment Microsoft Windows [Version 10.0.18362.175] terminal version 0.2.1715.0 # Steps to reproduce I have a Canadian Multilingual keyboard ant to do a pipe symbol I have to use the right alt and the key before the 1 on a us layout I don't kown which one it is but on my keyboard is a s...
# Environment Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18980.0 Microsoft Windows NT 10.0.18980.0 Windows Terminal (Preview) Version: 0.5.2661.0 # Steps to reproduce 1. Open `profiles...
0
Hello, i try to open webview in webview and attach it like parent-child. Chrome has API for this https://developer.chrome.com/apps/tags/webview#event- newwindow, but electron does not emit native `newwindow` event.
index.html <webview src="file:///embedded.html"></webview> embedded.html <h1>github</h1> <webview src="http://github.com"></webview> Would it be possible to have `index.html` render the header and webview of `embedded.html`? I don't seem to currently be able to do this.
1
See here, I wonder why no one answer my question ???
### Environment info **Operating System:** Ubuntu 12.04 **Installed from source:** **Commit Hash:** `c5f94b1` **Output of "bazel version":** WARNING: Output base '/home/user1/.cache/bazel/_bazel_user1/d49ce44fa50589aa9a9d880466ef1baf' is on NFS. This may lead to surprising failures and undetermined behavior. ...
0
go-gtk is worked well on 1.2 but can't build on 1.3 See mattn/go-gtk#210 It seems that mismatch native types and cgo-generated types.
by **elazarl** : When compiling go env.bash makes sure /usr/bin and /bin will always be before the original path. How should you compile go if you happen to have gcc in /opt/gcc-4.6.0/bin? Setting CC=/opt/gcc-4.6.0/bin/gcc won't help since cgo won't use it. What if you want to use the ...
0
It would be more productive if drag n drop feature is added into the application. It will be beneficial in the situation where the user is aware what does the file contain and want's to upload it to internet directly without going to the directory that contains the file. If you'd like to see this feature implement...
# Summary of the new feature/enhancement _Add an option to make Fancy Zones remember a previous window arrangement, and allow the user restore that layout later_ I use a laptop with an external monitor set to be my primary display. My laptop display has a multi pane layout with various "chat" apps (Teams / Slack / ...
0
# Summary of the new feature/enhancement In some rare instances, and I have reported this via Windows Feedback, a window can get stuck outside of the visible desktop. The label in the taskbar may or may not be visible ( I have it set to only show from current window ) regardless of setting - this is likely due to ho...
# Move Hidden Windows to active screen Some applications do not play nicely with multiple monitor scenarios. They mainly the ones which remember their screen position. Scenario Laptop with additional monitor. Start an affected application when you have two monitors connected and move it to monitor two, shut PC...
1
I have a login screen with 2 text fields and 2 buttons. Whenever I click on the text field key board pops up and the screen is pushed up and a red box appears that hides my button and goes away when the key board is closed. How do I avoid the red box?Do I need to realign the layout whenever the screen is pushed up? I...
In the Flutter codelab: https://codelabs.developers.google.com/codelabs/flutter/#6 The third code listing, which starts with the comment: // Modify the ChatMessage class definition as follows. The "@OverRide" on the second line was added, but it is not marked as "//new" (might be nice to explain why this direc...
0
Reason of this: 1. Since tests are not under BC promise someone should not extend them.. You could ask "why someone to extend a test of symfony?"... I think we all have see an lot of weird stuff out there 2. PHPStorm improvements for autocompletion while typing `MyClass extends T.....` it will not show the tests...
# Use case ## Models: abstract class AbstractUser { private $username; private $password; } class ConcreteUser extends AbstractUser { /** * @var UserProfile */ private $profile; } class UserProfile { privat...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Core ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /Users/loranger/.ansible.cfg configured module search path = [u'/Users/loranger/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module loc...
##### SUMMARY When for any reason the .ansible/ directory is inside a path **with whitespaces** , the 'control_path' generated by default is wrong, and thus the SSH commandline. The addition of quotes surrounding the 'control_path' inside 'ansible/plugins/connection/ssh.py' fixes the bug. ##### ISSUE TYPE * Bug...
1
# Description of the new feature/enhancement It would be nice to have some sort of organization feature, such as a "folder", for the profiles drop down from the title bar. Having this feature would allow the user to organize their profiles into meaningful categories. Such as "Dev", "QA", "Prod" to designate connect...
# Description of the new feature/enhancement Many terminals will set different scrolling behavior within the Alternate Screen Buffer such that scrolling will send up/down key strokes. This seems to make more sense than scrolling through the main buffer's history. xterm has this as an option (set by the 'alternates...
0
Lot of us currently using stable version and it would be much easier to migrate each component separately. So at the start we will be able to load components separately: import { Card, CardText, CardActions } from 'material-ui'; // 0.19.0 import { Button } from "@material-ui/button"; // ^1.0.0 I...
The input fields in MUI should allow props `lang: string` and `spellcheck: boolean` * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I would expect this to be default allowed props ## Current Behavior Typescript throws error that props are not ...
0
* **I'm submitting a ...** * bug report * feature request * support request => Please do not submit support request here, see note at the top of this template. **Current behavior** angular/modules/@angular/upgrade/src/angular_js.ts Line 141 in bb89766 | if (window.hasOwnProperty('angular')) { ---...
In upgrade.js (Line 284 in 2.0.0-beta.0), there is a _hasOwnProperty_ check that alone, causes a TypeError if you use Object.defineProperty to define a setter function on window.angular: var angular = { bootstrap: noNg, module: noNg, element: noNg, version: noNg };...
1
### Vue.js version 2.0.5 ### Reproduction Link https://jsfiddle.net/e2c6y887/2/ ### Steps to reproduce Click on 'test2' ### What is Expected? Test1 link should not have 'active' class and thus no red color. The reason I'd want to combine class and v-bind:class (with both 'active' class) is, that the initial ...
### Version 2.5.16 ### Reproduction link https://jsfiddle.net/1jz3wrfc/ ### Steps to reproduce iterate a slot. ### What is expected? I want to be able to use a separator slot in a v-for iteration. ### What is actually happening? [Vue warn]: Duplicate presence of slot "separator"
0
## Bug Report **Current Behavior** The following code throws an error that `bar` is not defined (no error in babel@6). **Input Code** async function foo() { await (async function bar() { await bar(); })(); } foo(); **Expected behavior** The code inside an async s...
## Bug Report **Current Behavior** When trying to upgrade to Babel 7. Calling async function from within self- invoking function now causes `ReferenceError: poll is not defined`. **Input Code** (async function poll() { console.log(await Promise.resolve('Hello')) setTimeout(poll, 1000); ...
1
## 🚀 Feature ## Motivation Changing CPU code to use GPU is just much harder than it intuitively would need to be, as having different operands of an operation in different backends would result in runtime error. Many logically simple operations like `latent = latent + noise` or `loss = cross_entropy(inferred, la...
The PyTorch 0.4 Migration Guide, simplifies writing device-agnostic code as follows: # at beginning of the script device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") ... # then whenever you get a new Tensor or Module # this won't copy if they are already on...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gci-gce-slow/211/\n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Services [Slow] should\nupdate nodePort: http [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/networking.go:175\n Nov 23 16:49:33.756: Failed to find expected endpoints:\n Tries 0\n Command timeout -t 15 curl -q -s --connect-timeout 1 http://104.155.27.64:30504/hostName\n retrieved map[default backend - 404:{}]\n expected map[netserver-0:{} netserver-1:{} netserver-2:{}]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:263\n \n\nPrevious issues for this test: #33730\n\n"
K8s on GCE will be using the upgraded version of container-vm. Testing for the new container-vm is not adequate as-is. Specifically the following tasks are critical: 1. Add per-pr tests that use the new container-vm 2. Add relevant tests that validate the new container-vm to the submit queue as non-blocker initi...
0
### Problem description display:flex is an object, instead of a string. Which breaks the flow of the UI. Any idea why? In the example of the documentation flex is a string. ![display_not_string](https://cloud.githubusercontent.com/assets/273479/15775698/a6eeb0fc-2983-11e6-9ff1-c259f73e4144.png) ### Versions * M...
### Problem description I'm trying out Badge component and run into an 'invalid property value' error for CSS for Badge's display property when userAgent is 'all' cause : when userAgent is set to 'all', Material UI transforms `display:flex` into `display:-webkit-box,-moz-box,-ms-flexbox,-webkit-flex,flex` ### Step...
1
For our step-style challenges, many campers are confused and don't realize that they just need to click the "open link in new tab" button to enable the "next step" button. We should add a small "skip step" button so that campers can keep going if, say, they already have a GitHub account. ![](https://camo.githubuser...
In the Waypoints, there's only Go to next step option. There's no previous step to go back if I wanted to. Browser's back button takes me to the start not the previous page. Also, a skip button would be great. I had to click 'open link in new tab' every time to go to next step. What if I already had a github accoun...
1
**Migrated issue, originally created by Erich Seifert (@eseifert)** At the moment, with SQLAlchemy 0.8.4, introspecting a materialized view in a PostgreSQL 9.3.2 database fails with: File "/tmp/test/meterializedview.py", line 16, in __init__ self.MaterializedView = Table('mytable', MetaData...
**Migrated issue, originally created by Christophe Biocca (@christophebiocca)** I attached a reproduction of the bug. The important bit: # This doesn't filter both side of the union, and the generated sql looks really wrong. session.query(B).join(A).union(session.query(B).join(A)).filter(A.id == ...
0
the ui is shown for less than a second and then disappearing ![powerrtoys](https://user- images.githubusercontent.com/36262995/83349803-37587580-a340-11ea-844e-f2cd97aadc70.jpg)
# Environment Windows build number: [run "ver" at a command prompt] 1909 (18363.836) PowerToys version: 0.18 PowerToy module for which you are reporting the bug (if applicable): settings # Steps to reproduce Launch Powertoys - right click to bring up settings # Expected behavior See th...
1
2020-08-05.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18363.0 IntPtr Length: 8 x64: True Date: 08/05/2020 08:30:31 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Timer...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
When loading an obj file such as the following: v 0 1 1 v 1 1 0 v 1 0 1 v 1 1 1 f 1 2 3 f 1 2 4 The resulting `THREE.Geometry` contains 10 vertices, rather than the expected 4. This is because a new set of vertices are created for every face, rather than the same vertex ...
If you load a model using OBJLoader -- a Stanford Bunny for example -- and apply a matrix translation like so: geometry.applyMatrix( new THREE.Matrix4().makeTranslation( 0, -0.01, 0 ) ); this is what you get: ![screen shot 2013-09-21 at 4 37 25 pm](https://camo.githubusercontent.com/520981917780...
1
**Seth Ladd** opened **SPR-1247** and commented Hello again, As I was browsing the AbstractFormController source, I noticed what seemed to be some duplication of code. It's quite possible this can be cleaned up a small bit. Inside handleRequestInternal, there is this logic: if (isSessionForm()) { HttpSession s...
**Marcel Overdijk** opened **SPR-9380** and commented I have the blow AppConfig class in my project: @Configuration @ComponentScan(basePackages = { "my.project" }) @PropertySource({ "classpath:/META-INF/config.properties", "classpath:/META-INF/config-${my.runtime.environment}.properties" }) ...
0
Username: Linux chandu 4.15.0-24-generic #26~16.04.1-Ubuntu SMP Fri Jun 15 14:35:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux This is the process I have followed: https://caffe2.ai/docs/getting- started.html?platform=ubuntu&configuration=compile 1). sudo apt-get update sudo apt-get install -y --no-install-rec...
I'm working on a model that requires computing what's currently implemented in `torch.bmm`, with the difference that the first argument is a batch of sparse matrices rather than dense matrices. Since `torch.bmm` has nice autodiff and gpu support, it's the closest operation I found in pytorch that fits my current need...
0
I think they should have `cursor:pointer` since they are clickable.
Some HTML minifiers convert `<input type="text">` to `<input>` with no type. Bootstrap fails to style these inputs correctly. Please add `input:not(type)` to the two rules which include the selector `input[type="text"]`.
0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../src/libuv/include -I../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-...
I’m pretty sure that some macros used to be documented at http://doc.rust- lang.org/std/macros/index.html , but this page is now empty.
0
**Current behavior** Using REPL (current/default v7.11.1) with all of checkboxes disabled: (Explicitly disable `ENV` or enable `es2015` to see the error via the link above) **Input Code** function f(y){ for(let x of y){ let x = y; return x; } } **Expected behavior**...
Choose one: is this a bug report or feature request? Bug ### Input Code // 'a.js' let a = (obj) => ({...obj}) // 'b.js' let a = (obj) => ({...obj}) // ....and other files that uses object spread ### Babel/Babylon Configuration (.babelrc, package.json, cli command) { ...
0
I tried to use with `implementation=css` and `only={["xs", "sm", "lg", "xl"]}`. The error message is: `string.charAt is not a function. (In 'string.charAt(0)', 'string.charAt' is undefined)` * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior It ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When having Menu items display conditionally it should work as expected. ## Current Behavior When condition evaluates to false and MenuItem is not rendered an error pops up: `Cannot read property '...
0
**Ken Egervari** opened **SPR-7054** and commented I am having a heck of a time doing complex Ajax stuff with Spring MVC 3.0. While I totally appreciate a lot of the advancements, there are a few features that are just "missing". The one thing I am having problems with is `@RequestBody`. It seems that Spring is...
**Paul Benedict** opened **SPR-3181** and commented I have a custom instance of LocalizationContext and I'd like to use JstlUtils.exposeLocalizationContext to set it. However, the method accepts only a MessageSource. Let's refactor out this method: public static void exposeLocalizationContext(HttpServletRequest re...
0
#6848 is no where mentioned in the release notes. There's a single item on `.order` changing to quicksort, but it doesn't explicitly warn that the sort was previously stable and now isn't. There's also no warning about `series.sort` changing as well. That API has been around forever and afaict nothing was gained...
It seems that drop_duplicates() and duplicated() methods are not working properly for large integer columns. Here is my example data frame http://pastebin.com/KVHxUpgz import pandas as pd pd.read_clipboard(delimiter=',') r = x.duplicated(keep=False) print(x[r]) This gives me: x...
0
**Migrated issue, originally created by Daniel Birnstiel (@Birne94)** I am currently receiving the exception mentioned in the title on a production deployment of a flask application using SQLAlchemy. This issue has happened before (closed in #1246 and #2317), but appears to have resurfaced again. Some info about ...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** When a pool can't connect to the DB, Python 3 does this: #! Traceback (most recent call last): File "/usr/local/lib64/python3.5/site-packages/sqlalchemy/pool.py", line 1122, in _do_get return self._pool.get(wait,...
1
#### Code Sample, a copy-pastable example if possible In [2]: ts = 1.4884427244831782e+18 In [3]: pd.to_datetime(ts, utc=True) Out[3]: Timestamp('2017-03-02 08:18:44.483178240+0000', tz='UTC') In [4]: pd.to_datetime([ts], utc=True) Out[4]: DatetimeIndex(['2017-03-02 08:18:44.4...
Is this a bug or a feature that I don't understand: data = ['20100102 121314', '20100102 121315'] print (pd.to_datetime(data, format='%Y%m%d %H%M%S', utc=True)[0]).__repr__() print (pd.to_datetime(pd.Series(data), format='%Y%m%d %H%M%S', utc...
1
## Issue description in a simple test network I get an error when dropout layer is included (error does not happen when the dropout layer is excluded): Traceback (most recent call last): File "testnet.py", line 48, in r = net(V) RuntimeError: Function.apply returned the wrong number of outputs.: operation...
Code example: import torch import torch.nn.functional as F @torch.jit.trace(torch.zeros(1, 2, 3)) def dropout_test(x): x = torch.neg(x) return F.dropout(x) dropout_test(torch.zeros(1, 2, 3, requires_grad=True)) Output: 17:20:04 ~ $ python d...
1
When using DataFrame.loc with a list of indices, the index name is missing from the resultant DataFrame unless the list of indices includes all of the indices in the original DataFrame. Example: import pandas as pd d=pd.DataFrame( [ [1,2,3], [4,5,6], [7,...
This issue was encountered when fixing #6536. It seems that `.loc` indexer with empty list key seems to lose names of respective axes: In [2]: pd.DataFrame(np.arange(9).reshape(3,3), columns=pd.Series(list('abc'), name='foobar')) Out[2]: foobar a b c 0 0 1 2 1 3 4 5 ...
1
Hi all ! I'm on windows : installed with the new installer on the website after doing a clean remove from chocolatey. I have a weird problem : if i open atom from the commandline, with atom . or atom ./myfile , then everything work fine. If i open it from the desktop shortcut (or even right click open with atom) th...
Yep, it sounds strange, but that's my issue: I can start Atom from the Run command or the command prompt, but not from the Start menu. If I try that, the content of the editor is gray-blank (no tabs or anything) and the console is full of `Error: Module did not self-register.`. I'm using Windows 8.1 x64 and Atom ...
1
**Cameron Braid** opened **SPR-4089** and commented I initially posted to the forum http://forum.springframework.org/showthread.php?p=150766 There is a method signature change in org.springframework.beans.factory.xml.XmlReaderCon text that causes apache xbean to fail. I submitted a bug report at the xbean site htt...
**Reinhard Pötz** opened **SPR-4081** and commented The return type of o.s.b.f.x.XmlBeanDefinitionReader#getReader() has changed from org.springframework.beans.factory.xml.XmlBeanDefinitionReader to org.springframework.beans.factory.support.BeanDefinitionReader If you use this method you have to recompile your c...
1
Airflow 1.10.9 Celery 4.3.0 Setting Celery 'worker_concurrency' is overriden by the autoscaling no matter what you configure. Problematic code is here: airflow/airflow/cli/commands/celery_command.py Line 121 in 6db66ea | 'autoscale': autoscale, ---|--- (this is head but it's the same bug in the 1.10.x ...
**Apache Airflow version** : 1.10.9 **Environment** : * **OS** : Debian GNU/Linux 10 * **Kernel** : Linux 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux **What happened** : The `worker_autoscale` configuration option in `airflow.cfg` was overridded by the default value in `airflow/conf...
1
Back to top button not working!
_(This is for future releases)_ Docs should be moves to `docs/` directory. That'll fix `assets/` naming problem, because of it will be `docs/assets/`. `DOCUMENTATION-LICENSE` will be `docs/LICENSE`. Just an idea to keep repo's root organized.
0
I noticed the Rust tries to setup the cache twice when spinning up the compiler isolate: DEBUG RS - mkdir -p /Users/kkelly/.deno/gen DEBUG RS - set dir perm to 493 DEBUG RS - mkdir -p /Users/kkelly/.deno/deps DEBUG RS - set dir perm to 493 DEBUG RS - mkdir -p /Users/kkelly/.deno/deps/ht...
Got this panic output: Deno has panicked. This is a bug in Deno. Please report this at https://github.com/denoland/deno/issues/new. If you can reliably reproduce this panic, include the reproduction steps and re-run with the RUST_BACKTRACE=1 env var set and include the backtrace in your...
0
I am using `launch.json` to debug .Net Core Application in VS code. Debugger configuration uses `"preLaunchTask": "build"` to build application before starting, but the problem is that I have several projects in my solution that I want to debug, so I have duplicated `launch.json` configurations for every single exe...
Testing #2145 * search for something * have some results * tab to the first result file * tab to the 'X' * press arrow down > focus goes to `<body>` according to `activeElement` expected: focus stays in the tree or somewhere.
0
Windows 8.1 Every time I open atom (without passing any location or file to open), it opens up with an empty editor pane as expected. But when I press Ctrl-\ the tree view does not open. If I go to "Toggle Tree View" from the menu, it also does nothing, no matter how often I click it or hit the key binding. Only...
meta+t opens and closes the fuzzy finder, but meta+F only opens the file finder. It'd be awesome if it would also close the file finder because I can't remember how to close it.
1
The following snippets will cause errors. After removing `req.clone` it will be fine, so 100% req.clone is the source of issue. Deno.serve(opts, (req) => { console.log('check req', req.clone()) return new Response() }) TypeError: Array.prototype.map called on null or undefin...
### Description When running `deno bundle` on the example code in the front page of http://deno.land/ the resulting code is invalid and throws a syntax error when running it with `deno run`. The code example is the following: import { serve } from "https://deno.land/std@0.61.0/http/server.ts"; c...
0
There is no "btn-mini" in your code anymore as described in the documentation.
Hi, ist have following hints: * ~~The glyphicons icons are not vertical centered in the buttons, they are on the bottom (I bought the glyphicons)~~ * The mini button set is missing (please add them again) * ~~Please add again the old btn button style. The new default button is too dark. The default button on ...
1
### Describe the issue: There seems to be something whacky with the type annotations for np.sinc that causes mypy to later think that an array is a boolean array when clearly it is not. See the reproducing code below. This seems to have started with numpy 1.22 (presumably due to the more accuracy dtype annotations)....
I am sending a file from front end to backend, i have also installed cors extension for the browser but got badly engaged with the error: I have tried a lot i performed debugging. I also added the cors in the flask, i added some code in the function of component.html to perform manual debugging. Previously i was rece...
0
Can't click on the button to expand information. I guess, it does not work on mobile devices too (tested in chrome dev tools emulator). ![screenshot from 2015-07-11 16 01 22](https://cloud.githubusercontent.com/assets/4744582/8633446/4446b67e-27e6-11e5-809b-3a2886abd130.png)
Challenge http://www.freecodecamp.com/challenges/waypoint-say-hello-to-html- elements has an issue. Please describe how to reproduce it, and include links to screen shots if possible. I was unable to access the instructions for this module because the button labeled "More Information" was unresponsive on my mobile d...
1
* Electron Version: ^2.0.5 * Operating System (Platform and Version): #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) * Last known working Electron version: I'm just testing electron now **Expected Behavior** Load bootstrap initial needed files **Actual behavior** Getting "Cannot read property 'fn' of undefine...
### 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 12.0.12 ### What oper...
0
There is a symbol clash between scipy and libsndfile: Scipy declares "sf_error" as follow (see https://github.com/scipy/scipy/blob/master/scipy/special/sf_error.h): void sf_error(const char *func_name, sf_error_t code, const char *fmt, ...); While libsndfile declare this function as follow (see...
I was investigating a weird crash that I had in a software that uses SciPy and links to libsndfile. The backtrace looks like this: #0 0x00007fffe281936f in sf_error () from /usr/lib/libsndfile.so.1 #1 0x00007fffda890db6 in sf_error_check_fpe (func_name=0x7fffda99a2e5 "expit") at scipy/special/sf...
1