text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
There are two copes of `Biobuf` in the compiler, `cmd/internal/obj/util.go` and `cmd/internal/ld/util.go`. Both are in various stages of decomposition, for example `05d5316` was applied to the latter, but not the former. The former has sort of had `05d5316` applied accidentally, and now `Bungetc` is inconsistent, som...
by **james.fang.cn** : What does 'go version' print? go version go1.2.1 linux/amd64 What steps reproduce the problem? If possible, include a link to a program on play.golang.org. see attachment program. What happened? 1)length of buffer is 2 instead of 1 2)bin...
0
Using tooltips on buttons inside a btn-group will make the buttons to the right of the mouse-over move slightly to the right. Mouse over "First" & "Second" and see the buttons shift over a little. http://jsfiddle.net/MgcDU/2749/
http://jsfiddle.net/JEBdk/5/ tooltip or popover on btn-group. the btn-group is not display correctly! the last btn have not round corners and between the btn's is a space. my suggestion, by generating the tip or popover on the end of document .
1
ERROR: type should be string, got "\n\nhttps://app.circleci.com/jobs/github/pytorch/pytorch/3958244 \nhttps://app.circleci.com/jobs/github/pytorch/pytorch/3958086\n\ncc @ezyang @gchanan @zou3519\n\n"
ERROR: type should be string, got "\n\nhttps://app.circleci.com/jobs/github/pytorch/pytorch/3876399 \nhttps://app.circleci.com/jobs/github/pytorch/pytorch/3865899 \nhttps://app.circleci.com/jobs/github/pytorch/pytorch/3872182\n\ncc @ezyang @gchanan @zou3519 @vincentqb @vishwakftw @jianyuh @nikitaved @pearu\n@mruberry\n\n"
1
### System info * Playwright Version: v1.34.1 * Operating System: Windows 11 * Browser: - * Other info: * VS Code: 1.78.2 * Playwright Test for VSCode: 1.0.11 ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro...
### System info * Playwright Version: v1.32.3 * Operating System: macOS 12.6.5 * Browser: WebKit * Other info: The problem was also happening on Windows (with WebKit) with version 1.31.0 of Playwright. This seems to have been fixed in the latest version of Playwright. Here is another issue similar to thi...
0
Q | A ---|--- Bug report? | no Feature request? | no BC Break report? | no RFC? | no Documentation request? | yes Symfony version | 3.4+ In last weeks I noticed that default logger behavior is confusing. Test kernel setup results in additional (usually unwanted) console output with phpunit, etc. Qu...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 3.4 When using a kernel, booting it and fully running it, logging is now on by default and outputting everything on your console. This means that in every kernel I define, I'll have to add the follo...
1
Not able to recognize the Future and List s in a specific file in my flutter application. This change occurred after I upgraded flutter to the latest version, master channel. Tried `flutter clean` and also tried `pub cache repair`. Thought it was something related to my editor. Switched to Android studio and experie...
## Steps to Reproduce 1. class TextPage extends StatelessWidget { TextPage(@required this.title); String title; final String defTitle = "文字样式"; Widget _sectionTitle(String title) { return new Center( heightFactor: 2.6, child: new Text("x...
0
Issue: Cannot start elevated Windows Terminal using the "WT" shortcut # Environment Windows [Version 10.0.18363.449] WT Version: 0.6.2951.0 # Steps to reproduce * open start menu * type "wt" (without quotes) * on the search results, right-click and select Run as administrator # Expected behavior Start W...
# Description of the new feature/enhancement Currently, when using the mouse wheel, WT scrolls the fixed terminal output window regardless of the shell context. In an editor context like `vi`, or when viewing output from an interactive cli tool such as `less`, this doesn't make sense. Instead, the mouse wheel could ...
0
Tracking issue, base on a idea of @htcfreek from pull request #6975: ## 📝 Provide a description of the new feature It would be nice to see the name of a color direct in the color picker 1. Show the color name in the color picker window 2. Add a option to copy the color name instead of the color presentation (...
# Provide integration with Wox plugins If integration is not possible then provide functionality of below plugins 1. Everything (https://www.voidtools.com/) 2. Wox.Plugin.Runner (http://www.wox.one/plugin/36) - Create simple command shortcuts
0
All hypothesis tests should get a keyword `alternative` where applicable, with naming `{'two-sided', 'less', 'greater'}`. Tests that do have them now are: * `kstest`, added in `3e3e8ea`, `7cf6643` * `fisher_exact`, added in gh-1919 There are open issues to add `alternative` to: * `ks_2samp`, gh-2290 * `bin...
I wouldn't normally post this here but the docs.scipy.org and mail.scipy.org domains are down and have been for almost 3 days, so the docs and mailing lists aren't working (so I can post to the mailing list itself). Feel free to close if this is already being looked into. cc @pv @rgommers
0
When edit markdown docs, if Toggle Soft Wrap is active, get no problem with English input, it will auto change to new line. But if input Chinese, it can't auto change to new line when reach right edge of editor, it will be longer line than it can display. I found it seems problem with number of characters. For examp...
Reported in Halp: * support/b47caffcaba511e3903bfcd96bef4da2 > If I have a paragraph in CJK characters and toggle soft wrap, the wrapping > point (should be the right edge of current window) is far away than the > current edge and some characters are displayed out of window which is not > visible. > I think th...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ### Reproduction link https://3x.ant.design/docs/react/use-with-create-react-app ### Steps to reproduce my: override-config.js const rewired = require('react-app-rewired') const rewireLess = require('rea...
# [feature request] small JS chunk files when using watch mode for non- CommonChunk plugged files Webpack version: 1.13.x/2.x environment: OSX 10.11.5 Browser:all Language: JS Current behavior: Creates large bundled initial and anonymous chunk js files in watch mode. Expected/desired behavior: Creat...
0
Looks like ONNX support does not support dataparallel models (in particular, model that is converted after nn.DataParallel(model). Here is a simple piece of code to repro the issue: import os import sys import numpy as np import pandas as pd import torch import torchvision.models a...
I have a custom model that's not very complicated It's just a combination of Conv2D, MaxPool2D, BatchNorm2D and Dropout2D and one ConvTranspose2D. I'm trying to save this model to file using the torch.onnx.export() function, but I get this error: *** RuntimeError: tuple appears in op that does not forward tuples ...
1
##### System information (version) * OpenCV => 4.1.2 * Operating System / Platform => Arch Linux * Compiler => g++ 9.2.0 ##### Detailed description I found that my application sometimes crashes on `readNetFromCaffe` with a segmentation fault. I believe it is caused by the opencv function not being thread saf...
##### System information (version) * OpenCV => 4.1.2 * Operating System / Platform => Gentoo Linux * Compiler => gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0 ##### Detailed description With OpenCV-4.1.2 I've started to get random segfaults in multi-threaded program. I've managed to reproduce the problem with the very ba...
1
#### Challenge Name Responsive Design with Bootstrap https://www.freecodecamp.com/challenges/responsively-style-checkboxes #### Issue Description When a new challange starts, I always have first to "Reset" the challange, if not, I'm not able to place the cursor where I would like to code, or, when clicked into t...
In all the exercises, we the users are forced to press the enter key before writing any code. * * * #### Update: We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon. The fix can be confirmed on the beta website. The workaround...
1
### System Information System: Ubuntu 20.04 Complier: GCC 7.5.0 OpenCV version: 4.7.0 (build from source) Torch version: 2.0.0+cpu Torchvision version: 0.15.1+cpu Onnx version: 1.11.0 ### Detailed description Following assertion in raised when TopK layer is being parsed. It seems that TopK layer in C++ i...
##### System information (version) * OpenCV => :4.0 * Operating System / Platform => : linux mint (ubuntu 16.04) 64 bit * Compiler => :gcc ##### Detailed description when i have run the command make -j4 . I got error with description that " /anaconda3/lib/libgsttag-1.0.so.0: undefined reference to `gst...
0
This covers `btree_range` and `collections_bound`. Both try to address the combinatorics over inclusive/exclusive/none bounds on ordered queries. I am significantly unsatisfied with the current solution, which is `btree.range(Bound(&K), Bound(&K))`. This pushes all the combinatorics into a nasty calling convention. I...
This compiles: mod Foo {} struct Foo; fn main() {} but this doesn't: mod Foo {} struct Bar; type Foo = Bar; fn main() {} <anon>:3:1: 3:16 error: duplicate definition of type or module `Foo` <anon>:3 type Foo = Bar; ^~~~~~~~~~~...
0
While upgrading to 0.18.1 a new process killer popped up. I had three processes to kill: Alienware Command Center, nVidia Overlay and Microsoft Store. Having to manually kill these processes is a bit of a pain, especially when one, nVidia Overlay, is not killable. In that popup, add an option for the installation pr...
Windows build number: 10.0.19041.264 PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug: auto update The update program requires to disable the Microsoft Store, Microsoft Text Input Application, Mail which are run at background. I can manually kill the process fo...
1
**TypeScript Version:** type-script playground **Code** _TS_ enum Color {Red = 6, Green=5, Blue}; let colorName: string = Color[2]; alert(colorName); ** _JS_ var Color; (function (Color) { Color[Color["Red"] = 6] = "Red"; Color[Color["Green"] = 5]...
Enum value incrementation does not consider previously defined values, nor does the compiler throws an error on duplicate values. Which means you can end up with potential bugs: enum Color {Red = 3, Green = 2, Blue}; Color.Red == Color.Blue; //true
1
Building on a question I asked on StackOverlow, I was wondering if it would be a nice addition if it would be possible to define types recursively. If I am guessing correctly this wouldn't be too difficult to implement. Example: type Document = [number | string | Array<Document>] Currently, according...
interface A<a> { brand: 'a'; nested: a; } interface B<a> { brand: 'b'; nested: a; } type C<a> = A<a> | B<a>; type D = C<D> | string; // <-- i wish
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 5....
* I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details I'm creating an "html to pdf" feature for my app, the user ...
1
I absolute LOVE atom, but this is the one and only big complaint I have. My project compiles files to "public/" folder. This folder is not git-ignored, so therefore it shows up when I search my project for anything. This is very annoying as I never need to see results from this folder. Would be perfect if I could e...
When searching, filters can be specified. However, there's no way to exclude paths from the search. E.g.: `*.js, -*.min.js` cannot be used to exclude minified files from a search of JS
1
### Apache Airflow version 2.2.2 (latest released) ### What happened If I pause/unpause dag in `Tree`, `Graph`, or `Gantt` page, `/paused` url is calling twice. ![image](https://user- images.githubusercontent.com/8676247/146517082-b359a81c-a53f-4aa7-a2e8-11bdbdd1e4d8.png) So paused events are logging twice. ![...
**Apache Airflow version** : 1.10.10 (master has same issue) **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): N/A **Environment** : * **Cloud provider or hardware configuration** : * **OS** (e.g. from /etc/os-release): MacOS 10.15.4 * **Kernel** (e.g. `uname -a`): Darwin Kernel V...
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.6.2 as consumer and 2.7.x as provider * Operating System version: mac os x * Java version: 1.8 ...
* 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.5 * Operating System version: macos 10.15.13 * Java version: 1.8 ### Steps to reproduce this...
0
##### System information (version) * OpenCV => master, `834c992` * Operating System / Platform => Ubuntu 18.04, Power 9 * Compiler => clang version 10.0.0 (git@github.com:llvm/llvm-project.git 2f51a43f8c2b117e69a45eae6a7c849e035a793b) ##### Detailed description In file included from .../opencv/...
##### System information (version) * OpenCV => 3.2.0-rc (from source) * Operating System / Platform => Ubuntu 16.10 * Compiler => gcc 6.2.0 ##### Detailed description I'm trying to use the `ts` module in projects to use the same test functionalities as OpenCV. When I build OpenCV with either ...
0
Upgrading from Material UI 0.19.4 to 0.20.0, I get this error in the dev console Warning: Unknown event handler property `onLeftIconButtonTouchTap`. It will be ignored. in div (created by Paper) in Paper (created by AppBar) in AppBar (created by MainNavBar) No code change ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Drawer should not show up on re-render ## Current Behavior If the Drawer component is re-rendered, the nested Paper component loses its transform style setting and the drawer is shown despite open=fals...
0
My code is probably wrong in some way because I'm a real n00b to Rust but since the compiler output tells me to submit a bug report I will obey. Possible duplicate of #20347 but I know too little to be sure. ## Compiler version info rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000) bi...
I was sloppy when I implemented #22173 and did not include a test. So, surprise, a follow-on commit a few days later broke it. As self-punishment for neglecting to include a regression test, I am assigning myself the task of reviewing our test suite to make sure that every feature- gate has a test. * * * Here is a...
0
hey, i am deploying my nextjs app on nginx where django is running on nginx. i want my nextjs app to run on **mydomain/something** but its not working giving 404 page not found error whereas when i run it on mydomain/ it work fine. please suggest something how i can run it. i followed your wiki link but its not wor...
Next uses routes like `/_next` and `/static` by default. If you wanted to run multiple different Next apps on the same domain, they would collide with each other. Can these paths be made configurable?
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.0 * Operating System version: MAC * Java version: JDK1.8 ### Steps to reproduce ...
0
**Migrated issue, originally created by jvanasco (@jvanasco)** example attached below; this happens in 0.9.4 if trying to load_only a column of the child relationship and not passing in the primary_key, sqlalchemy isn't happy the sql generated is fine and runs -- it pulls the specified column and uses query string...
**Migrated issue, originally created by Ігор Горобець** Hello! How about integrate it? Is it even possible?
0
Is code splitting possible with redux sagas? Does it hurt to load every single saga and reducer? * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environm...
# Bug report Next.js does not work with Visual Studio Code's Debugger. e.g breakpoints do not work. This makes Next.js (at least for me) very frustrating to use. Microsoft has not been maintaining the repo found here (https://github.com/microsoft/vscode-recipes/tree/master/Next-js). This used to work in previous...
0
hi, I am using Sharding-JDBC with a version 5.1.2, and I am wondering if it supports to update actualDataNodes runtime in springboot, if does, how to do it?
For English only, other languages we will close it directly. Please answer these questions before submitting your issue. Thanks! ### Which version of Sharding-Sphere do you using? 3.0.0.M2 ### Which project do you using? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ### Expected behavior Separation of reading...
0
`scipy.stats.rv_discrete` requires that the `x` input for the `values` parameters are integers: > values : tuple of two array_like, optional > (xk, pk) **where xk are integers** and pk are the non-zero probabilities > between 0 and 1 with sum(pk) = 1. xk and pk must have the same shape. #### Reproducing code exa...
`TestHausdorff.test_symmetry` and a number of other `directed_hausdorff` tests triggered the check for unknown objects we just put into `RandomState.shuffle` (see here): mtrand.pyx:4478: in numpy.random.mtrand.RandomState.shuffle ??? E UserWarning: `x` isn't a recognized object; `shuffle`...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Steps to Reproduce (i don't know if bugs) 1. Upgrade to version 5 of next 2. In dev mode the terminal tells me the 404 error of the js source map 3. Keep running my application, but the message bothers me, I do not ...
# Bug report ## Describe the bug Hello, I'm getting this error trying run **yarn build**. I want to deploy to now.sh my ssr app with firebase and antd. I tried **npm i && npm rebuild && npm run build** but it didn't work. Solutions to another issues have not working. > gitpod /workspace/shopping $ yarn build ...
0
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes...
This bug seems to exist in all versions of TensorFlow from (at least) `1.13` to the current `2.0` nightly under multiple configurations (host os, gpu, python versions...) with CUDA 10.0. It can be reproduced fairly easily: with tf.device('gpu:0'): v = tf.ones((2**17, 1, 1), dtype=tf.float32) ...
0
The example file: 包名,模块名,引入,名,简体,类型 Base,Base,否,-,#,符号 Base,Base,否,!,#,符号 Base,#,否,!=,#,符号 Base,Base,否,!==,#,符号 Base,Base,否,$,#,符号 Base,Base,否,%,#,符号 #,Base,否,&,#,符号 Base,Base,否,*,,符号 Base,Base,否,.-,#,符号 The result in Julia 0.4 julia> readcsv("Ba...
Working on #15354 I realized that A = rand(10, 10) sA = sub(A, 1:10, 1:10) sA' works, but As = sprand(10, 10, 0.3) sAs = sub(As, 1:10, 1:10) sAs' does not. I would love to fix it, but I am wondering what the preferred way would be. Should I add a method in `linalg/abstr...
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.1 * Operating System version: mac osx * Java version: 1.8 ### 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.7.8 * Operating System version: MacOS * Java version: 1.8 dubbo HeaderExchangeChannel source c...
0
In the React context, when building an app I'm used to the concept of containers and components. It appears to me that "pages" are somewhat equivalent to containers within next.js. Is there a recommended way to add an application layout container such that I could specify for example global `<Header/>` and `<Footer/...
Hi, I've been seeing deployment errors with my Next.js project using Now. My project runs as expected on my own device and when I try to deploy I get several build errors, I suspect it has something to do with my build scripts. The project with previous deployments had worked just fine before, I recently added dynam...
0
A very handy feature in Notepad++: one can just open a new editing tab, or multiple ones, cut and paste stuff, or scribble a few notes. Upon closing the application or shutting down the computer, instead of the usual "Do you want to save/not save/cancel" (as vsCode does), all those unsaved and unnamed files are...
Mac OSX 10.10.5 Yosemite, VS Code 0.10.1 Modern apps have a convention of not losing changes when the application quits and files haven't been explicitly saved. Sublime Text is particularly nice in this regard, where newly created or unsaved files are silently preserved on quit and restored when it is launched again...
1
### Version 2.6.10 ### Reproduction link https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/ ### Steps to reproduce 1. Open the link in IE browser: https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/; 2. Refresh the page more than twice,you will see the page shows a alert dialog. Because input event is trigger. but the code i...
Both of the following work in Vue 1: <a href="{{ 'something' | linkHandler }}">link</a> <a :href="'something' | linkHandler">link</a> Neither of them work in Vue 2.0, because you can only use filters inside interpolations, and you can't use interpolations as attributes anymore. Any way around thi...
0
Despite having turned on "Move newly created windows to their last know zone", ever since 0.19 and still in 0.19.1 when a new PDF document opens, fancy zones will not snap the pdf to the same zone. When the new document is opened in a new tab within Acrobat reader, Acrobat moves to a new location and shrinks to what ...
Make zones available to conference apps such as Teams for screen sharing. Full screen sharing doesn't work very well if you are using an ultra widescreen monitor, and as teams has no partial screen sharing option it would be useful to have a zone shared so that you don't have to keep changing the app your sharing. ...
0
The responsive utility class .visible-* assumes that we always want display:block to reenable displaying of the given element. It would be nice if in the case that we used this class on an inline element it produced a display:inline style. Adjustments are offered in the case that the tag is table related, but not a ...
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
1
**Describe the bug** After upgrading three to r123 on a working project, that was before using r119, three cannot find some Camera's anymore. Strangely enough it can find some cameras, but not others. It doesn't seem to be related to ortographic vs perspective. It looks like the problem arrises only with nested ca...
##### Description of the problem I use a tool called OarConv which produces collada files with multiple `<polylist>` elements in one `<mesh>` refering to the same material. This works in colladaloader but in colladaloader2 there seems to be a design flaw that the return value of buildGeometry() is a group which is a...
0
This issue was experienced on Linux with the following version info and is related to issue #25884 filed by @Mistguy : > Julia Version 1.0.3 > Commit `1b59908` (2019-01-15 20:28 UTC) > Platform Info: > OS: Linux (x86_64-unknown-linux-gnu) > CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz > WORD_SIZE: 6...
This code takes less than a minute to fill the 64GB of my Linux machine: julia> versioninfo() Julia Version 1.0.3 Commit 099e826241 (2018-12-18 01:34 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz WORD_SIZE: 64 LIBM:...
1
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead). 2. The form below must be ...
I have posted 2 stack overflow questions regarding TF Records and (Sequence)Examples. I even had a bounty on one. Despite only receiving up-votes. Neither received any support. Both had an associated Colab document to assist. The questions where 1. [Store images as byte strings or per channel?]https://stack...
0
## ℹ Computer information * PowerToys version: 0.21 * PowerToy Utility: FancyZones * Running PowerToys as Admin: Yes and No * Windows build number: [run "winver"] 19041.508 ## 📝 Provide detailed reproduction steps (if any) 1.Run Powertoys on startup 2.Enable any form of triggering fancyzones, Shift Key,...
## ℹ Computer information * PowerToys version: v0.21.1 * PowerToy Utility: FancyZones * Running PowerToys as Admin: No * Windows build number: Windows 10 Version 2004: 19041.450 ## 📝 Provide detailed reproduction steps (if any) 1. Check the **Allow zones to span across monitors** checkbox 2. Configure...
1
It would be nice if in addition to the less files their were the equivalent sass files in a sass folder.
With the launch of v3 and the new org, we should formalize the node packages that are out there and ensure they're kept up to date. No idea what this would take, but I'm making a note of it here so we tackle it soon. These two seem like the most popular, Less and Sass versions: **Bootstrap:** https://npmjs.org/packa...
1
The Fixed-to-top navbar when used in mobile view (i.e. clicking a link) does not collapse afterwards. This means that the menu remains expanded and therefore covers the content. See: http://www.eng.ox.ac.uk/hems/hems.html Is it possible to have the menu collapse down after clicking a hyperlink?
Hello, I am fiddling a bit around with the responsive approach in Bootstrap. I feel that the way it is implemented is sometimes a bit static. Are there any plans or idea's (or am I not aware of the ability) to say something like "4 columns" on desktop size. "3 columns" on tablet size. And/or to say the sidebar for i...
0
Borrowing a unique pointer temporarily invalidates its type (the pointer is no longer unique). We need to ensure that the original unique pointer is inaccessible while the borrow alias exists (except, possibly to create other borrows). This will be done in a separate pass (I've actually implemented most of the code a...
#![feature(associated_types)] trait Wub { type Zoop; } trait Flim: Wub {} fn main() {} <anon>:7:13: 7:16 error: associated types may not be referenced here <anon>:7 trait Flim: Wub {} ^~~
0
like powershell,use 'ctrl + enter' can enter/exit fullscreen mode(hide top bar)
Hi! Consider Supporting full screen terminal as already implemented in cmd.exe. It's very convenient.
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME docker_container ##### ANSIBLE VERSION ansible --version ansible 2.2.1.0 config file = /Users/alebedev/projects/ansible/ansible.cfg configured module search path = Default w/o overrides ##### OS / ENVIRONMENT N/A ##### SUM...
Unlike ssh, which appears to have a connection timeout value which is wholly different from a task execution timeout, accelerate mode only appears to have one timeout. This can create a very big problem, where one has to set the timeout very high to deal with long running processes, but then have to deal with very l...
0
Doing a make in the kubernetes source tree produces this error when building with a system version of go: go install runtime: mkdir /usr/lib/golang/pkg/linux_amd64_cgo/: permission denied The build shouldn't be trying to install into system directories. The error is traced is this line: 'CGO_ENABLED=0 go install -...
On my system (Fedora 21), I'm now unable to successfully build master. I get permission denied errors trying to write to `/usr/lib/golang/pkg/linux_amd64_cgo/`. $ ./hack/build-go.sh cmd/kube-apiserver cmd/kube-apiserver go install runtime: mkdir /usr/lib/golang/pkg/linux_amd64_cgo/: permiss...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- Material-UI | React | browser | etc |
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior One click deployment from https://github.com/mui-org/material- ui/tree/v1-beta/examples/nextjs should work. ## Current Behavior One click deployment to now fails. ## Steps to Reproduce (for bugs) ...
0
Hello all This morning I downloaded numba as well as updated all packages with conda update --all. I get an error when trying to import numpy. The message in the ipython console prompted me to post on Github. The exact error message is: Original error was: DLL load failed: The specified module could not be foun...
Create fresh virtual env with Anaconda Navigator 1.9.6 under Windows 10, selecting Python 3.7, naming python37 In the console of VSCode: * activate python37 * pip install numpy (python37) D:\TfsProj\alphastone>pip install numpy Collecting numpy Using cached https://files.pythonhosted.or...
1
My project depends on SciPy and, due to an organizational requirement, all python dependencies must be installed from source distributions. This used to work fine until numpy-1.17rc was released, which drops support for python2.7. When I attempt to install SciPy-1.2.2 (which supports python2.7) from sdist, the setup ...
I'm not sure if this is a PyPI limitation where availability depends on the most recent release, but 1.17.0rc1 is being made available to Python 2.7. This is from an Azure run of statsmodels: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Pyt...
1
In 1.6, stack traces got syntax highlighting in the REPL, but `methods` did not. Syntax highlighting would help with readability. Presumably the code can be reused.
Hello! I love being able to see all the various implement methods, or methods using a certain type in Julia. However, I didn't find it easy to find what I was looking for at a glance. Particularly for functions with many (tens-hundreds) of implementations. So, I've tried adding a bit of colour. I've found it reall...
1
Alright, kind of a React newb but React is not following the principle of least surprises with this one so I have to ask. Our team only really wants serverside rendering for a particular project. We don't need to do much special on the client. However, as far as I have learned, you need to have a reference to the s...
Describe what you were doing when the bug occurred: 1. Click on "ranked" in the Profiler * * * ## Please do not remove the text below this line DevTools version: 4.2.0-a8b8ffb89 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:156567 at Map.forEach () at commitIndex (chr...
0
I know there is a similar issue (#1954) but it is related with Squirrel.Windows and Windows 10. This problem is also on Windows 7 and **Squirrel.Windows** shouldn't be needed for pinning an application. ![img](https://camo.githubusercontent.com/64dd1088e74e97bca1c8e9fa653925f59c456f8232a59f1a21e1c05c1fb5cd91/6874747...
* Output of `node_modules/.bin/electron --version`: 3.0.0 * Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable): 2.0.10 * Operating System (Platform and Version): macOS 10.12.6 **Expected Behavior** When setting the `titleBarStyle` to `hiddenInset` on macOS ...
0
Failed: https://k8s-gubernator.appspot.com/build/kubernetes- jenkins/logs/kubernetes-test-go/17719/ Run so broken it didn't make JUnit output!
Failed: https://k8s-gubernator.appspot.com/build/kubernetes- jenkins/logs/kubernetes-test-go/17098/ Run so broken it didn't make JUnit output!
1
`WireframeGeometry` generates duplicate edges for both indexed and non-indexed buffer geometry. This is true by inspection, as the code does not test for duplicate xyz- coordinates. A simple non-indexed example is: const geometry = new THREE.TetrahedronGeometry( 1, 0 ); // 6 unique edges con...
Discussion continued from @mrdoob's question in #3657. It sure would simplify the code. Non-planar quads would no longer shade incorrectly (because quads wouldn't exist). Raycasting against modified quad terrain would work correctly. The downside is a wireframe cube in CanvasRenderer and WebGLRenderer would no long...
0
This simple code example ends in an Segmentation fault error. Mat test(720, 1280, CV_8UC3); string text = ""; putText(out, text, Point(10, 10), FONT_HERSHEY_SIMPLEX, 1.0, Scalar(0, 0, 0), 2); The reason is the empty string (""), using any other string, that is not empty, works fine. This did...
`putText` throws a segmentation fault when an empty `std::string` is passed as the `text` argument. It doesn't happen with an "empty" char array: cv::Mat im(640, 480, CV_8UC3); std::cout << "a" << std::endl; cv::putText(im, "", cv::Point(10, 30), cv::FONT_HERSHEY_PLAIN, 1., cv::...
1
The compiler appears to crash when fed this invalid syntax. I tried this code: fn main() { let a = []; } I expected to see a syntax error, but instead I got this trace: e0309.rs:2:13: 2:15 error: internal compiler error: cat_expr Errd e0309.rs:2 let a = []; ...
Test case: fn main() { []; } Output: $ RUST_BACKTRACE=1 rustc test.rs test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd test.rs:1 fn main() { []; } ^~ note: the compiler unexpectedly panicked. this is a bug. note: we would a...
1
Make sure these boxes are checked before submitting your issue - thank you! * [ x ] I have checked the superset logs for python stacktraces and included it here as text if any * [ x ] I have reproduced the issue with at least the latest released version of superset * [ x ] I have checked the issue tracker for ...
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...
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.6.7 * Operating System version: windows7 * Java version: 1.7.0_79 ### Steps 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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
0
I'm using Keras 2.1.1 and Tensorflow 1.4, Python 3.6, Windows 7. I'm attempting transfer learning using the Inception model. The code is straight from the Keras Application API, just a few tweaks (using my data). Here is the code from keras.preprocessing import image``` from keras.preprocessing...
When `model.fit_generator` is used with `workers=0` and subclasses of `keras.utils.data_utils.Sequence` for both training and validation data, API of `Sequence` is not recognized inside `evaluate_generator`, it raises: File ".../keras/legacy/interfaces.py", line 91, in wrapper return func(*ar...
0
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci- kubernetes-e2e-gci-gke-staging-parallel/879/ Run so broken it didn't make JUnit output!
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gci-gke-staging-parallel/561/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Network should set TCP CLOSE_WAIT timeout {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kube_proxy.go:209\n Expected error:\n <*errors.errorString | 0xc8200e57c0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:57\n \n\nIssues about this test specifically: #36288 #36913\n\nFailed: [k8s.io] InitContainer should not start app containers if init\ncontainers fail on a RestartAlways pod {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:274\n Expected\n <*errors.errorString | 0xc8201aa880>: {\n s: \"timed out waiting for the condition\",\n }\n to be nil\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:263\n \n\nIssues about this test specifically: #31408\n\nFailed: [k8s.io] ReplicationController should serve a basic image on each\nreplica with a public image [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:38\n Expected error:\n <*errors.errorString | 0xc8201056a0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:108\n \n\nIssues about this test specifically: #26870 #36429\n\nFailed: [k8s.io] Kubectl client [k8s.io] Kubectl logs should be able to\nretrieve and filter logs [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:843\n Nov 26 15:38:18.957: Verified 0 of 1 pods , error : timed out waiting for the condition\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:202\n \n\nIssues about this test specifically: #26139 #28342 #28439 #31574 #36576\n\nFailed: [k8s.io] DNS should provide DNS for pods for Hostname and Subdomain\nAnnotation {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:437\n Expected error:\n <*errors.errorString | 0xc8200db7c0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:236\n \n\nIssues about this test specifically: #28337\n\n"
1
Hello Everyone! I was wondering if it would be possible to implement a method so that users who develop Electron-based apps could bundle their applications with the electron executable as to help obscure their source code further. As it currently stands, it's rather simple for someone to obtain the source code of y...
It appears to have been a while since the last discussions on source code protection with snapshots. NW.js and enclosejs have found ways to do snapshots without including the source code. I was wondering if this could be looked at again, thank you!
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.0 Here is our build performance. ![screenshot from 2017-01-31 10 54 08](https://cloud.githubusercontent.com/assets/496233/22702619/9d87addc- ed61-11e6-9ab3-4ecfac2a753e.png) After upgrade to S...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.3 Created simple gist to show this https://gist.github.com/tarlepp/be57391ceead9099d66e3500001ae58b also tested with phpunit 5.7.11 and the results are the same. I tracked this to commit `e59f0e...
1
When using pd.ExcelWriter, it appears that calling the save method prevents you from subsequently creating new sheets. E.g. see the following test script import pandas as pd import numpy as np import os if __name__ == "__main__" : dates = pd.date_range('20130101', periods=...
Hello, try import requests from pandas.io.json import json_normalize import json import pandas as pd response = requests.get("http://api.openweathermap.org/data/2.5/history/station?start=1356220800&end=1356307200&type=hour&id=5530") df = json_normalize(json.loads(response.text)['li...
1
### What problem does this feature solve? for example in render function: const a = 'Hello world unReactivity' export default { render(c){ return c(div,[a]) } } here the a is not a reactivity data,but when we use template,it seems that we must make a to be a reactiv...
### What problem does this feature solve? I think it would be nice to be able to have some sort of description or documentation index for the props. This index can than also be displayed in the vue devtools. I think it would help other users using already build components. For example when using a framework like vue...
0
thank you very much
With 0.20, we now have an excellent Color Picker in PowerToys (thanks to @martinchrzan). There's an opportunity here to create something that goes beyond just picking colors and really speeding up the workflow for (front-end) developers and designers. An editor window could really help to expand the current feature s...
1
At our company we started to use `deno` as an alternative to `make` and `bash` to provide and run build-scripts for multiple projects. Each project contains an `aid.ts` file in its root which provides a micro-CLI using docopt. So far this works nicely. To make the `aid.ts` files executable from the command line we u...
I'm trying out deno for scripting (it's been a great experience so far, kudos!). I'd like to be able to create script files without a `.ts` extension. If I do this, then the following is interpreted as JS and I get a syntax error on the type annotations: #!/usr/bin/env -S deno run --allow-run --allow-...
1
Numpy 1.8.2 with python 2.7.6 has unconsistent behaviour when doing inplace division of arrays exceeding the buffer size. import numpy as np arr = np.random.rand(2, 5000) arr_copy = arr.copy() arr_copy = arr_copy / arr_copy[0] arr /= arr[0] print np.sum(arr != arr_copy), arr.size - ...
_Original tickethttp://projects.scipy.org/numpy/ticket/1085 on 2009-04-15 by trac user tillmann, assigned to @charris._ > > > import numpy as np > x=np.array([[1,2],[3,4]]) > print x > [[1 2] > [3 4]] > x+=x.T > print x > [[2 5] > [8 8]] when writing code on such a high level of abstraction...
1
* Electron version: 0.35.6 * Operating system: Mac OS X 10.11.3 I toggled the developer tools from visible to invisible using the keyboard and saw this crash happening. I do not think I ever saw this happening before: Process: Electron [20601] Path: /Applications...
As in the title. It crashed while the browser window content was reloaded and i closed devtools Crash report: https://gist.github.com/frozeman/73756870cb36bc9d4614
1
### Describe the issue I've deployed successfully my backend to a serverless cloud service, but, unlike the local version, in the hosted app I'm getting an unreadable response rather than JSON as you can see below. `"��\b��������T�r�8�����r�i�.~�����FH�!�\t��01�C���\\��*Y�T��e�{�=��{��N�gY?_�]��Aӝ�.yQw?k/?��۬=�|��...
### Describe the bug ` var axios = require('axios'); var data = JSON.stringify({ "production_status": "", "package_status": [], "extra_status_reason": [], "page": 1, "limit": 1 }); var config = { method: 'post', url: 'https://example.com/', headers: { 'Authorization': 'Bearer token', }, ...
1
$ ansible --version ansible 1.0 RHEL: Red Hat Enterprise Linux Server release 6.3 (Santiago) $ uname -r 2.6.32-220.4.2.el6.x86_64 Trying to install a rpm using yum and it returning the below although the rpm is not installed on that host : g4t3773g | success >> { "changed": false, "msg": "", "rc": 0, ...
2 roles with the same handler named assigned to host, only 1 handler will be executed. I bisected commits, and found that the problem commit is: `f081c68` Here's my reproducer: https://github.com/jsmartin/test-ansible.git ansible-playbook --version ansible-playbook 1.4 (devel 6dd81f25d9) last u...
0
### Description Checked for duplicates but I might have missed something. The following snippet returns inconsistent results between CPU and GPU runtimes. I checked this on Google Colab. from jax import lax import numpy as np inp = np.array([0, 0, 0]) indices = np.array([[1], [2], [1...
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: from celery import Celery from celery import shared_task from functools import partial import jax import jax.numpy as jnp import numb...
0
While using Typescript I've encountered a problem with packaging of an application: it is splitted into separate js files and can't be bundled into one file because of duplication of variables and file-related modules system used by SystemJS. I've tried AMD and CommonJS, both with the same result. For example, there ...
Currently there is a mix of `Console` service and `getDom().log()` We should unify the log reporting in a Log service.
0
**Elasticsearch version** : elasticsearch 2.3.4 **Describe the feature** : Slow Query log to include information when the query is over an index alias. Specially if the alis includes a filter this should be visible from slow query log. At the moment these logs don't show any information and look identical whe...
When using filtered aliases filtered by type, it will be helpful for slowlog to report the types queried. Currently, it returns `types[]`. POST /_aliases { "actions": [ { "add": { "index": "index_name", "alias": "slowlogalias", "filter": {...
1
Would like the ability to have meta data per property in the mapping, and have GET mapping return it. { theytype: { properties: { field1: { type: "long", _meta: { info:"field1 info" } }, field2: { ...
A mapping can have a _meta element - but it only keeps it if declared on the top level. When using the _meta to annotate a mapping, or keeping custom configuration on it, or using it for some binding - a lot of times besides the top level you also need more custom data on a field level. So you need the mapping to k...
1
While trying to figure out how to properly implement `FnMut` for this struct I ran into this ICE. I still don't know how to properly implement it, chances are I was doing it wrong, but I imagine that an ICE isn't expected in any case so I decided to post this up in case it hasn't been brought up. #![fe...
Adding a sized constraint to a trait caused an internal compile error. I tried this code: trait A: Sized { type N:One; fn new(x:Self::N) -> Self; fn x() -> Self<N=Self::N> { Self::new(Self::N::one()) } } trait One { fn one() -> Self...
1
Duplicate some `addEventListener` signature in XMLHttpRequest interface. `onxxx` props are not, but `addEventListener` methods are duplicate. At least, this is inconsistent coding. actual: // lib.d.ts interface XMLHttpRequestEventTarget { onabort: (ev: Event) => any; onerror: (ev: ...
class Test { num: number; constructor(num: number) { this.num = num; } } var t = new Test(1); var u = new t.constructor(2); This code throws a compile error, but appears to produce valid code when entered into http://www.typescriptlang.org/Playgr...
0
Memory keeps growing at every iteration. My pytorch version 0.4.0a0+4d405a4. import torch from torch.autograd import grad, Variable from torchvision import models model = models.resnet50().cuda() for k in range(20): x = Variable(torch.rand(8, 3, 224, 224).cuda(), requires...
Originally reported by @dmarnerides in #3743: * * * I can reproduce the memory leak with this: import gc import resource import torch from torch import nn, autograd from torch.autograd import Variable class Network(nn.Module): def __init__(self): super(Net...
1
Challenge create-visual-balance-using-the-textalign-property has an issue. User Agent is: `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0`. This is my HTML Code. I followed the instruction in the challenge, but it keeps saying Keep trying. <style> ...
I have a potential issue with the Symmetric Difference Bonfire. I do not believe symmetric difference should be order dependent, but the current tests rely upon a deep equality implementation that seems to care about order. For instance with the code below I get the following error: "expected [ 3, 4, 5 ] to deeply eq...
0
> got an error after pressing ^C: > npm ERR! cb() never called! Full Error: npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community npm ERR! A complete log of this run can be found in: npm ERR! /Users/okleodai/.npm/_logs/2020-01-07...
# What / Why As a developer you would like to leave comments in the same context as you write code to note down todo's, leave hints for other devs or other reasons. Most of my code allows for this except for `package.json`, at least, there is no standard. After reading this blog I think this should be a standard, in...
0
Hello, Atom is great. I am working with a cloud server and don't have the fastest internet connection. I have the server mounted via win-sshfs. When I save, it sometimes takes 5-10 seconds for the file to get transferred and saved, and Atom is completely frozen during that time. It would be great if Atom had the opt...
1
Hello, I just found out a bug. When you've created a navbar with dropdown links, when you select a link in the dropdown (form Mobile version), it doesn't select the link, but closes the collapsible dropdown. Visual example: | Link #1 | Link #2 | Dropdown |_ Dropdown Link #1 |_ Dropdown Link #2 So, if you...
I had a project using more or less the same menu and it worked. Found out it was using Bootstrap version 2.3.1. Compared version 2.3.2 and 2.3.1 and found that in version 2.3.2 there's this snippet of CSS that reads: .dropdown-backdrop { position: fixed; left: 0; right: 0; botto...
1
### Bug report **Bug summary** When trying to show a figure under the `TkAgg` backend, my system crashes when calling `plt.show()` (some quick googling led me to a seemingly similar issue #10833). **Code for reproduction** I use the following script: import sys print("Python", sys.version) ...
**Summary** I am looking for a one-call way to plot multiple stacked bars in one chart by giving it a 2D-Matrix for the y-axis. This feature request is similar to #11048, where the bars are placed next to each other. The documentation for matplotlib.pyplot.bar just allows scalar or array-like inputs. The data us...
0
### Problem `cli.py:shell_command` (flask shell) creates a context and passes it to `code.interact` This leaves tab completion broken: >>> stuff = 5 >>> stuTABTABTABTAB <- no match ### Suggestion This can be remedied by supplying a completer to readline: >>> import readline...
When I running a flask app with debug=True in virtualenv, the cpu usage increase to 20%. But if I set debug=False, the cpu usage is only 1%. If I running without virtualenv, all is ok.
0
In the The Local Weather App example (http://codepen.io/AdventureBear/pen/yNBJRj), the weather information (temperature, current weather, and wind speed) is no longer showing up. The reason appears to be that the Open Weather Map API where the app is pulling the data from now requires you to sign up for an API key. I...
Our Weather Zipline example is now broken. Aparently the API @AdventureBear used on her Zipline no longer works. https://www.evernote.com/l/AlwSsfX2kblJYoOSp9uAq-BKFosOSCg8-aAB/image.png We need to find an API that works and doesn't require adding an API key, or we need to make an API endpoint on Free Code Camp that...
1
For current documentation, the font on the left panel is quite shallow and a bit hard to read. It might be nice to make it darker to improve the readability.
While the new documentation style looks sleeker, I find its readability awful ![image](https://user- images.githubusercontent.com/1656541/45916067-4c80bf80-be4f-11e8-9780-f8feaecafd66.png) I can barely read the text in the grey-on-grey left navbar and the text of the main content is much too thin to be read comfort...
1
In [2]: np.arange(20, dtype='uint') << 64 Out[2]: array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], dtype=uint64) In [3]: np.arange(10, dtype='uint') << 64 Out[3]: array([0, 0, 0, 0, 0, 0, 0, 0, 8, 9], dtype=uint64) In [4]: np.arange(5, dtype='uint') << 64 ...
_Original tickethttp://projects.scipy.org/numpy/ticket/1856 on 2011-06-02 by trac user klasj, assigned to unknown._ The bitshift operations, both right and left cycles when they are shifted more bits than the length of the datatype. This happens for both int32 and int64 but not for int16, unsigned integers work...
1
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME `mysql_user` ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION Default configuration ##### OS / ENVIRONMENT N/A ##### SUMMARY From the MySQL 5.7 what's ne...
For instance, in a role's vars/main.yml, I have the following: luks_dev: "{{ luks_device | mandatory }}" I then have a task that uses this variable in its name: - name: initialize luks in "{{ luks_dev }}" This produces the following output: TASK: [luks | initialize luks ...
0
##### Issue Type: Bug Report ##### Ansible Version: 1.8.2 ##### Environment: Ubuntu 14.04 ##### Summary: When using delegate_to with an inventory variable that uses another variable that includes the 'group' variable, the delegate_to host isn't templated correctly. If the variable is defined in the playbook, ...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME `ansible-inventory` CLI, found at https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/inventory.py ##### ANSIBLE VERSION 2.4 or 2.5 ##### CONFIGURATION Any, functionality of output should be consistent with any valid Ansible configurations. ####...
0
our Linux server running with 500mb memory can't start chrome 90+. if i download chrome 50 or lower and update execute path, does our API support it? thanks
**Context:** * Playwright Version: Latest (today is 26/044/2021) * Operating System: Linux * Node.js version: tested on both node.js version * Browser: chromium **Describe the bug** I'm watching full-js apps (e.g react/angular websites). I initialize one instance, 1 browser and 1 page. I keep the page i...
1
##### Description of the problem Hi everyone, I just found that sprite don't get hit when size attenuation is false * plunker (latest release branch) ##### Three.js version * Dev * r97 * ... ##### Browser * All of them * Chrome * Firefox * Internet Explorer ##### OS * All of them * Window...
Hi Friends! SpriteMaterial.sizeAttenuation = false seems not working as expected with `rayCaster`. I doubt the sprite size(dimension) estimation may be a little bit off, ray is very hard to hit them after apply `scale()`, especially scale down. I can upload a simplified code that regenerate t...
1
Hello, this is intentionally a duplicate of the over-hastily closed #9260. Please reopen the issue and fix the bug, it's annoying. Workarounds are time- consuming. Regards, Matthias
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME vmware_guest_facts vmware_guest_snapshot ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (R...
0
We do not localize key names so far. We need to identify which keys we want to localize(if any). For example, we have `None`, `Disable` artificial keys that should be localized. Maybe letters should be localized as well. Or should we go further and have different keyboard layout for different languages? PowerToys/...
When you share powerpoint presentation in sofware like zoom and want to use presenter mode with notes for yourself, you have only one option: use another monitor. I think it would be another great feature for PowerToys: it creates virtual monitor for PP that you can easily share in zoom or webex and still use prese...
0
# 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...
# 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
**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 ...** [X] bug report **Current behavior** I have some routes like: const routes = [ { path: "", component: HomeComponent, pathMatch: "full" }, { path: "profile", component: ProfileComponent }, { path: "menu", component: MenuComponent, out...
1
### Current Behavior: Self signed certificate in chain after upgrading to npm 7 from npm 6 latest. npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning SELF_SIGNED_CERT_IN_CHAIN: request to https://registry.npmjs.org/@babel%2fparser failed, reason: self signed ce...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior Trying to download this tool https://github.com/CesiumGS/gltf-pipeline, I run the command `npm install -g gltf-pipeline` and I get npm ERR! Exit handler never called! npm ERR! This is an ...
0