text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
## 🐛 Bug Adding `epoch` argument to `step()` function of MultiStepLR lead to false learning rate. ## To Reproduce from torch import nn import torch net = nn.Linear(30, 10) optimizer = torch.optim.Adam(net.parameters(), lr=0.001) s = torch.optim.lr_scheduler.MultiStepLR(optimizer, [10...
## 🐛 Bug MultiStepLR is broken with `.step(epoch=xyz)`: import torch t = torch.tensor(1.0, requires_grad=True) opt = torch.optim.SGD([t], lr=0.01) s = torch.optim.lr_scheduler.MultiStepLR(opt, milestones=[19]) print('lr', opt.param_groups[0]['lr']) opt.step() s.step(0) ...
1
#### Description The average_precision_score() function in sklearn doesn't return a correct AUC value. #### Steps/Code to Reproduce Example: import numpy as np """ Desc: average_precision_score returns overestimated AUC of precision-recall curve """ # pathological example p =...
Hi, Scikit Learn seems to implement Precision Recall curves (and Average Precision values/AUC under PR curve) in a non-standard way, without documenting the discrepancy. The standard way of computing Precision Recall numbers is by interpolating the curve, as described here: http://nlp.stanford.edu/IR-book/html/htm...
1
What steps will reproduce the problem? 1. Make a package X. 2. Write another package Y that (perhaps transitively) depends on X. 3. Write a test for package X that depends on Y, and have that test be in package X (i.e. not in package X_test). 4. Build and run the test. What i...
this code fails with the following error messages: under revision d5e8f3fa95c4 tip. /tmp/go-build221965265/local/test/_obj/_cgo_gotypes.go:14: invalid recursive type _Ctype_U /tmp/go-build221965265/local/test/_obj/_cgo_gotypes.go:14: invalid recursive type _Ctype_union___0 ...
0
Regular expressions that include a Unicode category matcher throw an error, while they work fine in Node and in Chrome. Example: "0a".match(/\p{L}/u); Expected output: [ 'a', index: 1, input: '0a', groups: undefined ] Actual output: <unknown>:1:5 "0a".match(/\p{L}/u...
As seen in #1952 / #1636 ICU needs to be added in Deno build. Switching this flag to true maybe: https://github.com/denoland/deno/blob/master/.gn#L50 ? ref: https://v8.dev/docs/i18n
1
"Glide" network load library how to configure the combination of "android-gif- drawable" library. "android-gif-drawable":https://github.com/koral--/android-gif-drawable. Now I use the "Glide" network to load the library, and then pass Gifdrawable the gifImageView, but the two fragment switch, at the same time, eac...
Gif animation in **recyclerview** stop playing after scrolling and if i scroll again two or three times animation automatically starts again. This problem doesn't occur always. I am using glide 3.7.0-SNAPSHOT. I am using glide in code like this: Glide.with(context) .load(MyApp.INSTA...
1
Hi all, first and foremost, thanks very much for Next.js. It's great. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior In versions prior to 5, our ssr was functioning as expected for every page. ## Current Behavior Since we upgraded to 5, the page ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The page loads on IE 11. ## Current Behavior An error is thrown. ## Steps to Reproduce (for bugs) 1. mui/material-ui#10237 ## Context `startsWith()` isn't supported by IE 11. https://github...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18363.836] PowerToys version: v0.18.2 PowerToy module for which you are reporting the bug (if applicable): PowerToys Run # Steps to reproduce Run PowerToys as Admin Attempt to launch PT Run via Alt+Space shortcut ...
# Summary of the new feature/enhancement Right now, it seems like only Shortcuts in the format of "Alt + KEY" or "Ctrl + KEY" are supported. Some people have special keys or remapped keys (my Capslock is F15 for example) and would like to use these as shortcut. Right now, it's not transparent what would be an accept...
0
This Stackoverflow question brings the confusing matrix dimensions used in the `imshow` documentation to our attention. ![image](https://user- images.githubusercontent.com/23121882/35418515-e0bc43f6-0232-11e8-8797-f2ed98149f80.png) According to the docstring one may use arrays of shapes `(n, m)` etc. which are then...
### Bug report **Bug summary** Using savefig to pdf and png, outputs are different. **Code for reproduction** import numpy as np import matplotlib.pyplot as plt from matplotlib.offsetbox import AnchoredText fig, ax = plt.subplots(1, 1, figsize=(3.2, 3.2)) ax.imshow(np.rando...
0
The strconv package's ParseFloat / ParseInt only take string. To reduce allocations, I need to parse an int from a []byte. I attempted to convert strconv's Parse internals to use []byte instead, and then make the existing string versions make an unsafe []byte of the string's memory ...
From golang-dev: """ Matthew Endsley: I was testing the go1.3rc1 release on our codebase and found it failed one of our test cases involving http responses. It appears that in some cases, http.Response.Write will emit 2 Content-Length headers. A short example the re...
0
## STR extern { static error_message_count: u32; // anything will do } pub static BAZ: u32 = *&error_message_count; fn main() {} ##
# Native pointer vectors This bug is a _request for comment_. I am but a novice Rust developer, but I suspect that this would be a strong addition to the language. The exact mechanics were fleshed out further in this bug; read down for more on what actually was implemented. ## Motivation While working on bindings...
0
Geometries having Face4's with MeshFaceMaterial assigned will throw a "map error" after merging vertices with Geometry.mergeVertices. Reason is obvious: mergeVertices triangulates the Face4 to two Face3's but doesn't copy over Face4.materialIndex. So after mergeVertices the geometry contains Face3's without Face3.m...
**Describe the bug** TypeScript projects that import the typings from `examples/jsm/modifiers/CurveModifier.d.ts`, or `TessellateModifier.d.ts` fail to compile due to some type errors. **In`CurveModifier.d.ts`** `Material` is imported several times at the start resulting in duplicate identifiers: ...
0
* VSCode Version: > 1.1 * OS Version: Ubuntu Mate / Linux It would be good if VS Code Supports Raspberry Pi 2/3 or provide arm binaries alongside the x86 and x86-64 binaries for linux
* have a watch expression you cannot select to copy the value of the watch expression
0
# Steps to reproduce Run FancyZones from the second monitor (on my machine it's monitor one, but monitor two is the primary monitor). # Expected behavior The Choose Your Layout shows an overlay which should cover the monitor. # Actual behavior It's offset to the left by half the monitor width.. So all I see is t...
Originally reported by @brenca # Steps to reproduce Primary monitor at 125% or any other scaling that is not 100% Second monitor on the left of the primary monitor. Open FZ editor on second monitor and select the `Columns` layout. # Expected behavior The three columns should fit the monitor. # Actual behavio...
1
Opened atom today and found the console open, and saying this: activate linter-csslint /home/ubuntu/.atom/packages/linter-csslint/lib/init.coffee:11 activate linter-jshint /home/ubuntu/.atom/packages/linter-jshint/lib/init.coffee:11 activate linter-write-good /home/ubuntu/.atom/packages/linter-...
_From@mickburke on December 17, 2014 10:15_ I'm running Atom on openSuSE 13.2 and it was working perfectly up until this morning. I open any files (PHP, YAML etc) and the title of the window changes but the contents of the file isn't dislpayed. Then the following error is given: TypeError: undefined...
1
**Migrated issue, originally created by Andrey Semenov** https://gist.github.com/SantjagoCorkez/db207a7b533d1d6f05ae When providing a ColumnElement itself into .group_by()/.order_by() the query compiler does not automatically quote the reference to that producing a query that in some circumstances becomes invalid ...
**Migrated issue, originally created by petergrace (@petergrace)** I posted a stackoverflow question about this and someone mentioned I should also post the issue here since 1.0.0 is still in beta. You can see the nicely- formatted post here: http://stackoverflow.com/questions/29212205/in- sqlalchemy-group-by-on-co...
1
Hi! I'm using scipy version 0.18.1 under ubuntu, but when I run scipy.test() in the terminal, it raise the following error: ====================================================================== ERROR: test_fitpack.TestSplder.test_kink -----------------------------------------------------------...
I've recently updated scipy in Fedora to newest 0.13.0 release and I can see one test failure on every architecture, both in python 2 and 3: ##### Python 3.3.2 ERROR: test_fitpack.TestSplder.test_kink ---------------------------------------------------------------------- Traceback (most recent...
1
After updating to 126+ fonts look terrible. Windows 7 x64 with cleartype. Atom settings: font size: 12 "use hardware acceleration" unchecked. Screens: 125 126 127
I'm on Ubuntu 14.04 and every time I alt+tab or make Atom lose focus in any way, the cursor position disappears. I have to click on the window to make it reappear.
0
* Your Windows build number: (Type `ver` at a Windows Command Prompt) Microsoft Windows [Version 10.0.18362.53] Windows Terminal: 0.1.1211.0 (this was a signed daily build of the appx) * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) Runnin...
For example, the ‘defaultProfile’ in the settings is 'wsl‘, but I want to fill in the parameter 'defaultProfile = cmd ‘ when filling in the address bar, so I can open cmd directly instead of wsl
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.4.4 Hello guys, after updating from 3.4.3 to 3.4.4 we noticed a 10x increase in memory usage when running our testsuite. To analyze the issue, we profiled both execution (3.4.3 and 3.4.4) with bla...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.4.4 Memory leak has occurred with a PR of #25829, reproduced with the following code. composer create-project symfony/skeleton memory-leak-check "^3.4" cd memory-leak-check c...
1
**Flutter environment:** [✓] Flutter (Channel beta, v0.7.3, on Linux, locale en_US.UTF-8) [!] Android toolchain - develop for Android devices (Android SDK 28.0.1) ✗ Android license status unknown. [✓] Android Studio (version 3.1) [✓] IntelliJ IDEA Community Edition (version 2018.2) ...
For example, I'm trying to find documentation on NetworkImage, to load images from my server. Google (and search on the flutter.io) both point me to https://docs.flutter.io/flutter/material/Image/Image.network.html which returns 404.
0
Duplicate
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports...
0
Successfully installed torch-0.4.0 (cu90/torch-0.4.0-cp36-cp36m-win_amd64.whl ) when run a test.py , got an errors like this: File "E:/baidu/DuReader-master/DuReader-master/PyTorch/Test.py", line 1, in import torch File "F:\Program Files\python3.6.1\lib\site-packages\torch_ _init_ _.py", line 78, in from tor...
File "", line 4, in import torch File "C:\Users\hp i3\Anaconda3\lib\site-packages\torch_ _init_ _.py", line 76, in from torch._C import * ImportError: DLL load failed: The specified module could not be found.
1
## Bug Report * I would like to work on a fix! **Current behavior** TypeError: Cannot redefine property: c Namespace reexports are transpiled like this: for(key ...){ Object.defineProperty(exports, key, { enumerable: true, get: function () { retu...
having the same problem here but in Safari #1574
0
Add support of partial classes. Mixins is not the same, because it's run-time realization. Need compile realization, where partial classes will be combine into one before converting typescript to javascript. //FileA.ts partial class ClassA { constructor(public name: string) {} ...
Please enable "line numbers" as a default for the code editor. This is a duplicate of dotnet/fsharp#304 and dotnet/roslyn#1222, but we think it should be done for all languages (see dotnet/fsharp#304 (comment))
0
For the code below, the tabs are not responding... import React from 'react'; import mui from 'material-ui'; import {Tabs, Tab} from 'material-ui'; const ThemeManager = new mui.Styles.ThemeManager(); class JSTabs extends React.Component { getChildContext() { ret...
I inserted Tabs code into my component. OK, Tabs displayed on page but second tab remains inactive and I can't set it active. Where I'm not right? ![kiss_12kb 1422604209](https://cloud.githubusercontent.com/assets/10769646/5972646/cb85782c-a8a8-11e4-801a-2c3f01dab6d1.png) Tabs code: `<div className="authoriza...
1
I installed babel and run `babel-node` which version is 5.8.21. > const b = 1 'use strict' > b =2 2 > b 2 > const b = 3 'use strict' > b 3 Obviously the ES6 code result is not correct. I compile the code with io.js, it throw the erro message: TypeErr...
$ babel-node > const PI = 3.14 'use strict' > PI = 0 // Try to change a constant value 0 > PI 0 > This problem only happens inside the REPL, it should throw an error since `babel` and `babel-node -e` can produce the error correctly. _Babel version: v5.6.14_
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 or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
Hi! Im working with the python wrapper for tensorflow. Is there any intentions of implement similar wrappers for the R languages?
0
Hi, I've run into a problem while running my next.js app in production. I use next.js with URQL and the ZEIT SASS package for next.js. When i run the app in dev mode it runs fine while navigating the routes. After i build the app and start it in production i run into a problem though. If i go to my second route dir...
# Bug report ## Describe the bug When I'm running my next.js website on my local environment (only on local), and I try to access a page other than the homepage on an Apple device (Safari for desktop or anything on iOS), I get this error: `undefined is not an object (evaluating 'modules[moduleId].call')` This is...
0
# Description of the new feature/enhancement Currently it is not possible to set `colorScheme` or `padding` on a global level, only per profile. # Proposed technical implementation details (optional) Every setting that can be per-profile, minus the obvious ones like name and guid etc, should be able to be set on a...
# Windows 10 1903 Build 18362.449 Terminal version 0.6.2951.0 # Steps to reproduce Drag the window from either the right or left side and shrink it until the tabs are no longer visible. Extend the window back out until there is enough room for a few tabs. # Expected behavior The tabs disappear when the window be...
0
It always open in the same window. Also, when there is an instance of vscode running, runs `code .` on terminal brings up that instance instead of opening new window with the current folder nor open the current folder on the existing instance.
Ubuntu 12.04, vscode 0.10.1 Currently when you run `Code` if there is an instances already running (or shift clicking the app icon in Windows/Ubuntu) it will activate the currently opened window. This should open a new instance, the same goes for opening a new instance of `Code` with a folder as an argument when an ...
1
![](https://camo.githubusercontent.com/367e898802735b8510af5ace5df6fc0cbdc1f09e811a081ed4c8abceca11658a/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f4171515159756c5244393942747073324a504148756441667a73345375475977382d45422f696d6167652e706e67)
Hi, I just can't use the website with Safari as of the release of the new design. At any given time there is a blank panel on the right site of the webpage, the only links I can click on are map and chat, they both pop out a new panel that overlaps the blank one, but if I close the panel it does not dismiss the b...
1
#### Code Sample, a copy-pastable example if possible In [2]: pd.Series(index=range(10))[{1:2,3:4}] Out[2]: 1 NaN 3 NaN dtype: float64 In [3]: pd.Series(index=range(10))[{1:2,3:4}.keys()] Out[3]: 1 NaN 3 NaN dtype: float64 In [4]: pd.DataFrame...
Should use a more intelligent algorithm than using `np.random.permutation`
0
# 🚀 Feature request We have: 1. `finetune_trainer.py` has n_train: Optional[int] = field(default=-1, metadata={"help": "# training examples. -1 means use all."}) n_val: Optional[int] = field(default=-1, metadata={"help": "# validation examples. -1 means use all."}) n_test: Opti...
The `examples` have an incosistency of how the cl args are defined and parsed. Some rely on PL's main args as `finetune.py` does: https://github.com/huggingface/transformers/blob/master/examples/seq2seq/finetune.py#L410 parser = argparse.ArgumentParser() parser = pl.Trainer.add_argparse_arg...
0
**Elasticsearch version** : 2.3.1 **JVM version** : > [gsmith@crowley ~ ] > java -version > java version "1.8.0_45" > Java(TM) SE Runtime Environment (build 1.8.0_45-b14) > Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) **OS version** : OS X 10.10.5 **Description of the problem includin...
If you have `minimum_master_nodes` set and you don't supply enough nodes in `d.z.p.unicast.hosts`, a node can fail to join the cluster. Described at http://thread.gmane.org/gmane.comp.search.elasticsearch.user/740.
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.0-SNAPSHOT * Operating System version: linux * Java version: jdk8 ### Step to reproduce this...
* 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: master branch, latest code as of 9/8/2018. * Operating System version: not os specific * Java ver...
0
## Bug Report **Current Behavior** when using babel with plugin-transform-flow-strip-types type imports like `import { type MyType } from '...'` are not stripped out. Instead they are transformed to `require('math');` **Input Code** https://babeljs.io/repl/#?babili=false&browsers=&build=&builtIns=false&spec=fal...
### Bug Named type imports are stripped differently based on which syntax is used. `import { type X } from 'X'` results in `import 'X'`, while `import type { X } from 'X'` is stripped completely. As a result, the two statements are not equivalent. ### Input Code import { type X } from 'X'; import...
1
I've just encountered this issue and after a few hours spent investigating I'm think I know what's going on. But first, some context: Let's say in my database I've got the following two tables: 1. base.customer 2. report.customer I need to automap them both and, **crucially, I want both classes to just be...
**Migrated issue, originally created by jek (@jek)** Implement generic MERGE, aka 'upsert'. In ANSI, it looks like: MERGE INTO table_name1 USING table_name2 ON (condition) WHEN MATCHED THEN UPDATE SET column1 = value1 [column2 = value2 ...](,) WHEN NOT MATCHED THEN INSERT columns VALUES (valu...
0
I did not really realize that, but the recent change in multi-output behavior means that there are deprecation warnings for each call to `score` with multi- output data: > DeprecationWarning: Default 'multioutput' behavior now corresponds to > 'variance_weighted' value, it will be changed to 'uniform_average' in 0.1...
There are way too many warnings in the test suite, see https://travis- ci.org/scikit-learn/scikit-learn/jobs/74122431 * Function decision_function is deprecated [decision_function was removed from regressors] * DataDimensionalityWarning in random_projection. Not sure if the test should just ignore those or we sh...
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: all * Operating System version: win 10 * Java version: 1.8 ### 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: xxx * Operating System version: xxx * Java version: xxx ### Step to reproduce this issue 1. x...
0
**Kubernetes version** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"4+", GitVersion:"v1.4.0-alpha.2.1807+f80530c7f77e2f", GitCommit:"f80530c7f77e2fd272e6718b7d1754df0869d478", GitTreeState:"clean", BuildDate:"2016-08-29T12:08:57Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64...
**Description of problem** Create a petset, when pod is evicted, the petset can't create a new pod on other node and make sure pod is running. **Kubernetes version** (use `kubectl version`): v1.4.0-alpha.2.1427+5b6e1c37c66098 **How to reproduce it** (as minimally and precisely as possible): 1. Config kubele...
1
Didn't find engine for operation quantized::conv_prepack NoQEngine (operator () at ..\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp:264) (no backtrace available) win10 python3.6 pytorch1.3 code: from torch.quantization import convert model_quantized_and_trained = convert(model_ft_tuned, inplace=Tru...
## 🚀 Feature Request [Solved] The `torch::jit::load` works well for loading both quantized model and un- quantized model on Linux and MacOS. But it will throw an error on Windows when loading the quantized model. ## 🍪 Currently, official FBGEMM can be compiled with PyTorch for Windows. PR: #33250 ## 🍪 ~~Curren...
1
**Do you want to request a _feature_ or report a _bug_?** BUG. **What is the current behavior?** Here is JSFiddle, just try to edit the default value `2.34` to something else, like `3.45`. As soon as i insert dot, cursor stars to jump in input. **Which versions of React, and which browser / OS are affected by th...
This appears to have been introduced in a new Chrome version, but I can't find any reference to where. Affected/Tested Browsers (OS X): * Chrome 51.0.2704.106 (64-bit) * Opera 39.0.2256.15 Unaffected Browsers: * Safari 9.1 * Firefox 49 Backspacing in an input element with `value` or `defaultValue` set ca...
1
When attempting to detect a TextField in a test using containsMatchingElement, the detection failed. I narrowed it down to some issue with boolean properties. Version: 0.19.4 * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## St...
The top component is AppContainer, which yields the App component which build as a class. App component is wrapped with the MuiThemeProvider wrapper, which has one child - div element. In the console there is a warning "Warning: Failed prop type: The prop 'theme' is marked as required in 'MuiThemeProvideWrapper',...
0
elasticsearch - 0.90.2 /opt/elasticsearch-0.90.2 # bin/plugin --url /opt/mobz-elasticsearch- head-0c2ac0b.zip --install head Usage: -u, --url [plugin location] : Set exact URL to download the plugin from -i, --install [plugin name] : Downloads and installs listed plugins [*] -r, --remove [plugin name] : ...
may be duplicate of or related to #5170 using elasticsearch 1.0.0 I have a query where I would like to use search_type=scan to scroll through all contacts owned by a user. It works fine if the user has enough contacts but I have one user where there are only two contacts and this fails. So I do a GET on http://l...
0
## 🐛 Bug My basic Conda environment is python 3.7, but creating a new environment and installing in it Pytorch ('conda install pytorch-nightly cuda92 -c pytorch'), python --version gives me 'Python 3.5.6 :: Anaconda, Inc.'. This bug seems very similar to #9967, although the issue there is supposed to be closed, so...
## 🐛 Bug My basic Conda environment is python 3.7, but creating a new environment and installing in it Pytorch ('conda install pytorch-nightly cuda92 -c pytorch'), python --version gives me 'Python 3.5.6 :: Anaconda, Inc.'. This bug seems very similar to #9967, although the issue there is supposed to be closed, so...
1
I'm running atom on archlinux. I have three config folders for atom that I found in my ~ .atom .config/Atom .config/Atom-Shell It would be nice to move .atom to .config Also one folder inside .config would be nice while we're at it, for linux it's usual to have lower-case letters
When splitting a pane you end up with the same file open in two panes. While splitting a file is a useful feature it should be separate from splitting panes. It is frustrating having to close the extra file view every time I split a pane. I should be able to split panes without ending up with duplicate views of the ...
0
* Electron version: ^1.1.1 * Operating system: El Capitan 10.11.5 Here the gist: https://gist.github.com/oxcarga/289dadcd829458b50823c6b57bf8e218/edit In renderer process we have a simple button calling `remote.dialog.showOpenDialog()` with a callback fn which just prints in console the filenames for the se...
* Electron version: 1.2.1+ possibly 1.0+ * Operating system:Windows 10 - others? nativeImage now has possible bug. When using "electron-canvas-to-buffer" it was working 100% reliable in Electron 0.37.2. It is broken now in Electron 1.2.1 +, possibly in Electron 1.0 + https://github.com/mattdesl/electron-canva...
1
This compiled as of yesterday, but no longer does: fn main() { let mut foo = ~[]; 'foo: for i in [1, 2, 3].iter() { foo.push(i); } } test.rs:4:9: 4:12 error: unresolved name `foo`. test.rs:4 foo.push(i); ^~~ err...
After #24034 lands we will be setting `CLOEXEC` on all file descriptors on unix in the standard library. Currently we do so in a nonatomic fashion, however, so it's possible to continue to leak file descriptors into children if a thread is concurrently forking. Many platforms have methods of creating `CLOEXEC` file ...
0
I am writing a simple todo list component with: Vue.component('todo-list', { props: ['todos'], template: `<ol> <li v-for="(td, ix) in todos"> {{td}} <button title="delete" @click="todos.splice(ix,1)">X</button> <button...
### Version 2.6.11 ### Reproduction link https://github.com/dxvladislavvolkov/vue-issue ### Steps to reproduce 1. Clone repo 2. Run npm i 3. Run npm run serve 4. Open console. You see the wrong parent element ### What is expected? I want to see my-comp2 as the parent of my-comp ### What is actually ha...
0
So as per the documentation, I tried using two different offsets for desktop and phone. But I could not find the col-lg-offset on the CDN hosted css file. http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css Am not sure if this is an issue or am I going wrong somewhere?
To increase/decrease the size of form controls, you can add the classes input- lg or input-sm (at least according to the website [http://getbootstrap.com/css/#forms] - which is the most consistent solution). In the css code, however, the classes are called input-large and input-small.
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ansible 2.4.2.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible ...
##### Issue Type: Bug report. ##### Ansible Version: 1.5.5 ##### Environment: * Workstation: Archlinux * Managed host(s): CentOS 6.5, Ubuntu 12.04, Archlinux, ... ##### Summary: Follow up for #6443 and #6499. Using git module with * sudo: yes * sudo_user: some_user results in Python os.stat error wh...
0
Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 08/02/2020 12:09:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Timer.Start() at Po...
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
Currently: scipy/setup.py Line 542 in f34de3a | np_minversion = '1.17.3' ---|--- But one can still do the following (say, in Python 3.9.7): pip install "numpy==1.18.5" pip install "scipy==1.7.3" # Does not attempt to upgrade numpy and then encounter this error: >>> ...
I'm using the NLU framework Rasa using TensorFlow which is relying on scipy. I have no issues running the code on a amd64 platform, but I'm using a Raspberry Pi 4 aarch64 architecture, where I hit the problem: > ModuleNotFoundError: No module named 'numpy.random.bit_generator' I thought recompiling everything would...
1
#### Describe the workflow you want to enable Ability to plot the PR curve given `probas_pred` instead of `estimator, X`. #### Describe your proposed solution `plot_precision_recall_curve()` should accept either `estimator, X` or `probas_pred`. #### Describe alternatives you've considered, if relevant Alternativ...
The signature of `plot_confusion_matrix` is currently: `sklearn.metrics.plot_confusion_matrix(estimator, X, y_true, labels=None, sample_weight=None, normalize=None, display_labels=None, include_values=True, xticks_rotation='horizontal', values_format=None, cmap='viridis', ax=None)` The function takes an estimator a...
1
### System info * Playwright Version: 1.33.0 * Operating System: Windows * Browser: Firefox * Other info: Node: 18.16.0 ### Source code async runVisualChecksAfterProjectSave(headless) { if (headless) { // Start comparing snapshots on Custom tab await this.customTab...
* Playwright Version: 1.0.2 * Operating System: Windows * Browser: Chromium I use playwright for integration tests in my project and I have a page with many iframes that are loaded dynamically. When i receive a request, one of the iframes should be open, but chromium immediately disconnects after opening the i...
0
### Bug report **Bug summary** Title sums it up all I guess. Related: * Issue #3517 on Github * This and this on stack exchange Here I used sinhala as Indic Script instance. I think the font family has to do something with this issue since output to different font families are different. I'm not an expert...
a normalized distribution should have sum(bins) = 1 or at least be able to have this as an option
0
Given the following code: trait Stream<T, N: Stream<T>> { } pub fn main() { println!("zomg"); } Running rustc gives the following output: task 'rustc' has overflowed its stack [1] 47380 illegal hardware instruction rustc types.rs
Compiling the following: trait Chromosome<C: Chromosome> { fn random() -> C; } Causes the following output: task 'rustc' has overflowed its stack Illegal instruction The code was an unintentional typo, and probably isn't valid, but I think the compiler should ...
1
## Checklist software -> celery:4.2.0rc4 (windowlicker) kombu:4.2.0 py:2.7.12 billiard:3.5.0.3 py-amqp:2.3.1 platform -> system:Linux arch:64bit, ELF imp:CPython loader -> celery.loaders.default.Loader settings -> transport:amqp results:disabled * I have verified t...
Celery version: `4.2.0` ## Steps to reproduce docker-compose.yml version: '2' services: worker: build: . depends_on: - rabbitmq rabbitmq: image: rabbitmq:alpine Dockerfile FROM alpine RUN apk add --no-cache build-bas...
1
Atom 0.196.0 Mac OS X 10.10.3 "Reveal in tree view" does not always put tree view selection on revealed file. It seems to depend on the previous selection/collapse state of the tree view. Here's an example of a repro: ![treeview](https://cloud.githubusercontent.com/assets/80917/7506811/06d06e0c-f41a-11e4-861f-22b...
### Repro steps: 1. Open the `image-view` repository in safe mode `atom --safe` 2. Open the `spec/fixtures` folder 3. Open `binary-file.png` 4. Collapse the `spec` folder 5. Collapse the root folder (`image-view`) 6. Right click on the image and select `Reveal in Tree View` from the context menu **Expec...
1
I was getting a problem where the only lighting affecting the json model, with its default phong shading, was ambient. I believe the issue was the bump scale array as changing this to a value to not an array ie 1.0 fixed the issue for me... `"mapBumpScale":[10.0,10.0]` Is this a new feature for bump map materials...
When exporting a model from Blender to the threejs json format the materials bumpScale properties are arrays, while threejs expects regular values. Actual export: `"bumpScale":[0.1,0.1]`] Expected by threejs: `"bumpScale": 0.1` ##### Three.js version * r77
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : just tried to import it. * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 x64 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow vers...
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
First of all, let me say sorry for the fact that this issue will most probably not comply with the issue reporting guidelines. This is due to the fact that I am not a developer using electron but just a user using electron apps, in particular Franz (http://meetfranz.com) and Skype (the new electron version of it). Si...
Google recently added a "use_gtk3" build flag to Chormium - export GYP_DEFINES="$GYP_DEFINES use_gtk3=1". I think most end-users on GTK3 desktops would prefer to use modern widgets. It might be too early to add it as a default, but eventually it be nice. Video of Chromium 47 w gtk3: https://www.youtube.com/watch...
1
I didn't find the Deno in the docker hub. Is there an official container ?
@hayd started a while https://github.com/hayd/deno-docker This can be ported to be integrated as the Official Deno docker image. So 3 steps are needed: * Integrate generation of docker image in the CI * Test the generated docker image * Publish image on the docker hub / github hub on release Also do we plan ...
1
# Bug report ## Describe the bug my nextjs version is 9.1.7-canary.14,but it's still not work when I downgrade to 9.0.0 here the code is: import Router from 'next/router'; ... handleClick = (index) => { Router.push('/user'); }; ... <div onClick={this.handleClick}...
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `yarn build` should build app. ## Current Behavior Failing with yarn build v0.27.5 $ next build > Using external babel configuration > location: "/Users/steida/dev/este/...
0
I found what looks like a bug/oversight. jjulia> d = Dict(i=>rand() for i in 1:3) Dict{Int64, Float64} with 3 entries: 2 => 0.192129 3 => 0.340718 1 => 0.154868 julia> v = [d,d] 2-element Vector{Dict{Int64, Float64}}: Dict(2 => 0.19212863767897548, 3 => 0.3407184...
julia> d = Dict(1=>2) Dict{Int64,Int64} with 1 entry: 1 => 2 julia> union(keys(d)) ERROR: MethodError: no method matching copy(::Base.KeySet{Int64,Dict{Int64,Int64}}) julia> union(keys(d), keys(d)) Set([1])
1
**Glide Version** : 4.0.0-RC0 **Integration libraries** : okhttp-integration:4.0.0-RC0 **Device/Android Version** : Galaxy S6 SDK version 25 **Issue details / Repro steps / Use case background** : When using an annotation processor, generated class GlideRequests contains duplicate field: @Overrid...
We just started using Glide and I've been comparing the default RESULT disk cache strategy vs. SOURCE and I'm noticing that SOURCE is noticeably faster to render a newly net-retrieved image to the screen. I'm playing with two second-gen Nexus 7's with Lollipop side-by-side with images ~200K, 700x700 average. I made ...
0
report error: Error:Failed to resolve: annotationProcessor Error:Failed to resolve: com.android.support:support-annotations:26.0.2 on compileSdkVersion 25 buildToolsVersion '25.0.3' compile 'com.github.bumptech.glide:glide:4.1.1' compile 'com.github.bumptech.glide:okhttp3-integration:4.1.1@aar' annotatio...
After adding the latest gradle 4.1.1: compile 'com.github.bumptech.glide:glide:4.1.1' compile 'com.android.support:support-v4:25.3.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1' It says failed to resolve annotationProcessor. I need to revert to 4.0.0 release to make this work
1
I'm not sure if this is a bug, or I'm missing something. I am compiling my TypeScript to ES6 and then using the babel preprocessor to run my tests in Karma. The class is as follows import { BaseModel, notEmpty } from '../main'; export class TestModel extends BaseModel { @not...
I believe it's expected that `tsc -t es6` should be externally transpilable to ES5 (eg with Babel) See https://gist.github.com/alexeagle/24243fbb87dbd8bad6f1 Babel replaces the __decorate line `this.__decorate` with `undefined.__decorate` so that gives a runtime error. `Uncaught TypeError: Cannot read property '__d...
1
Tested on a real Pixel XL Android 9 (API 28) image_picker version: 0.4.10 java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/15 D/AndroidRuntime(13697): Shutting down VM E/AndroidRuntime(13697): FATAL EXCEPTION: main E/AndroidRuntime(13697...
I'm working on flutter app that uses a TabView where each view contains a widget with a GlobalKey. With the latest master channel, the app crashes on switching between the tabs. However, if I do the following three things, it appears to be very stable. 1. merge in this PR: #21350 The rationale for the PR is in ...
0
Please add ability to map Key to Shortcut in Keyboard Manager. Example: Map CapsLock key to Alt + Shift shortcut to switch between input languages just like macOS. Thank you very much
# Summary of the new feature/enhancement My laptop vendor didn't included simple media keys on keyboard. I use PT to create shortcuts to virtual keys like Media Play/Pause, Volume Up/Down. In Keyboard Manager there are two options: Remap Keyboard (key to key) and Remap Shortcuts (key combination to key combination)...
1
## Problem Description If I render the slider with code like: <Slider step={1} min={0} max={this.state.max} value={this.state.currentValue} /> And then I call `setState` to increase `max`, the slider does not update the position of the marker. If I increase `max` again, then the marker position updat...
Changing value, min and/or max props at the same time results in an broken state. This happens because on value change percent is re-calculated based on current min/max not based on the new ones: componentWillReceiveProps(nextProps, nextContext) { ... if (nextProps.value !== undefined...
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: master * Operating System version: any * Java version: any ### Steps to reproduce this issue ...
* 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.5.10 * Operating System version: Mac * Java version: 1.7 ### Issue Description In java serial...
0
I'm cross compiling from linux to arm using a custom cross tool and getting the following error. It looks like it is switching the arch from arm to x86_64 during the build of the standard library. /root/.cache/bazel/_bazel_root/f8087e59fd95af1ae29e8fcb7ff1a3dc/external/io_bazel_rules_go/BUILD.bazel:9:1...
##### Detailed description Several builds (e.g. this and this) are failing, due to bad parsing of the test results.. ##### Actual results Failure with the following status: test_dnn test_dnn ; cases (tests): 0 (0) ; passed: 695 ; failed ##### Expected results Success with the following statu...
0
**Well, not yet**. We need a plan for doing so. The v1 effort started 18 months ago. We have had some interesting discussion in #9388 and #9614. Here are the problems I want to solve all at once: 1. How can we make the migration from v0.x to v1 as smooth as possible? Right now, people have to do it in a single b...
It's actually WebStorm bug, but they fix bugs lots of time. New beta.17 component exports look like this: declare const AppBar: React.ComponentType<AppBarProps>; export default AppBar; Webstorm does not recognize props of such exported components in TSX files and props suggestions and au...
0
I am webpacking the cheerio library and hit an error in its index.js: ERROR in ./~/cheerio/index.js Module not found: Error: Cannot resolve file or directory ./package in MYPROJECT\node_modules\cheerio. @ ./~/cheerio/index.js 13:18-38 The code: exports.version = requir...
# Bug report **What is the current behavior?** i am not sure whether this is webpack-dev-server issue or webpack or something else, however after 1st hot reload happens there is a constant error: jsonp chunk loading:103 Uncaught TypeError: Cannot read property 'push' of undefined at self.web...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.10005] Windows Terminal version (if applicable): um? The windows terminal preview, current one in store Any other software? Used boht vim 8 and nano to test. # Steps to reproduce Open a multi li...
Change the UI for tab tiles, increase the height respective to the window action buttons. Same as edge, currently there height is not suitable and there edges are cornered, which resemble material design instead of fluent design. Plus make the design consistent with the tab actions buttons (e.g. '+'). One has outline...
0
After upgrading to `0.19.9`, Elastisch test suite that resets indexes by specifying index name as `_all` now fails. ElasticSearch responds with 404s: curl -XDELETE 'http://localhost:9200/_all?pretty=true' { "error" : "IndexMissingException[[_all] missing]", "status" : 404 } I ...
curl http://localhost:9200/_all/_status {"error":"IndexMissingException[[_all] missing]","status":404} Works in 0.19.8 Looks like /_status does work, is /_all/_status no longer supported on purpose? http://www.elasticsearch.org/guide/reference/api/admin-indices- status.html kind of says it should still work, but ...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME include_role ##### ANSIBLE VERSION 2.3.0.0 ##### SUMMARY Handlers are not found in `include_role`. ##### STEPS TO REPRODUCE roles/test/ ├── included │   └── handlers │   └── main.yml └── main └──...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME include_role module ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides Installed with: pip2 install --user --upgrade git+https://github.com/ansible/ansible.g...
1
`console.log(router)` shows correct asPath but If I access `console.log(router.asPath)` shows the previous URL * I have searched the issues of this repository and believe that this is not a duplicate. ## Code (`_app.js`) export default class MyApp extends App { constructor(props) { su...
# Feature request Client-side navigation without `getInitialProps` being called ## Is your feature request related to a problem? Please describe. ![Screen Shot 2019-08-22 at 3 32 11 PM](https://user- images.githubusercontent.com/31973492/63555645-9908cb00-c4f6-11e9-8869-d2ea47ab3939.png) * Headless CMS data...
0
In the following program: package main import "fmt" func main() { const A = 0xfffffffffffffffff // error // const A = 0x8000000000000000 // error // const A = 0x7fffffffffffffff // ok a := string(A) for i, r := range a { fmt.Printf("...
Gc rejects to compile the following program: package a var a = string(9223372036854775808) saying: overflow in int -> string go/types compile it successfully. Compilers must agree on whether it is a valid Go program or not. on commit `af81789`
1
Currently, json.Unmarshal (and json.Decoder.Decode) ignore fields in the incoming JSON which are absent in a target struct. For example, the JSON `{ "A": true, "B": 123 }` will successfully unmarshal into `struct { A bool }`. This makes it difficult to do strict JSON parsing. One place this is an issue is in API cr...
1. What version of Go are you using? `5.3` 2. What operating system and processor architecture are you using? `amd64,windows` 3. What did you do? Read this: https://mailarchive.ietf.org/arch/msg/json/Ju-bwuRv- bq9IuOGzwqlV3aU9XE 4. What did you expect to see? ... 5. What did you see instead? ...
1
## Proposed functionality A new `setStorageState()` API on the `context` object that applies any given storage state to the current page. context.setStorageState({ path: '/storage.json' }) context.setStorageState({ cookies: [...], origins: [...] }) This API is opposite in its func...
We have the ability to sniff websockets and use events on messages bi directionally, which is great, but can we also modify those messages? Either change them if they are fired, or send them directly to the websocket? It seems like following the "Route.ContinueAsync" flow works well, but it'd be even better if we can...
0
From #6380 (comment) > I think it's critical. It's not about atom crashing or not crashing. It's > about a myriad of other things crashing on a computer. It's about being able > to not kill a junior because he or she accidentally hit the reset button on > your computer. Sublime gives you the "don't worry about it" g...
One feature I love of an increasing number of Mac OSX Lion and above apps is the auto-saving of untitled buffers. If I quit an app that supports this behavior and re-open it, even untitled buffers (never explicitly named and saved) are restored. This lets me have greater confidence about using these apps as "clipboar...
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.4.1 * Operating System version: docker alpine in k8s * Java version: 1.8 * register...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.0 * Operating System version: any * Java version: 1.8 ### Steps to reproduce this issue Our...
0
#### Instructions ![image](https://user- images.githubusercontent.com/20180897/44659546-2d049b80-aa37-11e8-8b9d-505440c93bf0.png) ![image](https://user- images.githubusercontent.com/20180897/44659569-41489880-aa37-11e8-9660-8d4b461ee452.png) #### Summary #### Context
For example, twitter uses stream api to publish tweet updates in a single http connection via chunked encoding. I'm doing something similar with one of my servers for a publish-subscribe model. As far as I can tell, axios doesn't support chunked encoding at the moment - if I just do a `.get` it just keeps going for...
0
Running Chrome [Version 44.0.2403.155 (64-bit)] on Mac [Version 10.10.5 (14F27)]. Solution appears to be correct, but is not being accepted. Entered manually and also cut & paste from example. ![screen shot 2015-08-23 at 10 32 17 am](https://cloud.githubusercontent.com/assets/7781587/9428615/4bab1276-4982-11e5-8019-...
Challenge http://www.freecodecamp.com/challenges/waypoint-target-html- elements-with-selectors-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. On this challenge I'm trying to figure out if I got the right code or not. I talk to a camper about this challeng...
1
Atom will reload a file if no changes have been made but if you make changes and then the file is updated by another person before you save there is no indication that you are about to override someone else changes. This is problematic when working on remote shares where a team can be editing the same file. It would ...
today i worked on a project with sublime text and atom. i edited a file on sublime text, saved the changes and opened atom(the same file). both editors were open at the same time. but when i go to atom, there was no change detection to the file and all the changes, made in sublime text, were gone. what i miss is a p...
1
It seems that numpy does not recognize the following overflow error: In [1]: import numpy as np In [2]: data = np.array((65536, 65535), dtype=np.int32) In [3]: np.geterr() Out[3]: {'divide': 'warn', 'invalid': 'warn', 'over': 'warn', 'under': 'ignore'} In [4]: np.cumprod(...
I just noticed that this: In [1]: import numpy as np In [2]: arr = np.zeros((2, 3), dtype=np.int16) + np.int16(3201) In [3]: arr.T.dot(arr) Out[3]: array([[-19966, -19966, -19966], [-19966, -19966, -19966], [-19966, -19966, -19966]], dtype=int16) s...
1
import pandas as pd import numpy as np df = pd.DataFrame({'a': np.random.randint(0, 100, 10)}) df['b'] = pd.cut(df['a'], np.arange(0, 110, 10)) pd.merge(df, df, on='b') #### Problem description pd.merge(df, df, on='b') Out: a_x b a_y 0 66 (60, 70] 66 1 66 (60, 70] 68 2 68 ...
`pd.qcut` doesn't seem to support `ndarray` type. However, docstrings points `x : ndarray or Series` In [46]: d = range(5) In [47]: d Out[47]: [0, 1, 2, 3, 4] In [48]: pd.qcut(d, [0, 1]) Out[48]: [(-0.001, 4.0], (-0.001, 4.0], (-0.001, 4.0], (-0.001, 4.0], (-0.001, 4.0]] ...
0
#### Challenge Name https://www.freecodecamp.com/challenges/missing-letters #### Issue Description The link that should direct to 'String.charCodeAt()', directs to the FCC map instead of the MDN page. #### Browser Information * Chrome, Version: 50 * Operating System: OSX
Challenge Missing letters has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. The link String.charCodeAt() has the href set to undefinded...
1
The following snippet: macro_rules! getarg { (x => $e:expr) => (println! ("x = {}", $e)); $b:block => $b; } fn main() { getarg! (x => 1 + 2); getarg! { } } gives the following error: src/main.rs:3:1: 4:2 error: internal compi...
A simple malformed macro makes the compiler crash. Code: macro_rules! code_block { $c:block => $c } Playpen error: <anon>:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence) <anon>:1 macro_rules! code_...
1
(jython) r@r-V ~ $ python --version Jython 2.7.1b3 (jython) r@r-V ~ $ pip install requests==2.11.1 Collecting requests==2.11.1 Using cached requests-2.11.1-py2.py3-none-any.whl Installing collected packages: requests Found existing installation: requests 2.11.0 Uninsta...
When using requests, I've just upgraded and I'm having the following error: `import requests as rq` `File "C:\Users\_HOME_\AppData\Local\Programs\Python\Python36\lib\site- packages\requests\__init__.py", line 53, in <module>` `major, minor, patch= urllib3_version` `ValueError: not enough values to unpack (expect...
0
_This works_ `deno run --allow-write writeToFile.ts` _But this does not, it just ignores the flag_ `deno run writeToFile.ts --allow-write` It should at least throw a warning or something, not just silently ignore flags passed like in the second example. Please adjust the parser in such a way, that the second e...
The order of the CLI flags should not be of importance. Check this example ![image](https://user- images.githubusercontent.com/6124435/62263509-c9d87180-b41c-11e9-8da9-b683316e0ad7.png) Shouldn't deno test.ts --config tsconfig.json be the same as deno --config tsconfig.json test...
1
`scrollToHash` doesn't work as expected. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I would expect the anchor to be scrolled to. ## Current Behavior Anchor is scrolled to correctly, but quickly after the scroll position is reset to the top of ...
I am using your CSS example to add postcss to my project but unless I put my css inside the `./pages` folder I get an undefined error. `import {stylesheet, classNames} from 'css/styles.css'` I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior For the `p...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `ListItemSecondaryAction` should be able to be `hidden` by default, then `visible` on hover. This is a really common use case, so if possible, we should consider a clean way to make this (optional) behav...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior You should be able to select text from the options labels in order to copy and paste it somewhere else. ## Current Behavior It's not possible to select/highlight the text in the option labels. What hap...
0
* I tried using the `@types/xxxx` 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 inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in ...
Trying to use react-redux's `connect` as a class decorator can cause error messages of the form `Type 'foo' is not assignable to type 'void'`. The issue with these typings seems to be that TypeScript doesn't allow `ClassDecorator`s to change the signature of the thing that they decorate, but this is the current imple...
1
As a typescript developer, I am building libraries for my client enterprise at work. The libraries has a lot of interfaces, types, clases, enums, variables... that are not intended to be public on the final comiled file, but I'm forced to export them to reuse at the other inner modules (before coupling them into one ...
Currently the spec reads: Protected property members can be accessed only within their declaring class and classes derived from their declaring class, and a protected instance property member must be accessed through an instance of the enclosing class. Relaxing the constraint, "member must be accessed through an ins...
1
I lost most of my work last night when there were problems on the server. I think this is the 4th time this has happened with my account. My points number reflects over 300 while my map does not. I have been working at this for close to a year, if not over a year. And the issue was closed even though my map is no...
Prior to the update I had completed all waypoints, bonfires and ziplines up until TicTacToe. After completing challenges in section 4. "Gear Up For Success" I noticed that a large amount of waypoints and bonfires had become "incomplete"(I've attached a screenshot below to show what I mean. ) and the solutions did n...
1
# Environment Windows build number: version 10.0.18362.239 Windows Terminal version (if applicable):0.3.2142.0 from Microsoft Store # Steps to reproduce 1. Fresh install of Terminal from Microsoft Store 2. Try to open the default Azure Cloud Shell tab and close the tab without login 3...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.267] Windows Terminal version (if applicable): 0.3.2171.0 Any other software? # Steps to reproduce # Expected behavior # Actual behavior
0
#### Write Arrow Functions http://beta.freecodecamp.com/en/challenges/es6/write-arrow-functions #### Issue Description // change code below this line var magic = () => { return new Date(); }; // change code above this line // test your code console.log(magic()); should...
Challenge arrow-functions passes tests with any or no input. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`. It seems that the tests will pass without changing any code (as pictured). All tests passed with a blank code editor and ...
1