text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
I followed the guestbook guide and encountered below problem: k8s version: release 0.13 # Curl test root@uminion:~# curl "192.168.40.11:8000/index.php?cmd=set&key=messages&value=jay_sais_hi" <br /> <b>Fatal error</b>: Uncaught exception 'Predis\Connection\ConnectionException' with message 'p...
Something is leaving a PD around and causing `kube-up` on GCE to block partway up (which is disruptive when you're trying to just create a cluster while grabbing coffee): Looking for already existing resources Persistent disk kubernetes-kube-system-kube-registry found. Would you like to shut do...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME include_role ##### ANSIBLE VERSION ansible 2.3.1.0 config file = configured module search path = Default w/o overrides python version = 3.6.1 (default, Jul 6 2017, 10:09:38) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.4...
##### Issue Type: Bug Report ##### Ansible Version: 1.5.3 ##### Environment: Ubuntu 13.10 ##### Summary: New EC2 machines cannot be added to EC2 load balancers without producing an error. ##### Steps To Reproduce: Attempt to add a new EC2 server to an existing LB. ##### Expected Results: The server is adde...
0
**TypeScript Version:** typescript@1.8.9 typescript@1.9.0-dev.20160330 **Code** function isFunction(item: any): item is Function { return typeof item === `function`; } function isString(item: any): item is String { return typeof item === `string`; } const exampl...
This is a place holder for changes to the type narrowing behavior in TypeScript 2.0: * Generic type parameters are now narrowed function g<T>(obj: T) { var t: T; if (obj instanceof RegExp) { t = obj; // RegExp is not assignable to T } } See the explanation b...
1
As I checked the code, there is no possibility to disable react-hot-loader warnings. What Next.js team does? Ignore them? Thank you. https://github.com/gaearon/react-hot-loader#disable-warnings
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior `Unexpected token function G:\huxinmin.github.io\nextJs\.next\dist\pages\index.js:65 value: async function getInitialProps() { ^^^^^^^^ SyntaxError: Unexpected token function at Obje...
0
The transform-runtime plugin results in errors when doing catch-all reexporting (`export * from 'something';`). ### Input Code package.json: "plugins": ["transform-runtime"] Say you have 3 files: a.js: const a = 1; export { a }; b.js: export * from '...
I am attempting to use transform-runtime in combination with code that uses the export * from 'x' statement. The code that is generated during transpilation includes an import statement for core-js' define-property. I'm using the es2015 preset, so I would expect that a require statement would be generated, not an imp...
1
I think that we should try to implement an official module like the Deno DOM third-party module that includes the `DOMParser`. The whole part about Deno is to mirror the Browser APIs, but we don't even have an official DOM Parser in the std. I think that this should definitely be in the std as it is something that is...
Similar to other browser globals but recognize this is an ambitious request. If web compatibility is a goal then from my perspective this should be too. Currently there are only a few options for constructing a DOM on the backend. Some folks are using Chromium/Puppeteer but this is really memory intensive and crummy...
1
Currently I am implementing some `Dropdown` component and I have something like this. return ( <div className={classnames(classes)} tabIndex="-1"> {Children.map(children, this.render_child)} </div> ) ... @autobind render_child(element, index) { return...
My use case: wrapping all **non-empty** children into divs. render() { return ( <div style={rootStyle} onWheel={this.handleWheel}> {Children.map(this.props.children, this.wrapChild)} </div> ); }, wrapChild(child, index) { if (!c...
1
under OSX 10.10.3 atom build 0.199.0 if you close all windows then hit atom->preferences the preferences windows does not come up. You have to do it twice. If using keyboard shortcuts you must hit command+, two times in order to actually get the presences window. Expected behavior: hit it once and the preferences w...
Atom: 0.198.0 OSX: 10.10.3 Steps to reproduce: * Open atom * Close all atom windows (shift+cmd+w) * Open preferences (cmd+,) Expected behavior: new window opened with settings view Actual behavior: new window opened with new empty file
1
I just moved to using 3.0 version of OpenCV. This error seems to follow me. I have treid cleaning the project, moving to 3.1, but I cant seem to figure out what I'm missing: $ cmake . -- OpenCV ARCH: -- OpenCV RUNTIME: -- OpenCV STATIC: ON CMake Warning at /Applications/opencv-3.1.0/c...
##### System information (version) * OpenCV => 3.4 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2017 ##### Detailed description I have a problem while writing a video file whose frame size is huge(3840*2160). VideoWriter did not give any error but output file is missing codec i...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME vault ##### ANSIBLE VERSION ansible 2.4.2.0 ##### CONFIGURATION Default ##### OS / ENVIRONMENT Ubuntu 16.04 ##### SUMMARY Passing encrypted variables through to_yaml results in variable not being decrypted. ... through to_json result...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME vault ##### ANSIBLE VERSION devel ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY A single vault encrypted value does not get decrypted in a jinja2 pipeline. ##### STEPS TO REPRODUCE Don't worry the below vault data is just us...
1
Hello! I am at the Insider Dev Tour in Stockholm, Watching Simon Wåhlin speak right now, would be cool if you could use the opache function without getting text blurred, so you could read whats on the Visual Studio Code, Atom or browser or something like that, that is under the console to easier see what to type fro...
Perhaps I overlooked it browsing through the json file but i didn't see another means to achieve transparency and i'm not a fan of the acrylic effects blurring factor or the fact that it turns off when the window is not selected. The traditional console provides for a static opacity just like in most nix envs, i'd ho...
1
Perhaps this isn't really a bug but here goes...feel free to move it if needed. Maybe It's me being to stupid but I can't for the life of me find out how to remove a single zone from a layout even though I know how to add new ones? Lets say you have three zones vertically distributed as 33%/33%/33% and want to remov...
# Summary of the new feature/enhancement There's no way (at least an intuitive one) to delete a splitter. I tried RMB and MMB with Alt/Ctrl/Shift combinations, Delete button and nothing worked. I think there should be an option to do that.
1
## Environment * OS: Debian Wheezy (via docker-airflow) * Configuration (trimmed) * python 2.7.9, Airflow 1.6.1 from pypi, my project's requirements.txt (trimmed) ## How to replicate and explanation This DAG crashes my scheduler very quickly when manually (externally) triggered. I'm going to guess it will cr...
**Apache Airflow Version** : 2.1.2 **Environment** : * OS: Linux **What Happens** : When the base_task_runner prepares to execute the task, it opens a temporary error file AND passes the error file name into the task. This temp file is created with default permissions based on the airflow worker, which is usua...
0
Somewhere between all the convert things to OO and restructure gallery PRs, the pyplot section of the gallery now has very little pyplot content: ### PyPlot * plot() format string * Pyplot mathtext * Pyplot simple * Pyplot text * Pyplot three * Pyplot two subplots ### OO * Align y-labels * Ann...
### Bug report **Bug summary** When by mistake the same label is used with fill_between with difference facecolor attributes, matplotlib crash with a very unhelpful message. **Code for reproduction** import matplotlib.pylab as plt f, ax = plt.subplots(1, 1, figsize=(1, 4)) p = ax.semilogy(ra...
0
This happens with TensorFlow 1.12 and CUDA 9.0: $ python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)" v1.12.0-0-ga6d8ffae09 1.12.0 Here's a minimal code snippet for reproducing the problem: #!/usr/bin/env python3 # -*- coding: utf-8 -*- import tensorf...
This template is for miscellaneous issues not covered by the other issue categories. For questions on how to work with TensorFlow, or support for problems that are not verified bugs in TensorFlow, please go to StackOverflow. If you are reporting a vulnerability, please use the dedicated reporting process. For high...
0
### System info * Playwright Version: 1.32.1 * Operating System: Ubuntu 22.04.2 LTS * Browser: Desktop Safari * Other info: Only fails in CI (have tried Github Actions and also Azure Devops). This works locally. ### Source code * I provided exact source code that allows reproducing the issue locally. Th...
Hello. I am trying to deal with saving authentication state between my tests. I am going with approach where I have beforeAll hook where I log in to application, then save the state with context().storageState(): BeforeAll(async function () { global.browser = await chromium.launch({ ...
0
Tested on Windows 10 ![vscode-js- coloring](https://cloud.githubusercontent.com/assets/3028012/13605001/28748f7c-e54e-11e5-8abb-2354f71ff2c8.png)
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
**Describe the bug** When importing Spotlights from GLB, their target seems to be reset after page reload, resulting in different lighting / broken scene. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://threejs.org/editor/ 2. Import World.zip 3. Note spotlights shining from above 4. Re...
{ "uuid": "F7A1537F-0DA9-4FC2-9436-1BCC2A930EDA", "type": "SpotLight", "castShadow": true, "matrix": [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 215.52757263183594, -383.2663269042969, 587.3773193359375, 1], "color": 255, ...
1
After token `<` auto-complete doesn't really work on .tsx files. Two examples: Here I would like to have `boolean` in the auto-complete list, but only functions are showed, so It only shows `Boolean`. ![image](https://cloud.githubusercontent.com/assets/720953/12858663/c5b60aa6-cc51-11e5-9715-4b967149d497.png) Her...
![jsxcompletionsomitsimport](https://cloud.githubusercontent.com/assets/2932786/9593657/294e292c-5006-11e5-903d-ad9b659d2f47.gif) It looks like it's also missing in any other JSX-expression context.
1
`IOWebSocketChannel.connect` suffers from the problem described here: https://www.dartlang.org/guides/libraries/futures-error-handling#potential- problem-failing-to-register-error-handlers-early When I use `connect` with a URL that can't be resolved (e.g. by having my wifi turned off), then I get an exception that ...
Flutter crash report; please file at https://github.com/flutter/flutter/issues. ## command flutter run ## exception FormatException: FormatException: Bad UTF-8 encoding 0xb4 (at offset 96) #0 _Utf8Decoder.convert (dart:convert/utf.dart:574) #1 _Utf8ConversionSink.addSlice (dart:conver...
0
Sorry about the bug title, I don’t know exactly the best way to phrase it. Given the following code: interface A { (key:'foo'):string; (key:string):void; } interface A1 extends A { (key:'bar'):string; } interface A2 extends A { (key:'baz'):string; ...
**TypeScript Version:** nightly (1.9.0-dev.20160515) **Code** var a: '_RESULT' = '_RESULT'; var b: '__RESULT' = '__RESULT'; **Expected behavior:** Both variables are assigned with no errors. **Actual behavior:** `a` is assigned with no errors, but `b` reports type mismatch. This happens wh...
0
#### Browser Information * Browser Name, Version: Chrome 55 * Operating System: Mac OS X 10 * Mac Book Pro #### Video http://d.pr/v/9Ggi/qaGt102x
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
The easiest way to repro this is with a brand new list of ~100 images. Start the activity, stay at the top of the list, see the top images load quickly. Then quickly scroll to the very bottom of the list and wait for the last few images to load. This takes about a minute for the 4 images in view to load. This only re...
OkHttp and HttpUrlConnection both trigger strict mode violations when cancel is called on the main thread (See #257, and the TODO in HttpUrlFetcher).
1
When resizing the following example to XS size 'C' cell text disappears. Text won't disappear when using col-xs-11 . https://gist.github.com/naoro/1b34f7b0b663df7eaf48 It happens both in latest firefox & chrome.
I'm trying to include input group in navigation bar. It looks fine on large screen. However, when I resize screen to small size it collapses. Hre is jsfidle file: http://jsfiddle.net/petwho/7wcVJ/5/ (See how it is collapsed when I scale it down) ![screen shot 2013-08-23 at 2 18 54 pm](https://camo.githubuserconte...
0
## Bug Report **Current Behavior** babel is confused about a duplicate declaration when a type is imported and a value with the same name is declared locally. See code below. **Input Code** The following code results in a "Duplicate declaration" error, but is accepted by TypeScript (the compiler). It's because th...
There's a bug where a variable _ref isn't defined when you declare a generator using a spread. ES6: let a = function*(args) { this.runRoute(...args); }; Compiled: "use strict"; var _toArray = function (arr) { return Array.isArray(arr) ? arr : Array.from(arr); ...
0
I ran into a scenario yesterday that surprised me a bit. I was using an object literal to store some unique keys that I later extracted with a for-in loop. The keys were all numbers, but I quickly ran into a problem at runtime because i had forgotten that JavaScript coerces number type keys to strings for objects. T...
In the following statement, for (let subscription in this._subscriptions) { // Do something with subscription } The variable `subscription` is considered type `any`. Although I'm compiling with `noImplicitAny` as true, no error is given. Based on the for spec, it seems as if `subscrip...
1
Please could you expose handlers for `/_next/on-demand-entries-ping` requests and `/_next/webpack-hmr` requests so that an outer server can respond properly during development. If the container matches the pattern then it should be able to route these requests down to next for a valid response.
## Describe the solution you'd like with-antd-mobile is working but the example allows no custom css/less. Either add custom css in with-antd-mobile or have with-antd-mobile-less like the one we have on with-antd-less
0
Issue Id: **37805625-bfb3-36ca-de37-e04bbd17e7b9** _Versions_ \- 0.10.8 \- `149e7a0` \- `45d6935` _Stack_ TypeError: e.text.substr is not a function at e. (out/vs/workbench/workbench.main.js:40:17379) at e.doElement (out/vs/workbench/workbench.main.js:38:18496) at e.li (out/vs/workbench/workben...
The user should be able to make a permanent decision of associating a file extension to a mode. This could work as follows: * user selects clicks on language picker * user clicks on entry to "Permanently associate extension" * user gets asked for the language mode to store * user gets asked to store it in wo...
0
Describe what you were doing when the bug occurred: 1. clicked "Ranked" in "Profiler" 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.2.1-3816ae7c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108 at Map.forEach () at commitIn...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
**Frans Flippo** opened **SPR-9098** and commented Say I have a Controller with the following request mapping: `@RequestMapping`(value = "/{group}/{identifier}", method = RequestMethod.GET) **Current behavior:** If one of the PathVariable components (e.g. "identifier" in the above example) contains a URL encoded...
**Roman Borisov** opened **SPR-4250** and commented If I create abstract beans with similar IDs in different context files, the framework uses abstract bean from last loaded file. I thought, the framework will throw the exception at startup. Example: file beans1.xml <beans> <bean id="abstractNamedBean" abstr...
0
This code fails to compile: fn rereborrow(v: &r/int) -> &r/int { &_&_v } fn main() {} With error: test.rs:1:38: 1:42 error: illegal borrow: borrowed value does not live long enough test.rs:1 fn rereborrow(v: &r/int) -> &r/int { &_& _v } ^~~~ test.rs:1:35: 1:44 note: borrowed pointer must be valid for the ...
In this test case (`src/test/run-pass/region-return-interior-of-option-in- self.rs`): // xfail-test struct cell<T> { value: T; } struct cells<T> { vals: ~[option<cell<T>>]; } impl<T> &cells<T> { fn get(idx: uint) -> &self/T { match...
1
The README dynamic's graph gif ( e.g dynamic graph ) is still in 0.3 mode and has Variable all over. Considering the recent release, would make sense to update it.
This GIF (see below) needs to be tweaked a bit: ![GIF](https://raw.githubusercontent.com/pytorch/pytorch/master/docs/source/_static/img/dynamic_graph.gif) When I run this code, the first error is: > RuntimeError: element 0 of variables does not require grad and does not have > a grad_fn Looking at the direction o...
1
**URL(s) with the issue:**. https://keras.io/api/applications/ **Description of issue (what needs to be changed):**. Models starting from EfficientNetV2B0 and ending at EfficientNetV2L are duplicated in the table. **Are you planning to also submit a pull request to fix the issue? See thedocs contributor guide:**...
If you open a GitHub issue, here is our policy: It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead). The form below must be filled out. **Here's why we have that policy:**. Keras developers respond to issues. We want to focus on wor...
0
# What / Why > NPM failed to install some package dependencies > It failed during installation of `fsevents` package ## When * today? ## Where * n/a ## How ### Current Behavior * Fails in middle of `npm install` ### Steps to Reproduce * try installing a package that depends on fsevents ### Expec...
### *Updated* as of 01/15/2021 **Note: Please readthis doc before filing a new issue.**
1
There should be a way to safely rename / revoke / reindex / manipulate an index. Currently, I have to do the following: 1. Create NEW index 2. Copy (aka reindex) data from OLD to NEW 3. Delete OLD index 4. Make an alias/link from OLD index name to NEW index 5. Do my stuff 6. Delete OLD index alias 7. ...
The packaging tests try to download watcher/latests in the master/2.0 branches and fail to install watcher. If you manually build watcher for 2.0 from source and dump it into the current working directory then they work but this is a pain for some and impossible for others because the watcher repository is private to...
0
**Symfony version(s) affected** : 4.2.x **Description** When using the Validator component with a Comparison constraint, the AbstractComparisonValidator only looks at the ExecutionContext object to compare values, not the root, see these lines: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/...
**Symfony version(s) affected** : 4.1.x **Description** When I attach to an object of mine through Yaml or annotation one of the `EqualsTo/NotEqualsTo/IdenticalTo/NotIdenticalTo` constraints then this line returns the object that the constraint is attached to. App\Form\Transfer: properties:...
1
node:12.0.0 electron: 7.1.1 Silent print settings margins flashback,Flashback occurs if margins are added margins: { marginType: 'custom', left: 0 } complete webview.print( { s...
### 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 13.1.2 ### What opera...
0
#### Problem Say you have a component template: <div class="autocomplete"> <input role="combobox" class="autocomplete-trigger" aria-autocomplete="list" aria-active-decendant="" <!-- = Whichever option ID is focused --> aria-owns="autocomplete-menu"> <ul id="...
**I'm submitting a ...** [ ] 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 I'm trying to extend a RouterLink directive to append a prefix to each link. `<a myLink...
0
#### Sample code import pandas as pd from pandas.api.types import CategoricalDtype import numpy as np # Load data df = pd.read_excel('http://pbpython.com/extras/sales-funnel.xlsx') # Make categories df["Status"] = pd.Categorical(df["Status"], categories=["won","pending","pr...
When applying multiple aggregations to columns and setting margins=True I receive a KeyError. I believe that because multiple aggregations are applied the columns become a MultiIndex, which is unexpected when computing margins. >>> import pandas as pd >>> import numpy as np >>> import random ...
1
## 🚀 Feature A programmatic means (property) to disambiguate when a `_LRScheduler` should be stepped. ## Motivation Currently, there are a variety of `_LRScheduler`s found in `torch.optim.lr_scheduler`. While the majority should be stepped per epoch (e.g., `LambdaLR`, `MultiplicativeLR`, `StepLR`, etc), some are ...
I'm not very sure that what is the parameter "tgt" means. The document says it is the sequence of decoder. However, I have a question that since I have the sequence to decoder, thus I have the result of decoder, why do I have to use transformer for inferencing? For example, I have a seq2seq task that translate "I...
0
### System Information opencv-python==4.7.0.68 Python 3.10.9 Arch Linux ### Detailed description `VideoWriter` fails silently when the size of the frame passed to `VideoWriter().write()` differs from the `frameSize` specified in the constructor. I would expect an error, but instead, the writ...
##### System information (version) * OpenCV => ❔ * Operating System / Platform => ❔ * Compiler => ❔ ##### Detailed description ##### Steps to reproduce
0
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
I encountered an issue with tf.image.encode_jpeg. I got a lot of images to preprocess. The code that caused the problem is like this: for imagefile in image_list: im = cv2.imread(imagefile) image_data = tf.image.encode_jpeg(im, format='rgb') The memory usage kept increasing as image.encode_jpeg was called. Even...
1
1. Loads of operations in the embedding example are not supported on GPU. Some documentation detailing this would be good. 2. I tried to get around the problem by using 'tf.ConfigProto(allow_soft_placement=True)'. However now I get 'Executor failed to create kernel. Invalid argument: AttrValue must not have refer...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
0
Material-UI v1.0.0-beta.25 document -> 'component demos' https://material-ui.com/demos/tables/ 'Sorting & Selecting' section ,condsandbox stop working(HTTP Error 414)
Hello, i have created a simple Create React App + Material-UI application with some of the examples from the docs, like checkboxes, grid spacing, checkboxes, modals, etc, packaged it using Cordova and ran it on my IPAD. I am experiencing (especialy when clicking a checkbox or a toggle) the 300 ms delay. With modals...
0
Push all `hold` logic up to the pyplot layer. Assume that if client code wants to clear the axes, they will call it them selves. Tagged an v2.0 as I see no way to do this in a reverse compatible way.
### Problem One serious problem is how to deal with text having both latex and html-like tags. MEP29 ### Proposed Solution This MEP proposes to add lightweight markup to the text artist. ### Additional context and prior art Using different size/color/family in a text annotation is difficult because the text meth...
0
**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 18.04 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: * TensorF...
Can't compile tensorflow on Ubuntu with Skylake CPU (i7-7820X). I get the following error: ERROR: /home/Dmitry/Private/Kaggle/tensorflow/tensorflow/core/kernels/BUILD:1369:1: C++ compilation of rule '//tensorflow/core/kernels:range_sampler' failed (Exit 1): crosstool_wrapper_driver_is_not_gcc failed: e...
0
This may be a duplicate of #19058, but the code looks somewhat different - there is only one associated type. Here, the idea is to blanket impl a trait with an associated type based on another. #![feature(associated_types)] trait Base {} trait AssocA { type X: Base; } trait Asso...
I am attempting to build Rust version 1.0 on FreeBSD 10.1 for the first time. I've never tried to build Rust before and am somewhat new to FreeBSD (typically I use Linux and OSX). Please let me know if there's any additional information I can provide. Here is my system information: # uname -a Fre...
0
I'm currently building type definitions for this library as I use it, so I'll eventually finish the whole thing. However, if anyone has already written some, please contribute (or just link to a repo) to cut down on duplicate work. I can help with test coverage.
* I tried using the `@types/webappsec-credential-management` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * [Mention] * Authors: @iainmcgin I got lots of errors with typescript@2.2.1 ERROR in [at-loader] node_modules@types\webappsec-...
0
##### System information (version) * OpenCV => 3.4.2 * Operating System / Platform => Ubuntu 16.04 * Compiler => CMAKE ##### Detailed description Hello I tried to reinstalling my opencv with TBB support, but when I tried to install it, there is error in the video_stab when I tried to run -make j8 in the comm...
##### System information (version) * OpenCV => 3.4 * Operating System / Platform => Linux Ubuntu 16.04 64 bit * Compiler => GCC version 5.4.0 ##### Detailed description While installing OpenCV 3.4 (using GCC 5.4.0, cuda 8, nvidia driver 378.1), the make command fails fails with the following errors: [ 87%] ...
1
Challenge Bonfire: Friendly Date Ranges Strange test cases. I think they is expired: friendly(["2015-07-01", "2015-07-04"]) should return ["July 1st","4th"] friendly(["2016-03-01", "2016-05-05"]) should return ["March 1st","May 5th"] "July 1st","4th" "March 1st","May 5th" User can't understand that it is 201...
Challenge http://freecodecamp.com/challenges/bonfire-friendly-date-ranges has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I know this has been debated before, and I understand that if the dates are within 11 months it can be inferred that it is the following year, but...
1
##### ISSUE TYPE * Bug Report * Documentation Report ##### COMPONENT NAME vmware_guest ##### ANSIBLE VERSION $ansible 2.3.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.5 (default, Jun 17 2014, 18:11:42) [G...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.1.1.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION **hosts file:** [localhost] 127.0.0.1 [localhost:vars] ansible_connection=local ##### OS / ENVIRONMENT UBUNTU 16.04...
0
# Rust version: rustc 1.0.0-nightly (3ef8ff1f8 2015-02-12 00:38:24 +0000) binary: rustc commit-hash: 3ef8ff1f81107b42840a695725e1a0869c163355 commit-date: 2015-02-12 00:38:24 +0000 host: x86_64-apple-darwin release: 1.0.0-nightly # Error: ➜ rust-crdt git:(master...
The code below triggers an internal compiler error: thread 'rustc' panicked at 'assertion failed: did.krate != ast::LOCAL_CRATE', /Users/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-mac/build/src/librustc/middle/ty.rs:5341 Smallest input file that tickles the error: trait A...
1
Previously if you were at the terminal and typed "atom" it opened the current directory in atom. As of a recent release, it now opens an empty window. To achieve the same result as before one must now type "atom .". I understand making changes and that relearning will be required, but it does seem like consistency ac...
Recently atom has changed to require `atom .` instead of just `atom` to open the working directory. This has been a really frustrating change. How do I make atom open the working directory without the `.` argument?
1
Congrats on the release of Flask 2.2.0🎉 I noticed some weird behavior. ## Environment: * Python version: 3.8.6 * Flask version: 2.2.0 * nose 1.3.7 ## Procedure: 1. Create the following file as `example.py` from flask import request def awesome_function(): return "spa...
Migrating from Flask 2.1 to 2.2 failed a few unit tests of mine. It looks like we can no longer import `flask.request` top level in a test file (reproduced across Python 3.7, 3.8, 3.9, 3.10): from flask import Flask from flask import request def test_something(): assert True This ...
1
julia> last(CartesianIndex(1, 1, 2)) ERROR: MethodError: no method matching lastindex(::CartesianIndex{3}) Closest candidates are: lastindex(::Markdown.MD) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Markdown/src/parse/parse.jl:26 lastindex(::Base64.Buffer...
I have this type: ## Amino Acid encoded as Integer, like in MATLAB's aminolookup (1:25) and Amino Acid Index Database (1:20) immutable AminoAcidInteger <: AbstractAminoAcid byte::Uint8 end With this `show` and `write` definitions: ## Printing and Writing BioUnit as ...
0
Hi, First I must say thanks for the awesome effort that has been put into v1 rewrite * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Consider a SSR scenario with async component loading using ReactDOM.hydrate, with a component hierarchy a bit like t...
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Expected classnames to be unique pr generator returned. ## Current Behavior The generator function returned by createGenerateClassName is based on a counter. This causes two functions returned...
0
Hi there, I am evaluating an upgrade to 1.7.1 for our 1.4.4 production cluster. We seem to be having some data that has geo shapes that 1.4.4 accepted and indexed but 1.7.1 is choking on. The message below is only a warning but it seems to be rejecting the whole shard to be moved to the newer versioned machine, rig...
_From@gabriel-tessier on July 17, 2015 2:56_ Hi, I need to update the user dictionary and I usually open close the index to make the change apply. One question: Is it the only way to update the dict cause in case of typo (missing a , or one bad space) in the file the index don't open at all and on production se...
0
# Bug report **What is the current behavior?** Server should get start without any error with **webpackPrefetch** in dynamic import. But it is failed to start if the webpack version is >= 5.25.0 and it is working fine if webpack version <= 5.24.0. Got below error while starting server /Users/Docume...
**Do you want to request a _feature_ or report a _bug_?** It's either a bug or the documentation is not clear. **What is the current behavior?** Trying to solve this stackoverflow question. I use `webpack.optimize.CommonsChunkPlugin` twice, but only first `minChunks` function is applied. **If the current beh...
0
#### Code Sample, a copy-pastable example if possible #Using pandas 0.19.2 import pandas as pd, pickle arr= np.ones((5,5)) col= [ r'統合商C', r'統合商名', r'区分', r'H区分名' , r'H区' ] df= pd.DataFrame(arr, columns=col) with open( 'df_pandas_192.pkl', 'wb') as f: pickle.dump...
An example from #20986 (comment) from io import StringIO from pandas import concat, DataFrame, read_table buffer = StringIO("""\ study SRP052491 SRP052491 run SRR1762738 SRR1762739 gene_id ENSG00000000003.14 16641 11561\ """) expressions = read_table(buffer, hea...
0
It would be useful to have an API to set the linestyle cycle for an axes object, just like there is one for the color cycle. It would allow one to change linestyles independently of the color, which is useful for publications that need both color and black-and-white distinguishability.
There seems to be some code duplication between tests and examples (e.g. `test_triangulation.test_tri_smooth_contouring` and `pylab_examples/tricontour_smooth_user.py`). Perhaps it would make sense for the tests to simply import the relevant example file instead (which should trigger the plotting), in a context where...
0
I am getting the 'Importing the multiarray numpy extension module failed' error message when I create a new python environment and install the python package SatPy. I have uninstalled and reinstalled numpy multiple times and created new environements as well as clone working environments. I am not sure if this issue ...
I was trying to import the skyfield library ### Reproducing code example: from skyfield.api import Topos ### Error message: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/numpy/core/ **init**.py", line 17, in from . import multiarray File "/usr/local/lib/python...
1
**Context:** * Playwright Version: [what Playwright version do you use?] 1.24.1 * Operating System: [e.g. Windows, Linux or Mac] Ubuntu 22.04 * Node.js version: [e.g. 12.22, 14.6] 16.15.1 * Browser: [e.g. All, Chromium, Firefox, WebKit] Webkit * Extra: [any specific details about your environment] I am ru...
### Workaround Use **Ubuntu 22** to run the **Ubuntu 22** (jammy) container, then it works. Using Ubuntu 20 to run it, won't work and leads into this issue. Please upvote if you encounter this issue, this helps us to prioritise. * * * **Context:** * Playwright Version: 1.23.0 * Operating System: Linux *...
1
match std::io::stdin().read_u8() { Ok(_) => (), Err(e) => println!("{}",e) } Output: "unknown error (OS Error 8 (FormatMessageW() returned error 15100))" Win 7 rustc 0.10 host: i686-pc-mingw32
More investigation from #13073. extern crate native; extern crate green; extern crate rustuv; use std::libc::{c_void, LPWSTR, LPVOID, DWORD}; extern "system" { fn MessageBoxA(hWnd: u32, lpText: *u8, lpCaption: *u8, uType: u32) -> i32; fn FormatMessageW(fla...
1
# Description of the new feature/enhancement A **multiplexer** feature would be very useful and cool! By having multiple panes in a single windows: * You can easily copy/paste output from one pane to another. * You can work on multiple tasks at once. * You can monitor multiple commands at once. * You can ...
I personally prefer having a context menu with right click. Basically I request that you mimic an option from Visual Studio Code where you have "terminal.integrated.rightClickBehavior" that allows you to specify how right click behaves.
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I am building a wrapper middleware in express to restrict an entire next application from the public without a password and a username. It should catch every get request that's coming through, check for ...
When using `docker build .` on our production server, I get the following error: ... Step 12/14 : RUN yarn build ---> Running in 95abf61028ab yarn run v1.3.2 $ next build > Using external babel configuration > Location: "/usr/src/app/.babelrc" > Using external babel configu...
0
Hi, I'm using TSC 1.5.3 (latest head) and I'm trying to compile following piece of code @SomeDecorator() export class App { constructor() { } } {"compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "s...
Original issue: systemjs/builder#178
1
Hi, Symfony source code is well commented but we can see a lot of different use of phpDoc. BTW, i think that would be a good idea to define how to write the phpDoc. (We can discuss here and update the symfony-docs) I think for exemple, this coding standard is the best actually: https://github.com/opensky/Symfony2...
There are several problems with the current way: * default logic is hard-coded in AbstractAuthenticationListener (can not be modified without copy/paste) * there are problems with XHR/automatic background requests that might change the redirect path (this is hard to customize at the moment)
0
### System info * Playwright Version: [v1.35.1] * Operating System: [Linux, Mac] * Browser: [Chromium] * Other info: Random occurance ### Source code * I provided exact source code that allows reproducing the issue locally. or **Config file** // playwright.config.ts import { defineCo...
### System info * Playwright Version: [v1.32.2] * Operating System: [Ubuntu 20.04] * Browser: [All, Chromium, Firefox, WebKit] * Other info: * Github Codespace image: mcr.microsoft.com/devcontainers/universal:latest ### Source code * I provided exact source code that allows reproducing the issue loc...
0
This tool is extremely useful when performing an arithmetic operation or to launch an application I use it a lot on my PC, but it is extremely useless on my Surface device because it does not have a touch trigger gesture, I could add the option or invocation with three fingers sliding, etc. Thank you.
# Environment Windows build number: 1909 PowerToys version: 0.18.0 and above PowerToy module: Settings Device: HP Notebook, product number X7T77UA Note: this issue was initially observed on a laptop equipped with a Synaptics touchpad, and does not manifest on another, non-Synaptics co...
0
This came up in Dask (dask/dask#4387). We have an object (`dask.delayed.Delayed`) that duck-types method/attribute access to build a graph from user code. Unfortunately this means that when `np.dtype` tries to get the `dtype` attribute it succeeds but doesn't return a valid dtype (it returns another delayed object). ...
The following code crashes numpy (latest master): import numpy as np class crashnumpy(object): @property def dtype(self): return self np.array([1], dtype=crashnumpy())
1
##### System information (version) * OpenCV => 4.0.0-beta * Operating System / Platform => OSX 10.14.1 Beta (18B45d) * Compiler => Xcode (ver 10.0.0.10001145) * Python => 3.7.0 ##### Detailed description When retrieving frames in the latest version of OpenCV using the python bindings for OpenNI2, I found t...
##### System information (version) * OpenCV => 4.5.1 * Operating System / Platform => Ubuntu 20.04 * Compiler => Pycharm ##### Detailed description Unable to use sfm with opencv-python. import cv2 help(cv2.sfm) error: Traceback (most recent call last): File "<std...
0
### Bug report **Bug summary** `imshow` behaviour change between matplotlib 3.1.0 and 3.1.1; y-axis is chopped-off in 3.1.1. **Code for reproduction** Run this in matplotlib 3.1.0 and 3.1.1. import numpy as np import matplotlib.pyplot as plt xy = ["1", "2"] fig, ax = plt.subplots() ...
### 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
define function with JSDoc which contain callback function as parameter get error about duplicate ![image](https://cloud.githubusercontent.com/assets/1042507/13346825/bb473dba- dc9b-11e5-8d3f-58618be8c815.png)
**TypeScript Version:** nightly (1.9.0-dev.20160429) **Code** let maybeNumber: number | undefined; (function () { maybeNumber = 1; })(); if (maybeNumber !== undefined) { maybeNumber++; } **Expected behavior:** Everything works without errors, `maybeNumber` preserves...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME cloudformation_facts ##### ANSIBLE VERSION ansible 2.4.0.0 ##### CONFIGURATION ##### OS / ENVIRONMENT N/A ##### SUMMARY In version prior to 2.4 (i.e. ansible 2.3.2.) when cloudformaion_facts registers the facts under ansible_facts['cl...
_I'm copying this issue over from ansible-modules-core as I just recently ran into this._ ansible/ansible-modules-core#5403 ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME setup ##### ANSIBLE VERSION ansible 2.2.0.0 config file = /home/vagrant/ansible/ansible.cfg configured modu...
0
I have a component that uses NgFor to create other components inside it's view, by iterating over a list. <ul> <li *ng-for="#item of playlist"><item [name]="item.name"></item></li> </ul> I use ViewQuery to get a hold of the child components. All is well until i change the `playlist` getter ...
For performance reasons queries and view queries are stored in element injector fields instead of held in maps. The current limit is 3 and that is already showing to be very limiting. I propose bumping the limit to 5 and implementing a fallback to maps strategy similar to injectors (instead of current behavior of th...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 1.0.0 **System** : Microsoft Windows 8.1 Pro with Media Center **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilena...
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
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce- scalability/6130/ https://console.cloud.google.com/storage/kubernetes- jenkins/logs/kubernetes-e2e-gce-scalability/6130/ 11:24:43 11:24:43 • Failure [1554.510 seconds] 11:24:43 [k8s.io] Load capacity 11:24:...
There were a couple of flakes, that finished with the error like this one: /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/load.go:182 creating rc load-small-rc-4196 Expected error: <*errors.errorString | 0xc8217c0eb0>: { s: "Number of reported pods for load-small...
1
Challenge Friendly Date Ranges has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36`. No major problem, but the challenge tells us the current year is 2016. I'm also not sure if the challenge will be checking in some way t...
Challenge Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. Put this code in Chrome dev ...
0
Currently IdsQueryBuilder does support only appending arrays of identifiers and converting them to lists: public IdsQueryBuilder addIds(String... ids) { values.addAll(Arrays.asList(ids)); return this; } In cases of huge numbers of IDs submitted to builder it could ...
We want to clean up the code and use only _standard_ accessors (gettters and setters). So we remove old non standard accessors. Current request builders to build request with elasticsearch stay the same, and its the recommended way to execute APIs with elasticsearch. The pure "request" APIs have changed, and now h...
0
I migrate from 1.x to 2.3.2 latest webpack and webpack-server, my webpack config as following: `var webpack = require('webpack'); var autoprefixer = require('autoprefixer'); var path = require('path'); var config = require('config') var CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin')...
I migrate from webpack from 1.x to latest 2.3.1, when I start, always show module.entry is invalid. my webpack config as follwing, I did not see any issue in the config. var webpack = require('webpack'); var autoprefixer = require('autoprefixer'); var path = require('path'); var config = require('config') v...
1
Could tell me which api can get the progress when loading the image?thanks!
1
Hi, I created the following component that accepts a raw svg string and transforms it into a react element. The component works; however, on the server, the SVG is being escaped. import React, {PropTypes, Component} from 'react'; export default class Svg extends Component { static p...
With following code: let keyTitlesMap = { office: 'Office & <br /> Transport links', culturePeople: 'Culture & <br /> people', trainingDevelopment: 'Training & <br /> development', workLifeBalance: 'Work/Life <br/> balance', caree...
1
**Symfony version(s) affected** : 3.4.20 / 4.1.9 After updating from 3.4.19->3.4.20 (or 4.1.8->4.1.9) it is not possible to enable doctrine filters (https://packagist.org/packages/gedmo/doctrine- extensions \+ https://packagist.org/packages/stof/doctrine-extensions-bundle) in config.yml. Config which we use: ...
I check Request class and seems that there is many methods runs with same arguments again and again. Like isSecure called 69 times for me and usually result is same, because $this->server and $this->headers usually same for each call. Also as many other methods in this class and class that related. For example 133 c...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.6 According to the documentation the default value of the `empty_data` option to `\Symfony\Component\Form\Extension\Core\Type\TextType` is the empty string `''`: > empty_data¶ > > type: mixed > ...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | master (likely 3.x and 2.x as well) Consider a basic data class: class MyClass { private $value = ''; public function setValue(string $value) { $this...
1
### System information See attached tf_env.txt generated by `tf_env_collect.sh`. tf.version.VERSION **1.14.0** tf.version.GIT_VERSION unknown ### Describe the problem We have been successfully training Tensorflow models and loading them into Java project for inference. We have been training models using Tensorf...
I trying to add summary and checkpoint to my distributed tensorflow training with custom data summary_hook = tf.train.SummarySaverHook(save_secs=600,output_dir=FLAGS.log_dir,summary_op=summary_op) checkpoint_hook = tf.train.CheckpointSaverHook(save_steps=test_timing,checkpoint_dir=FLAGS.log_dir,sav...
0
GitHub issues are for bugs / installation problems / feature requests. For general support from the community, see StackOverflow. To make bugs and feature requests more easy to find and organize, we close issues that are deemed out of scope for GitHub Issues and point people to StackOverflow. For bugs or insta...
After configuring and running `bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_package` I am getting this error during the build: `ERROR: /pathtotensorflow/tensorflow/tensorflow/contrib/session_bundle/example/BUILD:38:1: Executing genrule //tensorflow/contrib/session_bundle/example:half...
1
## Bug Report **Current Behavior** babel-core doesn't list which plugins/presets are duplicated: Duplicate plugin/preset detected. If you'd like to use two separate instances of a plugin, they need separate names, e.g. plugins: [ ['some-plugin', {}], ...
Bug report ### Input Code The following will build without error in Babel: const fn = () => { if (x) return x let x = true } fn() // ReferenceError: x is not defined However, when ES6 transform is applied, the `let` declaration transpiles into a `var`, which is hoisted and r...
0
Component declaration should contain a whitelist of properties, e.g. it could require that you list the property name under `propTypes` even if it is assigned `null` (that could mean "any type", a broader version of `React.PropTypes.node`). If a property that is not defined in `propTypes` is passed to a componen...
It would be great if in debug mode react would warn you when you pass in a property on props which is not specified in the propTypes object for that component. i.e. a way to enforce that props should ONLY have the props specified in propTypes and no others. This would prevent use of undocumented properties and also ...
1
interface A { foo: Function; } class B implements A { constructor() { this.foo = () => {}; } } Here TypeScript says that `B` incorrectly implements `A` and requires `B` to also have `foo` property with the same signature. So question is: why I need du...
http://typescript.codeplex.com/workitem/1125 Following should be allowed: interface IFoo { foo(); } declare class Foo implements IFoo {} If abstract classes are added in the future, they would inherit all interface methods as abstract (like in Java).
1
Problem is when one component wraps another one and is trying to provide the nested content to wrapped component, which additionally is trying to take this nested content by selectors. **Case 0** http://jsfiddle.net/majo44/nvaqhsse/ The goal is to provide component X-B which encapsulate component X-A, with possib...
I am using the latest Angular and Angular CLI. @angular/cli: 1.1.0-rc.0 node: 6.10.0 os: darwin x64 @angular/common: 4.2.0-beta.1 @angular/compiler: 4.2.0-beta.1 @angular/core: 4.2.0-beta.1 @angular/flex-layout: 2.0.0-beta.8 @angular/forms: 4.2.0-beta.1 @angular/http: 4....
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Current Behavior On mobile Chrome and Safari, tested iOS 11.2.5, when inputting text in an Input field featuring an InputAdornment, there is a strange behavior where extra space is added below text. See attached screen sh...
If you want to explain a Select field's MenuItems via a tooltip, the onChange will no longer work. * [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Select a new value, state is updated ## Current Behavior Crash. Event target is the tooltip, not...
0
When you have Input with type number and label, there is problem with browers that don't limit input of a string, and if you type in string label will stay over the text. In Chrome u can only type letter "e" but in Mozzila u can whatever u want. ## Current Behavior ![Bug](https://camo.githubusercontent.com/5d...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The label stays floated, if the user enters non numeric values to a TextField with type="number" ## Current Behavior The label stays not floated. ![label_stays_not_floated](https://user- images.gi...
1
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME shell module ##### ANSIBLE VERSION 2.3 ##### SUMMARY From @lordbaco on 2015-05-22T09:32:33Z Countless of times, I need to create two blocks of command or shell actions. One to check the status of the system (and register it to an ansible variable) and ...
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME core ##### ANSIBLE VERSION 2.2 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY Currently modules that do not support check mode (e.g. the `command` module) report that the "remote module does not support check mode", however if they use `creates=` o...
1
The following code snippets behave differently, is this working as intended? ### Input Code Unexpected behaviour: var obj = { 2: 3, 4: 5 }; var {[2] : first, ...remaining} = obj console.log('first', first) console.log('remaining', remaining) //remaining contains first This behaves as exp...
> Issue originally made by @vtambourine ### Bug information * **Babel version:** 6.6.5 * **Node version:** 5.7.0 * **npm version:** 3.6.0 ### Options { "presets": [ "es2015", "stage-1", "react" ], "plugins": [ "syntax-object-rest-spread" ...
1
The spec does not prohibit multiple integer constant case values from being equal: var x int switch x { case 1: case 1: } is not illegal according to http://tip.golang.org/ref/spec#Switch_statements . However, running this program ( http://play.golang.org/p/MkI5XjE1T...
The makefiles in $(GOROOT)/src/ seem to me structured thus: Make.$(GOARCH) should have all of the archictecture-dependent flags Make.{pkg,cmd} never has to care about the system configuration, it expects such variables to be set The latter is only half-true... it has compiler na...
0
For text drawing on canvas, a fairly simple construction can be used: void drawName(Canvas context, String name, double x, double y) { TextSpan span = new TextSpan( style: new TextStyle(color: Colors.blue[800], fontSize: 24.0, fontFamily: 'Roboto'), text: name); ...
There is some properties in Html ,like below: /* Keyword values */ writing-mode: horizontal-tb; writing-mode: vertical-rl; writing-mode: vertical-lr; /* Global values */ writing-mode: inherit; writing-mode: initial; writing-mode: unset; ![2018-01-25 12 38 59](https://user- images.githubusercontent.com...
1
Is there any way that i write some text in some files and dont save those files and close the editor when i open the editor again it should auto open those files like notepad++ does.
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 sim...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-flaky/351/\n\nMultiple broken tests:\n\nFailed: [k8s.io] PersistentVolumes should create a non-pre-bound PV and PVC:\ntest write access [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:486\n Oct 3 23:18:33.392: Pod write-pod-xmjy7 exited with non-zero exitcode: Pod write-pod-xmjy7 returned non-zero exitcode: gave up waiting for pod 'write-pod-xmjy7' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:484\n \n\nFailed: [k8s.io] PersistentVolumes create a PV and a pre-bound PVC: test write\naccess [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:540\n Oct 3 22:52:54.499: Pod write-pod-zx1wn exited with non-zero exitcode: Pod write-pod-zx1wn returned non-zero exitcode: gave up waiting for pod 'write-pod-zx1wn' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:538\n \n\nFailed: [k8s.io] PersistentVolumes create a PVC and non-pre-bound PV: test\nwrite access [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:504\n Oct 3 22:59:40.208: Pod write-pod-2dzr1 exited with non-zero exitcode: Pod write-pod-2dzr1 returned non-zero exitcode: gave up waiting for pod 'write-pod-2dzr1' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:502\n \n\nFailed: [k8s.io] PersistentVolumes create a PVC and a pre-bound PV: test write\naccess [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:522\n Oct 3 23:06:53.909: Pod write-pod-hafxz exited with non-zero exitcode: Pod write-pod-hafxz returned non-zero exitcode: gave up waiting for pod 'write-pod-hafxz' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:520\n \n\nFailed: [k8s.io] NodeOutOfDisk [Serial] [Flaky] [Disruptive] runs out of disk\nspace {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/nodeoutofdisk.go:86\n Node gke-jenkins-e2e-default-pool-3599f6c3-4qqh did not run out of disk within 5m0s\n Expected\n <bool>: false\n to be true\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/nodeoutofdisk.go:251\n \n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-flaky/31/\n\nMultiple broken tests:\n\nFailed: [k8s.io] NodeOutOfDisk [Serial] [Flaky] [Disruptive] runs out of disk\nspace {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/nodeoutofdisk.go:86\n Node gke-jenkins-e2e-default-pool-0dd8b75a-h340 did not run out of disk within 5m0s\n Expected\n <bool>: false\n to be true\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/nodeoutofdisk.go:251\n \n\nFailed: [k8s.io] PersistentVolumes create a PV and a pre-bound PVC: test write\naccess [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:540\n Sep 23 10:30:26.571: Pod write-pod-t7831 exited with non-zero exitcode: Pod write-pod-t7831 returned non-zero exitcode: gave up waiting for pod 'write-pod-t7831' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:538\n \n\nFailed: [k8s.io] PersistentVolumes create a PVC and a pre-bound PV: test write\naccess [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:522\n Sep 23 10:37:28.574: Pod write-pod-zi130 exited with non-zero exitcode: Pod write-pod-zi130 returned non-zero exitcode: gave up waiting for pod 'write-pod-zi130' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:520\n \n\nFailed: Test {e2e.go}\n\n \n \n error running Ginkgo tests: exit status 1\n \n\nIssues about this test specifically: #33361\n\nFailed: [k8s.io] PersistentVolumes create a PVC and non-pre-bound PV: test\nwrite access [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:504\n Sep 23 10:44:12.398: Pod write-pod-x2kg7 exited with non-zero exitcode: Pod write-pod-x2kg7 returned non-zero exitcode: gave up waiting for pod 'write-pod-x2kg7' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:502\n \n\nFailed: [k8s.io] PersistentVolumes should create a non-pre-bound PV and PVC:\ntest write access [Flaky] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:486\n Sep 23 10:18:28.471: Pod write-pod-01btz exited with non-zero exitcode: Pod write-pod-01btz returned non-zero exitcode: gave up waiting for pod 'write-pod-01btz' to be 'success or failure' after 5m0s\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/persistent_volumes.go:484\n \n\n"
1
React version: 16 ## Steps To Reproduce Open the codepen demo. 1. Focus the outside div by clicking the black area 2. Focus inner yellow div by either pressing arrow keys or clicking or tab ## The current behavior When using arrow keys to change focus, `render` is called once **only**. When using click or ...
React version: `0.0.0-experimental-4c8c98ab9` with concurrent mode. ## Steps To Reproduce 1. In the provided code sandbox, click on a `Todo` component 2. Tab back and forth between the two 3. At inconsistent times, there will be a frame where the focus hasn't left, but the outline isn't rendered. The outline ...
1
See below. Please let me know what I can do to provide more information for you. I am working on pulling out the offending code into a standalone py file to replicate the bug elsewhere, but it might take a few days. ### System information * **Have I written custom code (as opposed to using a stock example script ...
I try to write my own op and I have installed TensorFlow 0.12.0 with GPU support on Linux. This code fails: #include "tensorflow/core/platform/stream_executor.h" With error: fatal error: tensorflow/stream_executor/lib/status.h: No such file or directory That files does not e...
0