text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
## 🚀 Feature All variants of `ReplicationPad` should accept 0-dim batch size tensors for both forward and backward autograd. Related to #38115 Test code: def test_ReplicationPad1d_Forward(): z = torch.ones(0,3,10) m = torch.nn.ReplicationPad1d(3) m(z) def test_Replic...
I've found out that gradient of `index_select` (i..e `index_add`) behaves non- deterministically - and wrong - on GPU for some rather random conditions. The following code illustrates the problem: import numpy as np import torch from torch.autograd import Variable def set_seed(seed): ...
0
This feature request pertains to the following stack overflow question. http://stackoverflow.com/questions/32185411/break-in-x-axis-of-matplotlib The answer for making a break works, however how the method works for a user should probably be abstracted away since it is not only unintuitive, but also quite lengthy fo...
So often times it is necessary to trim out irrelevant in information from a plot to show regions of interest, which lie far apart from each other, in higher detail, in a way that they can be easily compared. The solution to this problem is to put breaks in the axis lines (spines) to indicate a jump in magnitude. Exa...
1
**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 request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
1
xref comment in #19673, we don't have any ASV benchmarks in `groupby.GroupByMethods` to measure performance on datetimelike types (timestamp / timedelta)
Hello, Series doesn't have is a `is_unique` attribute Index have a `is_unique` attribute but not (values of a) Series >>> df.index.is_unique True >>> df['Column1'].is_unique --------------------------------------------------------------------------- AttributeError ...
0
Looking at the docs, many fields and structs are under-specified. At some point (soon) we need to do an audit/scrub of API per-field and per-struct comments (which generate docs). * What is this field? * Is this field required? (omitempty is sort of a bad way IMO) * What happens if this field is not specified?...
* # 10933 removes the description tag in types.go, the description of fields are merged with other comments as the new description. Some of these comments don't read as a sentence after the merge. Because our api-reference docs use these descriptions, we need to fix them before #10933. * # 10933 detects these str...
1
We should add support to save files that require admin access. The way Sublime Text does it is when you hit save, there is a dialog prompt for your password. Currently this is the error thrown: Uncaught Error: EACCES, permission denied '/private/etc/apache2/extra/httpd-vhosts.conf' - fs.js
I edit my `/etc/hosts` file a lot to work with Enterprise VMs. My typical workflow for that is to run `subl /etc/hosts`, edit the file, `cmd-s`, and then I get prompted for my password since it's trying to save and my user doesn't have permission to. In Atom, it opens the file just fine, but when I try saving the de...
1
In some hosting environments/configurations, the network traffic between node and master may traverse the public Internet. As a result, we'd like to secure the communication between the node components (e.g. kubelet and proxy) and master. To avoid the complexity of securing the kubelet API, we'd like to secure the no...
**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...
0
Hi! Is there any reason why running plugins inside atom-shell won't work, on principle? I know it will never be a primary goal of atom-shell, but I'm trying to run a silverlight application (sigh) inside atom-shell. I had to enable plugins on WebPreferences, and I'm still running into some issues, but I wanted to ...
0
### Description `apache-airflow-providers-google` has a lot of dependencies, some pinned to pretty old versions compared to current release versions. In particular, many of these older versions requires `protobuf<4.0.0dev` whereas if you already have newer versions (say google-cloud-bigquery==3.7.0) it requires newe...
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==7.2.0 ### Apache Airflow version 2.4.3 ### Operating System Arch Linux ### Deployment Docker-Compose ### Deployment details the same for MWAA (aws-managed airflow) ### What happened exception i...
0
Hi, The example here claims to go to 0.65 loss in 25 epochs. I tried out the code with both the theano and tensorflow backend and with the default hyper- parameters as is but it does not seem to go below 2.30 validation (and 0.1 accuracy) in 25 epochs. Is there anything that I am doing wrong and can anyone else re...
The goal is to implement data-parallel multi-GPU training with gradient- averaging properly in Keras (at least explicitly for TensorFlow backend). In this issue I'd like to discuss a particular approach which tries to fix problems of current solutions. Since Keras seems not to be designed for data- parallel SGD, I'm...
0
Could anyone help me with the following please? I'm unable to light custom geometries, even just a single triangle. I made the following "as-simple-as-possible" demo: http://gnitsuk.leadhoster.com/ThreeTest/Test.html The scene shows a cube and a triangle. Notice that only the cube is responding to the PointLIght, ...
When trying to add object loaded with ObjectLoader that has a BufferGeometry and materials I'm getting an error (r65): TypeError: material is undefined if ( material.transparent ) { three.js (line 23305) I'm using the ObjectExporter to save a file with BufferGeometry and materials. Obje...
0
When using nn.ParameterList and nn.DataParallel at the same time, the length of ParameterList will be 0 after DataParallel. See and run this code (with pytorch=1.6+cu101 installed by pip): import torch class Model(torch.nn.Module): def __init__(self): super(Model, self).__...
## 🐛 Bug When I use nn.DataParallel to wrap an nn.Module X, nn.Parameter in X is not copied to gpus in the forward pass. I think nn.Parameter can be considered as a part of module parameters, so it should be treated like other nn.Module parameters in X as well. Is it an intentional design? ## To Reproduce test.py...
1
checkout with-amp expanse, install deps with yarn, yarn run build produces an error: `> Failed to build on /var/folders/96/_4p69_wn5jj32w5tl1prsd640000gn/T/1c702ef9-d328-4aad-a4be-713d02183e83 { Error: ./pages/_document.js?entry Module not found: Error: Can't resolve 'react-dom/lib/ReactInjection' in '/Users/philiph...
The prototype I built following the tutorial on learnnextjs.com needs a lot of optimization on its final build. When run past Google PageSpeed Insights, it gets scored down on the following parameters: * Enable compression * Reduce server response time According to Google, the following scripts are uncompresse...
0
I have a kind request for all the contributors to the latest provider packages release. Could you help us to test the RC versions of the providers and let us know in the comment, if the issue is addressed there. ## Providers that need testing Those are providers that require testing as there were some substanti...
### What do you see as an issue? In `CONTRIBUTORS_QUICK_START.rst`, the links in the table of contents that direct users to parts of the guide that are hidden by the drop down don't work if the drop down isn't expanded. For example, clicking "Setup Airflow with Breeze" does nothing until you open the appropriate dro...
0
##### Description of the problem BLEND mode when loading a gltf is broken in three.js if a material has both texture + emission texture. Interestingly, a broken material will also break all other transparent materials (e.g. adding a 3rd object with a broken material will break totally separate materials on objects 1...
##### `Box3`'s `expandByObject` fails for buffer geometry whose `itemSize !== 3`. If you call `expandByObject(obj)` where `obj` has a child with (for example) a `TextGeometry`, this line will attempt to read past the end of an array, then call `applyMatrix4` so that `v1` is `{x:NaN, y:NaN, z:NaN}`: https://github....
0
**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 request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request **Current behavior** I'm trying to integrate ChartIQ library which has HTML Custom Elements to my angular 2 application. Some of these elements have logic in createdCallback, but when ...
1
Under #18262 a `FutureWarning` was added suggesting that existing code like this: pd.DataFrame.from_items(x) Should be changed to this: import collections pd.DataFrame.from_dict(collections.OrderedDict(x)) The fact that `from_items()` appeared only 6 times (now 8 times) i...
I want to slice log files to extract only values within a certain time range. This works well with all but one log file. _"Must be the log file then!"_. However, the log file is well-formed like all the others and I don't see the reason my code fails: import pandas as pan import datetime as dt ...
0
I found an odd discrepancy when creating a custom dtype in numpy. The code below: import numpy as np print "VERSION", np.__version__ def f(data, size): return np.frombuffer(data, np.dtype([('d', 'i', size)])) d1 = np.arange(1) d2 = np.arange(2) a1 = f(d1, 1) ...
So for context this question comes from this post on stackoverflow: https://stackoverflow.com/questions/50047174/array-comparison-not-matching- elementwise-comparison-in-numpy#50047327 > I have a numpy array arr. It's a numpy.ndarray, size is (5553110,), > dtype=float32. > > When I do: > > > (arr > np.pi )[3...
0
This may be trivial problem, but there seems to be inconsistency between variance and covariance import numpy as np x = [1,2,3,4,5,6,7] np.var(x) produces 4.0, but then np.cov(x,x) produces array([[4.66666667, 4.66666667], [4.66666667, 4.66666667]]) Of course, mathematically var(x) = cov(x,x). The differe...
cov() uses a bias of 1 by default. var() uses a bias of 0 by default. Such that import numpy as np x = np.random.rand(100) if np.isclose(np.cov([x,x])[0,0], np.var(x)): print("Consistent by default.") if np.isclose(np.cov([x,x],ddof=0)[0,0], np.var(x,ddof=0)) ...
1
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy as np df = pd.DataFrame( np.ones([6, 4], dtype=int), columns=pd.MultiIndex.from_product([['A', 'B'], [1, 2]]) ) ( df .groupby(level=0, axis=1) .apply(...
#### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.DataFrame([['2018-01-01','MSFT','short'], ['2018-01-01','MSFT','long'], ['2018-01-01','MSFT',pd.np.NaN], ['2018-01-01','AAPL','short'], ...
1
#### Challenge Name https://www.freecodecamp.com/challenges/show-the-local-weather #### Issue Description For the weather challenge it is recommend to use the open weather api but when using the service on google Chrome the content will not be served on codepen.io due to new security changes in Chrome. So I sugges...
#### Show the Local Weather https://www.freecodecamp.com/challenges/show-the-local-weather #### Weather App Location issue I am currently using Google chrome and I have been trying to figure out why my location could not be found when I copied the exact code from FCC and placed it in Codepen.io. After a week of fi...
1
Minimal example: trait Foo { type T; } #[derive(Copy)] struct PairFoo<F: Foo>(pub F::T, pub F::T); fn main() {} `rustc -Z unstable-options --pretty=expanded` yields: #![feature(no_std)] #![no_std] #[prelude_import] use std::prelude::v1::*; ...
In the following snippet, `PairFoo<F>`'s members are all `Copy` (resp. `Clone`) whenever `F::T` is `Copy` (resp. `Clone`). In spite of this, neither does `#[derive(Copy)] #[derive(Clone)]` work, nor can I provide my own `Copy` impl. use std::marker::Copy; use std::clone::Clone; #[derive(Co...
1
##### System information (version) * OpenCV => 4.2 * Operating System / Platform => Windows 10 * Compiler => Visual C++ 2019 ##### Detailed description This is not a duplicate of similar looking issues reported earlier because it explains how those unreleased blocks accumulate in certain cases and this situa...
##### System information (version) * OpenCV => 4.1.0 * Operating System / Platform =>Ubuntu 18.04 ##### Detailed description I want to test out the pipeline for stereo camera calibration and depth map estimation. I used the OpenCV sample (samples/data/left01.jpg – left14.jpg and right ...) for calibration. Is ...
0
This is difficult to explain, so I've written an isolated test case: let instances = new Map(); class Resource{ static get(id){ let list = instances.get(this) || {}; return list[id]; } static add(id, instance){ let list = ...
The current implementation doesn't handle parent classes that return specific objects properly. The value returned from `[[Construct]]` should be used as the `this` binding value in the child constructor. class Other { method(){ console.log('other'); } } class Base {...
1
There's a link in the Deployments section of the 201 walkthrough to a longer description that's broken. It links to `http://kubernetes.io/docs/user- guide/deployment` but should link to `http://kubernetes.io/docs/user- guide/deployments` (missing an `s`).
I wish /docs/user-guide/deployment/ existed. It is linked from http://kubernetes.io/docs/user-guide/walkthrough/k8s201/ under the `Deployments` section
1
ERROR: /private/var/tmp/_bazel_chenxu/eac512cc1715441e7965427cfb136e20/external/protobuf_archive/BUILD:665:1: C++ compilation of rule '@protobuf_archive//:python/google/protobuf/pyext/_message.so' failed (Exit 1) external/protobuf_archive/python/google/protobuf/pyext/descriptor_containers.cc:172:13: error: _assigni...
I'm sure developers are working hard to catch up with Python 3.7. Is there any timeline? pip3 install tensorflow - apparently does not work, building from source: OS Platform and Distribution: Mac OS X 10.13.5 Python: Python 3.7.0 (Homebrew) TensorFlow installed from: source (https://github.com/tensorflow/ten...
1
Multi-line Text Input is a common use case (Email, Messages...). It would also be useful to be able track "cursor location" in a "input-area" so that type-ahead UIs can be correct positioned.
@abarth
1
**Apache Airflow version** : 2.1.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): AWS EKS, AWS ECS **Environment** : * **Cloud provider or hardware configuration** : AWS * **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 * **Kernel** (e.g. `uname -a`): * **Install too...
**Apache Airflow version** : 2.1.0 **Browsers** : Chrome and Firefox **What happened** : Before upgrading to 2.1.0 ![before](https://user- images.githubusercontent.com/14293802/120359517-c1ca1100-c2d5-11eb-95ba-58ccc0a3ac37.png) After upgrading to 2.1.0 ![after](https://user- images.githubusercontent.com/14293...
1
## Environment info * `transformers` version:4.3.3 * Platform:Pytorch * Python version:3.7.0 * PyTorch version (GPU?):GPU * Tensorflow version (GPU?): * Using GPU in script?: * Using distributed or parallel set-up in script?:NO ### Who can help ## Information Model I am using (Bert, XLNet ...): The...
I've been trying to work out why I keep getting a CUDA assert in a specific mini-batch when training RoBERTa from scratch. I finally tracked it down after switching to CPU. I don't understand why `padding_idx` is added to `incremental_indices` below? - _edit: I do in that the embedding needs a padding mask but it I'...
0
by **j.christoff25** : Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1.6g demo.go 6l demo.6 2. 3. What is t...
I have installed lots of third pkg. The local godoc's /pkg page looks very messy. I think show the gopath pkg in a separate page is better.
0
Q | A ---|--- Bug report? | yes (documentation) Feature request? | no BC Break report? | no RFC? | no Symfony version | all Hello, I'm digging through Symfony's Security components trying to implement a custom security bundle, and I really miss one thing: The Big Picture. There is a lot written about...
If write following config: <service id="service" alias="service_alias"/> <service id="sevice_alias" alias="service"/> Infinite loop will occur in the ResolveReferencesToAliasesPass class. Think such circular references should be catched and an exception should occur instead of fall...
0
TypeScript version: 1.7.5 For example: hoge.ts export default class Hoge {} fuga.ts import Hoge from "./hoge" new Hoge(); `tsc hoge.ts fuga.ts -t es6 -m commonjs` compile result: hoge.js class Hoge { } exports.Hoge = Hoge; fuga.js var h...
export default class { } compiled code is: class { } exports. = default_1; compile command is `tsc --module commonjs --target ES6 default.ts`, TypeScript version is 1.7.5
1
### Describe the issue: We have the following code: I_wb = I_wb.astype(np.uint16) I_wb was float32 before the above conversion. ![Screen Shot 2022-01-04 at 12 31 16 PM](https://user- images.githubusercontent.com/326807/148121640-5a047b35-ef45-456c-90d2-407030bc51c4.png) We noticed that when overfl...
### Describe the issue: We have the following code: I_wb = I_wb.astype(np.uint16) I_wb was float32 before the above conversion. ![Screen Shot 2022-01-04 at 12 31 16 PM](https://user- images.githubusercontent.com/326807/148121640-5a047b35-ef45-456c-90d2-407030bc51c4.png) We noticed that when overfl...
1
# Feature request ## Is your feature request related to a problem? Please describe. url structures are still visible on devices, so its a UI-element and often is bound to editorial decisions, yet in nextjs, url routes always reflect the filesystem of the project Having the filename of a page be the route path segm...
## Problem I created a project via create-next-app, but when I tried to run dev server I got an error below: [ error ] ./node_modules/next/dist/client/dev/amp-dev.js Error: [BABEL] C:\Users\serge\Coding\web\playground\nextjs-tests\bitzprice\node_modules\next\dist\client\dev\amp-dev.js: Cannot find...
0
#### Challenge Name http://beta.freecodecamp.com/en/challenges/css-flexbox/using-the- flexdirection-property-to-make-a-row #### Issue Description I guess since the default value for `flex-direction` is row, this test can pass without doing anything at all. Maybe a reg-ex is in order to make sure the user enters co...
CHALLENGE: http://beta.freecodecamp.com/en/challenges/css-flexbox/using-the- flexdirection-property-to-make-a-row ISSUE: Clicking 'Run tests' button passes the tests without the test conditions being met. I did not add the CSS property flex-direction to the #box-container element, and give it a value of row. BR...
1
Splitting off from: #8876
Just helped track down an issue an internal customer was having whereby multiple `adb` instances were fighting each other: * `/usr/bin/adb` existed as part of the `adb` Debian package that was installed on the user's system. It seemed to be restarting its server automatically when killed because of an entry in `in...
1
## 🐛 Bug I think the Kl divergence is summing over the batch dimensions when it shouldn't, at least for the Gaussian case Here's the transformed distribution function: def _kl_transformed_transformed(p, q): if p.transforms != q.transforms: raise NotImplementedError if p.e...
This is a copy of an issue I posted for pytorch: pytorch/pytorch#29698 I think this is an issue with the _kl_independent_independent class which is summing over batches when it shouldn't... ### Guidelines I think the Kl divergence is summing over the batch dimensions when it shouldn't, at least for the Gaussian ca...
1
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 ...
I'm sure developers are working hard to catch up with Python 3.7. Is there any timeline? pip3 install tensorflow - apparently does not work, building from source: OS Platform and Distribution: Mac OS X 10.13.5 Python: Python 3.7.0 (Homebrew) TensorFlow installed from: source (https://github.com/tensorflow/ten...
1
**Migrated issue, originally created by Bastien Chatelard (@bchatelard)** I am facing a regression on joinedload on polymorphic entity in 1.0.10. I have reproduced a minimal test case that works fine in 1.0.9 and does not in 1.0.10: import sqlalchemy as sa import sqlalchemy.orm from sqlalchem...
**Migrated issue, originally created by Jorge Sierra** conn_str = string.Template('db2+ibm_db://$user:$password@localhost:50000/Sample').substitute(user = user , password = password) for t in metadata.sorted_tables: logger.info ("CreateTable %s %s" % (t.name, **CreateTable** (t).compile(db2))) When trying to ru...
0
We recently migrated our ES 1.1.1 cluster to ES 1.2.2, after that we found that one field 'displayPublishedDateTime', which is defined as dataOptionalTime type in the mapping, seems corrupted and not able to order by it in the query. In the query, when order by desc on it, its sort value is '\b', and order by asc, ...
When querying with "preference": "_local", the _source is returned instead of the requested fields. `$ curl -XPUT 'http://ks398280.kimsufi.com:9200/test/test/1' -d '{"user": "foo", "amount": 35, "data": "some more data"}'` $ curl -XPOST 'http://ks398280.kimsufi.com:9200/test/test/_search?pretty' -d '...
0
In OSX Mavericks and Atom 0.121.0, there is a bar with nothing in the top of the screen, when Atom is in FullScreen mode. ![capture decran 2014-08-13 a 20 54 05](https://cloud.githubusercontent.com/assets/5305627/3910845/b1a3897a-231b-11e4-86a7-7a71d4e80ad9.png) Is this a bug?
1. Open an Atom window with a file or project. (For some reason, this bug didn't happen when I tried to reproduce from an empty Atom window.) 2. Enter fullscreen mode (Ctrl-Cmd-F) 3. Open another window of Atom. (e.g. with the command line, File > Open [and then select a folder], or with the Project Quick Open ...
1
When building a Pipeline with custom transformers, what is the best way to serialize that for later use? If you use pickle, you need to define those functions in the new environment, so that doesn't seem like a solution to me. I ran into the same issue with dill and joblib. What is the best practice here? Thanks! ...
pred=[1e-10, 0, 0] sol=[1, 0, 0] metrics.roc_auc_score(sol, pred) # 0.5, wrong, 1 is correct pred=[1, 0, 0] sol=[1, 0, 0] metrics.roc_auc_score(sol, pred) # 1 correct
0
### Version 2.5.16 ### Reproduction link https://github.com/ondrej-janosik/vue-bug-props/blob/master/src/App.vue ### Steps to reproduce 1. Create a new project with VUE CLI, just add typescript ![image](https://user- images.githubusercontent.com/18070427/41981037-4a4b4282-7a28-11e8-812b-168bf93f5734.png) ...
### Version 2.5.16 ### Reproduction link https://codesandbox.io/s/github/weihongyu12/vue-typescript-demo ### Steps to reproduce Uses @vue/cli to build the project. The configuration uses TypeScript. However, in the process of using, in the `methods`, there is no access to the `computed`. The construction does no...
1
As I see gvfs starts with a PROPFIND (I'm using litmus_test_server.go). (By the way, at the moment go test fails, too). I'm not a DAV expert at all, but I'd really like to have this work with Windows (for camlistore.org :)). Where should I start? What's missing, or known lack of care?
Hello, Just like we have FormatFloat(...) string and AppendFloat(...) []byte, it would be nice to avoid a costly string conversion when parsing numbers from a byteslice. Simple code like: func main() { s := "123.45" r := bytes.NewBufferString(s) runtime.Up...
0
Is this behavior of `np.double` desired? I'm wondering about the middle case which I would have expected to be `array([3.])` instead of `3.0`. I assume there is nothing special about `double` or `3` and that this is probably not a real issue, so it can be closed soon. >>> np.double(np.asarray(3)) 3...
Hi all, I'm reporting a problem when using `np.float64` as a constructor. For any `a = np.array([[scalar]])` assuming `type(scalar) in (int, float)`, this raises `AssertionError`: assert np.float64(a).shape is a.shape The shape after casting to `np.float64` is `()` instead of the expected `(1,1)`. We...
1
As discussed #5156 and in other places, the load balancer creation should not be synchronous with resource creation (goes against the "dumb resources" model) but instead be applied by a controller both before and after creation.
I'm trying to bring up a service and pod (https://github.com/youtube/vitess/examples/kubernetes/vtctld-up.sh). The service has createExternalLoadBalancer: true. The call nearly always returns: ERROR: F0306 15:59:47.443762 17632 create.go:81] Timeout: request did not complete within allowed duration. I then proceed...
1
ok text/template/parse 0.007s --- FAIL: TestOverflowRuntimeTimer (0.10 seconds) sleep_test.go:402: runtime timer stuck: overflow in addtimer FAIL FAIL time 4.651s Fails on several builds, FreeBSD, OpenBSD, Windows. I believe all these builders are runni...
What steps will reproduce the problem? panic messages should list the go version (from runtime.theVersion) as well as the operating system and arch details as close to the top of the panic message as possible. This would greatly aide in debugging problems reported on the mailing li...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior HTML pages generated by `next export` command should render initial view as quickly as possible. ## Current Behavior JS is loaded before everything else: <!DOCTYPE html> <html> <...
We are building an app with several dependencies being used in several pages, the thing is when building the application for production, some dependencies are being used in several of the chunks generated, here you can see how it looks: ![screen shot 2017-12-08 at 3 49 34 pm](https://user- images.githubusercontent....
0
#### Issue Description It looks likes there's a bug in the Beta FreeCodeCamp's signup When user signups for the first time, it directs to a blank page. I would've assumed it would return back to the homepage (or at least returns back to page where it was before clicking the sign-up page) #### Browser Informati...
After creating an user in beta(tried the same email I have FCC associated with). I was redirected to http://beta.freecodecamp.com/api/users And all I see, is `{}` After refreshing this page, I am getting the error displayed: `The xxxxxxxxxx@gmail.com email address is already associated with an account. Try signing ...
1
Trying to run a test that extends `ESIntegTestCase` with Elasticsearch 2.0.0, getting this: java.lang.RuntimeException: found jar hell in test classpath at org.elasticsearch.bootstrap.BootstrapForTesting.<clinit>(BootstrapForTesting.java:63) at org.elasticsearch.test.ESTestCase.<clinit>...
ES' hit highlighting abilities are really sophisticated, but I'd like to suggest the API be made a bit more flexible. One use case we have is the user performs their query against the `_all` field, and our UI needs to highlight matching terms in whatever specific fields the user happens to be viewing. The fact that...
0
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. Compile & run the code in: https://gist.github.com/ernestokarim/5033404 It cannot be reproduced in the playground because it needs sqlite3. What is the expected ou...
What steps will reproduce the problem? 1. compile attached program and run it What is the expected output? the last value consumed by any of the multiple readers should be '9' What do you see instead? the last value generated before the channel was closed is 9, but more of...
0
It seems to be something like this issue: #18893 In my case, the renderer `outputEncoding` is `GammaEncoding` and I'm using an `EffectComposer` with a `GammaCorrectionShader` pass at the end. If I use a reflector with the default `LinearEncoding` then it runs fine, but the reflection colors are screwed, they appe...
##### Description of the problem I'm experiencing horrible render performance when using the combination of the Water.js shader, a plane with a MeshStandardMaterial and the renderer.output using sRGBEncoding. Recreated water example in jsfiddle and added `renderer.outputEncoding = THREE.sRGBEncoding` (line 119) in ...
1
### Apache Airflow version 2.4.2 ### What happened We upgraded airflow from 2.4.1 to 2.4.2 and immediately notice that every task log line is duplicated _into_ CloudWatch. Comparing logs from tasks run before upgrade and after upgrade indicates that the issue is not in how the logs are displayed in Airflow, but ra...
**Apache Airflow version** :1.10.12 **Apache Airflow Provider versions** (please include all providers that are relevant to your bug): No other providers **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): No using k8s **Environment** : AWS Linux * **Cloud provider or hardware co...
0
Currently the carousel has only one transition effect which is a slide between pictures. It would be great if we can have a fade effect too. In a tiny project I made, you can see an exemple of a possible implementation : https://github.com/GuillaumeAmat/bootstrap-more/blob/master/bootstrap- more.css#L493
With the addition of the fade transition on this js module, the most common options found on a website will be covered. For many types of images, instead of sliding the fade in would be a lot better. For all other cases, users will have to use a separate plugin.
1
**Describe the bug** When calling `clock.getDelta()` _after_ `clock.getElapsedTime()`, the returned value is not the delta between successive calls to `clock.getDelta()`. _**Live example**_ https://codesandbox.io/s/three-frame-delta-ev4d9 **Expected behavior** Sometimes I want to animate certain objects based o...
![screen shot 2016-02-11 at 5 46 00 pm](https://cloud.githubusercontent.com/assets/220033/12996799/0798051a-d0e8-11e5-8eb4-15c22988ed0c.png) https://dl.dropboxusercontent.com/u/1595444/shaka-player/stream-texture.html (on Chrome clicking play on the video element shows an upside down render of the video on the can...
0
`main.go`: package main const foo = ` //+build ignore ` Running `vet` produces: main.go:3: +build comment must appear before package clause and be followed by a blank line This also contributes to noise in the vet output for core, e.g. ./src/crypto/x509/...
I ran into a likely false positive from `go vet` when writing a program that auto-generates code. This program generates a warning `+build comment must appear before package clause and be followed by a blank line` This equivalent program without the `// autogenerated by...` comment in the first line doesn't In eit...
1
##### ISSUE TYPE * Bug Report (same as #15713 and #14082) ##### COMPONENT NAME * Handlers and variable interpolation ##### ANSIBLE VERSION ansible 2.3.0 (devel 9962245b92) last updated 2016/10/06 09:55:33 (GMT -400) lib/ansible/modules/core: (detached HEAD 0ee774ff15) last updated 2016/10...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION ##### OS / ENVIRONMENT N/A ##### COMPONENT NAME playbook ##### SUMMARY Variables are not expan...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behaviour Should not throw an error ## Current Behavior Throws the following error: Menu.js:107 Uncaught TypeError: Cannot read property 'focus' of null at Menu._this.focus (Menu.js:107) at Object.Menu._th...
## Description When you click on item «Phone ringtone» in list - you see broken layout of confirmation dialog. ![selection_002](https://user- images.githubusercontent.com/25990573/33186688-2222177e-d094-11e7-88d5-f543a937334c.png) ## Steps to Reproduce https://material-ui-1dab0.firebaseapp.com/demos/dialogs/...
0
This, /// A binary tree with nodes labelled with `T` pub struct Tree<T> { pub value: T, pub left: Option<Box<Tree<T>>>, pub right: Option<Box<Tree<T>>>, } impl<T> Tree<T> { pub fn map_step<F, V>(self, f: &mut FnMut(T) -> V) -> Tree<V> { T...
This code producesses an unclear error pub trait ValueGiver<T> { fn give(_: Option<Self>) -> T; } struct m; impl<f64> ValueGiver<f64> for m { fn give(_:Option<m>) -> f64 { 0.5f64 } } fn main() { let y : f64 = ValueGiver::gi...
1
We have a lot of modules which a user might want to import, and it would be nice to show a list of these as a completion hint after `import {} from '` Additionally, we have so many modules that walking the filesystem is not practical, and some of them are generated external module names, not files. So we would like...
Hi, Visual Studio (2013 Ultimate) provides intellisense for the src attribute for script elements, by reading the file system and displaying available files or folders. ![Image](https://camo.githubusercontent.com/d806f3a8fc96af8601bdd892a447e3da24eb8c05ac2760edbfd31ee39bf1419e/687474703a2f2f7777772e696d61676575726c...
1
## 🐛 Bug distributed/_pipeline/sync/skip/ tests have different arg parsers, introduced in #44090 ## To Reproduce Steps to reproduce the behavior: $ python test/run_test.py -i distributed/_pipeline/sync/skip/test_api -- -f Running distributed/_pipeline/sync/skip/test_api ... [2020-10-23 11:2...
* System: Linux fit16 4.4.0-94-generic #117~14.04.1-Ubuntu SMP Wed Aug 30 06:50:25 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux * Instruction: https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile failed at `make` step * no other flags. `cmake ..` * CMake output: -- The C...
0
Isn't the idea of 'inplace' that nothing needs to be returned? Additionally, when I have a lot of columns, the notebook's printout of the returned dataframe 'cramps my style'. ;)
Is there any reason that whenever I'm doing inplace=True I always get self returned? Obviously not a huge deal, but this is kind of wart-y IMO. I wouldn't expect inplace to return anything.
1
I'm updating the Matrix4 docs and there's a method called Matrix4.makePerspective( fov, aspect, near, far ) Internally this calculates the values of left, right, top and bottom and calls Matrix4.makeFrustum( left, right, bottom, top, near, far ) and it looks like it is intended for use in PerspectiveCamera.updat...
##### Description of the problem When using a NodeMaterial, setting `needsUpdate` to `true` because of a change made to the material will not yield the expected result as it's not recompiled. The change related to #17968 produces this result, and when reverting this blob in specific, the material updates as expected...
0
The using-nerv example is not working * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior can start the example server ## Current Behavior Getting error: > using-nerv@1.0.0 start /Users/preuss/next.js/examples/using-nerv > NODE_ENV=p...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I am proxyfying requests handled by my Express app to my Next.js app, which is used programatically. I have express running on :3000 and next.js on :3001 I get `TypeError: Cannot read property 'wai...
0
by **peter.polakovic** : When working with large images I found, that windows port doesn't free large chunks of memory. The following code package main import "fmt" import "runtime" func main() { for i:=0; i<10; i++ { a := make([]byte, 50000...
by **prencher** : This was originally reported in issue #4829. I posted a comment on it, but as it has been marked fixed, I don't know if that is monitored. If it is, please by all means close this issue as a duplicate and accept my apology. When trying to get packages that depend on c...
0
**Migrated issue, originally created by Konsta Vesterinen (@kvesteri)** I'm trying to do atomic SELECT or INSERT as explained here: http://stackoverflow.com/questions/6722344/select-or-insert-a-row-in-one- command/6722460#6722460 I'v been able to construct the query, however when I try to execute this query it giv...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** apparently its all possible now. might as well make a new syntax bonanza out of it: WITH upsert AS ( UPDATE metric k SET k.count = k.count + 5 WHERE event = "foo" AND interval = "D" and date = "whatever" RETURNING k.*...
1
To reproduce: run the material gallery demo; select the "Drop Down Button" from the drawer; click on the drop down button labelled "Free"--get red screen and the stack trace below. stork:~/flutter/examples/material_gallery> flutter start && flutter logs --clear Installing SkyShell.apk on device. ...
1
This is scrapy's default `Dupefilter` class method `request_seen` class RFPDupeFilter(BaseDupeFilter): def request_seen(self, request): fp = self.request_fingerprint(request) if fp in self.fingerprints: return True self.fingerprints.add(f...
## Summary Let us use DI framework in the pipelines and spiders. My personal favourite: https://python-dependency-injector.ets-labs.org/introduction/di_in_python.html ## Motivation We have a lot of common code we want to reuse in our scraping framework. Using DI to keep them tidy is nice to have. ## Describe alte...
0
From @dogfish182 ![2016-01-07_18-35-46](https://cloud.githubusercontent.com/assets/5390419/12177701/d68119de-b56d-11e5-9a9d-d92e1bdca938.png) unable to get local issuer certificate
* VSCode Version: 1.5 * OS Version: 10.11.6 Steps to Reproduce: 1. Install a transparent man-in-the-middle firewall with a self signed cert and be sure that all traffic is being intercepted. 2. Install VSCode 1.4. 3. Notice that VSCode can't update extensions due to MITM. 4. Set http.proxyStrictSSL=fals...
1
**Magnus Heino** opened **SPR-7478** and commented Hi. I just upgraded from 3.0.2 to 3.0.4 and my log is flooded with WARN messages. The app still seems to work, but jms communication seems to take some extra time... Looking at the code in the debugger, and the error message, a session seems to be null where expect...
**Chris Beams** opened **SPR-8203** and commented Early in Spring 3.1 M1 a reserved 'default' profile name was introduced. We backed it out under the rationale that it's less magical to express defaults explicitly through `spring.profiles.default` or `ConfigurableEnvironment#setDefaultProfiles`. This can be (re-)i...
0
if all historicals (and peon) respond within the query timeout specified and it is broker spending time doing the merge (usually in the case of merging lots of sketches) then timeout wouldn't be honored irrespective of however long broker takes to merge things. on the client side, clients typically use the same time...
Currently If I specify a `timeout` query context when querying a broker, that timeout is not honored. It is entirely possible to set a timeout of 90s and have the broker hog resources for the query for 15m while it tries to complete the request. The expected behavior is that the broker terminates the returning data ...
1
> Issue originally made by @ondras ### Bug information * **Babel version:** 6.4.0 * **Node version:** 0.10.25 * **npm version:** 3.5.2 ### Input code export function a() { alert("a"); } function b() { a(); } b(); ### Description Exported and no...
So, we have various files that are being compiled into a single library, many of which depend on core-js. The syntax `import core from 'core-js'` is invalid because core-js does not export default. However, compiling `import * as core from 'core-js'` in multiple files throws an error: Duplicate declaration "core".
0
When you select an item from the affix menu (see the bootstrap website) The item you selected scrolls under the navbar and can not be seen.
I have a navbar-fixed-top navbar. Links that include "scroll to id" (as in href="#myid") don't adjust scroll position to account for the 50px of the navbar. Can you add some JS to detect this situation on the URL and adjust the scroll position back by the height of the navbar?
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ec2_group ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides (but code review suggests that later versions likely also susceptible) ##### CONFIGURA...
##### Issue Type: Bug Report ##### Component: core ##### Ansible Version: ansible 2.0.0.2 config file = configured module search path = Default w/o overrides ##### Ansible Configuration: n/a ##### Environment: python==2.7.10 osx==10.10.5 ##### Summary: Role dependencies are r...
0
![bug](https://cloud.githubusercontent.com/assets/18270980/18379550/7454aae2-7673-11e6-9e98-7e8f340cd7ad.png) Challenge change-the-color-of-text has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. I've been trying to solve this, but I think everything is alrig...
Challenge change-the-color-of-text has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <h2>CatPhotoApp</h2> <p>Kitty ipsum dolor sit amet, shed e...
1
I'm unable to make a simple IPC communication between node and spawned electron process working on linux ubuntu. It works fine on Windows. node.js code var electron = require('electron-prebuilt') var spawn = require('child_process').spawn var child = spawn(electron, ['electron-script.js']...
* Electron version: 1.8.4 * Operating system: Arch Linux * Freetype version: 2.9.0 ### Expected behavior Electron should render fonts using subpixel rendering ### Actual behavior Fonts are rendered in greyscale mode. ### How to reproduce I guess the issue is related to freetype. It started after th...
0
Hi, I'm trying to run this model on a system with GeForce GTX 960M: python /usr/local/lib/python2.7/dist- packages/tensorflow/models/image/cifar10/cifar10_train.py and get the following output: I tensorflow/stream_executor/dso_loader.cc:101] successfully opened CUDA library libcublas.so.7.0 locally I tensorfl...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 16.04.4 x64 * **TensorFlow installed from (source or binary)** : source master and source r1.9 * **TensorFlow ve...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 * Operating System version: windows 10 * Java version: 1.8 现象: 在测试cluster: zone- aware时,...
* 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: all * Operating System version: all * Java version: all ### Steps to reproduce this issue 1. ...
0
* VSCode Version: v1.1 * OS Version: windows 10 * nodejs Version: v6 Steps to Reproduce: ( a little bit complicate) 1. mkdir try-bugs && cd try-bugs 2.npm install -g vue-cli 2.vue init webpack 3.npm install 4.set up a task in task.json, whose command is `npm`, args is `["run", "build"]` 2. pres...
OS Version: **Windows** * generate a source map where the 'sourceRoot' uses an absolute path starting with a drive letter. * set a breakpoint in the source and try to hit it * edit the source map and change the case of the drive letter * restart the debug session and try to hit it again Observe: the breakpo...
1
BUG REPORT **Kubernetes version** : v1.3.2 **Environment** : * setup kubernetes cluster on 4 VMs of ubuntu 14.04, 1 master and 3 nodes * bring up by kube-up.sh with PROVIDER=ubuntu * **Kernel** : 3.13.0-92-generic **What happened** : when do kubectl get nodes returned: NAME STATUS AGE *.205 Ready 1h ...
**What:** Propose refactor pkg/proxy/config/config.go https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/config/config.go **Why:** In pkg/proxy/config/config.go, there are many identical codes between Service and Endpoints. * ServiceUpdate VS. EndpointsUpdate type ServiceUpdate stru...
0
**Context:** * Playwright Version: 1.3.0 * Operating System: Windows 7 * Node.js version: 12.18 * Browser:Chromium **Code Snippet** const { chromium } = require('playwright'); (async () => { const browser = await chromium.launch(); const context = await browser.newContex...
**Context:** * Playwright Version: 1.3.0 * Operating System: Windows * Node.js version: 12.18.1 * Browser: All **Code Snippet** const playwright = require('playwright'); const browserType = 'chromium'; async function botfunc() { let browser = playwright[browserType].launch(...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The label stays floated, if the user enters non numeric values to a TextField with type="number" ## Current Behavior The label stays not floated. ![label_stays_not_floated](https://user- images.github...
console logs `null, undefined, undefined` <TextField ref={(a, b, c) => { console.log(a, b, c); }} ... * I have searched the issues of this repository and believe that this is not a duplicate. Tech | Version ---|--- Material-UI | ^1.0.0-be...
0
Currently (at least on 0.3.11, have checked master docs but not implementation), abs does not behave in a mathematically correct manner: abs(typemin(Int)) == typemin(Int) on my Linux x86-64 machine. This problem plagues the C standard library abs(), llabs(), etc as well due to subtle asymmetry in 2's complement ...
I saw the discussion in https://groups.google.com/forum/#!topic/julia- users/46i-NNUxpa8, and did not find an issue on github discussing this. Most users will probably expect `abs(x)>=0` and failing this assumption will probably create bugs that will be really hard to find (especially for the typical Julia user). @...
1
* Electron version: any * Operating system: Linux ### Expected behavior Latest Ubuntu comes with Wayland a default display server. On embedded devices, wayland provides usually the best rendering performance, at least compared to X11 where the performance is usually pretty poor. ### Actual behavior Current ...
* Electron version: 1.6.7 * Operating system: Win 7 Hi! Several users reported that they can't use screensharing, because there is no available sources. For this cases `getSources` method is called, but callback is not triggered. I don't know how desktopCapturer works inside, so maybe you have ideas what's g...
0
I am trying to ingest messages from Kafka which were written by Divolte. Divolte uses Avro encoding for the messages it writes to Kafka. I believe it builds the Avro messages in a non-standard way. This from Divolte's docs: > ## Data in Kafka > > Avro files on HDFS are written with the schema in the header. Unfortu...
Apache Druid 24.0.1 is a bug fix release that fixes some issues in the 24.0 release. See the complete set of changes for additional details. ## # Notable Bug fixes #13214 to fix SQL planning when using the JSON_VALUE function. #13297 to fix values that match a range filter on nested columns. #13077 to fix det...
0
As far as I can tell, the static `getInitialProps` doesn't provide a uniform way to access url params on the client and server. On the server, you can access `req` and parse the url yourself. On the client, we don't seem to have access to the route information within the `getInitialProps` function. The uses for this ...
* I have searched the issues of this repository and believe that this is not a duplicate. This `pages/_document.js` does change color only after 2 triggered HMRs: import Document, {Head, Main, NextScript} from 'next/document'; export default class MyDocument extends Document { static ...
0
### Bug report **Bug summary** Calling show() after generating a simple line plot causes my machine to log my user out in what appears to be a forced shutdown. This problem only occurs when running python through terminal and not through a Jupyter Notebook (though in a notebook I have to run the cell twice to s...
The weekly build with nightly wheels from numpy and pandas has failed. Check the logs for any updates that need to be made in matplotlib. https://github.com/matplotlib/matplotlib/actions/runs/4390878412
0
I'm receiving a weird behavior which is: when using tab key to switch between `TextField` for the **first** time, the position of the `TextField` changes a little. The following screen shot might better explain the situation. I think it's because of 'FloatingLabelText` but what I don't understand is why only tab key'...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The tab indicator must always show the selected tab ## Current Behavior When the number of tabs in a tab menu changes the indicator have a wrong position until next interaction such as clicking a n...
0
Describe what you were doing when the bug occurred: 1. I was watching the Flamegraph 2. I clicked on a node 3. I clicked on the Ranked tab and the bug occurred * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbj...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 * Operating System version: MacOS 10.14.6 * Java version: 1.8.0_231 ### Steps to reproduce...
0
I have been using Julia-1.0 at the Terminal and under Jupyter for some time under the previous MacOS. I recently upgraded to Catalina 10.15.2. I can still use Julia 1.0 under Terminal, but when I try to run the new Julia-1.3, I get the alert: > “Julia-1.3” can’t be opened because Apple cannot check it for malicious ...
macOS 10.15+ is going to start requiring us to "notarize" our apps by sending them to Apple to be scanned. If we do not, we will get scary errors like the following: > "Julia-1.0" can't be opened because Apple cannot check it for malicious > software. > This software needs to be updated. Contact the developer for...
1
## Bug Report **Input Code** const path = require('path'); const {transformSync} = require('@babel/core'); transformSync('', { filename: path.resolve('filename.js'), plugins: [ () => ({ visitor: { Program(path) { throw path.buildCodeFrameError('exam...
## Bug Report * I would like to work on a fix! **Current behavior** https://unpkg.com/@babel/runtime@7.13.2/helpers/createSuper/_index.mjs import getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; import isNativeReflectConstruct from "@babel/runtime/helpers/isNativeReflectConstruct";...
0
## Description I find that it would be practical to be able to set up **application group** with a windows position that can be configured in the same way as the **application groups** set up on the _Surface Duo_ : ![App group](https://camo.githubusercontent.com/29bb4816ae8761f93789c032e18f2f1c3e10181ad70a0fc8e0712...
# Environment Windows build number: Microsoft Windows [Version 10.0.18363.752] PowerToys version: v0.16.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce 1. Press Win + ' 2. Attempt to scale zones to fit full screen # Expected beh...
0
**Apache Airflow version** : 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.19.4 **Environment** : * **Cloud provider or hardware configuration** : Google Cloud Platform/GKE **What happened** : I successfully cleared the state of a failed task using the graph view UI, but...
**Apache Airflow version:** 2.0.0 **Kubernetes version (if you are using kubernetes) (use kubectl version):** 1.18.3 **Environment:** Cloud provider or hardware configuration: AWS **What happened:** When trying to run a DAG, it gets scheduled, but task is never run. When attempting to run task manually, it sh...
1
Following is what I recently made using ThreeJS by importing OBJ files: http://devplace.in/~harman/geometry_viewer/mug.html http://devplace.in/~harman/geometry_viewer/cylinder.html Users report following problem: * The model appears (briefly flashing) while user rotates. It appeared just fine before I applied...
Following is what I recently made using ThreeJS by importing OBJ files: http://devplace.in/~harman/geometry_viewer/mug.html http://devplace.in/~harman/geometry_viewer/cylinder.html Users report following problems: * User just get a blue background and the performance monitor in the bottom left corner. If he r...
1
E2E tests `Deployment deployment should label adopted RSs and pods` fails with: /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/deployment.go:71 Expected error: <*errors.errorString | 0xc2084c0e60>: { s: "failed to wait for pods running: [gave up waiting for pod 'nginx-co...
e2e-gce/8241 failed a kubectl test which timed out getting the redis pod into running: scheduler assigned redis-master-k6hgb to node . _-dhly (._ -128.243) logs from kubelet on .*-dhly I0827 20:12:52.079928 4057 server.go:705] GET /stats/e2e-tests-kubectl-8myat/redis-master-k6hgb/feaaa022-4cf7-1...
1
## 🐛 Bug 🐛 When loading a saved sparse tensor an error occurs: `RuntimeError: size is inconsistent with indices: for dim 0, size is 3 but found index 140115406052656` Clearly, that is impossible (can't even fit such a large tensor on my memory) ## To Reproduce Steps to reproduce the behavior: 1. Install PyT...
Current implementation of LSTMCell calls internal C function which makes it infeasible to write a layer normalization of LSTM cell by wrapping it with `nn.LayerNorm`. It would be great to add this feature. We could add trainable parameters inside `RNNCellBase` as follows class RNNCellBase(nn.Module):...
0
##### System information (version) * OpenCV => Git Master * Operating System / Platform => Raspbain Buster - 32 Bit * Compiler => gcc 8.3.0 ##### Detailed description Cmake is running fine, but make fails with internal compiler error: Segmentation fault [ 1%] Linking C static library ../lib/l...
Can anyone help me with this compilation error? Thanks Raspberry Pi 3 B+ OpenCV 4.1.0 `cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local \ -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules \ -D ENABLE_NEON=ON \ -D ENABLE_VFPV3=ON \ -D BUILD_TESTS=OFF \ -D INSTALL_PYTHON_EXAMPLES=OFF \ -D ...
1
##### Issue Type: Feature Idea ##### Ansible Version: ansible 1.5.4 ##### Environment: N/A ##### Summary: Related to #3245 I'd like to request the ability to use vars_prompt in a role, such as: * an action "include_vars_prompt" similar to "include_vars" but which functions as vars_prompt does OR * have ...
Neither of the following obvious approaches work for storing `/etc/ssh/ssh_host_key` in an Ansible vault, i.e. a vars file: * YAML 1.1's `!binary` (spec, tag draft), because the parser fails * `copy` with `content` set to `"{{ ssh_host_key|b64decode }}"`, because the Jinja2 template engine corrupts the result A...
0
**Scott Haug** opened **SPR-2850** and commented Similar to #7571, a change in the Quartz 1.6 API has made some of the nice Spring-related features incompatible with that release. Namely, the changes related to the following issue have made SimpleTriggerBean and CronTriggerBean useless with Quartz 1.6 http://jira....
**Caesar Loh** opened **SPR-4597** and commented In line 108 of NativeJdbcExtractorAdapter, it will return a null for connection. This occur when the datasource is being retrieved from another server rather than the holding server. The metadata.getConnection() will return a null, and obviously by comparing it with...
0