text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
* VSCode Version: 1.2.0-insider * OS Version: 10.0.10586 All Chinese characters huddle together when I open the terminal, and if I resize the window , the space will change too. ![vscode- problem](https://cloud.githubusercontent.com/assets/13583692/15661209/1d832158-2718-11e6-95c2-14ca88311c72.png)
When I try to install the extension, I get the error: `connect ETIMEDOUT ip:443`
0
For example it detects http://www.15min.lt encoding as ISO-8859-1, but the encoding is set as utf8
Requests has a `get_encodings_from_content()` function, but it doesn't seem to be used anywhere -- only `get_encoding_from_headers()` is used. Any reason why? I'd think on most pages, trying for the meta tag encoding declaration first will produce better results. See The Verge, for one example (the meta tag declares...
1
Consider the following snippet run in the main process where one wants to listen for `"will-prevent-default"` events and after some _asynchronous_ operation (`do_something`, a call which returns a `Promise`) initiated by the event listener, depending on the result (`result`) of the operation, call `preventDefault` on...
* Output of `node_modules/.bin/electron --version`: **v4.0.1** * Operating System (Platform and Version): * OS: **Linux, Xubuntu (Ubuntu)**. * Version: **18.04.1 LTS (Bionic Beaver)**. * Kernel version: **4.15.0-43-generic** * Output of `node_modules/.bin/electron --version` on last known working E...
0
# Bug report ## Describe the bug On certain browsers, like Chrome on iOS, there is already a progress bar in place causing duplicate progress bars when using the with-loading example repo. ## To Reproduce 1. Follow instructions on https://github.com/zeit/next.js/tree/canary/examples/with-loading to set project ...
Hey guys, I'm trying to use the dynamic import system, but it doesn't seem to be working. I'm trying to import components only on the client side and not server side render them. const ButtonGroup = dynamic(import('../components/base').then(m => { const { ButtonGroup } = m; ButtonGroup.__w...
0
echo "export const hi = () => 'hi'" > mod.js deno > import('./mod.js') thread 'tokio-runtime-worker-0' panicked at 'dyn_import callback not set', ../../core/isolate.rs:262:7 note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace. fatal runtime error: failed ...
I know this is already on the radar, but wanted to create a distinct issue. (This is required for a test runner.)
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment None ### Steps to reproduce this issue * https://dubbo.incubator.apache.org/zh-cn/docs/dev/principals/robustness.htm...
0
I am not able to use resource pool name in my playbook other than: resource_pool: "/Resources" Though resource_pool exists and can be discovered using pysphere. > > > from pysphere import VIServer > s = VIServer() > s.connect("host", 'user', 'password') > vm = s.get_vm_by_name('<vm_name>') > vm.get_res...
# Ansible Version: ansible 1.9.2, module: vsphere_guest # Ansible Configuration: Default configuration. # Environment: Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-57-generic i686) # Summary: I am not able to use resource pool name in my playbook other than: resource_pool: "/Resources" Though resource_pool exists an...
1
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior I have a project using NPM 7 workspaces. One package is named `button`. If I run `npm -w button version minor`, then the version number in button's `package.json` gets incremented as I would expect. However, the ...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior Workspace Package A Package B peerDependencies Package A I have the following situation, where Package B has a peerDependency of Package A. I run npm version 1.2.3 --workspaces ### Expected Behavior I w...
0
* Say Hello to HTML Elements * Headline with the h2 Element * Inform with the Paragraph Element * Uncomment HTML * Comment out HTML * Fill in the Blank with Placeholder Text * Delete HTML Element * Change the Color of Text * Use CSS Selectors to Style Elements * Use a CSS Class to Style an Element ...
* Say Hello to HTML Elements Complete * Headline with the h2 Element Complete * Inform with the Paragraph Element Complete * Uncomment HTML Complete * Comment out HTML Complete * Fill in the Blank with Placeholder Text Complete * Delete HTML Elements Complete * Change the Color of Text Complete * Us...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME linode cloud module - modules/cloud/linode/linode.py ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides python version = 2.7.13 (default, Apr 4 2017, 08:46:44) [GCC 4.2.1 ...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME `script` inventory plugin ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/florian/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible py...
0
Since it is possible to select subranges of iterators using UnitRange objects it is my opinion that Threads.@threads should use that instead of the iteration through the subrange and item-wise evaluation of the given range at a specific index. See threadingconstructs.jl#L52. Solution: #18604 This becomes relevant w...
On the master branch, it looks like neither of these currently works, julia> @Threads.threads for (i,j) in [(1,2),(3,4)] i end ERROR: syntax: invalid syntax in "local" declaration julia> @Threads.threads for i=1:2, j=3:4 i end ER...
1
open julia, write `@a.<TAB>` -> boom. Don't ask what I was trying to achieve, just fat fingers. julia> @a.┌ Error: Error in the keymap │ exception = │ LoadError: UndefVarError: @a not defined │ Stacktrace: │ [1] top-level scope │ [2] lower at ./meta.jl:68 [inlined] ...
Open julia with REPL, type `@nonexist.` and hit Tab: _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | ...
1
Hi, I would like to install dart on my work computer, but there is a proxy, and i can't disable it. So when i write the command flutter it check for dart update and i got an error. Flutter doctor : **C:\Users\g594841>flutter doctor Checking Dart SDK version... Downloading Dart SDK from Flutt...
I met errors when running flutter doctor. It's related with proxy settings. ## Flutter Doctor Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\CNFEHU1>flutter doctor Checking Dart SDK version... Downloading Dart SDK 1.24...
1
We should enable ProGuard for Android builds in release mode. It removes unnecessary stuff from the APK and slims down the APK size. More information: https://developer.android.com/studio/build/shrink-code.html Currently, enabling ProGuard on the Flutter Gallery saves about 24KB. That's not a lot, but that number c...
Environment: Linux (ubuntu 18.04 LTS) The `flutter` command tries to create a `~/.flutter` directory automatically, and it aborts if that fails. Following the instructions here, I tried to untar the Flutter SDK into my desired `~/.flutter`, and all the `flutter` commands did not work. I think it should be stated ...
0
Comments to 4518 have multitude of suggestions, but no clear resolution. I am on Win10 no CUDA Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. import torch Traceback (most recent call last): Fi...
## 🐛 Bug Pytorch-1.0-Cuda-10.0 core dumps on Ubuntu Linux on some cpu types ## To Reproduce Steps to reproduce the behavior: Spin up an Ubuntu with GPU instance like EC2 p2 or g3 install Cuda-10, cudnn-7.4.1, NCCL-2.3.7 install anaconda3-5.1.0 conda create -n pytorch_p27 python=2.7 conda install pytorch=1...
0
Hi guys! Hope you can explain us some strange behavior that we are already solved in our ugly way. We had some periodic tasks that used default queue `celery`. We have changed `CELERY_DEFAULT_QUEUE` to non-default. We using following configuration: Django + Celery + Redis. We using `celerybeat-schedule` file by def...
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group 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
Currently --allow-net=domain/A has the same effect as --allow-net=domain. It would be nice to be able to only allow network access to an URL with a given domain & path prefix.
Deno should allow URLs to be allowed in `--allow-net` and or other than domain names and ports pair. As of current to run this simple JavaScript file: fetch('http://gist.githubusercontent.com/KSXGitHub/62cb052060dc169796ab3698ff53c33b/raw/9d7d84910b344eb8580be8b91cf539e18e565e5d/init.sh/').then( (resp...
1
**Jon Brisbin** opened **SPR-8201** and commented The ApplicationEvent dispatcher should take generics information into account when deciding whether to call a particular `ApplicationListener`. This would allow the user to register an `ApplicationListener` for their event subclass like this: public c...
**Julie Mather** opened **SPR-4174** and commented If you look at the MailSendException class' printStackTrace methods, note the first line: if (this.messageExceptions.length == 0) { The messageExceptions variable is only not null if you call the MailSendException(Map failedMessages) constructor. The other two c...
0
Sorry, closed on accident. To get this to work I had to do other things, you can see from my gist: http://gist.github.com/422460 It would be nice if this was done automatically so I could just use test_request_context the way the documentation states.
To get this to work I had to do other things, you can see from my gist: http://gist.github.com/422460 It would be nice if this was done automatically so I could just use test_request_context the way the documentation states.
1
I found a very, very small error in pubspec.yaml. ## Steps to Reproduce Create fresh flutter project, and 1. Create `Image.asset` in main.dart 2. Uncomment the `assets` section to add a sample image asset 3. Try to run app Then, an error occurs: `Error on line 40, column 4 of pubspec.yaml: Expected a key wh...
Background: #13242 covers a specific memory consumption issue (which we'll continue looking into). I'm opening this bug for a more general discussion of the sorts of finer-grained control over image caching and handling that developers would like to see from Flutter. Today, the only real control the framework provid...
0
### Problem description The _Nearby_ entry uses inline SVG and is left-aligned in contrast to the both other icons, which are centered. ![image](https://cloud.githubusercontent.com/assets/7819991/17661020/ea0618de-62dc-11e6-8fe9-5e68401ed364.png) ### Steps to reproduce Have a look at http://www.material-ui.com/#/...
### Problem description SVG icons are not centered when used within BottomNavigation elements. ![screen shot 2016-08-13 at 12 08 13 pm](https://cloud.githubusercontent.com/assets/279720/17645049/dc36d80e-614e-11e6-83dc- be16cb18fe91.png)
1
![atom- issue](https://cloud.githubusercontent.com/assets/693487/3640465/85fdd3a2-10a1-11e4-87ac-586fa42cd585.png) It's a very light bug. When I start atom ide, it correctly picks up where I left, but scroll-bars as you can see are not correctly rendered. If I click on another tab, scroll-bars now gets rendered corr...
When I open the menu for the first time, there are ampersands ("&") in from of shortcut characters. When I hover away and back again, they disappear: ![d53ly](https://cloud.githubusercontent.com/assets/11575/4666603/0a9f0ea8-5555-11e4-9ff6-26e9b11c5e81.gif) (Sorry for the crappy GIF that looks like it is the other ...
0
In latest version v1.0.0-beta.33 I can see several problems in IE 11. Problems can even be seen on demo pages * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Behaviour should be o.k. in all browsers ## Current Behavior 1. Layout Problems. ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Navigate the Material-UI 1.0 docs using Internet Explorer 11 (useful to check component demos, etc). ## Current Behavior An error is thrown in the console and unable to click on the drawer navigati...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.449] Windows Terminal version (if applicable): No. Any other software? No. # Steps to reproduce 1. Open cmd.exe. 2. Go to window properties, "Colors" page. 3. Set "Screen Background"...
I have not been able to find a way to open Terminal as a different user. I can run Terminal as an administrator, but that is not the option I am looking for. Is running Terminal as a different user not possible because it is a UWP app?
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME win_chocolatey ##### ANSIBLE VERSION 2.4.2.0 ##### SUMMARY A single double quotes are ignored: - name: Install ImageMagick win_chocolatey: name: imagemagick.app install_args: "/DIR=\"{{ ansible_env['ProgramFiles'] }}\\Ima...
## BUG REPORT I'm probing a freshly installed Archlinux installation on a Raspberry PI 2 like so: `ansible -i PI2 arch -m setup -c paramiko -k -u alarm -vvvv` This reads to me: Fire the setup module against the IP connecting with the user "alarm" asking for the password of this specific user. However the user that...
0
fyi @dbaeumer
I am using VSC on Windows while developing for Linux-based webserver. Also, several people on my team are using Macs. It is very annoying for us to switch end of line sequence for each new file. It would be great if there was a user setting to ensure all new files are created with a certain eol sequence.
1
Hello All, My spider is created by scrapy 1.6.0. These days, the scrapy updated to 1.7.1, and we found that it cannot support the code build by 1.6.0. Here is the error: Traceback (most recent call last): File "/usr/bin/scrapy", line 6, in <module> from scrapy.cmdline import execute ...
I've run `pip install scrapy`, but it doesn't seem that this has been installed properly. Now when I ran `scrapy` on CLI, it ends up in the following message. Traceback (most recent call last): File "/usr/bin/scrapy", line 6, in <module> from scrapy.cmdline import execute File "/us...
1
the function of short cut guide does work, when I press the windows key, threre is no reaction.
# Environment Microsoft Windows [Version 10.0.18363.836] PowerToys [Version v0.17.0] Shortcut Guide # Steps to reproduce When I hold [Win], Shortcut Guide is not appear. Sometimes it doesn't work suddenly. This bug sometimes fix suddenly or doesn't fix until reboot windows. # Expected behavior Hold [Win]...
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** from sqlalchemy import * from sqlalchemy.orm import * from sqlalchemy.ext.declarative import declarative_base Base = declarative_base() class A(Base): __tablename__ = 'a' id1 = Column(Intege...
### Describe the bug Hello, I posted this to stack overflow to see if anyone had a solution but no one seems to have a solution. Essentially, I want to make a SQLAlchemy class match a Pydanic class including its relationships then post it to the database. However, if there are unique constraints in the "many" table...
0
I've created the simplest babel programme I can think of, that I would expect to do nothing. var babel = require('babel-core'); var code = '"use strict";'; // Edited typo var result = babel.transform(code); // Expected result: "use strict"; // Actual result: "use strict"; "use s...
A class which extends itself isn't compiled correctly: class A { ... } class A extends A { ... } I think the error comes from: inherits(A, A); A workaround is to do: var A_ = A; class A extends A_ { }
0
Love the library btw. This seems to be an issue with pydot from what I can tell. `from keras.utils.visualize_util import plot` AttributeError Traceback (most recent call last) in () 17 from PIL import Image 18 import matplotlib.pyplot as plt \---> 19 from keras.utils.visualize_util import plot 20 get_ipyt...
Hello! I am using latest tensorflow with GPU support and latest Keras. I am trying to write parallel data augmentation using `keras.utils.Sequence`, but have two problems: 1. `fit_generator` creates too many workers (I have parameter `workers=2`, but it generates 4 additional workers); 2. Using `Sequence` is...
0
I'm just a naive beginning Julia user, not a developer of the Julia language. When trying to update Julia packages with Julia 1.6.3 under macOS 12.0.1 (Monterey), I'm getting error: (@v1.6) pkg> up Updating registry at `~/.julia/registries/JuliaComputingRegistry` ┌ Error: curl_e...
After upgrading to macOS 12 Monterey, when I run Julia (1.7 or 1.6) and do Pkg.update(), I get the following error: julia> Pkg.update() Updating registry at `~/.julia/registries/General.toml` ┌ Error: curl_easy_setopt: 48 └ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/b...
1
i find someone else have mentioned the issue previously, but the feature couldn't be realized because of Chromium, now it might be realized probably, and i find that nw.js has supported this, therefore, is my profound hope that the feature will be supported in the future~ 🙏 🙏 🙏
I found it will be nice to have a dockable developer toolbar when using the webview. Here is the issue raised in browser-plus(atom package) skandasoft/browser-plus#40
1
## 🐛 Bug `torch.nn.functional.conv1d ` returns strange results when weight tensor created by `torch.inverse` or `torch.t` operations. ## To Reproduce import torch from torch import nn from torch.nn import functional as F def print_max_diff(x, y): print((x - y).abs().max...
I compile PyTorch from source (1.0.0a0+54e8623). and when I attempt to load data I get this: OMP: Error #15: Initializing libomp.dylib, but found libiomp5.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerou...
0
Error on windows. @pv Probably need to disable test on windows until randint gets fixed for bigger integers (#6824). ====================================================================== ERROR: test_mem_overlap.test_diophantine_fuzz -------------------------------------------------------------...
clearly using platform ints internally. But I think this should upcast in the case of overflow? In [21]: np.random.randint(np.iinfo(np.int32).min,np.iinfo(np.int32).max,10) Out[21]: array([ -397752718, -1983241147, -920985850, -2131569981, -769723972, -499680303, 1808795318, -63...
1
Hello, After updating from 1.0.3 to 1.0.4, my code is not anymore working. I getting the follwing error: thread 'main' panicked at 'already borrowed: BorrowMutError', /rustc/4fb7144ed159f94491249e86d5bbd033b5d60550/src/libcore/cell.rs:878:9 stack backtrace: 0: backtrace::backtrace::libunwin...
Received this error. For some additional info, I am only using the `std/path` module and some function from the `Deno` global. thread 'main' panicked at 'already borrowed: BorrowMutError', /rustc/4fb7144ed159f94491249e86d5bbd033b5d60550/src/libcore/cell.rs:878:9 stack backtrace: 0: backtrace...
1
**Migrated issue, originally created by Lukas Siemon (@lukas-gitl)** I have an issue with column_property and using database specific functions. It seems like the alias is not created correctly in the query. I'm obtaining data from a model and an alias of the model. When I use "func.hex" (or any "func" function), t...
**Migrated issue, originally created by Anonymous** A new mysql driver approaches! I wrote oursql to be a better mysql driver for python, and now I've created this sqlalchemy layer for it. It seems to pass all of the unit tests when running against a mysql 5.1 server. * * * Attachments: oursql2.patch | oursql.pat...
0
Hi, with Atom Version 0.184.0, Windows 8.1 x64, no custom keymap, only the default keybindings and all community packages disabled: I'm not able to write an "@"-Symbol in the editor using a German keyboard and Alt-Gr + q.
Original issue: atom/atom#1625 * * * Use https://atom.io/packages/keyboard-localization until this issue gets fixed (should be in the Blink upstream).
1
## Build Error'ing on Windows I'm facing the following build error on Windows 10. "E:\Projects\code-dnn\pytorch\build\INSTALL.vcxproj" (default target) (1) -> "E:\Projects\code-dnn\pytorch\build\ALL_BUILD.vcxproj" (default target) (3) -> "E:\Projects\code-dnn\pytorch\build\caffe2\AlgorithmsTes...
## Bug Internal compiler error on Windows with CUDA build. Error: Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!" cross_entropy_op.cu CMake Error at caffe2_gpu_generated_cross_entropy_op.cu.obj.RelWithDebInfo.cmake:279 (message): Error generat...
1
I build some simple dashboard layout with nextjs and material ui next, but I face with strange problem that only happened in production. The problem is regarding miss class name placement to the component wherever I click some link that navigate to the current route. I'm not quite sure if it nextjs problem or mater...
# Bug report ## Describe the bug .babelrc.js file compilation failed with next.prepare() and custom . Working with configuration inside of package.json and .babelrc file without .js extension. ## To Reproduce 1. Use Custom Server next.js - https://github.com/zeit/next.js/tree/canary/examples/custom-server ...
0
For .NET debugging, we currently need to have the user manually create a tasks.json in order to support build. We would like to find some solution to avoid the user needing to do this manually. A few options: 1. Support simple shell commands directly inside of launch.json. So if all the user wants to do is execut...
Invoking the command `ext install` repeatedly is really slow. When you invoke the command, a little blue line scrolls horizontally to show it's doing something (fetching the extension database?), and eventually displays a list of extensions you can install. Repeatedly invoking the command should cache this work from...
0
Right now the cassandra docs use a ReplicationController. I think it would be good to update the doc to mention using daemon sets as a valid way to place a single cassandra node on each of the kubernetes nodes, a more realistic deployment method. See #15324
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
We define 4D tensor as stored in channels last memory format, when dimensions order is NCHW and `C-strides < W-strides < H-strides < N-strides` _(If size of any dimension is equal to 1, this dimension strides value is not taken into account)_. Channels last contiguous tensor is channel last tensor which occupies con...
If you have a question or would like help and support, please ask at our forums. If you are submitting a feature request, please preface the title with [feature request]. If you are submitting a bug report, please fill in the following details. ## Issue description Unable to do git clone 0.4.0 of pytorch Pro...
0
Hi, I ran into this non-intuitive behavior: test = torch.Tensor([1, 2, 3, 4, 5]) test[1:] -= test[:-1] results in `test = [1, 1, 1, 1, 4]` for me, while the non in-place version `test[1:] = test[1:] - test[:-1]` returns the correct result `[1, 1, 1, 1, 1]`. If I put the tensor to cuda() first...
t = torch.range(1,10) t[1:] = t[:-1] # wrong result print(t) t = torch.range(1,10) t[1:] = t[:-1].clone() # right result print(t) t = torch.range(1, 10).numpy() t[1:] = t[:-1] # right result print(t) Note that the same (wrong?) behaviour is present in lua torch.
1
#### Description: I experience `Segmentation Fault` when executing a script. I am unable to detect what exactly causes the crash, nor to deliver a minimal reproducing code. However, I can share the `backtrace` from `gdb`: #### Error Message: Process finished with exit code 139 (interrupted by signal ...
_Original tickethttp://projects.scipy.org/scipy/ticket/1421 on 2011-04-08 by trac user schwarz, assigned to @pv._ Problem: the Documentation [http://docs.scipy.org/doc/scipy-0.9.0/reference/generated/scipy.stats.poisson.html#scipy.stats.poisson] states that there are the methods: pdf(x, mu, loc=0, scale=1) Pro...
0
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
* **I'm submitting a strange behavior for ViewContainerRef.createComponent.** * [x ] bug report * feature request * support request => Please do not submit support request here, see note at the top of this template. **Current behavior** When want to create component in current component container like this ...
0
Someone generate package as `wordcount`, his or her package will be shown as a deprecated package. Because many names look like `lib/wordcount.coffee` and `keymaps/wordcount.cson`, many os use can name their packages `wordcount` and will get deprecated messages.
See: atom/settings-view#554
1
The following command fails with a syntax error because of - command: "{{ venv_dir }}/bin/gunicorn --config=gunicorn.conf" But the following succeeds: - action: command "{{ venv_dir }}/bin/gunicorn" --config=gunicorn.conf It should be possible to use variables directly in a c...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME lib/ansible/modules/network/eos/eos_config.py ##### ANSIBLE VERSION ansible 2.3.1.0 (detached HEAD 5a3f52d988) last updated 2017/05/19 12:01:08 (GMT -600) config file = configured module search path = Default w/o overrides pytho...
0
### Version 2.5.21 ### Reproduction link https://jsfiddle.net/365deb40/ ### Steps to reproduce Click the app container to toggle whether the two colored containers are shown or not ### What is expected? Transitions for both elements (rotating and fading) ### What is actually happening? Only the parent (prima...
### Version 2.5.13 ### Reproduction link https://jsfiddle.net/4kf9egr3/ ### Steps to reproduce Create a transition inside a transition with different effects. ### What is expected? Two different effects should be shown. ### What is actually happening? Only the effect of the root transition is shown.
1
On a ES 1.4.2 cluster, I am trying to transiently set the log level of search slowlogs via the API: curl -s -XPUT 'http://localhost:9200/_cluster/settings' -d ' { "transient" : { "logger.index.search.slowlog.query" : "INFO" } }' I confirmed that the transient settin...
I'm not sure if i'm doing something wrong here, but on something like the following...(elasticsearch 0.13) { "from":0,"size" :10, "fields" : "_source.recid", "query" : { "query_string": {"sort":" _source.recid","default_operator" : "AND","query":"mp3_ "}}} { "from":10,"size" :10, "fields" : "_source.recid", "query...
0
As a user, when I open more than two tabs in the default terminal size, I must maximize\resize the window to access the nth tab. There is no horizontal scrolling support. # Proposed technical implementation details (optional) This is a feature that is supported within VS Code and should be extended to windows termi...
This bug-tracker is monitored by Windows Console development team and other technical types. **We like detail!** Please use this form and describe your issue, concisely but precisely, with as much detail as possible * Your Windows build number: (Type `ver` at a Windows Command Prompt) **Microsoft Windows [Versi...
1
Hello, I created a two columns forms, the first column has an input and the second, a static field. As you can see on the screenshot below, the two values are not aligned. ![alignement error](https://cloud.githubusercontent.com/assets/1153856/3327948/1f4afd32-f7b6-11e3-9423-dd813fe254cd.jpg) But when I set this, i...
Perhaps `padding-bottom: 7px` should be added to `.form-horizontal .form- control-static` so that it is the same height as the `input` it replaces (`34px`).
1
The `tf.train.batch()` function had a nice `dynamic_pad` flag: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/training/input.py#L567 Is there anything holding us batch from implementing it in `tf.train.shuffle_batch()`: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/pyth...
tf.train.batch is the only one can handle variable-length sequence, but it does not have shuffling option. For RNN training, shuffling is needed.
1
When I put Atom in my Apple Dock and clicked on the icon Atom started successfully but couldn't find needed programs in my PATH. I've spent sometime finding a possible solution. 1. Instead of having a binary in the Atom.app/Contents/MacOS use your script Atom.app/Contents/Resources/app/atom.sh. 2. The script nee...
When Atom is launched as an application, it doesn't get the user's PATH, because it was launched by `launchctl`. This means that packages like script and hydrogen have to tell the user to launch Atom from the command line. Some packages (like hydrogen) can't even be installed without the PATH because their dependenci...
1
THE CONSOLE LOG: TypeError: undefined is not a function at FindModel.module.exports.FindModel.activePaneItemChanged (/opt/atom/resources/app/node_modules/find-and-replace/lib/find- model.js:38:14) at /opt/atom/resources/app/node_modules/find-and-replace/lib/find- model.js:29:24 at Emitter.module.exports.Emitte...
When i have opened two tabs and i start searching on one, after i go to second one without closing search bar i got this error: TypeError: undefined is not a function at FindModel.module.exports.FindModel.activePaneItemChanged (/opt/atom/resources/app/node_modules/find-and-replace/lib/find-model....
1
_Latest update:#18761 (comment)_ * * * Internal: b/137284394 Here (#4478) Hixie commented: _"Ok the plan is that rather than truncating individual characters until it fit, we will truncate entire atomic positioned glyph sequences (e.g. whole ligatures or shaped words) until the ellipsis fits. That would have the...
Repro: * Run widgets/pageable_list.dart * Tap the menu button in the top left to open the drawer. * Tap _Vertical Layout_. Note that the vertical layout takes effect, but the _Vertical Layout_ DrawerItem is not selected. If you open and close the drawer, then it will be correctly selected.
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.): Lo...
**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.): ...
0
The creation of a range using `range(start, step=..., length=...)` may result in a stack overflow if either of the start or step values is an `AbstractFloat` that is not one of the IEEE ones. Example: julia> range(1.0, step=1, length=10) 1.0:1.0:10.0 julia> range(big(1.0), step=1, length=...
julia> BigFloat(2)*(1:2) ERROR: StackOverflowError: Stacktrace: [1] range(::BigFloat, ::BigFloat, ::Int64) at ./range.jl:74 (repeats 80000 times) julia> versioninfo() Julia Version 0.6.2 Commit d386e40c17 (2017-12-13 18:08 UTC) Platform Info: OS: Linux (x86_64-pc-l...
1
# Summary of the new feature/enhancement I'm going through a ton of file renaming for a media player and I find I am making several incremental changes to the same set of files. It would be nice to have the option to make the changes but keep the current files open. # Proposed technical implementation details (opt...
* PowerToys version: 0.20.1 * Running PowerToys as Admin: Yes * Windows build number: 19041.388 When pc boot up the PowerToys Run does not work ( Pressing Alt + Space does nothing ). If i terminate the app and restart it then it works as intended. Issue occurred when i updated to 0.20.1 version. Previous versi...
0
On the following page http://golang.org/pkg/sync/#Pool an unnecessary empty line is added to the code. It's probably because it contains unexported fields an a new line before the public fields, but it would be nice if this empty is not shown. The same happens in the text version of the page: http://golang.org/pkg/sy...
The documentation for `sql.NamedArg` currently looks like: type NamedArg struct { // Name of the parameter placeholder. If empty the ordinal position in the // argument list will be used. // // Name must omit any symbol prefix. Name string // Va...
1
Many projects require more resources than are available in a single machine. **Does the current opensource release of Tensorflow support processing that spans multiple-machines?** I ask because the main webpage (says single machine) seems to conflict[1] with the Tensorflow whitepaper pdf (says multiple machines). I...
Is there any distributed version of TensorFlow that could work on multiple machines? -Minjie
1
The `std::raw` module exports some representation details for the purposes of transmuting and taking things apart. Stabilizing these means pinning down the representation details forever. One possibility is to instead provide various conversions, rather than asking people to use `transmute`, when we're sure the conv...
rustc 0.8-pre (`570431f` 2013-09-19 15:56:04 -0700) RUST_THREADS=1 must not allow the rust runtime to start a second thread, which it does now. This is _really_ bad. Background: If I wish to fork(2) and use the resulting image, only the thread that calls fork(2) gets duplicated. If any other thread has locked a mut...
0
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.0-a8b8ffb89 Call stack: at I (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:150913) at I (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/b...
bug Uncaught TypeError: Cannot read property 'name' of undefined Uncaught TypeError: e.hasOwnProperty is not a function infinite loading in component view ![image](https://user- images.githubusercontent.com/8398353/71717720-a37e8e00-2e21-11ea-82a3-cc6d815158fc.png) Reproduce: use hook useRouter or HOC withR...
0
When I stress-test PersistentVolume controller I sometimes get (correct) "PersistentVolumeClaim deleted" event followed by (wrong) "PersistentVolumeClaim added". This happens very rarely (<0.01%) when I delete a PersistentVolumeClaim and the controller is under heavy load. I use `framework.NewInformer` (link ) like ...
When I stress-test PersistentVolume controller I sometimes get (correct) "PersistentVolumeClaim deleted" event followed by (wrong) "PersistentVolumeClaim added". This happens very rarely (<0.01%) when I delete a PersistentVolumeClaim and the controller is under heavy load. I use `framework.NewInformer` (link ) like ...
1
Both `DataFrame.hist` and `DataFrame.boxplot` support `by` to create grouped plots, however, `DataFrame.hist` requires that any column in `by` is also included in `column` while `DataFrame.boxplot` its vice-versa. Here is a minimal example:: >>> df = pd.DataFrame({'a': [1, 1, 2, 2, 2, 1], 'b': list('A...
from @lodagro: Been thinking a bit on uniformering signatures for plot, hist, boxplot and what they do/return. For reference, below an overview what pandas and matplotlib.pyplot have. some things that come to mind * +1 for what you did with boxplot, _by_ and _column_ are handy, this could also be used for othe...
1
I'm trying to use `sizehint!` \+ `push!` to fill an array, but it is much slower than the equivalent operation using `resize!` and indexing. Benchmarks below. I'm not surprised there's _some_ overhead, and I'd be willing to accept some just to avoid potential bugs resulting from uninitialized data, but the overhead ...
When looking over my code_native, I recently saw that every push! costs me a call into the runtime library. This appears...excessive, at least for the standard case where the push can be accommodated without copying. So, lets compare the push! and the fastpush! First, lets look at what a vector actually is: ...
1
The CSS is correct but no matter which way it is written, the answer is incorrect. margin-top is not working correctly. .green-box { background-color: green; margin-right: 20px; margin-bottom: 20px; margin-left: 40px; margin-top: 20px; } .green-box { margin: 20px 20px 20px 40px; } The instructions...
In the instructions for the margin, you have the pixel setting for "Top" to 20px instead of 40px.
1
Right now StorageImpl records a dtype. We should remove the dtype and store bytes directly. Non-POD dtypes should still support custom destruction, but that is built on top of an otherwise untyped representation. Representing storage impls in an untyped way means that we can reinterpret cast tensors, e.g., view a flo...
## 🐛 Bug I'm able to create a torch.Tensor from a list of numpy arrays, but I'm not able to create torch.Tensor from a list of torch.Tensors, raising: `ValueError: only one element tensors can be converted to Python scalars` ## To Reproduce Steps to reproduce the behavior: This code raises above error: ...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group 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....
# Checklist * I have included the output of `celery -A proj report` in the issue. (if you are not able to do this, then at least specify the Celery version affected). * I have included all related issues and possible duplicate issues in this issue. * I have included the contents of `pip freeze` in the iss...
0
Challenge http://www.freecodecamp.com/challenges/waypoint-create-bootstrap- wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible. 1- not clear statement "Add two div elements inside your div class="well"> element both with the class col-xs-6" 2 - the code checker wo...
Challenge http://www.freecodecamp.com/challenges/waypoint-create-bootstrap- wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![image](https://cloud.githubusercontent.com/assets/8844886/9320279/e81aebf6-450c-11e5-8a2b-c5b27affca4c.png)
1
**Migrated issue, originally created by Adrian (@thiefmaster)** I have the following code: https://gist.github.com/ThiefMaster/9cea43683142912e5ffb0fa3b5d8d0a9 It fails with a circular dependency error even though there is only a change to `p` (however, both `p` and `gal` show up in `sess.dirty` when I print it r...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** i.e. when doing "whos-dependent-on-who", if both instances are already persistent, there should be no dependency between them and post_update should not be needed. ex: from sqlalchemy import * from sqlalchemy.orm import * ...
1
## Bug Report **Current Behavior** I upgraded to Babel 7.4.0 and core-js 3. I need to include some global Polyfills due to dependencies requiring them (for example React requires `Symbol`). I am using `useBuiltIns: "usage"` in my `env` config. Many polyfills end up being duplicated in my Webpack bundle becaus...
> Issue originally made by @skorlir ### Bug information * **Babel version:** 6.10.1 * **Node version:** 6.2.0 * **npm version:** 3.8.9 ### Description See [[ https://github.com/skorlir/babel-bug-custom-errors | minimal reproduction ]] on GitHub. With a very basic babel setup, if you compile code that looks ...
0
Please open new issue in: https://github.com/microsoft/PowerToys/issues 1. upload log file: C:\Users\user\AppData\Local\Microsoft\PowerToys\PowerToys Run\Logs\1.0.0\2020-08-05.txt 2. copy below exception message Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 ...
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
* open a folder that contains code of an extension * debug the extension * close the extension window (debugger connection correctly gets closed) * in the window switch to a different folder Warning appears 'There is a task running. Do you want to terminate it' It is not clear to me what task that is. At...
It would be great if VS Code's "command" property of a keyboard binding could be configued as an array of actions to perform. For example, some requests (#3588 for one) would be moot if `cmd+s` could be configured to execute `HookyQR.beautify` then `workbench.action.files.save`.
0
As of today specifying ES6 as a module format to transpile to with ES5 as a target will result in the "error TS1204: Cannot compile modules into 'es2015' when targeting 'ES5' or lower." error. But having ES6 modules in the ES5 output would be beneficial for ES6-based tree-shakers like Rollup. Currently one can ES5 ...
Possible duplicate of #7148, but it seems like it should be working according to #6742. **TypeScript Version:** 1.8.7 **Code** File: `1.d.ts` declare module 'm1' { function x (): x.Test; namespace x { export interface Test { prop1: boolean; } } ...
0
If a responsive navbar (i.e., with a collapse data-toggle, etc, as in the examples) lacks a brand element, then the menu items are not positioned correctly on a small screen, instead appearing too high, with pull-right menu items partially overlaying the nav-collapse button. The presence of a navbar-brand element, e...
Hi, I test version 3.0 RC1. I have a problem when I hive my website with my mobile. In Fact when I am on my home page and show my menu I don't hidden this menu. Why ? Because de first item on the nav is "active" and the button (show/hid) is in background. I hope that I am clear. best regards, Lefandordinateur
1
I found this #1655 but it was closed without a real answer and it links to a spec doc that people ask about it in the comments but I do not see anyone answering why it's omitted in the spec. const first = Symbol(); const second = Symbol(); class Foo { // This works [first]() {}...
The class property names can only be identifiers while the name of the methods can also be declared with ["name-of-method"] syntax. Should the two specifications be consistent? class A { ["my-property"] = 5; // Not valid syntax ["my-method"]() { } // Valid syntax }
1
##### System information (version) * OpenCV => 4.2.0 * Operating System / Platform => Linux x86 (cross compiling to ARMv7) * Compiler => GNU 8.2.1 ##### Detailed description opencv/modules/videoio/cmake/detect_ffmpeg.cmake Line 27 in 8808aac | if(NOT HAVE_FFMPEG AND PKG_CONFIG_FOUND) ---|--- `PK...
##### System information (version) * OpenCV => 3.4.0 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2017 Express ##### Detailed description Various problems with the coding of SBM_Sample.cpp. Quoted from here: 1. The default images should be changed from the rubberwhale image...
0
Currently using Celery 4.1.0 ## Steps to reproduce Start a new project using RabbitMQ and register the following task: from django.core.cache import cache @shared_task(bind=True) def test_1(self): if not cache.add(self.request.id, 1): raise Exception('Duplicated task ...
def reset_connection(self): """Re-establish the broker connection and set up consumers, heartbeat and the event dispatcher.""" ###################### Added code ########################################### listening_queues = self.task_consumer.queues and self.task_consumer.queues or None ......
0
When storing a DataFrame using HDFStore the datetime information is altered. My guess is that there is some problem with daylight saving and time zones when the DataFrame is loaded from the h5 file. An example: In [1]: from pandas import * In [2]: df = DataFrame([0,1], [datetime(2011, 3, 27, 2...
E.g. for reindex on panel elp on method reindex in module pandas.core.generic: reindex(self, *args, **kwargs) method of pandas.core.panel.Panel instance Conform DataFrame to new index with optional filling logic, placing NA/NaN in locations having no value in the previous index...
0
http://plnkr.co/edit/5731Z9N6tQ391gQtfZrA?p=preview I've been over the documentation 10 times, I've read through the source code, tutorials, the works... and I still can't wrap my head around what I'm doing wrong. all I want to do is: <app myTitle='my awesome title'> and access myTitle from inside...
1
**TypeScript Version:** 1.8 (From the site) **Code** // A self-contained demonstration of the problem follows... **Expected behavior:** when I open a vs 2015 command prompt and type tsc.exe -v it should say the latest version. **Actual behavior:** It shows an older version.
Hello, I have upgraded typescript to the latest 1.6 release by downloading the VS 2015 installation here: http://www.typescriptlang.org/#Download However if I open up command prompt and do `tsc --version` I get 1.5.3 ![image](https://cloud.githubusercontent.com/assets/3176632/10107023/1258cc50-63b0-11e5-8cbf-a9f60...
1
# Checklist * I have included the output of celery -A proj report in the issue. * I have included all related issues and possible duplicate issues in this issue. * I have included the contents of pip freeze in the issue. * I have verified that the issue exists against the master branch of Celery. * I have ...
* I have checked the issues list for similar or identical enhancement to an existing feature. * I have checked the pull requests list for existing proposed enhancements. * I have checked the commit log to find out if the if the same enhancement was already implemented in the master branch. * I have ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 * Operating System version: macOS 10.15.3 * Java version: 1.8.0_11 ![image](https://user- ...
* 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.2 * Java version: 1.8 ### Steps to reproduce this issue //泛化调用,异步 ...
0
When you choose to customise bootstrap before downloading it from here: http://getbootstrap.com/customize/ The complied CSS for both bootstrap.css and bootstrap.min.css is WRONG. The CSS declaration for the .fade.in opacity is placed at the bottom on each CSS script, meaning when you open the Modal this element: ...
Hi! I just generated a customized version and the modal background is totally black (I also generated a version without any change to be sure it wasn't me that caused that): ![image](https://camo.githubusercontent.com/7c884cd09470c8345f0304ad6c0a9768a9b9ad1b1cf415c28d5eb6df1beb82ab/68747470733a2f2f662e636c6f75642e6...
1
I notice that pressing the stop button in debug no longer seems to close the extension host window, at least sometimes. Did something change here in the protocol? I only see it sporadically so I wonder if this is some timing issue. Also @weinand fyi
* VSCode Version: 1.3.0 insiders * OS Version: Windows 10 Steps to Reproduce: 1. run mock-debug as an extension 2. terminate debug session Observe: extension host window doesn't always disappear
1
When I execute the following SQL in the apache- shardingsphere-5.0.0-RC1-SNAPSHOT-shardingsphere-proxy-bin, the following error is reported: select product_id, apply_id from coupon_activity_map inner join coupon_products_map on coupon_activity_map.coupon_apply_id = coupon_products_map.apply_id where product_id in (...
## Bug Report ### Which version of ShardingSphere did you use? master ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? Proxy ### Actual behavior When using server PreparedStatement to execute TCL, the transaction state in `BackendConnection` is incorrect.
0
### Apache Airflow version 2.1.4 (latest released) ### Operating System Ubuntu 20.04.3 LTS (Focal Fossa) ### Versions of Apache Airflow Providers apache-airflow-providers-apache-hive==2.0.0 apache-airflow-providers-cncf-kubernetes==2.0.2; python_version >= "3.6" and python_version < "4.0" apache-airflow-prov...
### Apache Airflow version 2.1.4 (latest released) ### Operating System Linux/Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened When upgrading to latest release (2.1.4) from 2.1.3, Graph Vie...
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: Linux 4.15.0-122-generic #124~16.04.1-Ubuntu SMP Thu Oct 15 16: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. The test `dubbo- common,org.apache.dubbo.common.threadlocal.InternalThreadLocalTest.testSize` is not idempotent and fails if run twice in...
0
Bug: If you click a bit quickly and sequentially group items #2 and #3, they both open. (should not occur). same thing can happen with any two groups, if cliked a bit more quick than normal speed, while browsing. Feature Request: Options variable: force one group item to be always visible, so that the user will ...
Steps to reproduce the issue: Goto: http://twitter.github.com/bootstrap/javascript.html#collapse 1. Expand third item, wait 2. Click on second and then quickly click on the first item Both first and second panels will be expanded.
1
$ cat example.json { "kind": "Pod", "apiVersion": "v1", "metadata": { "name": "example", }, "spec": { "containers": [ { "name": "example", "image": "phusion/baseimage:latest", "command": [ ...
Kubernetes version v1.3.0 Kubelet concatenates host /etc/resolv.conf and cluster domain entries for my pod, resulting in an invalid config (too many entries with duplicates). The max is only 6 search domains. Any more and DNS resolution breaks when trying to leverage search domains. The example below has only clust...
0
### System Info - `transformers` version: 4.19.3 - Platform: macOS-10.16-x86_64-i386-64bit - Python version: 3.9.7 - Huggingface_hub version: 0.4.0 - PyTorch version (GPU?): 1.9.0 (False) - Tensorflow version (GPU?): not installed (NA) - Flax version (CPU?/GPU?/TPU?): not instal...
### System Info - `transformers` version: 4.19.0 - Platform: macOS-12.3.1-arm64-i386-64bit - Python version: 3.8.13 - Huggingface_hub version: 0.2.1 - PyTorch version (GPU?): 1.10.2 (False) - Tensorflow version (GPU?): not installed (NA) - Flax version (CPU?/GPU?/TPU?): not inst...
1
I have a question, and I can't manage to find the answer in the docs. I would like to get the HTML the server is going to render on a route so I can connect it to a service that turns that HTML into a PDF, in order to server side render pages as PDF. Can someone shed any light on where I could plug in this? Im play...
pnpm is an alternative package manager. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Should work. ## Current Behavior npm run build > vwp@1.0.0 build /Users/Vaughan/dev-live/vwp > next build > Failed to build ...
0
* Electron version: v0.37.5 * Operating system: Fedora Workstation 23 As far as I can see in the latest version, `<webview>` is not working for me. The element is on the document but Electron seems to skip right over it. On the other hand `<iframe>` seems to work as expected. I have had it setup similar to t...
I have a very little demo like this: <!DOCTYPE html> <html> <head> <title>Hello World!</title> </head> <body> <webview src="https://www.google.com/" autosize="on" minwidth="576" minheight="432"></webview> </body> </html> When I run the ap...
1
I'm currently using Julia 1.7.0 and discovered some weird behaviour between `minimum` and `Set{CartesianIndex}` julia> versioninfo() Julia Version 1.7.0 Commit 3bf9d17731 (2021-11-30 12:12 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-8750H CPU @ ...
Since If blocks are expressions, Julia's ternary operator is redundant since it is just a less readable alias for an if block. Furthermore, since Julia uses both : as a separate operator it leads to ambiguous parses in cases like `whichrange()?1:2:3:4` (which returns 1 or 2:3:2 in Julia 0.6). Deprecating the ?: synt...
0
#### Code Sample, a copy-pastable example if possible I have not found an easy way to access a column of a multi index by name. Consider the following code: import pandas as pd df = pd.DataFrame([[1,1,10,200], [1,2,11,201], [1,3,12,202], ...
Hi Wes, I'm trying to read in a csv file with few header lines at the beginning of the file starting w/ a '#'. I tried to use skiprows specifying a list of the first n rows to skip as [0,1,2,3,..,n] but I keep getting Index has duplicates ['#'] error. Is this a bug or I'm doing something wrong? Also, will this be t...
0
If a metric is deleted, charts using it in a single-value MetricControl won't be able to replace it with another metric. #### Screenshots ![deleted-metric-bug](https://user- images.githubusercontent.com/335541/114797075-34dbf000-9d47-11eb-8494-734d3b54545a.png) #### How to reproduce the bug 1. Add a saved metri...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
0
**Feature request** for the opposite of #1603 (not to reverse it, but to add an option to disable it). **Currently:** Atom will reopen files that were not closed from last time (within the same project) **Desired:** An option to disable this, so that no additional files are opened when Atom starts There is curren...
It's useful that atom can remember the files/folders you had open last time and then re-open them next time you start atom. I can't seem to figure out how to turn off this behavior though, I generally _want_ to start clean each time I open atom. Is there a config option to enable/disable this feature? Or could we im...
1
* **OS Platform and Distribution** : Ubuntu 16.04 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow version** : 1.4.1 * **Python version** : 3.5.2 * **CUDA/cuDNN version** : CUDA 8.0, CUDNN 7.0.5 * **GPU model and memory** : GTX1080 (8G) * **Exact command to reproduce** : python...
I am using tf.TFRecordReader and tf.train.batch to evaluate one epoch of my dataset (it has only one file). In order to get a better performance I tried to use enqueue_many passing a list of reader calls, because supposedly it launches several reader threads. However its behaviour has not been as I expected. It retur...
0
If state is currently: { foo: 123, user: {typing: false, active: false} } Then calling `this.setState({user: {typing: true}})` results in state being: { foo: 123, user: {typing: true} } It would be great to have a `setStateRecursively` func...
You know people want it…
1