text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
I've been porting over some debugging code into Deno 1.0.0 and discovered that the file path in stack traces can be suppressed under certain scenarios. I have simplified the test scenario to the following code: // Place this code in /tmp/deno_test as path_test.ts // % cd /tmp/deno_test // % de...
When I import any deno module (for ex, the parse module), the error message show only the file name instead of the full path of the source file. That avoid the vscode from creating a link where I can click and jump to the line of the error. ![image](https://user- images.githubusercontent.com/26843533/81490998-0e7023...
1
I successfully created a ground foliage system using instanced buffer geometry. Setting up the instancing wasn’t nearly as bad as I though it would be, however one aspect was just downright tedious. What I’m referring to is recreating the Lambert shader manually and then adding in the custom orientation / position a...
Hello, i am interested in creating a HUD in webgl. I know html can be used to overlay over the scene, but having the UI accelerated on the card can have some mighty advantages, mostly integration with the rest of the app, 3D transforms/transparency and shader special effects. I was wondering if there was a way to d...
0
Hi, I've just noticed a dangerous "silent overflow" in Numpy when used in Jupyter notebooks. I understand there were other discussions about similar silent overflows, but this has really put me on the wrong foot, and I believe there must be millions of calculations out there silently failing, and thus giving wrong r...
Simple demo: In [1]: np.uint8(0) - np.uint8(1) RuntimeWarning: overflow encountered in ubyte_scalars Out[1]: 255 In [2]: np.uint8(0)[...] - np.uint8(1)[...] Out[2]: 255 Should we even warn at all for unsigned integers?
1
Version `1.7.1` is failing to compile and install via **brew** on an older iMac. The iMac is running **macOS High Sierra**. ==> Installing deno ==> python build/gen.py ==> ninja -C out ==> cargo install -vv Last 15 lines from /Users/justin/Library/Logs/Homebrew/deno/03.cargo: [rusty...
We struggled with updating deno at Homebrew for a while (cf. Homebrew/homebrew-core#66920) and it seems that part of the reason is that the build is non-deterministic. The exact same build configuration can succeed now and fail (edit: with the same version!) later and vice-versa. This is partly summarized in the tab...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-remove-classes-from- an-element-with-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. If you just type this: $("button").removeClass(); without the "btn-default" as a parameter for the removeClass f...
Challenge http://freecodecamp.com/challenges/waypoint-remove-classes-from-an- element-with-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![image](https://cloud.githubusercontent.com/assets/7223909/9313930/2008f742-4526-11e5-8ad7-82b8649935cc.png). It has to...
1
(Initially #1212, which I opened and @BerkeleyTrue closed without discussion and which I can't reopen.) > This really isn't Ideal to compare your solutions Actually, from a learner's perspective, being able to compare their own solution against the ideal solution is absolutely ideal. In fact, **"If feedback is not ...
Challenge Waypoint: Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My co...
0
Hi, After installing a plugin, I cannot search another plugin. I need to restart ATOM to make this work. ![screen shot 2015-06-26 at 8 31 39 pm](https://cloud.githubusercontent.com/assets/5646166/8380330/c6b4c4b6-1c42-11e5-96bb-a2834ed9f024.png)
Use case: Open Packages -> Settings view -> Install packages, then enter some text in search field, but nothing doing. for get result I must change Packages button to Themes and switch again for a get search result. No 'Enter' key action here too
1
Hi, It's not clear to me what 2D/3D corner case I've found myself in between Scipy, pyinstaller, and GH actions, but since it seemed related to other issues (#14002), I wanted to report, feel free to close if best reported in one of those other tools instead. As part of the CellProfiler build process on GH actions ...
### Describe your issue. From scipy 1.9.1 to scipy 1.9.3 the directory used to install dlls on windows changed. scipy-1.9.1: dlls are installed in .../site-packages/scipy/.libs scipy-1.9.3: dlls are installed in .../site-packages/scipy.libs This causes pyinstaller builds using scipy-1.9.3 to fail as the expecte...
1
# Summary of the new feature/enhancement Is it possible, to implement something like this: When there is an active process in the current tab, a confirmation dialect window may show up before actually closing. When I was writing vim, I need to use `C-W` to switch among vim tabs. `C-W` is also the hotkey to clos...
I can not input Chinese, can only input English, where to set the character?
0
## Feature request **What is the expected behavior?** After searching in the "search" bottom panel, only one the workspace files should appear. After last update it shows both the "workspace file" and the "localhost file". **What is motivation or use case for adding/changing the behavior?** Making the search ...
* Operating System: Linux * Node Version: 12 * NPM Version: 6 * webpack Version: 4 * webpack-dev-server Version: 3 * Browser: Chrome * [x ] This is a **bug** * This is a **modification** request ### Code output: { path: path.resolve(ROOT_PATH, 'dist'), publicPa...
0
[ERROR] 2021-12-11 18:18:37.516 [ShardingSphere-Command-0] o.a.s.p.f.c.CommandExecutorTask - Exception occur: java.sql.SQLException: exception while executing query: java.math.BigInteger cannot be cast to java.lang.Long at org.apache.calcite.avatica.Helper.createException(Helper.java:56) at org.apache.calcite.a...
## 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 **more than 7 da...
0
`go get` is frequently used by users and developers on hostile networks (eg, the internet) to fetch and run code. Incredibly, when HTTPS connections fail (for instance because an attacker is denying access to HTTPS), `go get` falls back to HTTP. Please remove support for plain HTTP, or refuse to use it without the u...
Currently it is impossible to securely fetch a package via `go get`, because it downloads via an insecure protocol if secure protocols fail or are not available. It is possible for an attacker to block secure ports (443 for HTTPS and 22 for git+ssh) and serve malicious packages via plain-text HTTP or git protocols. ...
1
Ran into this test failure case while building locally Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.599 sec <<< FAILURE! - in io.druid.metadata.SQLMetadataSupervisorManagerTest testInsertAndGet(io.druid.metadata.SQLMetadataSupervisorManagerTest) Time elapsed: 0.599 sec <<< ER...
Currently the initialization routine checks for implementations in the extension coordinates, and optionally (via `druid.extensions.searchCurrentClassloader`) in the classpath. This can cause unexpected binding behavior where items are attempted to be bound twice if the extension happens to also be in the classpath....
0
Behold the insanity. I'll take this one, just wanted to make a note of it. ![screenshot 2014-06-02 19 26 40](https://cloud.githubusercontent.com/assets/1789/3146041/6d9afee8-ea40-11e3-8669-352cbf004040.png)
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.176.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: EEXIST, file already exists '/Users/renews/.atom/storage' At /Users/renews/.atom/packages/auto-update-packages/node_modules/fs...
0
## Exception ══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞═════════════════════════════════════════════════════════ The following assertion was thrown during a scheduler callback: Child with id 36 is invisible and should not be added to tree. 'package:flutter/src/semantics/semantics.dart': Fa...
## Steps to Reproduce Set up two string-based platform message channels between Flutter and Android, with Flutter sending on one channel and Android sending on the other. Send replies on both sides, and configure reply handlers on both sides. If you send or reply `null` or `''` from Flutter, it is received as `''` ...
0
The line ( numpy/numpy/core/numeric.py Line 2157 in 843792b | r = all(less_equal(abs(x-y), atol + rtol * abs(y))) ---|--- ): r = all(less_equal(abs(x-y), atol + rtol * abs(y))) abs(y) can be negative if y contains the smallest negative integer. The following demonstrates the problem: ...
_Original tickethttp://projects.scipy.org/numpy/ticket/1684 on 2010-11-22 by trac user lamblin, assigned to unknown._ If I create an array containing the minimal value of an int dtype, for instance an 'int8' array containing -128, numpy.allclose fails to detect it is "close" to itself, although it is equal. ...
1
Perhaps I overlooked it browsing through the json file but i didn't see another means to achieve transparency and i'm not a fan of the acrylic effects blurring factor or the fact that it turns off when the window is not selected. The traditional console provides for a static opacity just like in most nix envs, i'd ho...
Multiline text pasted from the clipboard includes CRLF pairs in all cases; this is inappropriate for "Unix-space" sessions, such as WSL. # Environment Windows build number: Microsoft Windows [Version 10.0.18362.145] Windows Terminal version (if applicable): 71e19cd82528d66a0a7867cbed85990cfc1685f1...
0
## 🐛 Bug Integer overflow when doing 1x1 convolution on very large tensor ## To Reproduce This is the minimal code example that produces this bug. import torch import torch.nn as nn conv = nn.Conv2d(128, 3, kernel_size=1).half().cuda() test_tensor = torch.rand((1, 128, 4096, 4...
## 🐛 Bug Get following error message when running `torch.nn.Conv3d.forward()`: N > 0 INTERNAL ASSERT FAILED at /tmp/pip-req-build-ltpwwdv7/aten/src/ATen/cuda/detail/KernelUtils.h:27, please report a bug to PyTorch. CUDA kernel launch blocks must be positive, but got N=-2147483648 ## To Reproduc...
1
When the while loop is infinite (say by not incrementing the iterator), the error is not surfaced, and the last test does not appear.The current behavior does not indicate that there is a problem with the code; the experience just breaks silently. This may be expected behavior, as the infinite evaluation will preclu...
Thanks to @d3ddd for reporting this and including the link. Warning - this will cause an infinite loop and crash your browser, but if you still take a look at the code and confirm it is indeed an infinite loop. We used to have safeguards against infinite loops, but it seems those are no longer working (we've gotten...
1
### Apache Airflow version 2.2.0 (latest released) ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers apache-airflow-providers-celery==2.1.0 apache-airflow-providers-mysql==2.1.1 apache-airflow-providers-postgres==2.3.0 apache-airflow-providers-sq...
### Apache Airflow version 2.2.0 (latest released) ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers apache-airflow-providers-celery==2.1.0 apache-airflow-providers-mysql==2.1.1 apache-airflow-providers-postgres==2.3.0 apache-airflow-providers-sq...
1
**What is the current behavior?** Currenty render method is invoking even I am returned null in the getDerivedStateFromProps irrespective of whether props changed or not (just to check the behavior). Here is CodeSandBox link: **https://codesandbox.io/s/7wy6xm1z10** Expected behavior : Not to invoke render method...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Returning `null` from `getDerivedStateFromProps` triggers updates and `componentDidUpdate` is being called. **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of t...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- next | node | OS | browser | etc |
# Bug report css content strings added for icons appear as stings not as icons ## Describe the bug a css class defined as `.a::before { content: '\f054'; }` dont render the icon, instead some text is displayed A clear and concise description of what the bug is. ## To Reproduce USe this code sandbox to ...
0
**Context:** * Playwright Version: 1.19.2 * Operating System: Mac * Node.js version: 12.22 * Browser: All * Extra: Docker Focal Image 1.19.2 **Code Snippet** Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example: //c...
### System info * Playwright Version: [1.34.3] * Operating System: [MacOS Ventura - Version 13.4] * Browser: [All, Chromium, Firefox, WebKit] * Other info: $ node -v v19.4.0 $ yarn -v 1.22.19 $ yarn list --pattern @playwright/test yarn list v1.22.19 └─ @playwr...
0
# 🚀 Feature request Add decoding inputs to generate ## Motivation When generating with encoder-decoder, one may want to insert context for the decoder. I'm currently working on summarization given that I know some parts of the gt. But other ideas can come to mind. ## Your contribution @torch...
## 🚀 Feature For "class BertEncoder" in modeling_bert.py, remove duplicate hidden_states of the last layer ## Motivation ![image](https://user- images.githubusercontent.com/2401439/64491964-fb0c5300-d2a0-11e9-9873-d86ee9041db3.png) Bert-Base models have 12 layers instead of 13 layers. But when config.output_hidd...
0
# Feature request ## Is your feature request related to a problem? Please describe. I created a `account` folder in the `pages` folder. And in this `account` folder, I added a `index.js` file. I would like to reach this page through `/account/`, but I get a 404 error. It is only reachable through `/account`. ## D...
trailing slash in link for legit page works for client side navigation but leads to not found bundle and 404 on hard refresh (ssr) # Bug report ## Describe the bug let me know if title needs further clarification. all relevant issues has been closed with reasoning that its been fixed in 6-canary (I believe it is ...
1
Since I updated my pandas lib, I can't do this anymore db = pandas.HDFStore(path) df = db.get('x') df = df[['a', 'b', 'c']] It throw me Exception('Reindexing only valid with uniquely valued Index objects',) Mrknacky
import pandas as pd a = pd.TimedeltaIndex(range(3),unit='S') print (a[1]) gives output 11574 days 01:46:40 I would expect the same output as from import pandas as pd import numpy as np npa = np.array(range(3),dtype='timedelta64[s]') a = pd.Timedelt...
0
My machine has a Titan X card so I would like to use the memory as efficient as possible to avoid expensive data transfer between the CPU and GPU. Therefore, I want to have as many images as possible (let's say 5 GB) on the GPU memory inside a `tf.Variable` or `tf.constant`. However, I also want to update these data ...
I've been trying to install tensorflow with GPU support using these steps: http://www.nvidia.com/object/gpu-accelerated-applications-tensorflow- installation.html This is the error message that I'm getting when I try to run the bazel build command for building the tensorflow pip package (with the --config-cuda fla...
0
Using the following file in the current directory: ### MATPLOTLIBRC FORMAT # See https://matplotlib.org/users/customizing.html #### CONFIGURATION BEGINS HERE # Custom math font settings (always use LaTeX "Computer Modern") mathtext.fontset : cm mathtext.rm : seri...
### Bug report **Bug summary** Importing matplotlib fails with `ImportError: cannot import name 'get_backend' from 'matplotlib'`. **Code for reproduction** import matplotlib **Actual outcome** Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/u...
1
I just did a `yarn upgrade` in order to get access to the `Select` component. Material UI updated, but it appears there's a bug in the release version; I keep getting a build error: ERROR in ./node_modules/material-ui/Chip/Chip.js Module not found: Error: Can't resolve '../svg-icons/Cancel' in '<my...
The latest release of Material-UI (v1.0.0-beta.9) doesn't render correctly. > Error in ./node_modules/material-ui/Chip/Chip.js > Module not found: Can't resolve '../svg-icons/Cancel' * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The material-ui...
1
It's not possible to find which version of TLS was used, or indeed any of the SSL parameters, after a transfer. Could some of this metadata be made available, perhaps only if specified in the request. Is there any indication that TLS was used at all ?
When requests answer is from (atleast) ISO-8859-1, the module take so long for process the response. ## Expected Result Similar time than curl or browser time around 1 sec ## Actual Result The answer takes more than 2 minutes ![image](https://user- images.githubusercontent.com/30806958/96336246-ae3ba400-107e-11...
0
# Bug report ## Describe the bug I have a next.js app which uses exclusively static rendering. I recently upgraded it to 9.2.0 and released it to production. Everything worked. After several more commits, we started to see our script just not start executing. That's how it looks. No console errors, no network erro...
# Bug report ## Describe the bug If a module used in a polyfill becomes a separate chunk, any page that doesn't import the same module will break in production, because the chunk is added to main.js webpack dependencies but isn't added as a script tag. ## To Reproduce I've created a repo which reproduces the bug:...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.19008.1000] Windows Terminal version : 0.6.2951 Lenovo Thinkpad P1 : Intel Xeon E-2176M Hybrid Graphics with Intel P630 and Nvidia Quadro P2000 64GB RAM Any other software? # Steps to reproduce...
# Description of the new feature/enhancement Possibility of being able to elevate to administrator privileges through a command in the terminal, as it works in the linux systems for example. It is counterproductive to have to open new instances to gain access to administrator privilege.
0
I have the following file: file.js import $ from 'jquery'; I transform it as such: babel --retainLines=true file.js and the output is: 'use strict'; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } ...
I'm using gulp-babel and it's showing me error Unknown option: retainLines
1
I can't input any character of Chinese language.
# Summary of the new feature/enhancement You have to have good precision with your mouse to drag resize the window because the resize area is only a couple of pixels wide. This makes for a frustrating experience when you attempt to drag resize the window. # Proposed technical implementation details (optional) Do w...
0
angular 2.0.0-beta.0 loader.html and loader.css are located in directory /admin-angular- two/components/loader/ This code doesn't work: @component({ selector: 'loader', templateUrl: '/admin-angular-two/components/loader/loader.html', styleUrls: ['/admin-angular-two/components/loader/loader.css'] }) but ...
styleUrls: ["dist/stylesheet/App.css"] // this works perfectly styleUrls: ["/dist/stylesheet/App.css"] // this does not work any idea?
1
**I'm submitting a bug report** **Webpack version:** 2.1.0-beta.23 **Please tell us about your environment:** OSX **Current behavior:** Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration.entry['somethi...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** I'm using a module called jquery-datetimepicker in my project. When I install it from the npm repo everything is fine. However, I had to make some changes to it and I tried bundling the local copy. When I load it int...
0
It would be great if we could export all settings, shortcuts, snippets, extensions in one step and import them in another machine.
Implement indent rulers similar to what's used in other editors (see this screenshot). This should be a setting that is on by default but that can be disabled in settings.json. Perhaps we can call it `"editor.indentGuides:" true` Vertical tab rulers should show for each tab level in (also include position 0 within...
0
Currently both deno itself and executable generated from `deno compile` are not static executable, but generating static executable will help a lot since some Linux distributes doesn't have glibc (like Alpine Linux, which is used widely in Docker).
When trying to run deno on Centos 7, it fails: [maxim@maxim deno] $ target/release/deno tests/worker.js target/release/deno: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by target/release/deno) Additional information: First things first, Centos 7 is based on RHEL 7, as one may know...
1
#### Code Sample, a copy-pastable example if possible # Your code here import pandas as pd df = pd.read_excel('Financial Sample.xlsx') print df #### Problem description My excel sheet has a column in which people can enter number of words but when i am reading it through pandas it is...
This can be shunted into the tslibs todo list after it has been seen. `tslibs.conversion.tz_localize_to_utc` has a comment `# Vectorized version of DstTzInfo.localize`. Two of the places where `tz_localize_to_utc` are called are for a singleton `np.array([self.value], dtype='i8')`. If there is a scalar version avail...
0
When using the following notation for extending a layout: `{% extends "@FOSUser/layout.html.twig" %}` the view from the actual `FOSUserBundle` is used, even when it's overriden by a bundle that implements: public function getParent() { return 'FOSUserBundle'; }
Url validator accept as valid an url like the following: http://testsub+domanin.domanin.com:8080/test but does not accept http://test_sub_domanin.domanin.com:8080/test The problem seems to be here: symfony / src / Symfony / Component / Validator / Constraints / UrlValidator.php Line 28: ([\pL\pN\pS-]+.)+[\p...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ...
While running performance tests (start 30 pods per node in 50 nodes cluster) I faced the following problem. 1. Create replication controller and resize it to 1500. I saw the following logs: I0327 14:45:09.036772 14025 density.go:109] Controller my-hostname- density30-7bb294b4-d487-11e4-9336-a0481cabf39b: Found 0...
0
### Description Hello! I recently was struggling to find a bug in my code, when I realized the problem came from some weird behavior from Jax. Below, note the inconsistency in evaluation when mutliplying `jnp.array(False)` with arrays of length >1: import jax.numpy as jnp f = jnp.array(False)...
### Description Multiplying a NaN by False in jax gives a 0. See example below: nan = jnp.array(float('nan'), dtype=jnp.float32) print(nan) print(nan * jnp.array(0., dtype=jnp.float32)) print(nan * jnp.array(False, dtype=jnp.bool_)) Output: nan nan 0.0 ### Wha...
1
package main func main() { i := 0 go func() { i = 1 }() } This compiles without errors. I would expect this to give an "i declared and not used" error.
What steps will reproduce the problem? 1. Launch godoc -path=/home/user/user_go_dir/ -http=:3000 2. Visit 127.0.0.1:3000 in a browser. 3. Try to find the package documentation for the user's custom packages. What is the expected output? There should be a link somewhere on the pag...
0
Challenge Waypoint: Target the Parent of an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
A bug seems to be present: Chrome 46.0.2490.86 m; Windows 8.1 with respect to `appendTo()` function. `$("#target2").appendTo($("#right-well"));` does work, but not the `$("#target2").appendTo("#right-well");`, the latter being suggested in the tutorial. Hard reload and cache clearing did not seem to solve the probl...
1
In version 2.0.4 the borders of select elements are not rounded. Tested in Windows Firefox 13
In the latest version of the bootstrap i.e 2.0.4 form-search does not apply rounded corners to the input text box, but the documentation still says .form- search applies rounded corners to the input text box. IMHO it's a regression.
1
**Gary Russell** opened **SPR-9200** and commented A number of errors have crept into the DMLC Javadocs. For example: * setCachLevel() says that while the default is CACHE_NONE with an external txManager, it can be overridden. This is not the case because a new connection is obtained for each poll and bound to ...
**Paul Nardone** opened **SPR-8806** and commented Transcribed by cbeams from Paul's original comment on #12995 > I am experiencing an issue with ExtendedBeanInfo and covariante > propertytypes i've yet to isolate a simple test but it appears to be due > using JDK PropertyDescriptor and the long standing JDK bug t...
0
#4213 added support to address instances by their names in route53, but a host_vars file with the same name is not being picked up by ansible.
##### ISSUE TYPE Bug Report ##### COMPONENT NAME ssh connection plugin ##### ANSIBLE VERSION ansible 2.0.2.0 config file = /root/rescube-devops/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY ansible...
0
The following code fails with an ICE: #![feature(associated_types)] trait ATrait<T> { type Output; fn return_output() -> <Self as ATrait<T>>::Output; } The error: associated.rs:4:43: 4:44 error: internal compiler error: unbound path path(T) associated.rs:4 ...
The version is `rustc 0.12.0-nightly (9508faa22 2014-09-17 23:45:36 +0000)` Code: trait Foo<T> { type Bar; fn get_bar() -> <Self as Foo<T>>::Bar; } Error: C:\Users\Tomaka17\Projets\test\src\main.rs:5:34: 5:35 error: internal compiler e rror: unbound path pa...
1
### Description [Description of the issue] ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] **Expected behavior:** [What you expect to happen] **Actual behavior:** [What actually happens] **Reproduces how often:** [What percentage of the time does it reproduce?] ### Versions Ple...
this is partly bug, partly feature but you can do something like this: scrapy crawl dmoz -a start_requests="this" and it will effectively overwrite spider start_requests with string "this" so that you will get 2015-12-10 14:19:05 [twisted] CRITICAL: Unhandled error in Deferred: ...
0
Hi guys, I get an infinite loop using beta7, this is the Safari's stacktrace: Error: Script terminated by timeout at: DebugDomRenderer</DebugDomRenderer.prototype.createText@http://localhost:2067/node_modules/angular2/bundles/angular2.dev.js:7184:11 viewFactory_t0@viewFactory_t:256:18 vie...
RouterLink seems to be broken with on beta.1 (after template_compiler patches) and beta.2. To reproduce minify (with mangle) an app that uses RouterLink then click the link. You will see `TypeError: this.directive_2_0.onClick is not a function` or download angular2-webpack-starter and run `npm install && npm run b...
1
2020-08-02.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 08/02/2020 20:52:47 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
Atom automatically inserts a newline at the end of a file on save. In my opinion, this is bad behavior because it is confusing and potentially problematic to save something that differs from what has been edited. As one example, if I am editing a file in an existing repo, I don't want to automatically insert a newli...
Dupes of label -> command menu items should be gracefully handled.
0
### Apache Airflow version 2.6.1 ### What happened The AwaitMessageTriggerFunctionSensor is showing some buggy behaviour. When consuming from a topic, it is correctly applying the apply_function in order to yield a TriggerEvent. However, it is consuming multiple messages at a time and not yielding a trigger for...
### Apache Airflow version 2.3.0 (latest released) ### What happened upgraded from 2.2.5 airflow db upgrade showed a list of messages inline with what is in the changelog: Database configuration moved to new section (#22284) The following configurations have been moved from [core] to the new [database] section....
0
## Steps to Reproduce Haven't tested on iOS return new Scaffold( appBar: new AppBar( title: new Text('Enter text to read'), ...
So my apps is 3 tabs. in the first one I have a summary with a list and number. the list is correctly viewed no issue... the number is initialized in the second tab, setstate changes the state of the value but is not reflect it in the first tab if I change my implementation to use a list it works perfectly I'...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | >=3.2.2 >=3.3.0-beta1 Validation caching merges constraints for class and all of its parents. It's wrong behaviour, because the class already contains constraints from parent classes. As a result we ...
Drupal needs potentially to adapt the exception listener to add more information from the original request. (see http://drupal.org/node/2057607) so what about extracing some of the logic into a new method. Q | A ---|--- Bug fix? | no New feature? | yes BC breaks? | no Deprecations? | no Tests pass? | yes...
0
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/2639783409
As far as I can see (and according to the documentation), the only way to set the font of mathtext snippets in plots is via the mathtext.fontset rcparam. It would be nice if there were some way to control the fonts used for mathtext rendering without messing with the rcparams system. Maybe the font could be chosen b...
0
This is a regression from v1.32.3 to v1.32.4, likely caused by #18587 Seems similar to #17332, but given that this is a regression, I thought it warranted a separate issue. See also #18587 (comment) import { delay } from "https://deno.land/std@0.183.0/async/mod.ts" import { serve } from "https://...
For some reason server now only pushes at the same time the browser client pulls something. i use wss, establishing connection works fine, server onMessage works fine, but after using send on the server it just waits and does nothing until next incoming. by downgrading to 1.32.3 everything works normal again. Sid...
1
### System information * **OS Platform and Distribution** : Debian Buster * **TensorFlow installed from** : source * **TensorFlow version** : commit `12a628a` * **Python version** : 3.5.4 * **Bazel version** : 0.5.4 * **CUDA/cuDNN version** : CUDA 8/CuDNN 6 * **GPU model and memory** : 2xTesla K80 with...
Hello Tensorflow Community, I just wanted to kick start a discussions on creating an official docker image for Tensorflow. So going in line with creating common framework for machine learning related researchers and developers to rally around, and given the onslaught on software containers, I think creating a common...
0
GlideApp .with(myFragment) .load(url) .centerCrop() .placeholder(R.drawable.loading_spinner) .into(myImageView); implementation 'com.github.bumptech.glide:glide:4.4.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0' no find GlideApp
Hi, I load a gif image from local The gif: ![Image](https://camo.githubusercontent.com/6c3b94c4cc9b0226ecd5a79e0b6a830396e5a33ba6fd9965f10c01044add6267/687474703a2f2f66696c652e62616978696e672e6e65742f3230313531312f34306466633136613739363566666638356263366636656132643835346631372e676966) and other gifs: ![Imag...
0
Hi, the albert tokenizer implements the `convert_tokens_to_string` function: transformers/src/transformers/models/albert/tokenization_albert.py Lines 222 to 223 in ba0d50f | out_string = "".join(tokens).replace(SPIECE_UNDERLINE, " ").strip() ---|--- | return out_string While the deberta v2 and some oth...
### System Info When I finetuned the text classification model based on the glue no trainer script, I found a bug in our script. The URL is below: https://github.com/huggingface/transformers/blob/main/examples/pytorch/text-classification/run_glue_no_trainer.py#L525 When we use the ...
0
# Environment Windows build number: 18363.900 PowerToys version: 0.19.2 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce Use FancyZones' window arrangement utility by holding Shift while dragging a window. This might be specific to usin...
## 📝 A Window Tiling Extension. Some of us really like Tiling Window Managers, like i3, but it would be great if there was a powertoy to auto-tile windows when enabled, like the Pop!_OS 20.04 'Tile Windows' Feature. It would be great if this would be implemented in a later version, it would be great to see before 1...
0
When you click on the triple horizontal lines to un-collapse the topbar then go back to a full size window and try to open a dropdown, the dropdown no longer opens. To see the issue occur in jsfiddle, you will probably need two monitors, because it does not got from the mobile nav to the desktop nav. http://jsfiddl...
This is when enabling the responsive grid framework. I have this code: <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <spa...
1
I have a Symfony 2.6 project that uses the Symfony3 directory structure. When I clear/warmup for the first time the compiled DI container contains the wrong cache directory. E.g: 'kernel.cache_dir' => (dirname(dirname(dirname(__DIR__))).'/app/../var/cache/de_'), While I have set my environment as...
I just upgraded project to 2.6.1 from 2.5.8. Running `php bin/console cache:clear` for a second time fails. **Its reproducible with vanilla installation.** Here is the screenshot: ![26](https://camo.githubusercontent.com/d0d7f3d0182d5426079d9c4441ee4ced94c4c5513f1756ce1d8717315ad71482/687474703a2f2f692e696d6775722e...
1
# Weekly Report of Dubbo This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future. It is all done by @dubbo-bot which is a collaborate robot. ## Repo Overview ### Basic data Baisc data shows how ...
* 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.1 * Operating System version: xxx * Java version: 1.8 ### Steps to reproduce this issue Our...
0
It seems the `Button` is no longer lives in `material-ui/Button` for `v1.0.0-beta.9` * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior In document Buttons import Button from 'material-ui/Buttons' now have changed into ...
Typescript throws error when trying to add the theme attribute / prop to the MuiThemeProvider component. * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior const theme = getMuiTheme(#themefile); <MuiThemeProvider theme={theme}...
0
From time to time I see release notes for wrong version. Not sure is chocolatey bug of atom itself. ![image](https://cloud.githubusercontent.com/assets/475312/4859002/844b1260-60e5-11e4-85c2-63952a06702b.png)
I use Atom on two different machines and I'm seeing anomalies when looking at the release notes. On one of my machines the release notes are always blank with only a button showing to view previous release notes. On the other machine the release notes are old. Here is a current screenshot but keep in mind this isn't ...
1
On Ubuntu 16.04, Python 3.6.2 and PyTorch 0.2.0, it's possible to force a `free() on invalid pointer` segfault by first doing `import zmq` then `import torch`. _(Originally, I had this problem when trying to import pytorch into a Jupyter notebook, then proceeded to narrow the problem down to just importing zmq in a...
The following code snippet crashes python3: # Error torch is not defined etc. Can insert any code snippet that tries to reference torch. torch.zeros(5) # Python3 crashes import torch The error I get is the following: > *** Error in `python3': free(): invalid pointer: 0x00007faba101...
1
While processing a large set of requests, `apparent_encoding()` works well for quite a while but eventually hangs. All I have at this point is a traceback: File "/opt/wsgi/.../ENV/lib/python2.7/site-packages/requests/models.py", line 637, in apparent_encoding return chardet.detect(self.content)['en...
I am using chardet as part of a web crawler written in python3. I noticed that over time (many hours), the program consumes all memory. I narrowed down the problem to a single call of chardet.detect() method for certain web pages. After some testing, it seems that chardet has problem with some special input and I ma...
1
Hello, This is more of a question than a bug report. Is there documentation on how to use iCloud to sync data in Electron? (Preferably in a way that can be implemented using auto-save without user input) I’ve searched the issues for any mention of iCloud and have also done a Google search. This seems like somethin...
It'd be nice if we had a simple flag (--help and -h) that showed all supported flags and a short description. The only flag I know of right now is --wait, but it's still helpful for people who would like to use atom as their git commit editor but don't know how.
0
#4969 isn't fixed at branch r0.11. https://www.tensorflow.org/versions/r0.11/api_docs/python/state_ops.html#constant_initializer
ERROR: type should be string, got "\n\nhttps://www.tensorflow.org/versions/r0.11/api_docs/python/state_ops.html#constant_initializer\n\nOn Constant Initializer -> Examples:\n\nThe very large gray box contains the html of other initializer docs. Hope it\ncan be fixed.\n\n"
1
I've initially spotted this in gperftools as this affects all users of SIGPROF. The problem is that SIGPROF is delivered to process, which translates to "any thread that isn't blocking SIGROF". Luckily for us, in practice it becomes "thread that is running now". But if there are several running threads something with...
### What version of Go are you using (`go version`)? $ go1.13 version go version go1.13.3 darwin/amd64 ### Does this issue reproduce with the latest release? Yes, this is present in Go 1.13 and in current tip with Linux 4.14. It seems to exist even back in Go 1.4, and with Linux 3.2 and 2.6....
1
**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.): `i...
0
#### Issue Type: Bug Report #### Ansible Version: 1.7.2 #### Environment: N/A #### Summary: when using copy module with inline content="{{myvar}}" where myvar is multiline variable, newlines in the destination files got duplicated. #### Steps to reproduce Example playbook: --- - hosts: all...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.5.3 (release1.5.3 `157b783`) last updated 2014/03/27 15:54:18 (GMT +200) ##### Environment: CentOS 6 ##### Summary: When I initialize a variable of type list "tmcAdmin_Update_Notify" ansible the action that triggers the notification causes an error:...
0
The .svg profile as generated by pprof's `web` command includes some Javascript from https://www.cyberz.org/projects/SVGPan/SVGPan.js the file is linked here: go/src/cmd/pprof/internal/driver/driver.go Line 628 in 5f84238 | flagSVGPan: flag.String("svgpan", "https://www.cyberz.org/projects/SVGPan/SVGPan.js", "UR...
by **shiblon** : In the Effective Go document, the following example appears in the Goroutines section: func Serve(queue chan *Request) { for req := range queue { <-sem go func() { process(req) sem <- 1 }() } ...
0
If a parent object of the Bootstrap Carousel is hidden using the jQuery .hide() method while the Carousel is in the middle of animating to a new slide, the Carousel will no longer animate when the same parent is unhidden using the jQuery .show() method. This can be duplicated on the Carousel demo page found here: ht...
This is only a bug tested in IE 9 and 10. The bug is not produced in Firefox or Chrome. Also note that this bug in ONLY reproduced in modals. This method works for selecting text when not in a modal window. I am programmatically selecting text from a div in a modal. The focus event in Bootstrap ~~2.3.1 on line 907 (...
0
problem:When sharding proxy and SQL hint are used for database splitting, does the read-write separation configuration not take effect? environment:shardingproxy-5.1.2,mysql5.7 What should I do if I want to use hint and read / write split config at the same time?
## Bug Report ### Which version of ShardingSphere did you use? master `6a70d74` ### Expected behavior Pass PostgreSQL Proxy integration test ### Actual behavior Integration tests failed. ### Reason analyze (If you can) Proxy returned duplicated ReadyForQuery when error occurred, which messed up the frontend c...
0
in py3, the following should correctly raise an `IndexError` In [1]: s = Series(range(5),index=list('aacde')) In [2]: s[5] IndexError however a positional indexer that is in the range should work `s[3]` Further more, this must be a monotonic increasing duplicated index to trigge...
While using a `groupby`, applying an `expanding` function duplicates the grouped dimensions. I would expect the result of this to work like `groupby.cumsum` where the `expanding` function is applied over the groups and then the result has the same index as the original data frame. #### Code Sample, a copy-pastable e...
0
anyone can tell me the details about how to install c# plugin for vscode . by the way, i have asked question "#2003",but i don't understand the following answer , anyone can help me ? The source is currently in transit and will move to the OmniSharp org. What you need to do is this: find the extension folder for ....
When i build vscode source code and use ".\scripts\code.bat" to start the instance of vscode, i found i can not found c# type when i open language mode selector ,anyone can help me? ![unablefoundc](https://cloud.githubusercontent.com/assets/15098626/12319657/b49db662-bade-11e5-9029-14e0e30f4b8f.png)
1
* VSCode Version: 0.10.11 * OS Version: Windows Can i use emmet zen coding html in laravel blade file and vuejs .vue file i try to search how to resolve but not found any resolve way Thanks. ps. sorry for my bad english
* VSCode Version: 1.3.1 * OS Version: Ubuntu 16.06 Steps to Reproduce: 1. Install `Nunjucks` plugin. 2. Type `p` and press tab. 3. `\t` was inserted. Expected Result: 1. `p` expanded to `<p></p>`. I was looking for the setting to enable `emmet`, but it seems hard-coded in the source (src/vs/workbench...
1
![bugatomnewfolder](https://cloud.githubusercontent.com/assets/9888690/6890676/b74d6efc-d664-11e4-9e83-cdd673115e73.png) When we try to create a New Folder, it results in a failure if there is already a file with same name in the corresponding folder. The image attached should be self explanatory.
I have a folder called _plugins_ , and want to create a file called _plugins_. But I cannot. ![screen shot 2013-12-30 at 6 37 48 pm](https://camo.githubusercontent.com/46f7426ece90f4ba1c7ce22ff9645bc28794e5dfbb7bc319d0882e3adbff8f80/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f36343035302f3138...
1
#### Code Sample, a copy-pastable example if possible ` import pandas as pd df = pd.DataFrame([[0,0],[1,1],[np.NaN,0],[np.NaN,1],[np.NaN,np.NaN]], columns = ['a','b']) df Out[3]: a b 0 0.0 0.0 1 1.0 1.0 2 NaN 0.0 3 NaN 1.0 4 NaN NaN df.sum(axis=1, skipna=True) Out[4]: 0 0.0 1 2.0 2 0.0 3...
### Summary The question is what the sum of a Series of all NaNs should return (which is equivalent to an empty Series after skipping the NaNs): NaN or 0? In [1]: s = Series([np.nan]) In [2]: s.sum(skipna=True) # skipping NaNs is the default Out[2]: nan or 0 <---- DI...
1
Consider this playground program: http://play.golang.org/p/0uxQi6r0y7 It does not, of course, produce 2 billion lines of output. At some point the output is truncated and the program terminated for producing too much output. In my test, the response JSON object had 43887 element...
by **andrea.fazzi@alcacoop.it** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Run the following program on a Raspberry PI: http://play.golang.org/p/oaT1Gm_4sZ What is the expected output? I expect the app...
0
the fact that `Exceptions` occurring in `Tasks` are not propagated back to the main thread makes debugging difficult. at the REPL: julia> throw(Exception) ERROR: Exception # printed in red julia> @async throw(Exception) Task (failed) @0x00007f6654996680 # in black on the uni...
If an @async block encounters an error it silently stops running. Any way to at least print out some errors?
1
# Summary of the new feature/enhancement Make it easier to create a terminal similar to Windows Terminal that capable of running on Windows 7. # A clear and concise description of what the problem is that the new feature would solve. Provide a better terminal experience for organizations that still utilize Windows...
# BackgroundImage & Drag to under the taskbar I tried to customize my terminal with a GIF at the rightRight. It looks so normal before I drag him to under the taskbar. When I did it, actually it is the GIF under the bar, its window got dark and I couldn't do anything with it except close it.
0
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript Currently, using the `"peerDependencies"` field in package.json is forbidden: > dtslint types "my-plugin" Error: .../my-plugin/package.json should not include field peerDependencies Some library...
* I tried using the `@types/d3-hexbin` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is ignored in StackOverflow (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `index....
0
问题描述: 某个容器中嵌套一个1像素的Stack,这个Stack中有个漂浮的按钮的点击不好用,请问如何解决? 代码如下: new SizedBox(width: 1.0, height: 1.0, child: new Stack(overflow: Overflow.visible, children: <Widget>[ new Positioned(child: new InkWell(onTap: () { print('点击了');//...
Internal: b/143100923 When a `Stack` contains `MyWidget` inside of a `Positioned`. Stack( overflow: Overflow.visible, children: [ Positioned( top: -50.0, child: MyWidget(), )], ); Since overflow is `Overflow.visible`, `MyWi...
1
~~It seems the only documentation of model persistence is in the Quick Start tutorial. I think it needs to be covered in the User Guide, mentioning security and forward-compatibility caveats pertaining to pickle. It might note the benefits of joblib (for large models at least) over Pickle. Most other ML toolkits (pa...
How to save a model (i.e., model persistence) used to be a sub-section of the tutorial and visible directly from the homepage. But since now it's become a sub-sub-section, it's not visible anymore. Since it's a very common need it would be nice to make it more prominent. Maybe a section of its own?
1
![basic html and html5 introduction to html5 elements freecodecamp](https://cloud.githubusercontent.com/assets/322175/22208681/545e3c26-e149-11e6-83cf-f7fc45988503.png) Challenge introduction-to-html5-elements has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubun...
#### Challenge Name Basic Html and Html5: Introduction to HTML5 Elements #### Issue Description The challenge page is stuck in loading since the challenge framework code throws the following error: ![react-error-basic- html](https://cloud.githubusercontent.com/assets/6125097/22155822/24cbce34-df31-11e6-8456-5c65...
1
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.7.0-23309eb38 Call stack: at I (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:163895) at I (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/b...
## Note: @anushreesubramani is working on this, please don’t send PRs if you aren’t her :-) * * * Similar to #11081. @anushreesubramani Wanna take this one as well? It would need to deduplicate based on owner/stack info, similar to how #11120 works.
0
Can it be possible for the User Access Control permission prompt to be bypassed if PowerToys is configured to auto-start start-up user login as administrator? (I would do it myself, but my coding skills are a bit rusty. :-( )
WIndows 10 Pro N / 1909 Windows build number: 18363.836 PowerToys version: v0.18.0 PowerToy module for which you are reporting the bug (if applicable): N/A # Steps to reproduce Have v0.17.0 installed, configured to "Always run as administrator" and "Run at startup", and running. -> Downl...
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") [x ] bug report => search github for a similar issue or PR before submitting **Current behavior** While implementing a custom `ControlValueAccessor` which should accept non- primitive model we can easily go into infinitive loop + browser crash. The w...
1
Problem with installing Scipy 0.18.1 using PyPi on Windows (Python 2.7.13) Here is log: ``Collecting scipy Using cached scipy-0.18.1.tar.gz Installing collected packages: scipy Running setup.py install for scipy: started Running setup.py install for scipy: finished with status 'error' Complete output fro...
It would be very helpful to have binary wheel packages for Windows platform. I think it might work to build those wheels using Appveyor service: http://www.appveyor.com/
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior no error ## Current Behavior "'common' of undefined" error ## Steps to Reproduce (for bugs) 1. yarn 2. yarn run dev 3. hit it on browser localhost:3000 ## Context ## Your Environment Tech | ...
* [X ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior 1. Create new next app with `create-next-app --example with-apollo with-apollo-app` 2. Run the app with `npm run dev`. 3. In the app click on the `About` link and then click on the `Home` ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- next | node | OS | browser | etc |
Hot module reloading does not work for `.tsx` pages in Next5. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Editing, for example, `pages/index.tsx`, should cause HMR to reload part of index.tsx. ## Current Behavior A browser warning is issued...
0
I'm running my ResNet-32 benchmark model. My code looks quite similar with the code in TensorFlow GitHub: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/models/image/cifar10 but the model is changed into my own ResNet-32 implementation. I'm measuring how long it takes to train a minibatch with siz...
Nightly built, python2 gpu, cuda 7.5, cudnn 4.0.7, archlinux. TitanX. I run batch_norm_benchmark.py and got the following output: Forward convolution (lower layers). cpu shape:4/3 #layers:10 mode:op scale:True train:False - 0.043865 secs cpu shape:4/3 #layers:10 mode:py scale:True train:False...
1
Its possible that tabs (or multiple spaces) are being miscounted somehow. It usually occurs after pasting something into the document. Here is what it looks like, after I attempt to Shift Tab, Undo then Redo. I am using a MAC. describe('DELETED', function () { it('get /deleted/tasks?since=<yest...
I wanted to indent multiple lines at once but it failed. This is how it looks like when I select some lines and press `Tab`. Sometimes it works though, like when creating an untitled file in split screen. ![indent](https://cloud.githubusercontent.com/assets/1913805/12911690/8a6cd162-cf14-11e5-8bba-8ff1210c10f5.gif) ...
1
### Problem description Make Horizontal Stepper Responsive ### Link to minimally-working code that reproduces the issue ![screen shot 2017-01-24 at 6 31 21 pm](https://cloud.githubusercontent.com/assets/6420838/22243752/ad75bc4c-e263-11e6-9d38-7dede24eb2db.png) ### Versions * Material-UI: latest * React: lat...
In order to use the stepper in a responsive way, it's necessary to seamlessly switch between vertical and horizontal stepper (e.g. someone switches from landscape to portrait-mode), without having to rebuild the component (and losing the step's states therefor). So what I have is a vertical stepper: ![grafik](https...
1
**Do you want to request a _feature_ or report a _bug_?** * Bug **What is the current behavior?** * On trying to analyse a component State using React Developer Tools, the analyse pane stays in the `Loading ...` state and throws this error Uncaught TypeError: Cannot read property 'name' of undef...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** 1. Select a component 2. The right panel (property panel?) always shows `Loading...` 3. The following error is printed to the console. backend.js:1 Uncaught TypeError: Cannot read property 'name' of...
1
I am reporting as a bug, although it might be my bad code, but could not figure it out... Might be useful for future searches. I am trying to split my fixtures into multiple files. I get an error pointing to the base.extend Error: test.extend() accepts fixtures object, not a test object. Did you mean to call t...
### System info * Playwright Version: [v1.33.0] * Operating System: [MACOS 13.1] * Browser: [Firefox] * Other info: ### Source code I'm unable to provide source code or a cloned repo publicly so I'd like to explain an issue that is only happening in Firefox and see if I can get any guidance/answers. I have...
0
I have a strong habit of opening files from Windows Explorer. My prefered method is to double-click the file. Herein lies the issue: Atom is not only hidden in %appdata% where it can be difficult to find, but there is no static file to associate to since atom.exe is in a versioned directory. My suggestion is to crea...
Currently it is not so easy to assign atom as default editor on windows eg for all .css files the path to atom.exe is changed with every update. no exe in C:\Users\hebbet\AppData\Local\atom ![image](https://cloud.githubusercontent.com/assets/1423115/5648585/df87f05a-968f-11e4-87bc- ae2b5b6f9280.png) Chrome has e...
1