text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
## ℹ Computer information * Windows build number: 19042.330 * PowerToys version: 0.20.0 * PowerToy module: Color Picker ## 📝 Provide detailed reproduction steps (if any) 1. Launch the Color Picker 2. Open the start menu with the windows key 3. Try to select a color from the taskbar or from the start m...
## ℹ Computer information * Windows build number: 17134.950 * PowerToys version: 0.20 * PowerToy module: ? ## 📝 Provide detailed reproduction steps (if any) 1. right-click tray icon and click `setting` 2. happened ### ✔️ Expected result no g-sync indicator. and no frame/refresh rate drop. _suggest t...
0
demo: https://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Cstage-0&code=async%20function%20foo()%7B%0A%20%20%0A%7D%0A%0Aconsole.log(foo.constructor)%3B&experimental=true&loose=false&spec=false&playground=true it outputs 'Function' The spec https://tc39.github.io/ecmascript-asyncawait...
This would be really nice for larger applications that aren't libraries, where they could still use the full, globally polluting polyfill, but the helpers wouldn't be duplicated across several modules. It would make the compiled code faster to load, and a lot smaller overall. These benefits are nice for both Node app...
0
I'm an **end user** and I'm new to ES and I've been immediately faced with the problem of getting my data processed correctly. The problem with ES (vs. Splunk) is that data is being indexed/analyzed first, then stored, then you can't change it. (vs. Splunk, where almost everything happens during search time, thus y...
Be able to ask the system to reindex from the saved JSON by document ID or query. This is useful once we have ES style plugins for manipulating documents that might later change and therefore cause you to want to reindex some set of documents. #490 and #491 would let you query by a set of documents indexed before t...
1
Right now `test.step` resolves to `undefined`. It would be great if it resolved to the value the callback resolves to, so we could have tests like this: test('test something', async ({ pageObject, page }) => { await pageObject.navigateTo(); const link = await test.step('is able to r...
It would be useful to be able to return a value from a test step and use it in a subsequent step. This way we could avoid mutable state (`let`). const invitationLink = await test.step('Create invitation link', async () => { await page.goto('create-invitation-link'); … ...
1
12 -span columns is great for nearly all cases - except creating 5 column layouts. But I can't create a 10 column system without deleting the 12 column one. And the reason is mainly because @grid-column -variable is called inside the https://github.com/twbs/bootstrap/blob/master/less/mixins/grid-framework.less -mixi...
Cause `@grid-columns` will be used to define the number of columns in make- grid() and make-grid-columns-float() it will be impossible to compile sub grid with different number of columns. See also: http://stackoverflow.com/a/19724075/1596547 The extra parameter will make possible to do: `make-grid(@grid-columns, s...
1
**I'm submitting a ...** (check one with "x") [ ] bug report [ X] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** With multiple <ng-content></ng-co...
**I'm submitting a ... [x] bug report [ ] feature request [ ] support request **Current behavior** I'm using a guard to protect a route ( **View Two** ). User can go from **View One** to **View Two**. Guard checks if application has some state. If not, the guard redirect the user on a ...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME yum ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION No changes to ansible.cfg, and no ANSIBLE_* environment variables are se...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME lineinfile ##### ANSIBLE VERSION ansible 2.2.1.0 and ansible 2.3.0 (devel db8fd95d68) last updated 2017/02/06 16:21:29 (GMT +200) ##### CONFIGURATION nothing special ##### OS / ENVIRONMENT Running on macOS 10.12 agai...
0
#### Reproducing code example: scipy test fails >>> import scipy >>> scipy.test() #### Error message: =================================== FAILURES =================================== ____________________________ test_tolerance_float32 ____________________________ ...
_Original tickethttp://projects.scipy.org/scipy/ticket/1314 on 2010-10-18 by trac user markMiscavage, assigned to @wnbell._ I have this bug in a larger program but I've narrowed it down to a script consisting of just : import sys import scipy.sparse.sparsetools sys.exit("EXIT") This wil...
0
This was posted onto stackoverflow but it seems more like a bug than anything: http://stackoverflow.com/questions/43242246/pandas-dataframe-groupby-failed- zooming-for-x-axis-ticks
As pointed out here (https://stackoverflow.com/questions/24468333/set-xlim- for-pandas-matplotlib-where-index-is-string/24477138#24477138) if the index of a data frame is objects (that is not, the index obviously convertible to scalars and the data is being plotted against `range(len(df))`), the ticklabels are set to...
1
* Install Code Alpha only. * Check add code to path. * in command type code or codeAlpha Observe: both fail. code.cmd refers to Code.exe, however in Alpha channel code is named CodeAlpha.
For import statement in typescript it would be nice if we can reference an object in a class (for e,g.) and the IDE can write (when you click on the object reference Foo in example below) an import statement for you. For e.g. `import {Foo} from "../../../bar/somelongpath/foo"` `export class Test {` `private f: ...
0
# Environment Windows build number: 2004 19041.329 PowerToys version: 19 PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce Press the Space Bar in most applications, I get the Power Toys search, even with all modules disabled. Notably Adobe Premiere...
# Environment Windows build number: [run "ver" at a command prompt] PowerToys version: 0.19 PowerToy module for which you are reporting the bug (if applicable): PT Run # Steps to reproduce Remap key from alt-space to win-space execute shortcut multiple times # Expected behavior don't...
1
**I'm submitting a ...** (check one with "x") [X] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
## I'm submitting a ... [X] Bug report ## Current behavior When setting new `FormControl` instance to `[formControl]`/`formControlName` directive the **disabled** property/attribute of control DOM element **does not update** to the newest value. ## Expected behavior When setting new `FormControl` i...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 1.0.0 **System** : Microsoft Windows 8.1 Pro **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
When I put excel into a zone and do ctrl+f, the find window appears as the same size as the zone. btw, fancyzones is awesome!!! :) # Environment Microsoft Windows [Version 10.0.18363.836] Windows build number: [run "ver" at a command prompt] PowerToys version: 17 PowerToy module for which yo...
This applies to 0.14.1 and also to the current master. Repro steps: * have "Move newly created windows to their last known zone" ON. * open Outlook and snap it to a zone. * open an email message or create a new email message. Result: * the email message window is snapped to the zone where Outlook is snapp...
1
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.6.2 ##### Environment: OS X 10.9.3 ##### Summary: Notification is executed when task was not changed. This behaviour occurs only on ansible 1.6.2 - earlier versions are ok. ##### Steps To Reproduce: Simple play: tasks: \- name: write /etc/nt...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.6.2 ##### Environment: Running from OS X 10.9.3 Managing RHEL 6.5, Fedora 20 ##### Summary: When a change is detected in a specific host handlers run on every host, even in ones without changes @drybjed confirmed this bug and told me it is not pr...
1
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
Currently, when classes with decorators are used in an inheritance chain, the results are undefined. Consider the following two components: @Component({selector: 'a', inputs: ['metaFoo']) class A { @Input() fieldFoo; metaFoo; } @Component({selector: 'b', inputs: ['metaBar'...
1
This is because stateful RNN requires batch_input_shape to be defined, however the forward RNN does not know what the batch_input_shape is when creating the Bidirectional object because it did not yet had the chance to connect to the layers below it. However, the Bidirectional init attempts to create the backward RN...
Please make sure that the boxes below are checked before you submit your issue. If your issue is an **implementation question** , please ask your question on StackOverflow or on the Keras Slack channel instead of opening a GitHub issue. Thank you! * Check that you are up-to-date with the master branch of Keras....
0
I recently upgraded my Airflow version from 1.10.10 to 2.0.0, and noticed the scheduler are failing and exiting after upgrade. After checking the log, it's suggest the duplicated entry for records in `dag_run` table. It tries to insert dag runs already executed before the upgrade. After some digging, I found it rel...
### Apache Airflow version 2.6.0 ### What happened Worker pod template file doesn't have an option to add priorityClassName. ### What you think should happen instead Airflow workers deployment however has the option to add it via the override airflow.workers.priorityClassName . We should reuse this for the w...
0
Hello, There's a bunch of packages which I'm installing that requires NumPy (for example TensorFlow), and I can't seem to be able to install and import them because of an ImportError on the numpy side. This is happening with both `pip install` and building from source. ### Reproducing code example: ...
I have unearthed a very strange problem when combining using Gauss-Hermite quadrature in a script that also does some plotting. #### Minimal example import matplotlib.pyplot as plt import numpy as np plt.plot([0, 1], [0, 1], 'k--') degree = 11 np.polynomial.hermite.hermgauss(degree) #...
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/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): same ...
To avoid the unregister_netdevice race due to hairpin mode (moby/moby#5618, which is due to a kernel bug, maybe https://bugzilla.kernel.org/show_bug.cgi?id=81211) we flipped the container bridge to promiscuous, but this has various side effects (performance hit, duplicate acks, martian packets etc). To workaround th...
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.5 * Operating System version: macOs Mojave 10.14.6 * Java version: 1.8 ### Steps to reproduc...
* 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: linux centos 7 * Java version: 1.8 ### Steps to reproduce this i...
0
### Version 2.6.11 ### Reproduction link https://github.com/vvanpo/minimal-repros/tree/master/vue2 ### Steps to reproduce Finding the same problem as posted here: #11035 See the minimal repro: import Vue from 'vue/dist/vue.common.js' test('errorHandler should capture promise rejections i...
I am using Vue instances on multiple pages, and wanted to start using PJAX, because, well, pjax is pretty awesome. I have changed my $(document).readys to $(document).on('ready pjax:end')s and it indeed instantiates the vue instance and all the modelbindings are working, but the event listeners are not set / not work...
0
I went back to complete some of the new challenges in html/css and jquery sections that were added with the most recent update. When I complete the challenge and click to next, it takes me to a lesson I have already completed (next in line on the map) rather than the next incomplete lesson and gives me credit (items ...
Challenge http://freecodecamp.com/challenges/waypoint-import-a-google-font has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I noticed new waypoints for HTML5/CSS sections. I completed some of the new ones, and just to refreshen up on some older waypoints I finished a w...
1
Hi, **TS** : 1.4 Not sure that I agree we should have an error here: interface Indexer { [x: string]: number } class Base { foo() : Indexer { return undefined; } } /*Error: Class 'Foo' incorrectly extends base class 'Base'. Types of pr...
here is my code export enum SortDir { Asc, Desc, Flip } export interface ISortInfo { getvalue(x: QuerySummary): any; //change to number|string in TypeScript 1.4 order: SortDir; ordercalc?: n...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Included / imported plays and group_vars loading ##### ANSIBLE VERSION $ PYTHONPATH=~/ansible-2.4.0.0/lib ~/ansible-2.4.0.0/bin/ansible --version ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Core / import_playbook ##### ANSIBLE VERSION ansible 2.4.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/renji/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python mo...
1
After update 0.10.10 the code highlight for javascript seems to be different, keywords like `function` `var` etc, are not highlighted. Also, when coding, after line break the cursor get back to the start of the line.
0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio & Light Visual Studio themes: `var` `let` `const` `function` `get` `set` `class` `interface` `module` `namespace` This only affects JavaScript (not TypeScript). The workaround i...
1
Files copied to '/static' using CopyWebpackPlugin are successfully created, but then are deleted right after the console messages 'Building page ...'. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Files copied by CopyWebpackPlugin to '/static' don'...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Using the new next-css module in dev mode, I'd like to globally import a css stylesheet and figured out the correct place could be `_document.js`. `import '../css/style.css';` ## Current Behavior ...
0
For even numbered periods the centered moving average is calculated incorrectly. Suppose the period length is 5. Then the center of 5 periods is 3. However if the period length is 4 then the center of the period is 2.5. The value at index 3 should be the average of the values at 2.5 and 3.5. Pandas is showing the...
Seems like there is a bug in the centered mooving window functions, although the examples here don't show it. Also `np.convolve` used like in this post on Stackoverflow shows different results for the first values: In [109]: ser = pd.Series(randn(20), index=pd.date_range('1/1/2000', periods=20)) ...
1
### Version 2.6.10 ### Reproduction link https://jsfiddle.net/x725dcbu/2/ ### Steps to reproduce ### What is expected? html & template have the same behavior ### What is actually happening? normal markup: `<input value="&#102;&#111;&#111;">` gives `foo` vue template `<input value="&#102;&#111;&#111;">` g...
### What problem does this feature solve? I have a few VueJS components to show a dashboard. I would like to reuse the components to send an email with the latest view of the dashboard. My server-part is using SpringBoot. For the moment, I'm forced to duplicate the VueJS components into Thymeleaf templates. ...
0
Hi, What's the best way to load a neural network that uses cudnn? I heard 'load_lua' doesn't work for cudnn (https://discuss.pytorch.org/t/convert-import-torch-model-to-pytorch/37/12).
Probably most checkpoints have cudnn, should be able to load these.
1
Why do i get this error `App threw an error when running [TypeError: Cannot read property 'start' of undefined]` trying to run: `npm start` const electron = require('electron'); const app = electron.app; // Module to control application life. const BrowserWindow = electron.BrowserWindow; /...
Recently I wanted to test how well electron works on fedora 23. It turns out the prebuilt version doesn't seem to work very well. I am getting this error on the `electron-quick-start` repo: ➜ electron-quick-start git:(master) npm start > electron-quick-start@1.0.0 start /home/tom/Programming/...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-kops-aws-updown/3071/\n\nFailed: Up {e2e.go}\n\n \n \n kops configuration failed: error running kops config: exit status 1\n \n\nPrevious issues for this test: #33357 #33377 #33993 #34033 #34796\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-federation/4526/\n\nFailed: Up {e2e.go}\n\n \n \n error running up: exit status 1\n \n\nPrevious issues for this test: #33357 #33377\n\n"
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME lineinfile ##### ANSIBLE VERSION ansible 2.6.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/jsteel/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module locati...
##### ISSUE TYPE From @halberom on 2015-09-21T143421Z ##### COMPONENT NAME ec2_group module ##### ANSIBLE VERSION _ 1.9.3 devel _ ##### SUMMARY From @halberom on 2015-09-21T14:34:21Z _Description_ Currently running ec2_group with a rule like - proto: tcp from_port: 920...
0
When you have a prepended or appended like this below on a form-inline it brokes. <div class="input-prepend"> <span class="add-on">@</span> <input class="span2" id="prependedInput" size="16" type="text"> </div>
If use "input-append" then "help-inline" not center vertical <form method="post" class="form-horizontal"> <fieldset> <div class="control-group"> <label class="control-label" for="appendedInput">Appended text</label> <div class="controls"> <div class="input-append"> ...
1
### Bug report **Bug summary** Import matplotlib.pyplot fails on MacOSX **Code for reproduction** import matplotlib.pyplot as plt **Actual outcome** Traceback (most recent call last): File "/Users/Apollo/PycharmProjects/CT_registration/main.py", line 114, in <module> mo...
### Bug report As originally reported in http://gnats.netbsd.org/53425 , with matplotlib version 2.2.2, attempting to `import matplotlib.pyplot` on a NetBSD system fails with: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/pkg/lib/python2.7/site-packages...
1
### Bug report **Bug summary** Starting in matplotlib 3.1.1, the outer cells of the `mathshow` (and `imshow`) functions cut cells off by half. Before (matplotlib <= 3.1.0): ![Screen Shot 2019-11-19 at 10 59 53 PM](https://user- images.githubusercontent.com/5618407/69210413-53bd5f00-0b20-11ea-9a53-aa34d13e7b6c.png...
### Bug report **Bug summary** The very top and bottom of the heatmaps are getting truncated to 1/2 height in version `3.1.1`. This does not happen for version `3.0.3`. This is the code from a Jupyter Notebook import matplotlib import pandas as pd import numpy as np import seaborn as sb ...
1
I just think it is better if PowerToys Run can also search over internet. For example: we type github and we will be suggested to open github.com.
# Summary of the new feature/enhancement I want to be able to start a web search from the launcher. Ideally, I'd type `bing power toys` and it would navigate to `https://www.bing.com/search?q=power+toys` in my default browser. `google power toys` would go to the equivalent. The ability to specify the keyword/se...
1
I was not able to find in the current documentation but was wondering if there are plans to have Vue supporting the es6 class syntax like below??: class MyComp extends Vue { ... } I know this exists but its for .vue files and its not part of vuejs https://github.com/vuejs/vue-class-co...
Hi there, I've searched around and haven't find it so far so I hope it's no duplicate. Playing around with the watcher of VueJs I've found a small "ergonomic" issue. When I want to watch a property of a object a way to logically do this could be this: var App = new Vue({ data: { ...
0
Annotations using a bbox boxstyle of "round" have different (incorrect?) clipping behavior compared to a square boxstyle. As an example, note that with matplotlib 1.4.0, the connector arrow extends inside the round box, while it is clipped for the square boxstyle. With earlier versions, both have the same clipping b...
~~Sorry, here's another one without a simplified test case. I will try and get to that tomorrow. For this, you will need matplotlib 1.4.2 and the development version ofObsPy. Then run `obspy3-runtests -d obspy.station.tests.test_station.StationTest.test_response_plot`.~~ Test case is below. With mpl 1.3.1, the plot...
1
* Output of `node_modules/.bin/electron --version`: * multiple affected versions * Operating System (Platform and Version): * multiple affected systems * Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable): * unknown **Expected Behavior** Running...
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 12.0.7 ### What opera...
0
### First check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
Of the **open 345 issues** (at the time of writing) **219 are questions**. Since Github doesn't have a feature to moderate questions (upvote, downvote, close a question, etc) it can be hard to regulate quality in the repo. We could use Github Discussion (example usage by vercel and edgedb) but for a large community ...
0
If I remove the 'navbar-brand' section from a responsive navbar, 'nav- collapse' gains a margin-top of 50px. Is this intended? Because it doesn't a lot of sense.
The issue here is related to the fix done for #8749. Margin-top was added to the navbar when there was no brand to give it that margin, but this was only needed while the navbar was collapsed. <div class="navbar"> <div class="container"> <button type="button" class="navbar-toggle" data...
1
I just updated to 0.94.0 and I get the attached popup error stating that the command is disabled. ![screen shot 2014-05-14 at 1 44 43 pm](https://cloud.githubusercontent.com/assets/89930/2974976/8c865010-db8f-11e3-809f-9e66e1b07cc6.png)
Just noticed a crash when deleting 2 selected files at the same time. on windows 7. Haven't tried duplicating it or anything, but if you need a log or something let me know.
0
I'm in Arch Linux x86_64 This is the repository and branch where the bug in question happened: https://github.com/Denommus/xpath-rs/tree/rust-bug After some study, I found out the smallest code that causes the issue: use std::kinds::marker::ContravariantLifetime; struct Foo<'a> { foo...
Compiling this program results in the following error with rustc `00cdd63`, $ RUST_LOG=rustc::middle::kind,rustc::middle::typeck::astconv RUST_BACKTRACE=1 /opt/exp/rust/x86_64-unknown-linux-gnu/stage1/bin/rustc crash.rs InterDEBUG:rustc::middle::typeck::astconv: ast_region_to_region(lifetime='a id=...
1
**version** THREE.JS V0.122.0 **Describe the bug** TextureLoader load method onProgress does not trigger _**Code**_ let loader = new TextureLoader(); loader.load( 'https://res.lgdsunday.club/renting_panorama_4.jpg', // onLoad (texture) => { // ... },...
The initial idea was to gain support for progress events in `ImageLoader` but the side effects have been so far: 1. Security issues. #9826 2. data: urls no longer working. `0576c7c` 3. Some people (A-Frame) relied on image.src being a file path for their tests. 4. CrossOrigin not working. #10168 5. SVG no ...
1
## 🐛 Failed compiling of the current master branch So, which gloo should we use? The one in caffe2 seems being incomplete while there's another one in thridparty folder. ## To Reproduce 1. Build from source 2. Current master branch 3. CUDA 10 4. Ubuntu 16.04 ## Expected behavior [ 76%] Building CXX obje...
## ❓ Questions and Help Reinforcement learning on multiprocessing Queue. If I use cpu ,NO ERROR. If I use gpu: RuntimeError: Cowardly refusing to serialize non-leaf tensor which requires_grad, since autograd does not support crossing process boundaries. If you just want to transfer the data, call detach() on t...
0
## ℹ Computer information * PowerToys version: v0.20.1 * PowerToy Utility: PowerRename * Running PowerToys as Admin: Yes * Windows build number: 18636.1016 ## 📝 Provide detailed reproduction steps (if any) 1. Use PowerRename to rename my file frome "Marvel.Agents.Of.SHIELD.S01E01.Pilot.1080p.WEB-DL.DD5....
This would be a nice feature to have, as my workflow typically involves mirror-image zones on two monitors, basically to keep the important windows at the center.
0
It seems that if you have many goroutines that do lookups, they are tied to one routine that does the actual DNS resolve. If it succeeds, the answer is provided to everyone and all is happy. When it times out, rather than releasing everyone, all the goroutines must also wait their time out too. It would make more se...
see https://groups.google.com/forum/#!topic/golang-nuts/5er6Ud_V0-U
0
Hi I'm trying to generate nodes using the following code: `unwind range(1,700000) as id create (:t700k{id:id})` 1. Generating 100K-600K nodes finishes successfully but the execution time seems to be exponential which is obviously an issue with scalability. Is this an expected behavior? > Added 100000 labels...
Hi I'm trying to generate nodes using the following code: `unwind range(1,700000) as id create (:t700k{id:id})` 1. Generating 100K-600K nodes finishes successfully but the execution time seems to be exponential which is obviously an issue with scalability. Is this an expected behavior? > Added 100000 labels...
1
* I have searched the issues of this repository and believe that this is not a duplicate. Thanks for your great lib ## Expected Behavior When i upgrade material-ui to 1.0.0-beta.12, my fullscreen dialog can't scroll, so i try to degrade them 1 version at once and repeat it, until 1.0.0-beta.8 they work normally ...
2-nd lvl menu closes unexpectedly if null passed instead MenuItem. (0.20.0 - broken, 0.19.4 - works). * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior 2-nd lvl menu is not automatically closed ## Current Behavior ## Steps to Reproduce (for bugs)...
0
`findWidget.ts` , comment some code inside a closure. The light theme contains a rule for meta that overwrites the rule for comment. ![image](https://cloud.githubusercontent.com/assets/5047891/12195470/b3d4c3c4-b5f7-11e5-8b3d-6b14ab6b5d08.png)
![screen shot 2016-01-08 at 10 00 29](https://cloud.githubusercontent.com/assets/1926584/12194233/b2b0ed32-b5ee-11e5-9393-35e2d2bf24e5.png) I see this for all languages and all themes in VSCode `27db7e9`
1
#### Code Sample # Build pandas python3 -m pip install -t build --no-binary pandas pandas==0.22.0 # Measure size du -sh build/pandas # Strip binaries find build/pandas -name "*.so"|xargs strip # Measure -drastically reduced- size du -sh build/pandas #### Prob...
On the next release, please update the multibuild submodule to matthew- brett/multibuild@`b2748e5` or newer. This should reduce the size of the Pandas wheels from 27M to 11M by excluding unnecessary debug symbols. ref pandas-dev/pandas#19531
1
Hi all, Im unable to import keras or tensorflow in jupyter: ### System information * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 Pro * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : HP Omen, i7 7700HQ, 16GB RAM * **TensorFlow in...
Several users are still using Python32 bits and they cannot install TensorFlow. For them, `pip install tensorflow` fails as no wheel matches the tags expected by their environment (to debug, `pip debug --verbose` shows only tags that don't math the filenames of our wheels). There is some requests to support 32 bits,...
0
# A keyboard shortcut to change the current fancyzones template to a next template in a list Let's say I mostly use a two column configuration on my main desktop but I would like sometimes to have three columns or divide the desktop on four areas so I have three templates that I would like to use in the same desktop...
## ℹ Computer information * PowerToys version: master (`85c0eaa`) * PowerToy Utility: Settings/PT Run * Running PowerToys as Admin: No * Windows build number: [run "winver"] 2004 ## 📝 Provide detailed reproduction steps (if any) 1. Enable PT Run and disable it. 2. Check the general settings.json file ...
0
## Bug Report **Current Behavior** When using **@babel/plugin-proposal-decorators** alongside **@babel/preset- typescript** function overloading does not work. `TypeError: Duplicated element (nameOfOverloadedClassMethod)` This is the transpiled output: { kind: "field", key: "nameOfOverl...
### 💻 * Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code export type Foo = { args: [ [ object: number ] ]; }; ### Configuration file name _No response_ ### Configuration _No response_ ### Cur...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME include_role ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### OS / ENVIRONMENT N/A ##### SUMMARY / STEPS TO REPRODUCE When I include a ro...
I was making an ansible-galaxy role today and when placing the lookup_folder plugin at the same level as the rest of the folders and then using it it returns that it can't find the plugin. Do we have anyway to use lookup_plugins at a role level without forcing uses to manually add it to there playbook? Here is the r...
0
* Electron Version: v3.0.0-beta.5 * Operating System (Platform and Version): Mac 10.12.6 (16G1510) * Last known working Electron version: v2 **Expected Behavior** Window controls should be visible. **Actual behavior** They are invisible. HOWEVER, they are clickable, if you click in the right spot. **To R...
Electron version: 2.0.0-beta.8 Operating system: MacOS 10.12.6 * * * Create a window with `vibrancy` of `"light"`/`"dark"` and a `titleBarStyle` of `"hiddenInset"` and the app crashes on quit. Other combinations may also cause a crash but I haven't tested them. This is a regression, it works with `v1.8.4`. ...
1
Requires back port from master diff --git a/deps/pcre.mk b/deps/pcre.mk index bdc784d..cb4a45d 100644 \--- a/deps/pcre.mk +++ b/deps/pcre.mk @@ -5,7 +5,7 @@ PCRE_CFLAGS := -O3 PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN) $(SRCDIR)/srccache/pcre2-$(PCRE_VER).tar.bz2: | $(SRCDIR)/srccache * $(JLDOWNLOAD...
Currently, the v0.6.2 release of Julia will not build successfully, since the build process attempts to download the dependency PCRE from a dead link. This issue was already fixed in latest/unstable in PR #26757 and backported in PR #26848, but this fix is not reflected in the latest release, here: https://github.co...
1
The majority of search frontends usually display the highlighted chunks below the hit title. The problem is that on non highlighting queries, such as a numerical range, no highlighting chunk will be brought back in the search. If you don't want your display to look bad, you usually display an excerpt of the beginning...
Highlighting is great as providing an _highlighted excerpt_ , but if you run no query against one field, you will have no output at all. Highlighting could provide a non highlighted excerpt (some number of characters from the beginning of the value) as a fallback. This would be yield shorted answers than always a...
1
If you know how to fix the issue, make a pull request instead. * I tried using the `@types/react` (version 16.9.19) package and had problems. * I tried using the latest stable version of tsc (version 3.7.5). https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (...
* I tried using the `@types/react` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `in...
1
The reference states pretty clearly that the memory layout of `struct`s is undefined by default, and presumably the same thing can be said of complex enum variants. However, for C-like enums (simple enums which correspond to some integer type), it doesn't seem to be clear whether implicit discriminators are well def...
The current Rust alpha allows one to attach two lifetimes with the same name to two distinct loop blocks. This is a backwards compatibility risk for hypothesized future versions of Rust where the lifetime labels can be used in e.g. type annotations (rather than solely used for labelled break/continue statements). E...
0
**Migrated issue, originally created by paj (@paj)** MSSQL does not natively support LIMIT with an OFFSET, but it may be possible to emulate the behavior. One option is to use MSSQL 2005's ROW_NUMBER() function; another is just to seek the cursor by the offset.
**Migrated issue, originally created by Anonymous** It could be very useful (at least for me) if SQLAlchemy can support manually add Oracle hints (http://www.adp-gmbh.ch/ora/sql/hints/index.html). This can be useful because sometimes Oracle (in version 10, the 11 should be better), isn't able to optimize the reque...
0
Hi @tomwanzek, I'm trying to reproduce the following d3 example (http://bl.ocks.org/cjrd/6863459) in my Angular2 app with d3-drag and d3-select capabilities but I found the following error: TypeError: Cannot read property 'button' of null at SVGGElement.defaultFilter (drag.js:10) at SV...
**d3-geo** has seen a minor version update to 1.5 adding a new method. The definitions should be updated to reflect `path.measure(...)` and any other relevant changes since the last version against which **d3-geo** was validated. The minor version of **d3** definitions should also be bumped to 4.6. Could be done i...
0
See this code example: >>> t = [[1]] >>> p = [[0]] >>> metrics.ndcg_score(t, p) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/cbournhonesque/.pyenv/versions/bento/lib/python3.8/site-packages/sklearn/utils/validation.py", line 63, in inner_f ...
I'm trying to calculate the NDCG score for binary relevance: from sklearn import metrics # test 1 y_true = [[3]] y_score = [[5]] metrics.ndcg_score(y_true, y_score) And getting error `ValueError: Only ('multilabel-indicator', 'continuous-multioutput', 'multiclass-multioutput...
1
This showed up in the dask.dataframe test suite when testing against the 0.19 release candidate. I'm unsure if this was an intended change or not: ### Pandas 0.18 In [1]: import pandas as pd In [2]: a = pd.Series([1, 2], index=[1, 1]) In [3]: b = pd.Series([10, 10], index=[1, 2]) ...
def get_candidates_3(closing, sales, settings: dict=_default_) -> list: S = sales.loc[:closing['future_cap'], :] # sales were sorted by date beforehand mask = (S['building_id'] == closing['building_id'])|(S['unit_bbl'] == closing['bbl']) ... if mask.any(): ...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/754 on 2008-10-13 by trac user shashmik, assigned to @wnbell._ Running scipy version 0.7.0.dev4763 coo_matrix.tocsr + tocsc both ignore the sum_duplicates parameter: In [1]: from numpy import * In [2]: from scipy.sparse import * In [3]: ...
scipy/scipy/optimize/optimize.py Line 160 in fcdc3d7 | sum(100.0*(x[1:] - x[:-1]**2.0)**2.0 + (1 - x[:-1])**2.0 ---|--- Should be `sum(100.0*(x[1:] - x[:-1]**2.0)**2.0 + (1 - x[:-1])**2.0 )`
0
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Build the attached source using a cgo Makefile What is the expected outp...
by **raul.san@sent.com** : Tested in Ubuntu 12.04.2 LTS The compilation test in 1.1rc2 fails in amd64/linux (in 386/linux is ok): # ../test/bench/go1 ok _/usr/local/go/test/bench/go1 2.990s # ../test runoutput rotate0.go : incorrect output ...
0
In #23461 I described how difficult it is to write automation around kubectl. You want to check for errors at each stage, but you don't want the script to be so brittle that it only works if the apiserver is up and reachable 100% of the time. Asking users (including ourselves) to add the retry logic in the shell does...
0
Hi, I've noticed that numpy's testsuite hangs when numpy is built against MKL 2018.2 - but runs to completion when built against MKL 2017.1. This is the case for numpy v1.14.2, 1.14.x HEAD and master branches. I'm on CentOS 7.4 x86_64 on a Broadwell processor, python 2.7.5 (but also affects other pythons), Cython ...
Hello! Linux Mint: 18.3 (Sylvia) Python: 3.6.3 NumPy: 1.13.3 Cython 0.27.3 I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on `test_path_type_input` within `test_einsum.TestEinSumPath` (or maybe...
1
Within the svg glyphicon, the id of the font is: https://github.com/twbs/bootstrap/blob/master/fonts/glyphicons-halflings- regular.svg#L6 <font id="glyphicons_halflingsregular" horiz-adv-x="1200" > However, in css, it is linked like so: https://github.com/twbs/bootstrap/blob/master/less/glyphic...
ERROR: type should be string, got "\n\nhttps://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17\n\nThis font face declaration is setup to reference the font name as a variable. \nHowever the SVG font ID after the hash is hard coded.\n\nThough this is not really an issue it could later become a problem if the font\nname and SVG font ID changes, and only the variable is updated and not\nproperly tested.\n\nWill submit a PR that uses a new variable `@icon-font-svg-id`\n\n * Edit *\n\nFurther more the font icon ID is incorrect \nhttps://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17 \nhttps://github.com/twbs/bootstrap/blob/master/fonts/glyphicons-halflings-\nregular.svg#L6\n\n`glyphicons_halflingsregular` vs `glyphicons-halflingsregular`\n\n"
1
it works with make_one_shot_iterator(), I can see that the training time is 2x lower, when using the make_initializable_iterator() the time is the same as without prefetching to device. how to use the new feature when dataset switch (train/val/test) is needed for evaluation purpose? code parts //not working t...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow version (use comma...
1
Nose tests are failing on OSX 10.10.2 pip show scikit-learn scipy numpy python --- Name: scikit-learn Version: 0.16.0 Location: /anaconda/lib/python2.7/site-packages Requires: --- Name: scipy Version: 0.15.1 Location: /anaconda/lib/python2.7/site-packages ...
The properties for accessing attributes on `Tree` return arrays which don't own their data, and which are malloced and freed by the tree. Therefore: from sklearn.tree import DecisionTreeClassifier c = DecisionTreeClassifier().fit([[1,2]], [1]) cl = c.tree_.children_left print(cl) del c ...
0
OS Version: Windows10 VSCode version: 0.10.12-alpha Steps: 1. launch app and open a folder which contain .TS file. 2. Verify any error message is showing up. Expected: If there is not extensions installed for TS lint then error should not be highlighted in editor. Actual: While verifying bug #4107 with "E...
* VSCode Version: 1.2.0 * OS Version: OS X el capitan Steps to Reproduce: 1. scroll to the bottom of an editor, so that the last line is aligned with the bottom of the editor 2. notice that the scroll bar position indicator is not at the bottom of the scroll bar Expected behavior: * the scroll bar posit...
0
I have a search box with an attached clear button. When the clear button is pressed the search box should be cleared. ![image](https://user- images.githubusercontent.com/7585117/27259037-cebddd5c-5401-11e7-9300-13f2399e6d05.png) This is the `TextEditingController` & the `TextField` set up. ![image](https://user- ...
I hit it first after making minor changes to the flutter code lab, and am hitting it now, while trying to put together a simpler flutter app. Hot reload is not working, cold launches sometimes work. Flutter run from IJ. Launching lib/main.dart on Nexus 6P in debug mode... Built build/app/outputs/apk/app-debug.ap...
1
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? go version devel +944a085 Tue Apr 12 07:25:11 2016 +0000 linux/amd64 1. What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHO...
On the solaris-amd64-smartos buildbot. See http://build.golang.org/log/3e4aa690c01a4123a508595aa248329b26499b18. ok log 0.018s ok log/syslog 2.047s ok math 0.029s releasep: m=0xc82044a000 m->p=0xc820022000 p->m=859534827520 m->mcache=0xfffffd7fff131a30 p->mcache=0xfffffd7...
1
Consider wanting to create a `<paper-button>` component that can use attributes _or_ properties: Attribute-based configuration: <!-- Will always be disabled --> <paper-button disabled>Save</button> Property-based configuration: <!-- Will be conditionally disabled --> <p...
Say I have a component that needs to know about its disabled state in some event: @Component({ selector: '[md-button][href]', bind: {disabled: 'disabled'} }) class MdAnchor { onClick(event) { // Disabled anchors don't navigate anywhere. if (this.disabled) { ...
1
## First of all my English is suck ## Question when I only configured the default-database-strategy ( no specific table rule are configured ) , My defaul-database-strategy didn't work. (I use hintManager.setDatabaseShardingValue() ) ## Version 4.0.0 ## Detail my configuration as follow : spring....
Anomalies: 1. duplicate database ID production 2. abnormal query data ### Which version of ShardingSphere did you use? org.apache.shardingsphere:sharding-jdbc-spring-boot-starter:4.1.1 ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Pl...
0
[Enter steps to reproduce below:] 1. Right click on any folder. **Atom Version** : 1.0.0 **System** : Unknown Windows Version **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (mo...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
I have this wired bug since I update from v0.15 to v2.4.4. This is my classes: class ParentClass { constructor() {} } // This is my ChildClass class ChildClass extends ParentClass { constructor() { super(); } } Compiles to: "use stric...
> Issue originally made by @SimenB ### Bug information * **Babel version:** 6.3.13 * **Node version:** 4.2.3 * **npm version:** 3.5.2 ### Input code import meep from 'meep'; meep('meep'); ### Description The `default` keyword is not wrapped in quotes. It's wrapped correctly in ...
0
### Expected Behavior Normally, the "app.run()" should go back and open the web server with the port number 3000. from flask import Flask app = Flask(__name__) @app.route('/') def index(): return 'Hello Flask' app.run(port=3000) ### Actual Behavior Errors are occurr...
### Expected Behavior A normal python script with the starter code, wont run. I think that it's the library that causes the error. Script: from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, World!' if __name__ == "__m...
1
my account : https://www.freecodecamp.com/333yalindre My whole progress is gone now. I was at level 290.. Last night i've finished "diff two arrays" challenge and submit it successfully. then i went to my profile page. then **i saw a message that I have no mail address connected to fcc**. i'm sure its there before. ...
#### Issue Description There is an empty list item with no challenge name under the Basic Algorithm Scripting section. #### Browser Information * Browser Name, Version: Google Chrome v55.0.2883.95 * Operating System: macOS 10.12.2 * Mobile, Desktop, or Tablet: Desktop #### Screenshot ![screen shot 2017-01-...
0
* Electron version: 0.36.9 * Operating system: OS X 10.0.2 The error showed on startup, and kept showing up for several times after clicking on OK. But when I opened my app the other time, the dialog did not reproduce. I think this might the with the electron itself. Uncaught Exception: TypeEr...
* Electron version: 0.36.9 * Operating system: Mac We're still trying to nail down repro steps in Slack, but it seems to happen on 0.36.9 when calling `remote` methods. Specifically, we build context menus using `remote` (very similar to the `Menu` sample) and occasionally they stop working with this exception: ...
1
...as a parameter which gets inherited globally by `get()` and other HTTP methods. session = requests.Session(timeout=30) session.get(...) session.get(...) Would be equivalent to: session = requests.Session() session.get(..., timeout=30) session.get(..., timeout=30)...
I was using an old version of requests (I don't know the exact version). When settings the `session.timeout` it was affecting the timeout value during a call to `session.get()`. With recent version of requests, this feature doesn't seams to work. I'm currently using version 2.10.0 Basically, I'm expecting this: ...
1
I think that the size of modal-lg should be smaller for xs and sm devices, so that sizing the modal with hidden- and visible- should not ne necessary fit the modals onto the devices.
First I want to give a example of why this could be useful in my eyes. Reason for having these classes is allowing you to float elements when the screen is large enough and place them precisely when the screen gets smaller. A list of tags for example look nicer when floated on a big screen: |[tag1] [lo...
0
Copied from microsoft/vscode#2000 When using Angular 2 and TypeScript I noticed that editing `template` strings of components in TypeScript files are not working as one expect. There is not autocomplete for tags and other usual HTML editing features. For example import {Component} from 'angular2/core...
## Motivation ES6 Template strings make it much easier to put blocks of HTML code inline with JavaScript. This can be leveraged in frameworks like Angular. One disadvantage to this though, is that IDEs don't know that the string block should be formatted as HTML so there is no syntax highlighting. @Co...
1
#### Code Sample, a copy-pastable example if possible import pandas as pd pd.read_html('https://www.ssa.gov/policy/docs/statcomps/supplement/2015/5h.html')[0] This has complex table headings: ![annual_statistical_supplement__2015_-_beneficiary_families_with_oasdi_benefits_in_current- payment_stat...
Hi, guys! First of all, thanks for making this open source! =D Keep up the good work! **SCRIPT** import pandas as pd dfs = pd.read_html('https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States') print(dfs[0]) The output we found where there is any cols...
1
## ℹ Computer information * Windows build number: [run "winver"] Version 10.0.18363.959 * PowerToys version: Probably current... - it displays toast about ability to update, I select "on next launch", and Windows Installer starts. * PowerToy module: ## 📝 Provide detailed reproduction steps (if any) ...
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
Hello, _Note: I posted this question in "discussions" but not sure it was the right place I apologize for the duplicate_ Coming from Scala where the management of asynchronous/synchronous operations is quite explicit, I am struggling to understand what's the impact of using def instead of async def for path operati...
### First check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
0
## Python version: 3.6.12 Airflow version: 2.0.1 Node: sandbox-hdp.hortonworks.com Traceback (most recent call last): File "/root/airflow/venv/lib64/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/root/airflow/venv/lib64/python3.6/site-packages/f...
### Apache Airflow version 2.4.0 ### What happened From v2.4.0,I run dynamic task mapping example, got many warnings. from airflow import DAG from airflow.decorators import task import pendulum as pl with DAG( dag_id='test-dynamic-tasks', description='测试动态task的注册告警'...
0
**I'm submitting a ...** (check one with "x") [x ] bug report **Current behavior** look at the plunkr: http://plnkr.co/edit/hB34VjxP98uz1iAYS7Dw?p=preview input Name is part of form, Name1, which is defined in a sub-component is not part of form **Expected/desire...
**I'm submitting a ...** (check one with "x") [ ] bug report [x ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** Using the new form API, if a paren...
1
Choose Text Fields page from the side menu But the phone number field has the +1 in the text field and you can't delete it.
Flutter crash report; please file at https://github.com/flutter/flutter/issues. ## command flutter --no-color packages upgrade ## exception YamlException: Error on line 57, column 4: While parsing a block collection, expected '-'. fonts: ^ #0 Parser._parseBlockSequenceEntry (package:yaml/s...
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.5 * Operating System version: mac * 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.7 * Dubbo-Admin version: 最新版本 * Operating System version: 10.15.5 * Java version: OpenJDK R...
0
I'm trying to build Windows Terminal from command line using VS 2017 on Windows 10 x64 insider, build 18362.86. I kept getting the error below even after installing all the VS 2017 components that have something to do with C++ and .Net. From the error message it seems the build surprisingly involves VS 2019 (which I ...
# Tools needed 1. VS2017 or higher with the following packages ("Workloads" tab in Visual Studio Installer) : 1.1 `Desktop Development with C++`. 1.2 `Universal Windows Platform Development`. 1.3 `Windows 10 SDK (10.0.18362.0)`. 1.4 If you're running VS2019, you'll also need to install either `v141 Toolset...
1
# Summary of the new feature/enhancement Enhance FancyZones to support seamless multi-monitor snap capability, equivalent to what Windows 10's built-in Snap function supports. # Description Currently, Win10's built-in Snap feature, although extremely limited in configurability, allows windows to be freely snapped ...
The new multi-monitor zone editor works like a charm, but it's not possible to use the win+arrow to move a window from one screen to another. When using the snap hotkeys, you are restricted to the monitor your window is currently on. Would be nice if this followed the same convention as the regular snapping on mult...
1
There is no easy way to retrieve last termination resource / status for a pod except kubectl get pods -o option.
**Problem** When a container is killed and restarted because, for example, it hit memory limits, the `kubectl describe pod` output only shows an increasing `Restart Count` but no reason for why the container was killed: [12:54:41] $ ./cluster/kubectl.sh describe pod simmemleak-hra99 Name: ...
1
RFC 6265[1] allows cookie values to be double-quoted[2]. However, the current sanitization code strips the double quotes out of a double-quoted value (i.e., a value beginning with a double quote and ending with a double quote). Ironically, the sanitization code double quotes a value if it begins or ends with a space ...
What steps will reproduce the problem? 1.build this program with gomake 2.run leak4 m /tmp/x (server) 3.run leak4 e /tmp/x (client) 4. Observe that each time you run 'leak4 e', the 'leak4 m' grows by about 1.5m. It will continue to grow until the OOM killer is invoked. What ...
0
`babel@7.0.0-beta.46` uses `babel.config.js` for global config. See babel/babel#7358. `next@6.0.0` uses `.babelrc`. > Using external babel configuration > Location: "/app/.babelrc" I assume this is because `next@6.0.0` uses `babel@7.0.0-beta.42` and not the latest yet. * I have searched t...
I'm talking about this. To reproduce just follow the steps on the readme. When running `npm run dev` you'll get an error: ERROR Failed to compile with 1 errors error in ./pages?entry Module build failed: TypeError: unknown: Duplicate declaration "_JSXStyle" 1 | import _JSXS...
0
glide:4.0.0-SNAPSHOT It's neither device nor Android version specific. I can't reproduce it, but it doesn't seem rare when looking at crash numbers. In this case it happened when returning from Activity A to Activity B and Activity B contains the animation. It possible that the ImageViews visibility state is chan...
v 4.4.0 N/A LG K10 Android M When adding new item in my RecyclerView I place it at the very top of the list (index 0). In my first attempt to add new items everything is good but in my second attempt to add new item I get some image to my CardView although I dont have any image include on that item. I also call no...
0
### 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:** * 9....
### 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:** * 11...
1
let obj = { foo: 'foo', bar: 'bar' }; // outputs: let obj = { foo: 'foo', bar: 'bar' }; but: let obj = { foo: 'foo', bar: 'bar', }; // outputs: let obj = { foo: 'foo', bar: 'bar' }; This is a super critical high-...
Super low priority. This works as expected: Input: var foo = { bar: true } Output: "use strict"; var foo = { bar: true }; However, adding a trailing comma makes the last linebreak disappear: var foo = { bar: true, } ...
1