text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
How about throwing an exception if we're trying to declare a route with the name that already exists? For now it just silently does nothing, which doesn't help in development process at all.
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 2.7.30, 2.8.23, 3.2.10, 3.3.3 #23195 changed the assets:install command such that it removes unregonized content in the target directory. While I understand the intention, a feature that deletes fi...
0
Hi everyone, I was using Celery 3.0.11 + Redis 2.6.2 as a broker. In my development environment (Mac OS X 10.8.2, Python 2.7.3, Django 1.4.3, 1 celery worker with concurrency = 4) I created a couple of simple tasks for my project (in tasks.py): @task def invoice_delete(invoice): i = reload...
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
0
## 🐛 Bug After upgrading to the latest SciPy (1.4.0, released on Tuesday), importing `torch` after `scipy` immediately segfaults. My current workaround is pinning SciPy to <1.4.0, which averts the crash. Oddly, specifically importing `scipy` first and then `torch` is the only combination of the two that I've found ...
## 🐛 Bug Import `torch` after `sklearn` causes a segfault. ## To Reproduce import sklearn import torch print(torch.__version__) print(sklearn.__version__) ![image](https://user- images.githubusercontent.com/11019190/71001688-15df3680-20de-11ea-8441-16a58497c70b.png) In reverse ord...
1
**Steven Warren** opened **SPR-688** and commented Proxy receives a Class[] that contains the interfaces to be supported by the proxy. The order of classes in the array are significant to Proxy as it uses that ordering to resolve method signature conflicts. AdvisedSupport returns an Array of interfaces supported, ...
**G** opened **SPR-4367** and commented Autowiring failed when one of the bean contains factory-method (Static setter). Even we don't apply autowire in that bean, it will also crash the whole framework. Reference: http://forum.springframework.org/showthread.php?t=48399 Partial XML: <?xml version="1.0" encoding="...
0
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response **more than 7 da...
Spring Boot :: v2.4.2 Spring: v5.3.3 Spring Data JPA Hibernate ORM core version: 5.4.27.Final Database: postgresql-13.1 shardingsphere: <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId> ...
0
Using the example from the docs here: http://pandas.pydata.org/pandas- docs/dev/io.html#storing-multi-index-dataframes but specifying the 'columns' in `[1219]` keyword when selecting: store.select('df_mi', columns=['A', 'B']) leads to the failure below. The original example works, as does selecti...
I'm using pandas 0.12.0 and having issue with accessing hierarchically indexed data frame elements using the ix. As a note, the issue is coming only when I have datetime objects in level 0 of hierarchical index. arrays = [date_range('2013-11-15', periods=4).repeat(2), ['one', 'two', 'one', 'two', 'one', 'two', 'on...
0
Q | A ---|--- Bug report? | Maybe Feature request? | no BC Break report? | no RFC? | no Symfony version | 4.0.3 hello everybody, I need my CDN service cache my website, so I set /** * @Route("/", defaults={"page": 1}, name="homepage") * @Method("GET") * @C...
Hi, For background, I am attempting to write a `FormTypeExtension` that serialises form field constraints into data attributes on the input elements so that it is possible to write a generalised javascript library capable of validating most typical symfony forms client side. One place that breaks down is when valid...
0
I am trying to solve a simple example with the `dopri5` integrator in `scipy.integrate.ode`. As the documentation states > This is an explicit runge-kutta method of order (4)5 due to Dormand & Prince > (with stepsize control and dense output). this should work. So here is my example: import numpy as ...
_Original tickethttp://projects.scipy.org/scipy/ticket/1820 on 2013-01-22 by trac user timdiller, assigned to trac user teoliphant._ The dopri5 and dop853 methods of scipy.integrate.ode do not support the step keyword argument. This is nicely illustrated in this [http://stackoverflow.com/questions/12926393/using-ad...
1
Hi All i dont't know if there is something wrong with my confing or it is a bug but in WSL and linux boxes connected via ssh when pasting clear text from notepad, Windows Terminal after each line, leaves one empty line. I am pasting using right click. It does not happen on cmd.exe or PowerShell Anybody know how to...
Multiline text pasted from the clipboard includes CRLF pairs in all cases; this is inappropriate for "Unix-space" sessions, such as WSL. # Environment Windows build number: Microsoft Windows [Version 10.0.18362.145] Windows Terminal version (if applicable): 71e19cd82528d66a0a7867cbed85990cfc1685f1...
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 ...
zone.js seems to have managed to eaten an exception that I needed. Don't know if this is actually zone.js's fault or something further down the stack is suppose to handle notifying of the exception but I figured you could probably tell me. Stack trace of exception follows (anonymous) (display.component.ngfactory.ts:...
1
### Apache Airflow version 2.3.0 (latest released) ### What happened The unique ID of the task is seemingly not calculated correctly in base.py and it can cause in a duplicate key error, my guess is that this bit from /decorators/base.py:115: if tg_task_id not in dag.task_ids: return task_id...
I wanted to discuss an important change proposal for our Breeze2 approach. TL;DR; I thought a lot about how we shold run Breeze2. Instead of having a single `./breeze` command we could have multiple `airflow-*` commands that would be automatically installed by `pipx install -e ./dev/breeze` and that it should be the...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior GTM tags should work the same way on every page, whether the user arrived at this page or browsed to it. ## Current Behavior GTM tags that use the `event` type stop working properly as soon as a user br...
# Bug report Deploying Next to a Firebase function, gets the following error: { Error: Cannot find module '/srv/next/server/static\vk8cHgwKqiKyVYwLtSV~e\pages\_error.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Mo...
0
### Apache Airflow version 2.1.3 ### Operating System macosx ### Versions of Apache Airflow Providers apache-airflow==1!2.1.3+astro.1 apache-airflow-providers-amazon==2.1.0 apache-airflow-providers-celery==2.0.0 apache-airflow-providers-databricks==2.0.0 apache-airflow-providers-ftp==2.0.0 apache-airfl...
### Apache Airflow version 2.1.1 ### What happened Scheduler regularly crashes with error messages like this: MySQLdb._exceptions.IntegrityError: (1062, "Duplicate entry 'some-ETL-2022-01-19 14:00:00.000000' for key 'dag_id'") ...
0
I've completed a couple of Bonfire's successfully and realized there was an issue that floated past the test. I'd love to be able to remove these solutions from my portfolio page.
If there are multiple solutions posted to a bonfire I'd like the ability to remove older versions (though I'd also like to be _able_ to keep older versions too). Perhaps the ability to edit the solution on my profile.
1
## ℹ Computer information * PowerToys version: v0.23.2 * PowerToy Utility: PowerToys Run * Running PowerToys as Admin: Yes * Windows build number: 19041.572 ## 📝 Provide detailed reproduction steps (if any) 1. Install and run PowerToys 2. Open Window off-screen (sort of a bug in itself, but a common W...
Hi, This issue has been happening when I try to calculate arithmetic operations with decimals. ![Anotación 2020-06-01 134302](https://user- images.githubusercontent.com/66273555/83442473-d9925f00-a40d-11ea-87fe-6bf8efcc95a1.jpg)
0
I just upgraded to react 15.6 then i tested my app from react 15.5. RadioButtonGroup onChange does not fire when i click on a RadioButton
I don't receive any call to onCheck in react >= 15.6.0
1
### Apache Airflow version 2.5.0 ### What happened I have a dynamic mapping task that is supposed to launch over 100 KubernetesPodOperator tasks. I have assigned 2.0 CPUs per task. When running the DAG, 16 tasks are in 'running state', however only 3 truly run, the remainder 13 fail with `Pod took longer than 120 ...
The tests that are run in CI should use `breeze` and parallellism implemented in Python. NOTE: We should pay an attention to provide better error feedback when docker containers could not be started - see #23523
0
Steps to reproduce: import socket import requests socket.setdefaultimeout(0.0001) # Expected this to raise exception, but it does not. requests.get('http://google.com') # These 2 raise an exception requests.get('http://google.com', timeout=socket.gettimeout()) requ...
Thanks for an excellent package. I believe the quick start examples should include a timeout value. This is the more common case, rather than the exception. In the more advanced documentation it maybe wise to mention that sockets.getdefaulttimeout() is not used when a value is not specified.
1
## ℹ Computer information * PowerToys version: v0.20.1 * PowerToy Utility: N/A * Running PowerToys as Admin: Yes * Windows build number: Microsoft Windows [Version 10.0.18363.1016] ## 📝 Provide detailed reproduction steps (if any) 1. Uninstall PowerToys from **Control Panel** -> **Program and Features**...
# Summary of the new feature/enhancement Say a user wants to quickly search the internet about 'pineapples' and but also has a folder named 'Pineapples'. After the first result which would be the search result for the folder, an addition result can be 'Search the web for: pineapples'. This would open up the default ...
0
It would be great if you could cross compile binaries for different platforms when using `deno compile`. Example: `deno compile --target x86_64-apple-darwin https://deno.land/std@0.79.0/http/file_server.ts` from Linux or Windows to create a macOS binary. This should be relatively trivial to implement. Instead of us...
Now that a basic `deno compile` subcommand has been merged into deno it might be interesting to consider implementing support for a `--target` flag so that one could compile to all supported platforms from all supported platforms. Because of the approach taken for embedding the code into the binary it would probably ...
1
Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.18363.0 IntPtr Length: 8 x64: True Date: 08/21/2020 17:24:57 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolean value) at System.Timers.Timer.Start() at Po...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
Hi, I'm trying to load a module in my application router in 2 ways: 1. { path: 'lazy', loadChildren:'src/lazy/lazy.module#LazyModule' } 2. { path: 'lazy', loadChildren: ()=> LazyModule } In both ways the constructor of LazyModule is being invoked twice. Is there any way to avoid it? Regards, Lior
E.g. `method({a, b}:{a:String, b:boolean})`
0
Challenge Add Placeholder Text to a Text Field has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <link hre...
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
## Environment info * `transformers` version: 4.3.2 * Platform: linux * Python version: 3.7 * PyTorch version (GPU?): 1.7 * Tensorflow version (GPU?): - * Using GPU in script?: - * Using distributed or parallel set-up in script?: - ### Who can help * albert, bert, xlm: @LysandreJik ## Information ...
I'm using an tweaked version of the `uer/roberta-base-chinese-extractive-qa` model. While I know how to train using multiple GPUs, it is not clear how to use multiple GPUs when coming to this stage. Essentially this is what I have: from transformers import AutoModelForQuestionAnswering, AutoTokenizer, ...
0
#### Code Sample, a copy-pastable example if possible using pandas 0.22: In [1]: import numpy as np In [2]: import pandas as pd In [3]: object_data = ['silly walks', np.nan, 'dead parrot'] In [4]: pd.Series(object_data, dtype=object) Out[4]: 0 silly walks 1 ...
As far as I can tell, both methods of reading an Excel sheet (through ExcelFile and read_excel) do not have the option to avoid mangling duplicate columns, which exists for read_csv (#3468). I have an Excel file that looks like this: foo foo bar bar baz baz A B A B A B ...
0
##### Description of the problem All textures are loaded in mirror. ![Screenshot 2019-03-21 at 10 28 40](https://user- images.githubusercontent.com/18641723/54743330-2355a780-4bc4-11e9-8a4a-ad6bf9a349ac.png) When I switch to the 103dev version, this doesn't happen: ![Screenshot 2019-03-21 at 10 29 46](https://u...
##### Description of the problem Sprites are flipped. This happened after somewhere between 101 (which works) and 102. In the sandbox below you can exchange the three version, going back to the last major has them positioned correctly. https://codesandbox.io/s/1z92z6xwz4 ##### Three.js version * r102 ##### Bro...
1
I get an error if i try to install symfony2.7 via composer trigger_error('Symfony\Component\DependencyInjection\Definition::setFactoryMethod(getRepository) is deprecated since version 2.6 and will be removed in 3.0. Use Definition::setFactory() instead.', 16384) /Symfony/Component/DependencyInjection/Definition.php:...
Starting on a PR regarding another issue and I hooked up on of my applications to 2.8 instead of 2.6. For me this was 2 seconds to figure out it was caused by the old way of defining a factory service + method, but the error message might cause a lot of confusion for others. The message is thrown in the Definition cl...
1
➜ datastructures.rs git:(master) ✗ RUST_LOG="rustc=1;::rt::backtrace" rustc stack.rs &&./stack rust: task failed at 'assertion failed: rp.is_none()', /private/tmp/rust-5o4g/rust-0.7/src/librustc/middle/typeck/collect.rs:1040 error: internal compiler error: unexpected failure note: the compil...
$ RUST_LOG=rustc=1,::rt::backtrace rustc link_header.rs rust: task failed at 'assertion failed: rp.is_none()', /Users/shout/Projects/rust/src/librustc/middle/typeck/collect.rs:1044 error: internal compiler error: unexpected failure note: the compiler hit an unexpected failure path. this is a ...
1
Add an event to trace zonesets changes. The data to trace is: * zoneset type (custom or template, in case of template which one) * number of zones per zoneset * number of apps in the app zone history reference: https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones/lib/trace.cpp https...
When i was trying to get into the settings page of powertoy tool, the settings page opens after a long time and it is a blank screen with nothing in it
0
Dear Julia maintainers, I am forwarding Debian bug #807701: On Fri, Dec 11, 2015 at 06:36:09PM +0000, Edmund Grimley Evans wrote: > It failed to build on arm64: > > https://buildd.debian.org/status/package.php?p=julia&suite=sid > > The error was: > > signal (6): Aborted > gsignal at /lib/aarch64-linux-gnu/libc....
There is a duplicated example here https://github.com/JuliaLang/julia/blame/master/doc/src/manual/arrays.md#L139 https://github.com/JuliaLang/julia/blame/master/doc/src/manual/arrays.md#L146
0
Hello, Originally seen when using FunctionWrappers. @yuyichao was nice enough to provide a MWE, that shows non-repeatably inefficient code. I am out of my depth here for such julia internals, just relaying the message :) julia> using BenchmarkTools julia> f3(x, y) = x - x + 0.5 f3 (generi...
Copied from: https://discourse.julialang.org/t/performance-and-memory- regression-with-function-wrappers-in-julia-1-4/44589 ### Setup: julia> using BenchmarkTools julia> using FunctionWrappers: FunctionWrapper julia> w = let closed_over=([1], [2]) FunctionWrapper{typeof(...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Module iam_cert ##### ANSIBLE VERSION ansible 2.3.0.0 config file = configured module search path = Default w/o overrides python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] ##### CONFIGURATION ...
#### ISSUE TYPE * Bug Report #### COMPONENT NAME * command * shell * yum * dnf #### ANSIBLE VERSION ansible 2.2.0.0 config file = /home/msanabria/repos/ansible-workstation/ansible.cfg configured module search path = Default w/o overrides #### CONFIGURATION _ansible.cfg_...
0
Even if I want to find specific package, first it lays out all packages.
Panes do not load immediately - I think we could do a lot to make the UI _feel_ more responsive even before tuning the underlying package and settings operations.
1
### Vue.js version 1.0.21 ### Steps to reproduce <div :style="{backgroundSize:'100%'}"></div> ### What is Expected? <div style="background-size:100%;"></div> // or <div style="background-size:100% auto;"></div> ### What is actually happening? <div style="backgr...
### What problem does this feature solve? Sometimes prop validation error messages are to vague, and one would like to specify his own custom error message, instead of the default "Invalid prop: custom validator check failed for prop" message. ### What does the proposed API look like? I suggest supporting the vali...
0
It's a common beginner's problem to create a vector with run-time size filled with identical values, but the idiomatic solution is pretty much undiscoverable without asking people on IRC/StackOverflow/Reddit. cc @steveklabnik
Rustc sometimes recognizes and logs the same error multiple times. Test case: https://gist.github.com/reem/78db1ad233f1c87f9ca7 `rustc --test` consistently logs (note the double report on the L#33 error): lib.rs:33:5: 33:16 error: failed to find an implementation of trait core::ops::FnOnce<(uint),uin...
0
arrays defined in vars or vars_files work ok, while those from host/group vars and inventory (${groups.somegroup} are handled incorrectly See attached gist (full test case with output) https://gist.github.com/mkaluza/6121615 vars 'a' and 'c' behave correctly, while var 'b' and group 'grp' does not
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.9.1 configured module search path = None ##### Ansible Configuration: N/A ##### Environment: Mac OSX 10.9.5 ##### Summary: Roles that are included multiple times cannot have their dependencies included multiple times. The ...
0
**I'm submitting a bug report** **Webpack version:** 2.x, 2.1.0-beta.20, from master (as of `2553f49`) **Please tell us about your environment:** OSX 10.x **Current behavior:** Warnings like: WARNING in ./index.js 9:12 export 'x' was not found in './dep.js' duplicated multiple times...
Sorry for duplicate issues but I'm really unsure what repo this issue belongs in. webpack-contrib/eslint-loader#80. Looking at the updated dependencies I'm guessing this is some sort of issue with `acorn` versions but I'm not sure? Webpack 2 has a dependency on `"acorn": "^2.4.0"`, and Eslint 2 has a dependency on `...
0
If the viewport is smaller than the list of dropdown links of a fixed-top navbar, there is no way to scroll down to view links that are beyond my view. The reason being obviously that the entire navbar is "fixed". I've tried to make .navbar-collapse scrollable but it won't always scroll down to the very end, it's ver...
[Original title: Expanded navbar on mobile (landscape) is cut off] /CC @mdo
1
What use are options like `precision`, `rounding_mode` for an integer type? Why is this form called "integer" when it clearly deals with floats? I'd expect integer type to allow only values like `-2, -1, 0, 1, 2, 3, ...` etc, and to have options like `allow_negative` and `allow_zero`. > This field has different op...
The `IntegerType` supports floats, but as the name suggests it should only accept integers, i.e. whole numbers. The `NumberType` supports floats, locale specific numeric strings (e.g. "40,000") etc. I propose a change to these 2 types: * `IntegerType`: should be used for whole integers as the name suggests * `...
1
* VSCode Version: 1.2.0 + 1.3.0-insiders * OS Version: MacOS X 10.11.5 Steps to Reproduce: 1. Open/create scss file 2. Write a map, the first colon is marked as an error 3. Error message: `") expected"` ![screen shot 2016-06-08 at 21 43 33](https://cloud.githubusercontent.com/assets/1062408/15908611/e272...
If I add a map to a scss file, e.g. "$map: (key1: value1, key2: value2, key3: value3);" it shows as an error. Red squiggly appears under the ":" after the first key and hover message reads ") expected". Despite the error in editor node-sass evaluates map-get correctly over it.
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-staging/6016/\n\nFailed: Kubectl client Update Demo should create and stop a replication\ncontroller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:135\n Jun 15 07:17:41.598: Timed out after 300 seconds waiting for name=update-demo pods to reach valid state\n \n\n"
Seeing a fair number of failures from the PR builder failing because they can't reach gcr.io `Get https://gcr.io/v2/: dial tcp: lookup gcr.io on 169.254.169.254:53: dial udp 169.254.169.254:53: network is unreachable\n v1 ping attempt failed with error: Get https://gcr.io/v1/_ping: dial tcp: lookup gcr.io on 169.254...
1
The first line is working, the second one, on GPU, returns an error torch.FloatTensor(3, 4).random_(2) torch.FloatTensor(3, 4).cuda().random_(2) AttributeError: 'FloatTensor' object has no attribute 'random_'
> torch.Tensor(10).random_(0,10) #works > torch.Tensor(10).random_(0,10).cuda() #works > torch.Tensor(10).cuda().random_(0,10) #does not work
1
I have no jap charakters also in UTF-8. (Linux Mint 17.1) I didn't choose any font family in settings. ![screenshot](https://cloud.githubusercontent.com/assets/9461698/8187455/11ce610a-1450-11e5-8b05-4bbc9e8ded53.png) for example this "TITLE_LOST_NEW": "新遺失", "TITLE_LOST_EDIT": "遺失修正", "TITLE_LOST_DETAIL": "...
Text: > > 这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。 ![3](https://cloud.githubusercontent.com/assets/49931/6959354/a30f8266-d94a-11e4-9167-35ea308a5ad2.png) It happen after update to 0.189.0, and it's normal in 0.188.0 . I try disabled all co...
1
Challenges 4, 5, etc., not logged in. User Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" **Steps to reproduce:** 1. Pass challenge 4, Work with Data in D3. My passing code was: <body> <script> const dataset = [12, ...
Challenge work-with-dynamic-data-in-d3 has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36`. <body> <script> const dataset = [12, 31, 22, 17, 25, 18, 29, 14, 9]; d3.select("body").selectA...
1
## Bug Report ### Which version of ShardingSphere did you use? master branch ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy & governance ### Expected behavior throw exception when creates sharding binding table rules repeatedly ### Actual behavior no exception...
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
0
## Bug Report **Current Behavior** throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?"); ^ Error: We don't know what to do with this node type. We were previously a Statement but we can't fit in here? ...
I'm reporting an error I get for every React component exported after I upgraded to @babel/*@^7.0.0-beta.37: ERROR in ./apps/visitor/components/List.js Module build failed: Error: We don't know what to do with this node type. We were previously a Statement but we can't fit in here? I already ...
1
Hi, Hope everyone is ok ## Describe the bug In Chrome V68, everything is ok but the problem is with the Chrome used by Google Bot. In fact, in my home page, after building the home page, the title is automatically replaced by ": An unexpected error has occured". You definetely need to go over "to reproduce an...
# Bug report ## Describe the bug I have 3 different websites served by next.js and some random pages are being indexed on google with title as ": An unexpected error has occurred - My website name" but everything looks fine with the title tag when opening page's source ## To Reproduce Have no idea, since the erro...
1
Hi everyone, I've found a nasty memory leak while using `np.random.shuffle`: import numpy as np @profile def shuffle_leaktest(): x = np.random.randn(1000, 1000) for ii in xrange(1000): np.random.shuffle(x) del x if __name__ == '__main__': ...
Hi everyone, I found a memory leak writing code using the theano module and I was able to trace it back to numpy. I already posted on the theano mailing list about it Sample code to reproduce the leak: Required modules: * Numpy (commit: `0c9f285f38ea4d143c5e79badd0d36cb808242a6`) * Scipy (commit: `d9a8c214c4...
1
I had originally installed atom via `brew cask install` and the `atom` command was working fine. Then, for reasons, I uninstalled the cask version and installed atom from atom.io. Ever since, despite performing "Install Shell Commands" and making sure the symlinks are correct, the `atom` command fails to load the cur...
When executing v 0.200.0 from command line, Atom open an empty untittled file instead the ones from that directory, and in fact the tree view don't get open both with the shortcut or the menu option. Other tabs like preference are working. After executing `atom .` the tree view gets shown and it works normally, and a...
1
## Bug Report ### Which version of ShardingSphere did you use? 4.0.0.M1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-proxy ### Expected behavior images table has no shards. The images table structure is as follows: CREATE TABLE `images` ( `id` int(11) DEFAULT NU...
## Question The shardingSphere I use is version 5.1.1 The following is my mybatis sql <insert id="test"> INSERT INTO test (v_uuid, company_id, hash_id, store_id, msku, stock_90_list) VALUES <foreach collection="tList" item="item" index="index" separator...
0
No curves appear in Tensorboard 25 when I click on a heading to open one. Maybe related to #3782 ### Environment info Operating System: Ubuntu 14.04 If installed from source, provide 1. The commit hash (`git rev-parse HEAD`): `008bcae` 2. The output of `bazel version` 0.3.0
After a clean install of TensorFlow v0.10 (from `master`) my TensorBoard is suddenly broken. The scalar event plots do not show upon clicking (see screenshow below). While the logs in the terminal do not show any errors, the Chrome Developer console shows the following error upon opening a figure: tf-t...
1
Greater than or equal to version 0.189.0 of atom does not support Chinese input.Hopes to fix as soon as possible.
Text: > > 这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。 ![3](https://cloud.githubusercontent.com/assets/49931/6959354/a30f8266-d94a-11e4-9167-35ea308a5ad2.png) It happen after update to 0.189.0, and it's normal in 0.188.0 . I try disabled all co...
1
Hi there, I am in the process of upgrading a Silex app and part of that is an upgrade of the sf components. With sf 2.6 I've run into a problem with the TraceableEventDispatcher. Dispatcher version is v2.6.6 silex_upgrade/vendor/symfony/http- foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySe...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.1 After upgrading to PHP 7.1 and symfony 3.2.1 I sometimes (once a week, random) get the following error: > FatalErrorException in classes.php line 347: > Error: Class > Symfony\Component\Htt...
0
**Apache Airflow version** : 2.1.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v1.18.17-gke.1901 **Environment** : * **Cloud provider or hardware configuration** : Google Cloud * **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) * **Kernel** (e.g. `uname -a`)...
**Apache Airflow version** : 2.1.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0", GitCommit:"cb303e613a121a29364f75cc67d3d580833a7479", GitTreeState:"clean", BuildDate:"2021-04-08T16:31:21Z", GoVe...
1
I am pretty sure this is going to affect _any_ install from a git remote with a ref that's not found in the origin. But I encountered it trying to install a PR, and haven't investigated further. Instead of "remote reference not found in git repository", or some other helpful thing, it does this. ### Current Behavio...
### Current Behavior: ### Expected Behavior: `npm install` with erroneous git version on a github dependency whines about cache "already exists" ### Steps To Reproduce: 1. with a fresh npm package.json, add a dep for a non-existent branch, e.g.`"dependencies": { "shex-test": "github:shexSpec/shexTest#master" }`...
1
Unable to enter Chinese on any terminal opened by Windows terminal Windows terminal : Windows Terminal (Preview) Version: 0.6.2951.0 windows : Win10 Enterprise Edition version: 18362.449
# Description of the new feature/enhancement It would be really nice to be able to rename tabs by just double-clicling them and setting new title in some kind of text-box. This name replaces original title and stays until tab closed or renamed again. This feature is very useful when working with multiple similar ta...
0
What steps will reproduce the problem? 1. go get code.google.com/p/go-tour 2. go vet code.google.com/p/go-tour/prog What is the expected output? No panic. What do you see instead? INTERNAL PANIC: runtime error: invalid memory address or nil pointer dereference ...
by **aaron.blohowiak** : What does 'go version' print? go version go1.2.1 darwin/amd64 I checked the source in tip and the problem is also there. What steps reproduce the problem? If possible, include a link to a program on play.golang.org. http://play.golang.or...
0
As I am already including: "node/node.d.ts": { "commit": "e850b6ac0d59fee86dd7cb6a1be2caf6400bde14" } In my `tsd.json` file and angular also includes those, I get lots of `error TS2300: Duplicate identifier ...` errors. Is there really no solution for this? If there is a solution, can som...
**I'm submitting a ...** (check one with "x") [ x ] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** ngc is creating the following cod...
0
* Electron version: 1.4.4 * Operating system: Windows 10 Scenario: I want to paste a copied image in my Electron app. But when I copy an image in Windows Explorer (png or jpg) and try to retrieve it from Clipboard, Clipboard.readImage() returns an empty NativeImage Object. Based on the docs, I assumed it would...
i want to get image file from clipboard. when right-click an image on a web page and copy it, i can get the image file from both browser's `onpaste` event and `clipboard` module that electron provided. when it came to **files(images) in finder** , `cmd+c` copy it, browser's `onpaste` event can only give you a previ...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.169.0 **System** : Mac OS X 10.10.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Atom can only handle files < 2MB for now. At /Applications/Atom.app/Contents/Resources/app/src/project.js:355 Error: ...
Uncaught Error: Atom can only handle files < 2MB for now. **Atom Version** : 0.153.0 **System** : linux 3.13.0-40-generic **Thrown From** : tree-view package
1
##### Description of the problem Hi there. This is the error message: > [.CommandBufferContext]RENDER WARNING: there is no texture bound to the unit > 1 I try to ignore these warnings, but sometimes (more than 50% time in my 3D Game) it will stop loading textures. It drove me crazy for a whole day and finally foun...
Seems like I'm finally starting to experiment with something that I've been thinking for a long time. **The problem** The current `Geometry` structure is, albeit user-friendly, convoluted and unperformant. That structure was designed before WebGL even existed and it has been patched along the way. `BufferGeometry`...
0
**I'm submitting a** * bug report * feature request * support request **Current behavior** When instantiating a component with ViewContainerRef.createComponent(), if component has a selector, and there are also directives that match the component selector, they don't get instantiated. **Expected behavior*...
I've been digging into Angular 2 and have run into a potential road block for extending certain kinds of components. In the the following example, I have a button component, and a directive that will apply styles based on touch events. There will be many other objects other than just the button that will inherit the...
1
This sample illustrates what I'm talking about: // Run this with: // deno run --allow-run ./elevation.ts ...
When you execute a subprocess there's no guarantees of what it can do - all security bets are off. `--allow-run` masks this and is an extra command line flag. Therefore I suggest removing it entirely and requiring users to supply `--allow-all`.
1
Fresh clone of repo. commit `1d53bab` % configure --disable-debug --disable-optimize --enable-clang % time make -j8 ... compile_and_link: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/libcore.dylib rust: task 7fa031d00000 ran out of stack compile_and_link: x86_64-a...
I encountered an assertion failure in rustc 0.6 fn main() { let x = Some(3); let y = 0; match(x) { None => println("None"), _ if y == 0 => println("y is zero"), Some(n) => println(fmt!("Some(%d)", n)), } } Above is a simple t...
0
Challenge Waypoint: Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. This is the error throwing "​RangeError: Maximum call stack size exceeded" ![image](https://clou...
Challenge Waypoint: Passing Values to Functions with Arguments has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Running tests outputs `RangeError: Maximum call stack size exceeded` and no tests pass. My code: ...
1
Hello, after changing with django + celery to python 3.6.7 I get a DeprecationWarning for ../celery/utils/imports.py: kind regards Jens * [x ] I have included the output of `celery -A proj report` in the issue. (if you are not able to do this, then at least specify the Celery version affected). * I have...
# Checklist * I have checked the issues list for similar or identical feature requests. * I have checked the pull requests list for existing proposed implementations of this feature. * I have checked the commit log to find out if the if the same feature was already implemented in the master branch. ...
0
This happens when I'm trying to write a file directly in a remote FTP directory. 1. Try to open a remote FTP folder through Nautilus (Linux/Gnome). 2. Open a file from this folder with Atom. 3. Write something and save. **Atom Version** : 0.194.0 **System** : linux 3.19.3-3-ARCH **Thrown From** : Atom Cor...
Title pretty much sums it up. No problems saving to a regular file system. SSHFS is fine too. I'm on Ubuntu 14.04 x64. I've encountered this error in various .99, .100, and .101 builds from the master branch.
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When exit a dialog, the dialog paper should disappear with the passed transition (zooms out if the transition is `Grow`) ## Current Behavior The dialog paper disappears immediately, but the backdrop di...
When the button has focus and you press ENTER to execute the action, the handler is actually called twice. If I press the button with the mouse the handler is only called one, which is the expected behaviour. This is not specific to FlatButton, as I've seen the same behaviour for IconButton as well. * I have s...
0
`test/repl.jl` was added in #6955, most of the file is `@unix_only` at the moment except a few lines at the very end. These lines are freezing for me on Windows, but they're using process commands that you'd think _should work_. | | |_| | | | (_| | | Version 0.3.0-prerelease+3381 (2014-06-02 13...
For some reason jl_is_pty (or more precisely the pNtQueryInformationFile in uv_get socketname) blocks until another character is received on stdin.
1
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): et...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
**Apache Airflow version** : 2.0.0b3 **What happened** : When Airflow is ran within CeleryExecutor mode and using the new Cloudwatch integration (from #7437), log groups and log streams are created, but no log events are pushed to AWS. The Webserver is able to read the log stream as expected. There are no error...
### Apache Airflow Provider(s) datadog ### Versions of Apache Airflow Providers apache-airflow-providers-datadog==3.0.0 ### Apache Airflow version 2.2.2 ### Operating System Mac OS ### Deployment Amazon (AWS) MWAA ### Deployment details _No response_ ### What happened I installed the provider package for...
0
I'm running into an issue where some of my worker processes will stop processing new tasks, causing them to pile up on the queue server. Left alone it will sometimes clear, and sometimes grow to impact all workers, effectively blocking processing. However, if I issue a management command, such as "celery inspect sch...
See test case here: https://github.com/sabw8217/celery_test If I enqueue a number of tasks, and then start a worker with --without-mingle and --without-gossip, the worker seems to hang and not actually run any of the tasks I enqueued. I'm running this on debian. On my dev box I have pretty consistently been able t...
1
### System info * Playwright Version: [v1.34.3] * Operating System: [All] * Browser: [All] * Other info: ### Source code The POST request here: https://github.com/microsoft/playwright/blob/ec972fb7c140908560347ea215d30016fda2508d/packages/playwright- core/src/server/chromium/chromium.ts#L192C28-L199 is c...
As far as I can understand it is possible to take a full page screenshot when calling `await page.screenshot({ path: 'screenshot.png', fullPage: true });`, but not after a test run / on failure. The option to take full page screenshots on failure (something like `screenshot: { mode: 'only-on-failure', fullPage: tru...
0
I downloaded the Symfony Standard Edition 2.3.4 and placed the following code in `app_dev.php`: echo $request->getUri(); Then I visited the following url: `http://localhost/RSA- Programm/web/app_dev.php?module=search&type=user&func=form`. The output is `http://localhost/RSA- Programm/web/app_dev.php/?...
There is a problem with the path info in the `Request` class. Given a request to `http://localhost/symfony-standard/app_dev.php`, the info in the Request are as follows: Request::getBaseUrl() returns `/symfony-standard/app_dev.php` (correct) Request::getPathInfo() returns `/` which is wrong because it must be em...
1
When is the new release coming?
0
Image cache is caching error icons for apps with no thumbnail. If an icon is available later, Image cache would need to be deleted manually to invalidate it.
# Summary of the new feature/enhancement I used i25A Rii mini wireless keyboard (http://www.riitek.com/product/i25a.html). The keyboard itself doesn't have Function keys and Windows Key, so I need a tool to remap shortcuts. Said like remap **Ctrl+Alt+1** to **F1** , **Ctrl+Alt+2** to **F2** , and so on.. also **Ctrl...
0
So I'm currently adding in logic to handle the removal of arbitrary nodes that would result in invalid code. There are currently two ways to tackle this: 1. Detect it and throw compiler errors 2. Detect it and fix it up on a case-by-case basis. ## For example, when removing the `foo` `callee` of a `CallExpres...
## Bug Report Following code works correctly with Typescript compiler but fails with Babel. **Current behavior** A clear and concise description of the behavior. **Input Code** function undoable(target: any, propertyKey: string) { Object.defineProperty(target, propertyKey, { get: fun...
0
**Glide Version** : **Integration libraries** : **Device/Android Version** : **Issue details / Repro steps / Use case background** : **Glide load line /`GlideModule` (if any) / list Adapter code (if any)**: Glide.with... **Layout XML** : <FrameLayout xmlns:android="... **Stack tra...
## Idea Glide.with(this).load(bitmap).into(imageView); Glide.with(this).load(drawable).into(imageView); This looks weird compared to `ImageView.setImageBitmap(bitmap)`, but if you need animation and error handling (null bitmap), the above could become an easy to use, fire and forget, go-to line in...
1
http://twitter.github.com/bootstrap/javascript.html#carousel I was wondering if images in carousel not looping forever is a default condition, or a bug. If it is a default condition, is there a way for carousel to loop through images forever? Right now, carousel stops cycling when it reaches the right most side im...
Validation started for.. _gh_pages/javascript/index.html 1=> "Duplicate ID myModalLabel." Line no: 469 2=> "The first occurrence of ID myModalLabel was here." Line no: 362 3=> "Duplicate ID myModalLabel." Line no: 483 4=> "The first occurrence of ID myModalLabel was here." Line no: 362 ...
0
See screenshot: seems like `a/b/file5` should appear just below `a/file2`, not after `z/file4`. ![screen shot 2015-04-23 at 13 28 15](https://cloud.githubusercontent.com/assets/3205856/7297018/c295f750-e9bc-11e4-8f48-03fdd4e6717c.png) I'm using OS X 10.9.5, Atom version 0.194.0.
Hi all, If I apply the ‘text-rendering: optimizeLegibility’ directive to the stylesheets on .editor or .workspace, any subsequent command palettes, text fields or tabs have a visually broken/erratic caret: * In text fields, such as the command palette or settings view, the caret appears before the first character...
0
I am trying to calculate silhouette_score or silhouette_samples using a sparse matrix but getting the following error: **ValueError: diag requires an array of at least two dimensions** The sample code is as follows: edges = [ (1, 2, 0.9), (1, 3, 0.7), (1, 4, 0.1), (1, 5, 0), (1, 6...
#### Describe the bug `silhouette_samples(X, y, metric="precomputed")` fails with `ValueError: diag requires an array of at least two dimensions` if X is sparse. #### Steps/Code to Reproduce from sklearn.metrics import silhouette_samples from sklearn.neighbors import kneighbors_graph from skl...
1
### Expected Behavior I should be able to return a single value from my view(that is, not a tuple) and have my value passed to my custom response class. In this case I have a response class that detects whether JSON or pickle data was requested by the client and dumps the return value appropriately. This allows me t...
I had written a simple wrapper to take all the response primitives, and jsonify them before returning to client like so: class JSONifyResponseWrapper(Response): default_mimetype = 'application/json' @classmethod def force_type(cls, rv, environ=None): try: ...
1
http://twitter.github.com/bootstrap/javascript.html#tooltips The Four directions example has all four tooltips appearing on top.
congrats on releasing 2.3.0! I was checking out some of the docs and saw that tooltips data-placement is not working correctly. I think its because of the one pull request that makes options set in javascript override the options that were set in the html but I'm not sure..
1
when i Click “visualize” and then ,display error "Visualize:java.lang.lllegalStateException:Field daVisualize",or i used dashboard module ,before logstash auto update index,it was normal;when time is 8:00 am,dashboard module will not work,and display the error. error details: 1.kibana page error: Error: Request t...
Hi, **Elasticsearch version** : 2.2.1 (from `docker pull elasticsearch`) **JVM version** : OpenJDK 1.8.0_72-internal (from `docker pull elasticsearch` **OS version** : Debian 8.3 (from `docker pull elasticsearch` **Description of the problem including expected versus actual behavior** : Indexing some data were f...
0
Symfony 2.0.4. When specifying "index" as a name for the route - exception "No route found for GET /" raised. ` /** * @route("/", name="index") */ public function indexAction() { } ` But renaming route to anything else solves the issue.
**Symfony version(s) affected** : 4.2.* **Description** According to Symfony UniqueEntity documentation if the constraint is violated then I can create a custom message error by implementing the `__toString()` method on my Entity. I've attempted to create my custom message via the `validation.yaml` (which **work...
0
Not sure if this is a bug or there is simply a discrepancy between NumPy and Python. Though this is what I am seeing in some (not all) cases. FYI, similar (but not the exact same) behavior for `np.float128`. >>> import numpy as np >>> a = np.float64(0.47140452079103168) >>> round(a, 4) 0.47...
In [1]: np.array(.1)[()] == np.array(.1).item() Out[1]: True In [2]: np.array(.1)[()] # a np.float64 Out[2]: 0.10000000000000001 In [3]: np.array(.1).item() # a python (64-bit) float Out[3]: 0.1 Python floats use the shortest repr that give the same value when eval'd s...
1
A common pattern with collections is the "groupinds" pattern. The pattern consists of collecting the indices of the entries of the collection into subsets with common value. For example: v = [(1,2), (1,2), (1,3), (7,3)] could be grouped into: [[1,2], [3], [4]] because the two first ind...
When applying a restriction to a abstract type parameter a subtype it is possible to define a subtype that is not actually a subtype: julia> abstract type AbstractFoo{T<:Integer} end julia> struct Foo1{T} <: AbstractFoo{T} end julia> struct Foo2{T <: Integer} <: AbstractFoo{T} end ...
0
Issue: **81559c42-419d-739b-a6b7-43927bc5d585 ** _Versions_ \- 0.10.1-release \- `94cba4e` \- `a4bfcb8` _Stack_ [/vs/workbench/parts/debug/node/rawDebugSession.ts#L68:28 (RawDebugSession.send)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/de...
In a node express app I have the following loop: var msg = 'hello world'; var i = 0; while (i < 100) { msg = msg + i.toString(); i++; } I set up the local and watch windows in the debugger so that I can see the msg variable in both. When stepping through the loop, if I press F10 very quickly, eventually ...
1
Maximized state of window not correctly maximized. Width and height saved, but window out of workspace. [Win8.1, 0.117] ![default](https://cloud.githubusercontent.com/assets/4272432/3687259/5cc2e182-1324-11e4-9a49-134254bbafd4.jpg)
When starting Atom, the maximized state of the window should be restored to what it was the last time Atom was closed. Atom is never maximized on startup although the height and width are restored, causing the window to slightly be overlapped by the Windows Taskbar. Using Atom 0.114.0 x64 on Windows.
1
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** When I try to load dynamic module with `import('/path/to/my/module.js').then()` it work, but when i try to import module with `import(rootPath + '/' + myModuleName + '/index.js').then()` it doesn't work. I got: ...
# Bug report **What is the current behavior?** Webpack 5.0 fails to build with the error: "Rule can only have one resource source". **If the current behavior is a bug, please provide the steps to reproduce.** I have create a minimal repro over at https://github.com/skaut/shared-drive- mover/tree/webpack-5-issue-...
0
Hello, I've just updated from 0.193.0 to 0.200.0 (on Debian Jessie). When launched from the CLI, atom used to display the tree view of the current (CLI) directory, it is not the case anymore. On the first start, the tree view is closed. In order to display the tree view of a given directory, you have to manually o...
> Opening Atom without the command line (e.g. using the dock on OSX) now re- > opens any previously opened windows Would it be hard for me to do a PR to add a command-line option to open atom with the previous windows? I know my use-case is rare but I open X11 windows from the command-line and I have no desktop at a...
1
### Apache Airflow version 2.3.2 (latest released) ### What happened We deployed the latest version of Airflow on our K8s cluster (AKS) and we noticed that the webserver is restarted every minute or so. The pod logs don't show the immediate problem, apart from a particular exception that's being raised several tim...
### Apache Airflow version 2.3.1 (latest released) ### What happened gunicorn log file is full of these messages. This behavior was present also in release 2.3.0 I don't think that was a problem in Airflow 2.2.x The problem is that web server now is much weekier than before and it is the second time in a week t...
1
# Bug report **What is the current behavior?** **Error in dynamic import** Module parse failed: 'import' and 'export' may only appear at the top level (45:8) You may need an appropriate loader to handle this file type. ngAfterViewInit() { import('./df.tinymce.files') ...
**Do you want to request a _feature_ or report a _bug_?** Feature Request **What is the current behavior?** When `webpack --watch` is first run, the first thing it does it compile all of the entries. **If the current behavior is a bug, please provide the steps to reproduce.** **What is the expected behavior?*...
0
Is there an api that can be `require` ed from node to compile file. eg var ts = require('typescript'); ts.compile(filePath, {options}, function(err, js) { //etc })
I'm trying to use generic class in the TSX file and generic class is implemented in the another module. I have tried to use code like in the #3960 (comment) but it doesn't work because old style casting is not allowed in the TSX file. Ok, I have changed it to the `as` operator but it emits incorrect code. It refers t...
0
#### Code Sample import os import sys import tempfile import pandas as pd from urllib.request import urlretrieve # Settings p_ext = 'https://ftp.ncbi.nlm.nih.gov/gene/DATA/gene_info.gz' p_down = os.path.join(tempfile.gettempdir(), 'tmp_gene_info.gz') p_out = os...
we have a `Categorical` section, but this mainly describes `.cat`. Maybe split this out into a separate section to document the actual `Categorical` methods / accessors (even though it is _slightly_ duplicative. http://pandas-docs.github.io/pandas-docs-travis/api.html#categorical also need to add other public metho...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): no **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ap...
**Is this a request for help?** : No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): timeout, pd, persistent disk * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Kubernetes version** (...
0
Ability to add snippets from `.vscode` directory, instead of `%APPDATA%/Roaming/Code/User/snippets`. This would be nice for working with snippets in a specific project, then there is no need to create a snippet extension for private snippets, and install it separately because it's included in the project
* VSCode Version: all * OS Version: all We have a custom set of snippets written per-project and would like to include them in the project repo, like our launch.json, tasks.json. Right now we just include the json file and the dev has to copy+paste it into his user snippets, but the snippets are particular to a ...
1
While debugging a memory problem I found something that looks like temporaries from previous scopes are sometimes not garbage collected. In this case disabling compiler optimizations got rid of the leak. I tried to strip down the problem as much as possible: http://play.golang.o...
If we can get some indication of the compiler or toolchain version into the build ID hash, it would let people flip between different toolchains with the same GOPATH more easily. In particular, when you flipped it would notice that all the things in $GOROOT/pkg are out of date and rebuild them, whereas today you have...
0
### Version 2.5.17 ### Reproduction link https://jsfiddle.net/onbzk0m6/ ### Steps to reproduce Just load the vue instance. See link to reproduction. ### What is expected? whitespace character `Text: " Drehmaschinen"` ### What is actually happening? a string with `&nbsp;` `Text: "&nbsp;&nbsp;&nbsp;Drehmas...
### Version 2.6.14 ### Reproduction link codepen.io ### Steps to reproduce 1.qtwebengine (navigator.userAgent :Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.6.3 Chrome/49.0.2623.111 Safari/537.36) 2.vue version (2.6.14) 3\. someTimes click event not working (Open QT...
0
The context suggester is returning only one document when two documents have the same input (the higher score, I guess). Also the payload is wrong. 1- create an index called "services" with suggest_field mapped as "completion" with payloads POST services { "mappings": { "service": { ...
When I create multiple documents which have the same output value in the completion field, a suggest completion request only retrieves one object. I guess it is a feature, however, once we may set different payloads to those documents, it would make sense to retrieve multiple suggestions with the same output. My e...
1