text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-vault ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides python version = 2.7.13 (default, Dec 18 2016, 07:03:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800....
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-vault ##### ANSIBLE VERSION → ansible --version ansible 2.2.1.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION I have no unique configuration ##### OS / ENVIRONMENT OS X E...
0
DateTimeType, when used with the widget "text", currently duplicates the invalid error when an invalid value is entered. Also, it should be possible to configure the "invalid" messages of both the "date" and the "time" field.
Suppose you have an entity "Task" with a "status" property of type Integer (stored in the database as an integer). You can define an action to set the status of a Task as: /** * @ParamConverter("task", options={"mapping": {"task_id": "id"}}) */ public function settaskstatusAction...
0
**Donnchadh O Donnabhain** opened **SPR-3359** and commented Here is a simple test case: Object testObject = new Object() { public Object getNestedObject() { return new Object() { Integer value = 0; public void setIntValue(Integer value) { this.value = value; ...
**Simon Wong** opened **SPR-9464** and commented The issue could be revealed if MyBatis for Spring is used. MapperScannerConfigurer in MyBatis for Spring v1.1.0+ has changed to use BeanDefinitionRegistryPostProcessor instead of BeanFactoryPostProcessor as of v1.0.x for scanning MyBatis mapper resources. The case i...
0
trait Foo { fn foo(&self); } macro_rules! foo { () => (); ($a:expr, $($n:expr,)*) => ( impl Foo for [(); $a] { fn foo(&self) { // Okay let baz: [i32; $a] = [$($n),*]; // ICE ...
Test case: fn main() { []; } Output: $ RUST_BACKTRACE=1 rustc test.rs test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd test.rs:1 fn main() { []; } ^~ note: the compiler unexpectedly panicked. this is a bug. note: we would a...
1
Currently, using app.test_client() together with multi-threaded environment will fail: from concurrent.futures import ThreadPoolExecutor from flask import Flask, jsonify app = Flask(__name__) @app.route("/info") def info(): return jsonify({"status": "success"...
The following code defines a simple app, and queries it from a test that uses threads: import threading from flask import Flask import pytest def create_app(): app = Flask(__name__) @app.route("/hi", methods=["POST"]) def hello(): retu...
1
The instructions are: "Let's delete the "tails" property from myDog." and the test being run is "Delete the property "bark" from myDog." The test should test whether the key-value pair for tails prop is removed.
Challenge Waypoint: Delete Properties from a JavaScript Object has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var ourDog = { "name": ...
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 ...** (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 ...
1
I tried getting the inverse (related to issue #646), and it worked fine sort of. Here is some pseudocode of what I was trying to do. def get_distances(...): svd code here to get inverse matrix return distances def energy(params, positions, cell): get distances, do calculatio...
1
Challenge http://freecodecamp.com/challenges/waypoint-add-alt-text-to-an- image-for-accessibility has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I have finished the HTML5/CSS waypoints (before the updated extra waypoints), however, upon redoing them, I am still recei...
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
### Feature request ##transformers.AutoModel.from_pretrained()## module allows to load pretrained models from local directories as well. The local pickle files path is an argument of the above function. These files can have different encoding types. A parameter called 'encoding' can be added in the parameter list s...
Dear HuggingFace team, There is unfortunately no option to reopen the bugs, the issue I reported here [1] still exists with testing the last version of transformers. I add my comments on the same ticket. Could you kindly reopen this bug? The variations are very high after resume, which makes the results not usable ...
0
Right now no unboxed closures are Copy, but there's no reason that 0-size closures or those with only copy captures couldn't be Copy.
### Description: Internal compiler error with the following code: pub trait Trait {} impl PartialEq for Trait { fn eq(&self, other: &Self) -> bool { self as *const _ == other as *const _ } } ### Version: λ → rustc --version --verbose rustc 1...
0
### Which version of ShardingSphere did you use? 4.0.0-RC1 error 3.1.0 normal ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc ### Expected behavior rewrite sql contains schema,so can right run. ### Actual behavior rewrite sql doesn't contain schema. ### Reason analyze (If you c...
## Use version <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>4.0.0-RC3</version> </dependency> * * * ## Meeting problems ## 2019-12-01 23:08:28.800 ERROR 25132 --- [ni...
0
### Model description Swin2SR is a Swinv2-based model for image super resolution and compression. ### Open source status * The model implementation is available * The model weights are available ### Provide useful links for the implementation https://github.com/mv-lab/swin2sr
### System Info I'm running into an issue where I'm not able to load a 4-bit or 8-bit quantized version of Falcon or LLaMa models. This was working a couple of weeks ago. This is running on Colab. I'm wondering if anyone knows of a fix, or why this is no longer working when it was 2-3 weeks ago around June 8th. *...
0
**Context:** * Playwright Version: 1.9.1 * Operating System: Mac * Browser: Chrome **Describe the bug** I'm currently scraping tiktok using this unofficial tiktok api which uses playwright https://github.com/davidteather/TikTok-Api. Today i updated my Mac to Monterey and the script im running to scrape tikt...
### System info * Playwright Version: [v1.XX] * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the re...
0
$ cargo build Compiling libc v0.1.10 Compiling log v0.3.2 Compiling link-crash v0.1.0 (file:///C:/Users/%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80/Document s/link-crash) error: linking with `link.exe` failed: exit code: 1120 note: "C:\\Program Files (x86)\\Mic...
Currently the compiler makes basically no attempt to correctly use `dllimport`. As a bit of a refresher, the Windows linker requires that if you're importing symbols from a DLL that they're tagged with `dllimport`. This helps wire things up correctly at runtime and link-time. To help us out, though, the linker will p...
1
![image](https://user- images.githubusercontent.com/15936231/92454136-c6ecaa80-f1f2-11ea-9868-4d31a1724743.png) ![image](https://user- images.githubusercontent.com/15936231/92454331-fac7d000-f1f2-11ea-9eaf-4ed7c21142a3.png) ![image](https://user- images.githubusercontent.com/15936231/92454417-14691780-f1f3-11ea-9...
Lets say I have code like this: foo.ts: import { myDep } from "https://unpkg.com/my_dep@0.0.5/myDep.ts" bar.ts: import { myDep } from "https://unpkg.com/my_dep@0.0.5/myDep.ts" How do I ensure my versions of myDep stay in sync across `foo.ts` and `bar.ts`? Should Deno-idomat...
0
Sorry, long post :) I know this project is **web** pack, though it seems to have quite a lot of features (well done by the way). I've started writing a node packer (and I came up with a similar bootstrapper to yours). I had the grand goal of packing (in a similar flat file as yours) an entire application, with all o...
## Feature request Here is the bug-ish issue I'm running into: https://github.com/jedwards1211/webpack-code-splitting-issue/tree/two-async- chunks ### `index.js` import('./chunk1.js') import('./chunk2.js') ### `chunk1.js` import { Toggle } from 'react-powerplug'; console.log(...
0
The last patches for the modal break some functionality. One is easy to test. http://jsfiddle.net/MUu4K/1/ In the fiddle above, try to close the modal, open it and then close it again by the button "close" or the "x" at the top. It does not work anymore. used rev: `92c2ad9`
Hi, The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close. I am checking on source code line 932, if I commented out this line then it is working again. this.$element .removeClass('in') .attr('a...
1
_Please make sure that this is a build/installation issue. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template_ **System information** * OS Platform and Distribution: Ubuntu 16.04 Using Docker (latest-gpu image...
I noticed that tensorflow always takes about ~2min before it actually starts to compute. I've been trying to find out, why this happens, and nothing really worked so far. Tensorflow site says, I should use CUDA® Toolkit 9.0 and cuDNN v7.0. I have CUDA 9.0, so I downloaded CuDNN 7.0.5 for CUDA 9.0 and pasted the file...
1
This issue is explained in details in #2839 ## Terminology Through out this issue, i will be referring to different ways of declaring external modules, here are what i mean by them. #### Ambient external module declaration Module declarations of the form: declare module "mod" { .... } ...
TypeScript support only two way of TSX transformation: 1. Preserve. I can compile to preserve and process file by classic JSX transform. This way support many framework. 2. React. This is hard coded transformation only for React. This way is not honest in relation to other frameworks. I want to use TSX view on ...
0
### Apache Airflow Provider(s) vertica ### Versions of Apache Airflow Providers 3.1.0 ### Apache Airflow version 2.3.2 ### Operating System MacOS - arm64 ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened Rendered SQL duplicated in task log ### What you think s...
### Apache Airflow version 2.2.0 ### Operating System Debian buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details astro dev start ### What happened When I have tried to duplicate a connection first time it has created a connection with hello_copy1 a...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME cloudflare_dns ##### ANSIBLE VERSION ansible 2.3.0.0 ##### CONFIGURATION ansible_python_interpreter=/usr/bin/python3 ##### OS / ENVIRONMENT run: MacOS man: Ubuntu 16.04 ##### SUMMARY python3 is not working as PY3 has urllib.pars...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME mount module ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /home/user/project/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION None ##### OS / ENVIRONMENT Running Ansible on Ubu...
0
Text inside of tooltips will not be wrapped if the element is inside a ´.btn- group´. See here: http://jsfiddle.net/VGuTj/
<div class="btn-group"> <a class="btn" rel="popover" data-content="Lorem ipsum dolor sit amet.">Click me!</a> </div> Clicking the button results in a blank popover appearing. Am I doing something wrong or is this an issue? If so, is there any workaround in the meantime? Thanks in advan...
1
It would be great if we can allow user to adjust position of the "debug- actions-widget" according to their choice. What we will get out of it: 1. We have one open issue (# 4332) where user not able to see the linter error message as it is covered by debug-actions-widget . 2. When user is working with small sc...
I have two screens which I regularly switch between. My font size is configured to be just right on one of them, but it appears far too large on the other monitor. This is probably an advanced feature request, but I would like to have a way to configure the font size differently for each display I have.
0
As per this thread, platforms messages are relayed on and must be responded to on the main thread. This should probably be documented, both at the platform-channels page and in code documentation if relevant (FlutterResult, somewhere in FlutterBinaryMessenger, FlutterTextureRegister.textureFrameAvailable for a start...
## Steps to Reproduce Honestly, a bunch of things can cause Flutter to segfault. * Scrolling a list with a bunch of images sometimes causes a segfault. * Using the observatory sometimes causes a segfault. Sometimes the segfaults don't even occur, which is even weirder. ## Backtrace * thread #1...
1
Hello! I've updated `matplotlib` to the latest version (3.1.1) and got an issue: imshow draws half of the first and last lines when I use `set_yticks`. Example: import numpy as np from matplotlib import pyplot as plt oneDim = np.array([0.5,1,2.5,3.7]) twoDim = np.random.rand(8,4) ...
### 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
# Why Mypy re-enable For a few weeks MyPy checks have been disabled after the switch to Python 3.7 (per #19317). We should, however, re-enable it back as it is very useful in catching a number of mistakes. # How does it work We 've re-added the mypy pre-commit now - with mypy bumped to 0.910. This version detects...
**Description** Allow DAG to accept list of cron expression and schedule the dag in correlation to all of them. Similar to how it can be done in cron job **Use case / motivation** Some scheduling like: every 10 min between 16:30 to 18:10 can not be obtained with single cron expression. The idea is that DAG wil...
0
Got the following when building (app still runs though): flutter: The following assertion was thrown building MaterialApp(dirty, state: _MaterialAppState#c51fa): flutter: 'package:flutter/src/widgets/app.dart': Failed assertion: line 169 pos 15: 'navigatorObservers != flutter: null': is not tru...
By specifying the `builder` of a `MaterialApp` widget, it should be possible to use a custom `Navigator` (or no navigator at all. The assertions of the `WidgetsApp` constructor make it impossible. Error: I/flutter (19749): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞══════════════════════════════════════...
1
Using {% raw %} in templates does not stop jinja2 variable substitution * ansible 1.4 -devel `4f13967` [playbook.yml] --- - name: "test raw template output" hosts: localhost vars: myvar: "foo" tasks: - local_action: template src="mytemplate.j2" dest="...
I have a variable `hbase_standalone` that's set to `false` in defaults but for my current host it's `true`. And here's how my dependencies look like: dependencies: - { role: hadoop, when: not hbase_standalone } - { role: oracle-jdk } So `hadoop` role is not included, that's fine, but ...
0
# Bug report **What is the current behavior?** I use facebook sdk for live video and import fb sdk, i also have a file named sdk.js, when building with webpack, the fb sdk file will be add hash. * Before ![image](https://user- images.githubusercontent.com/24260845/99479373-03761880-2991-11eb-968c-7f6b46110550....
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Uncaught ReferenceError: vendor_dll is not defined Possibly because output.library Template variables are not replaced **If the current behavior is a bug, please provide the steps to reproduce.** See below **W...
0
### Version 2.5.22 ### Reproduction link https://codesandbox.io/embed/vue- template-b6c06?fontsize=14&hidenavigation=1&theme=dark ### Steps to reproduce When the initial value of `a` is equal to `true` and `b` is equal to `false`, the child component was created twice. When the initial value of `a` is equal to...
### Version 2.6.10 ### Reproduction link https://codesandbox.io/s/vue-template-wn53r ### Steps to reproduce Just see the code and the console info. ### What is expected? Child component mounted once. ### What is actually happening? Child component mounted twice.
1
pandas/pandas/plotting/_core.py Lines 2649 to 2666 in 3a7f956 | def bar(self, x=None, y=None, **kwds): ---|--- | """ | Vertical bar plot | | .. versionadded:: 0.17.0 | | Parameters | \---------- | x, y : label or position, optional | Coordinates for each point. | **kwds : optional |...
#### Code Sample, a copy-pastable example if possible >>> df = pd.DataFrame({"A": range(4), "color": ['red', 'blue', 'blue', 'red']}) >>> ax = df.plot.bar(y='A', color=df['color']) >>> [p.get_facecolor() for p in ax.patches] [(1.0, 0.0, 0.0, 1.0), (1.0, 0.0, 0.0, 1.0), (1.0, 0.0, ...
1
# Bug report Webpack v4.12 is not respecting setting the mode via config file. **What is the current behavior?** If I set the mode with module.exports in the webpack.config.js, I receive the configuration warning that the mode is not set. **If the current behavior is a bug, please provide the steps to reproduce.*...
**Do you want to request a _feature_ or report a _bug_?** Report a bug **What is the current behavior?** When i load the files from `scss` in webpack.dev the filepath is good: `background: url('../imgs/photo.jpg');` But after build filepath is: `background: url('assets/imgs/photo.jpg');` I don't know why it c...
0
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes...
### Description I'm trying to understand how TF generates batches from `TFRecord` file format, how to implement the basic idea of evaluate the whole validation dataset after a full epoch so I've done a small experiment. Basically I've added an `image/id` key in the `TFRecord` file that looks like this: ...
0
**Migrated issue, originally created by jek (@jek)** [08:31](08:31) <Crys_> SA emits "like 'str%'" for startswith. However FB doesn't use an index for LIKE 'str%' [08:32](08:32) <Crys_> I'd like to replace the op with Firebird's "STARTING WITH" statement.
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
1
**Migrated issue, originally created by Anonymous** (original reporter: ged) As you know, I've been playing with a C extension lately. I am at the point where I have translated all the RowProxy methods which benefit from more speed, and all common result processors (the result is quite encouraging btw). I have also...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** to make it easier to support joined-table inheritance with no explcit discriminator, as well as any functional situation: from sqlalchemy.orm import joined_discriminator mapper(Cls, table, select_table=table.outerjoin(subtable...
0
Hello everybody. I must be crazy to keep on trying to run cutting-edge open-source software on my old (but quite stable...) XP laptop ! Version : julia-0.3.0-prerelease-8f1fbec-win32 "C:\Julia 0.3.0-prerelease\bin>julia" just crashes without a sigh ... Here is the console outputs in test mode : C:\Julia 0.3.0...
`@Distributed.everywhere` fails if you `import Distributed` it works only if `using Distributed`
0
Similar to react-router's `Link`, it would be nice to be able to customize CSS when a link is active, e.g with an `activeClassName` property.
Im trying to integrate elastic APM (https://www.elastic.co/solutions/apm). When I import elastic-apm-node (https://github.com/elastic/apm-agent-nodejs) package inside my pages/index.js it throws following error. These dependencies were not found: * async_hooks in ./node_modules/elastic-apm-node/l...
0
I am using BÉPO keyboard layout and I am not able to produce a _""_ in the _atom-text-editor_. However it works fine in _setting menu_ and in the _command prompt_ (ctrl+shift+p menu), and everything word fine if I switch to a QWERTY or AZERTY layout. _Repro case:_ With standard windows BÉPO driver, inside a text...
Original issue: atom/atom#1625 * * * Use https://atom.io/packages/keyboard-localization until this issue gets fixed (should be in the Blink upstream).
1
When trying to use evaluateAll or dispatchEvent in a specific web page, an TypeError: extraEngines is not iterable error is throw Seems to be the same bug as #18641 that was closed due to lack of public reproduction. This can be reproduced in public (see below) Its similar to #23192 in the same web page / app but u...
### System info * Playwright Version: v1.32 * Operating System: Windows 10, Ubuntu 20 * Browser: Chromium * Other info: When using a "setup" in project dependencies and you run a test with `--repeat-each` the setup step is repeated as well. I don't know if this is bug or "works as design" but it would be ...
0
It was accident i encounter this issue. if i have a typescript file as follows module myMoudle { interface iTest { t2:iTest; x3:number; } class test implements iTest { t2: iTest; x3: number; constructor(){ this.t2 = new test(); this.x3 = 1; } } } /* */ Correpsonding ...
Hi, **TS Version** : 1.4 The following code: var x: any; /* var bar; */ Emits the following JavaScript var x; /* var bar; var x: any; /* var bar; Expected var x; /* var bar; */
1
Flaky occurrence: https://circle.pytorch.org/build-details.html?build_id=2161720 Jul 09 19:35:19 test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__.TestDistBackend) ... Process process 0: Jul 09 19:35:19 Traceback (most recent call last): Jul 09 19:35:19 File...
## 🐛 Bug `TestDistBackend.test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value` seems to be flaky 23:43:08 ====================================================================== 23:43:08 FAIL: test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__...
1
### What problem does this feature solve? This feature will allow to do validation based on the value of other properties. ### What does the proposed API look like? Vue.component('my-component', { props: { propA: 'String', propB: { validator(value, props) { ...
### Version 2.6.10 ### Reproduction link https://codepen.io/leevscript/pen/gOawPgP ### Steps to reproduce <template> <ul> <li v-for="num in nums" :key="num">{{num}}</li> </ul> </template> <script> export default { data () { return { ...
0
* I tried using the `@types/lodash` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript The following are the errors I get when doing a rebuild /Users/amalla/workspace/sparqapp/node_modules/@types/lodash/index.d.ts(244,13): error TS2300: Duplicate...
`lowdb-tests` are failing on master, probably due to a typescript change. It looks like the `If<...>` types no longer work properly. The good news is, in TS2.8 we can use conditional types, which do the same thing in a much more reliable way. I can make a PR for this, but I want to make sure we're OK with dropping s...
0
## ❓ Questions & Help When using En-Fr XLMModel in transformers library, I found that result from tokenizing a whole sentence is different from tokenizing words in the sentence and then concatenate. My configuration is as below **(XLMModel, XLMTokenizer, XLMConfig, 'xlm-mlm-enfr-1024')** The result is as below...
## 🐛 Bug Model I am using: **Bert** Language I am using the model on: **English** ## To Reproduce Call `bertTokenizer.tokenize("text", return_tokens_mapped_to_origin=True)` Result: > TypeError: _tokenize() got an unexpected keyword argument > 'return_tokens_mapped_to_origin' ## Expected behavior The offici...
1
Now the automated interface is not displayed with mouse like icons. It is difficult to understand what you are doing if you have not seen it yourself
It would be nice to natively have support for a mouse helper. So if running in headful mode, or taking a screenshot, or video recording, one would see where the mouse is, text selections, drag & drops, and where it clicks during a failure. @aslushnikov already had one in Puppeteer but it required installing it, but ...
1
I am using SciPy (version 1.2.0) for some reasons with a simulation software. In my case, I need to model the structure in the simulation software based on the results of calculation on variables. The results from the simulation software is the objective function. However, mostly the design variables can not form...
Given a constrained optimisation problem, the `L-BFGS-B` routine (and perhaps others) step outside the prescribed bounds to estimate the gradient despite `keep_feasible = True`. Is this the correct usage of this parameter in `Bounds`? Reprex below of a function where `ub + eps` results in an exception. I would have ...
1
# Environment Windows build number: 10.0.18362.0 Windows Terminal version: 0.5.2681.0 Powershell Core: 6.2.1 Powershell Modules: posh-git: 1.0.0 PSReadLine: 2.0.0 I'm not able to reproduce this bug outside git repos, so I think this is somehow related to posh-git (or mayb...
# Environment Microsoft Windows [Version 10.0.18995.1] Windows Terminal version (if applicable): 0.5.2681.0 # Steps to reproduce set copyOnSelect to false # Expected behavior 1. select text 2. remove selection 3. clipboard remains unchanged # Actual behavior 1. select text ...
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.4 ### Steps to reproduce this issue 1. GenericService泛化调用 2. 使用oninvoke、onreturn、onthrow 3...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
0
The bench release step in CI is sometimes failing in the past ~2 days, looking through the full logs shows a panic. I noticed it is happening for a few people: https://github.com/denoland/deno/runs/8141440030?check_suite_focus=true https://github.com/denoland/deno/runs/8132978773?check_suite_focus=true https://g...
The benchmarks page shows ~50k ms for the sendfile benchmark but the actual max latency was around 240ms in the CI. It might be related to this float parsing error: https://github.com/denoland/deno/runs/7954136163?check_suite_focus=true#step:41:159217
1
test case, from #3583: from sqlalchemy import * from sqlalchemy.ext.associationproxy import association_proxy from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import * Base = declarative_base() class A(Base): __tablename__ = "te...
**Migrated issue, originally created by Anonymous** After executing `table.tometadata(metadata)`, the new table's new column's `info` dictionaries are references to the original columns' dictionaries instead of a copy of the dictionary. If this is by design for some reason, no hard feelings, close ticket, but seems...
0
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
0
@peterneubauer: 'Probably that is not right, especially if we are expecting nodes coming back in the batch API, see https://groups.google.com/forum/?fromgroups=#!topic/neo4j/KYQo5LIVoQg fro details'
Sorry for the long title, feel free to rename :) The upgrade docs for 3.3 state that `3.0.any` -> `3.3.1` is a supported path, but mentions no caveats. Additionally, the 3.3 Upgrade FAQ says upgrading any `3.x version will be very straightforward`, with no mention of caveats. However, I was unable to upgrade from 3...
0
## 📝 Provide a description of the new feature I would love to have _Keyboard Manager_ to feature keyboard macros.
## Keyboard Manager should allow mapping complex keyboard events in `Key` and `Mapped To` parameters Currently, the keyboard manager allows for remapping of simple keyboard events, such as single key-down, to a different keyboard event, which may include multiple modifiers (`Ctrl`, `Shift`, `Alt`). It would be a ben...
1
What is the way to translate document title in angular 2. I can change document title with `Title` service but how can I translate it? Angular 2 supports translations only in component templates with `i18n` directive. I cannot use it in `head` of html document because it is outside of angular compiler scope.
> ng2-quickstart@1.0.1 start E:\portal\ng2-webpack-aot > webpack-dev-server --progress --inline --hot keywords if/then/else require v5 option 10% building modules 3/3 modules 0 active http://127.0.0.1:8010/ webpack result is served from http://127.0.0.1:8010/ 404s will fallback to /index.html chunk {0} 0....
0
`issubset(x, y)` is incredibly slow with vectors of strings compared with the equivalent `isempty(setdiff(x, y))`. This is because it uses `elt in y` rather than building a dictionary/set. Of course, `issubset` can be made even faster than `setdiff` when the result is `false` due to the possibility to short- circuit ...
g = [1:10_000_000;] m = sample(1:1_000_000, 40_000, replace=false) @time z = intersect(g,m); 196.291597 seconds (20 allocations: 1.001 MB) Here are two alternate intersections. ~~The latter (isect2) does not preserve~~ neither preserves order. function isect(g,m) ...
1
Choose one: is this a bug report or feature request? Bug report. ### Input Code callee(castee: CastTo) ### Babel Configuration (.babelrc, package.json, cli command) Babylon with `flow` plugin enabled. Appears to affect both Babylon 6 and 7. ### Expected Behavior Both the Flow docs (https://flow.or...
### Input Code state.set('foo': bar) ### Babylon/Babel Configuration Flow syntax plugin enabled ### Expected Behavior Should be a syntax error ### Current Behavior We're currently parsing `bar` as a TypeCastExpression w/ a value of `foo`. Flow requires that you wrap a TypeCastExpression in pa...
1
**Robert Gacki** opened **SPR-9635** and commented Lets say I have an annotated handler method: @RequestMapping public @ResponseBody FooResponse doFoo(@RequestBody FooRequest) { } And I have HttpMessageConverters that can convert various formats like XML and JSON by looking at the forma...
**Victor** opened **SPR-843** and commented In SchedulerFactoryBean class, the following method is intended to create a scheduler using the schedulerName param: protected Scheduler createScheduler(SchedulerFactory schedulerFactory, String schedulerName) throws SchedulerException { if (sched...
0
Consider the following example: const PairUnion = Union{Pair{Int,Int8},Pair{Int,UInt8}} array = PairUnion[1=>0x2] function pair1(a) x, y = a[1] x => y end function pair2(a) xy = a[1] x = xy.first y = xy.second x => y end...
julia> a = ("foo" => "bar", "baz" => nothing); julia> function f(a, i) y = iterate(a, i) if y !== nothing (k, v), st = y return k, v end return y end julia> @code_warntype f(a, 1...
1
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | no Symfony version | any Real case scenario: I want to pass an extra parameter to a route (see docs), and the value of such parameter is an object. The typical example is a `Uuid` object (e.g. Ramsey\Uuid). Problem is ...
For Symfony2 Router with the help of standart bundle (sensio extra) we can write ParamConverters to convert request param=>object. Is there any standart way to use reversed convertion? Now we must do something like this: path('DevBlogBundle_post_show',{'post':post.id}) While a better way would be: path('DevBlo...
1
**Keith Donald** opened **SPR-5406** and commented Simple thing we can do: * Provide a TilesViewResolver subclass of UrlBasedViewResolver that configures the viewClass to be TilesView as a convenience First noticed this when explaining configuring you need to configure a URL resolver for Tiles view proved quite...
**Hannes Schmidt** opened **SPR-7867** and commented Spring's annotation-based REST controllers support almost any combination of HTTP method and request/respond payload. For example, it is possible to write a controller method that accepts a DELETE with a request body object. RestTemplate should IMHO mirror these...
0
The following consistently causes a segfault in 0.4 final release (as well as 0.4-rc1), and the same line of gf.c. I created a branch of ApproxFun that shows the bug. Note that the `--check-bounds=yes` appears necessary to reproduce. Pkg.add("ApproxFun") Pkg.checkout("ApproxFun","bug-segfaultjl") ...
I think I might have stumbled across a bug, possibly in type inference though I'm not sure. I'd expect that running the following would print "ok" 3 times, instead it prints "ok" once then two blank lines. function printit(x, _) if _true() z = id(x) print("") ...
1
LayerError Traceback (most recent call last) in 1 # this takes around 1 minute 2 # print(next(data_generator(Q1_test,Q2_test,512,pad=vocab[''],shuffle=False))) \----> 3 accuracy = classify(Q1_test,Q2_test, y_test, 0.7, model, vocab, batch_size = 512) 4 print("Accuracy", accuracy) in classify(test_Q1, test_...
code: def gumbel_sample(log_probs, temperature=1.0): """Gumbel sampling from a categorical distribution.""" u = numpy.random.uniform(low=1e-6, high=1.0 - 1e-6, size=log_probs.shape) g = -np.log(-np.log(u)) return np.argmax(log_probs + g * temperature, axis=-1) d...
1
![toggle button](https://camo.githubusercontent.com/2f0b01e13bc77afb13304ea490e1a1c635b6deb3038224bbe5d827b3b85b4a40/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353132303931372f3930323130392f36376233653139652d666238652d313165322d393565332d6233323637666663666339642e706e67) in collapse view, th...
Hi, I test version 3.0 RC1. I have a problem when I hive my website with my mobile. In Fact when I am on my home page and show my menu I don't hidden this menu. Why ? Because de first item on the nav is "active" and the button (show/hid) is in background. I hope that I am clear. best regards, Lefandordinateur
1
**I'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 ...** (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 ...
1
I've written a repro test here: https://github.com/prashantv/listener-repro/blob/master/main.go It basically does the following: * Start a listener * Create `connectionsBeforeClose` connections to the listener (which should succeed) * Close the listener * Create another connection to the listener On the ...
Go version: go1.4.2 OS: Linux 3.13 x86_64 The following test demonstrates what I consider a bug: package foo import ( "log" "net" "testing" ) const addr = "127.0.0.1:12345" func TestXxx(t *testing.T) { for i := 0; i < 100000; i++ { ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.1 * Operating System version: windows10 * Java version: 1.8.0 ### Steps to reproduce this is...
* 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: latest ### Step to reproduce this issue 1. Config the protocol, but do not config the port parame...
0
It's common case for continuous deployment to change elasticsearch's client and index independently. This leads to the case when `fieldValueFactorFunction` is added to the client but index is not rebuilt yet. I use `missing` property. Unfortunately FieldValueFactorFunctionParser demands to have a field in a mapping, ...
In the snippet below, index `analyzertest1` has an analyzer defined with `filters`, and `analyzertest2` \- with `filter`. The latter works, the former doesn't (see also #16451). When I specify filters inline, the situation is reversed: `filters` works, `filter` doesn't. post analyzertest1 { ...
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)** : CentOS 7.2 (and also Windows 10) * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on m...
### 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)** : archlinux * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** :n/a * ...
1
* VSCode Version: 0.10.11 * OS Version: Mac OS X Yosemite (10.10.5) * Default syntax highlighting * Issue persists when running VSCode with `--disable-extensions` Syntax highlighting gets confused within for loop. Strings don't get recognized. Elements that follow a string are considered to be strings instea...
Ported from microsoft/TypeScript-Sublime-Plugin#285 Related to microsoft/TypeScript-Sublime-Plugin#265. Issue: ![image](https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png) Correct: ![image](https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff...
1
gelu = getattr(F, "gelu", _gelu_python) should be changed to: if torch.__version__ < '1.4.0': gelu = _gelu_python else: gelu = getattr(F, "gelu", _gelu_python)
# 🐛 Bug BERT breaks during FP16 training due to the gelu function. File "/home/user/miniconda/envs/py36/lib/python3.6/site-packages/transformers/modeling_bert.py", line 407, in forward hidden_states, attention_mask, head_mask[i], encoder_hidden_states, encoder_attention_mask File "/...
1
Challenge Waypoint: Target the Children of an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ## Issue I believe...
1
Back in January, it was documented that an API to set window shape would be coming once an upstream bug was resolved. That bug was already "lower than Priority 1" at the time. I'm curious if it would be possible to make a setting in the interim to just ignore all clicks and pass them through to whatever's underneath...
As commented here, #949 (comment) \- transparent windows unfortunately are of limited use unless you can click through the transparent area. I noticed that in the documentation it is stated that this is blocked by an upstream bug. The nw.js project DOES have support for this, but i'm not sure how different their imp...
1
ansible 0.8 (devel `761330b`) last updated 2012/10/04 10:13:36 (GMT +200) Hello, I have a host in the inventory which uses a non-standard SSH port (in my case: 2222). If I use delegate_to to delegate to another host, ansible connects to the host (vz112.local) with the port from the host (10.20.20.208) which is pr...
Thanks to a tip earlier, I'm using `ansible_python_interpreter` to jiggle with the Python version nodes can use: hosts in my inventory have that variable set accordingly. Installing 0.7 now allows me to use some of the new cool features, but I find certain inconsistencies: 1. Jinja2 templates don't use the specif...
1
### Vue.js version 1.0.20 ### Reproduction Link https://jsfiddle.net/ardoramor/hyk86ca3/ ### Steps to reproduce Run fiddle, examine console. ### What is Expected? Entries will be tracked by the specified path, just like in filters (e.g., `orderBy`) ### What is actually happening? VueJs prints out a warning a...
### What problem does this feature solve? Keep-alive filter by slot instance. I need to use it to filter my route component in `router-view` by `:key="$route.fullPath"` ### What does the proposed API look like? <keep-alive :include-keys="function(keyOfSlot:string) or regex or string"> <compone...
0
#### Challenge Using Objects for Lookups https://www.freecodecamp.com/challenges/using-objects-for-lookups #### Issue Description Cannot progress to the next challenge although all conditions are met #### Browser Information * Google Chrome, Version: Version 51.0.2704.106 (64-bit) * Operating System: Mac O...
Challenge tests for jQuery fail to run if syntax errors are present in a campers code. Examples: #9289 #9082 #9470 #9672 #9698 What is stopping the tests running? Can we fix it? Is there a way to lint jQuery in codemirror so campers get visual clues to syntax errors, like in the JS challenges? -Or- Whe...
1
Hi I am using transformer 4.1.1 on multiple gpus with distributed launch script below, the n_gpu set in this case is 1 instead of actual n_gpus, could you tell me how I can access to the total number of ranks calling the launcher with? Is there any variable in huggingface library which could show the number of gpus...
Hi I am using transformer 4.1.1 on multiple gpus with distributed launch script below, the n_gpu set in this case is 1 instead of actual n_gpus, could you tell me how I can access to the total number of ranks calling the launcher with? Is there any variable in huggingface library which could show the number of gpus...
1
## Bug Report * I would like to work on a fix! **Current behavior** When using the programmatic API, babel always throws an error when I use `path.buildCodeFrameError`. **Input Code** A simple example: const { parseAsync, traverse } = require('@babel/core'); async function demo() { ...
## Bug Report This related to #8617 * I would like to work on a fix! **Current Behavior** `@babel/parser` has a different behavior when `estree` enabled, and when not. **Input Code** When `estree` disabled code with `Duplicated variable declaration` throws while parsing: const {parse} = requi...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
The Task.retry function sets a default "countdown" option even if "eta" is set, and passes on these options to Task.apply_async. Apply_async ignores "eta" if "countdown" is set. Hence, "retry" always ends up ignoring "eta". Bug exists in both 2.1 & 2.2
0
* VSCode Version: 0.10.11 * OS Version: Mac OS X 10.10.5 Steps to Reproduce: 1. Create a new javascript file and add this source import React from 'react'; export default class Item extends React.Component { update(e) { console.log(e.target.value); } ...
… and I can't turn it off by setting `javascript.validate.enable` false. Perhaps this is a soft documentation bug: the release notes proudly mention `experimentalObjectRestSpread` but then say: > Support for ObjectRestSpread is not yet provided by Salsa but it is on the > roadmap (see microsoft/TypeScript#2103). …...
1
As `numpy.matrix` will be removed, we should remove SciPy's dependency in 1.1.0: * Add `sparray`: * bsr_array * coo_array * csc_array * csr_array * dia_array * dok_array * lil_array * sparray * Deprecate `spmatrix`.
While sitting with @stefanv last week we discussed (and then @stefanv started implementing) sparse array classes that use the same code as the existing matrix classes, but instead satisfy the ndarray interface (only up to two dimensions). For example slicing out rows would result in 1d arrays rather than 2d matrices,...
1
Thank u for the excellent works on next@5. I found that it uses 'blob:http://localhost:3000/0xxxxxxx' to load css/scss into the page after dom is rendered. So the users will see the page without styles about 1 or 2 seconds. I believe it is the only behavior in development mode at first. So I tried build with `y...
In this small repo I've illustrated `next-css` not working with SSR, this is a blocker from my team moving off of https://github.com/traveloka/styled-modules which we're super eager to do. Great work on Next.js 5.0! Can't wait to fully migrate to it :) I would mind if Next.js apps had to have a custom `_document.js...
1
The ParameterBag class is implemented in two components and has different interfaces. `Symfony\Component\HttpFoundation\ParameterBag` `Symfony\Component\DependencyInjection\ParameterBag` I can understand the duplication to avoid inter-module dependencies, but i do not understand why the different interfaces. For ...
Hello, After a discussion on Symfony Slack about environment variables and CLI around my question: > I’m interested into how the community solves the _environnement variable and > the CLI_. It seems that nothing solid came out out of this discussion. The documentation states that environment variables should be a...
0
# Feature request ## Is your feature request related to a problem? Please describe. Currently it is not possible to display two separate Next.js-based applications on the same page, if one attemps to do so, he gets an error. It is caused by the fact that Next.js-based application mounts on DOM elements with fixed I...
* I have searched the issues of this repository and believe that this is not a duplicate. I notice that next.js ignores the node_modules directory from being compiled by babel. It will cause some errors in old version browsers. For example, after `npm run dev` in example of data-fetch, it would generate the follo...
0
Not sure if this is related to #9348. I am working on two projects at the same time and project `B` imports a local file from project `A` (for development only). When I change the file in project `A`, I get the following LSP error in project `B`. I think that the LSP is not updated when an imported file has chan...
I have no idea what exactly happened thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', cli\lsp\tsc.rs:806:43 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Error processing TypeScript diagnostics: channel closed thread 'main' pa...
1
* I have searched the issues of this repository and believe that this is not a duplicate. Next5 causes some subtle breakage when developing in code that worked correctly in Next4, for a site that uses express. In particular, two things are observed in dev mode: 1. There is a flash of unstyled site before all `<...
# Bug report ## Describe the bug In the case using `target: 'serverless'` flag in `next.config.js`, the with- ant-design-less sample code build failed. $ yarn build yarn run v1.17.3 $ next build Creating an optimized production build ... > Using external babel configuration >...
0
## Bug Report **Current Behavior** The most recent recent publish of `@babel/types` is not compiling with TypeScript. The error is `TS8020`, JSDoc types can only be used inside documentation comments. **Input Code** * https://github.com/o15y/staart/pulls node_modules/@babel/types/lib/index.d.ts:...
## Bug Report **Current Behavior** $ babel ./test.js --no-babelrc --presets=module:@babel/preset-react --plugins=module:@babel/plugin-transform-regenerator TypeError: /Users/stevefar/sc/labeltron/test.js: Duplicate declaration "newSessionId" (This is an error on an internal node. Probably an inter...
0
Hi, I've been experiencing some dificulty using Pkg.init() and Pkg.add() behind a corporate proxy. See below... [31510:31508 - 0:1029] 01:16:24 [root@gb-slo-svb-0139:o +1] /opt $ julia Version 0.5.0-dev x86_64-redhat-linux julia> Pkg.init() INFO: Initializing package repository /opt/ju...
I'm seeing the following issue when trying to use `Pkg.init()` on a fresh build of master: $ ./julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?he...
1
# Environment Windows build number: 18363.418 Windows Terminal version (if applicable): Any other software? # Steps to reproduce enter the "🛰" character into the terminal (you will need a patched version of conhost that has the emoji fix). # Expected behavior Emoji should be rend...
# Summary of the new feature/enhancement Very often when I'm working on a project, I want to open multiple tabs in the same directory. For example, for a web React project, I might want one tab for `npm start`, another for `npm test --watch`, and probably keep another around for various console commands I want to ru...
0
Several puzzling behaviors appear below wherein calling `Series.iloc[int]` for a Series with a MultiIndex gives confusing results. Namely, I see unexpected indices mutated. Unexpected indices read and then added to others. As well as more than one index being mutated. Contrast all of the behaviors below with indexing...
I'll propose a `cache_datetime=False` keyword as an addition to `read_csv` and `pd.to_datetime` this would use a lookup cache (a dict will probably work), to map datetime strings to Timestamp objects. For repeated dates this will lead to some dramatic speedups. Care must be taken if a `format` kw is provided (in `...
0
If you add multiple child elements to a ToolTip, you will receive the following error: **Invariant Violation** Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's define...
Hi, for the url here: Testing Documentation of material UI where is 'material- ui/test-utils' coming from? is that a package included or does that need to be installed separately? Also, what is the best way to test your components when mounting them with Enzyme? there seem to be different suggestions which are a...
0
Hello, there are some issues with http://twbs.github.io/bootstrap/ here are errors from chrome console GET http://twbs.github.io/dist/css/bootstrap.min.css 404 (Not Found) twbs.github.io/:19 GET http://twbs.github.io/assets/css/docs.min.css 404 (Not Found) twbs.github.io/:22 GET http:/...
Hey guys. Did you notice that the home page mentioned in the title is broken? This is what I see since a few weeks (!) now. ![croppercapture 1](https://camo.githubusercontent.com/dea6925fae3c5c2228e0ce860e12401ad2c8977b201d70c2cb98c4402dd42a58/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313...
1
I want to use `sklearn.compose.ColumnTransformer` consistently (not parallel, so, the second transformer should be executed only after the first) for intersecting lists of columns in this way: log_transformer = p.FunctionTransformer(lambda x: np.log(x)) df = pd.DataFrame({'a': [1,2, np.NaN, 4], 'b'...
In the documentation , you wrote: > The algorithm supports sample weights, which can be given by a parameter > sample_weight. This allows to assign more weight to some samples when > computing cluster centers and values of inertia. For example, assigning a > weight of 2 to a sample is equivalent to adding a duplicat...
0
I've upgraded to matplotlib 1.4.0 and am getting invalid EPS files (according to Preview) when I save figures that use basemap (1.0.7). The same figure in PNG or PDF format works fine. I also saved a bar chart in EPS that worked. I have verified that this happens in both OS X Mavericks and Mountain Lion. It doesn't...
the following script works fine on python 2.7.8, however it produces a non valid eps file on python 3.4.1. import numpy as np import matplotlib from matplotlib import pyplot as plt if __name__ == "__main__": print ("Using matplotlib v%s" %matplotlib.__version__) x = np....
1
![image](https://cloud.githubusercontent.com/assets/6461412/13253842/82ed2eac- da3e-11e5-8082-0f3d9003781e.png) Should the sections have different titles, or would you prefer that they are merged? If you can't define them at a single place we can also add code that does the merging. (assign to me then)
* VSCode Version: 1.1.0 * OS Version: Windows 8.1 * C# extension used in some screen shots below: `v1.0.5-rc2` ##### Steps to Reproduce: 1. Show Errors and Warnings in a project with a few of each. or 1. Stop at a breakpoint in a project using long-named classes or with a deeply-nested property hiera...
0
Not sure whether this is actually a `requests` bug, but trying here first as it's here it manifests. I'm using a http proxy for https traffic, and it works fine for normal GET, POST and PUT requests using `requests`. However, if enabled chunked uploads, it fails with `requests.exceptions.ConnectionError: [SSL: WRONG...
I am using the chunked request body feature (`data=generator`). When defining a HTTP proxy and sending a request to a HTTPS URL, `requests` is trying to perform a TLS handshake with the (HTTP) proxy server, instead of sending a CONNECT request and performing the handshake with the target server through the tunnel. Th...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes/no RFC? | yes/no Symfony version | 3.4.7 Hello, Updating one of our project from Sf 3.4.4 to 3.4.7 i see an error at cache:clear command or any other cli command from the console. ./app/console cache:clear --no...
Hey guys! Currently, there's no standard way of retrieving the absolute URL to an asset. This would be useful when generating asset paths in a template for an email. Would be cool a function like: {{ asset_url('images/foo.jpg') }} The current solution is not pratical and breaks when using CDN. Thank...
0
Since #41225 I'm no longer able to augment the static side of `class Module`. Before it was possible as indicated there: #40927 (comment) I get `Duplicate identifier 'Module' as error. Any hints how to tell typescript to merge the declarations? * I tried using the `@types/node` package and had problems. * I tri...
i noticed that i get compile errors when i have any of above references. Do i miss something?
0
Title says it all :-)
![image](https://cloud.githubusercontent.com/assets/22350/11778683/51fc7cfa-a256-11e5-8026-66d27009b80f.png) @aeschli
1
**Describe the bug** ShapePath makes holes in wrong shape plane if shapes added in specific order. **To Reproduce** Steps to reproduce the behavior: Create ShapePath as described below _**Code**_ const shape = new THREE.ShapePath(); shape.moveTo(0, 0); shape.lineTo(0, 9); ...
##### Description of the problem When creating a polygon with constructPathShape.toShapes the order of the constructpathshapes commands plays a role which shouldn't be the case. (I think so) I am adding a hole than the outer vertice then again a hole. The last hole is not recognized. https://jsfiddle.net/0g9bd...
1