text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Leap Day Edition 🎉 * Typing Work * #7156 Library include directives * #7125 UMD module definitions * Salsa-supporting work * #6992 Use smarter type fallbacks in error cases * Suggestions * #7279 Trailing commas in argument lists * #7209 Add a "force strict mode" option * #7077 Dupli...
_From@prencher on April 21, 2016 22:28_ * VSCode Version: 1.0 * OS Version: Any When formatting a TSX document, `<span onClick={this.test()}>` gets formatted as `<span onClick={this.test() }>`. It appears isolated to `)`, for example `<span onClick={this.test}>` is unaffected, as is every other case I could th...
0
Challenge Sum All Odd Fibonacci Numbers has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. The issue I am having is with receiving ...
## my comment the code runs with node, e.g. node test.js in FCC it doesn't work. I'm using two while loops (outer and inner) what might be the cause. ## auto generated text Challenge Sorted Union has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602....
0
Summary. If a http page redirects via 301 to a non-http location, eg a magnet link, requests raises exception and the redirect link is not available except in the error text ## Expected Result Would be better if it returned status_code=301 and content=redirect link ## Actual Result exception No connection adapt...
I'm currently mocking an API that is consumed by an Android application. One of the API responses contains a redirect to a custom URL schema `app://` in the `Location` header Since I am not interested in my mocked API client in following the redirect (which would raise an InvalidSchema exception anyway), I have se...
1
#### Challenge Name All challenges are affected. #### Issue Description When you finish a level and then start a new one and click a position in the editor, often the cursor will appear to be in the correct position but actually will be one line below when one types a character. Arrow key navigation also is not w...
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
## Steps to Reproduce What I am trying to do is to let the user pick an image or take one with the camera. After that I want him to see it in a new screen and let him write a description or something. However, the screen seems a bit off after the image_picker screen is closing, and the new one is pushing in from the...
Right now I’m only using `Navigator.push(context, new MaterialPageRoute(...` I know there are some other options like the `routes` named parameter to `MaterialApp` constructor. What are the pros/cons to each approach? Which do you think we should take?
0
1. Windows 10 2. Anaconda 5.1.0 (Python 3.6.4) 3. **NO GPU version** (my laptop doesn't have GPU... Poor ) 4. **MSVCP140.DLL** already installed and setted in PATH , it's everywhere > > > import tensorflow as tf > Traceback (most recent call last): > File "C:\Anaconda3\envs\tensorflow\lib\site- > packa...
As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors: * `ImportError: DLL load failed:` * A crash w...
1
clone.app doesnt work Kindly check url:http://www.freecodecamp.com/challenges/waypoint-clone-an-element-using- jquery?solution=fccss%0A%20%20%24(document).ready(function()%20%7B%0A%20%20%20%20%24(%22%23target1%22).css(%22color%22%2C%20%22red%22)%3B%0A%20%20%20%20%24(%22%23target1%22).prop(%22disabled%22%2C%20true)%...
A bug seems to be present: Chrome 46.0.2490.86 m; Windows 8.1 with respect to `appendTo()` function. `$("#target2").appendTo($("#right-well"));` does work, but not the `$("#target2").appendTo("#right-well");`, the latter being suggested in the tutorial. Hard reload and cache clearing did not seem to solve the probl...
1
Environment Windows build number: Microsoft Windows [Version 10.0.18363.900] PowerToys version: v19.1 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce Move the taskbar to the top of the screen screen and set up FancyZones. # Expected b...
# Environment Windows build number: 10.0.18363.900 PowerToys version: 0.19.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones Monitor(s): 2 side-by-side 4K monitors (one set to display scaling 100% and the other to 125%) # Steps to reproduce * Set Win...
1
Currently, the example 'with-typescript' is using an ugly 'concurrently' to run asynchronously with next.js. I tried to modify the webpack loaders but no hope, next.js required files be in filesystem/.next folder, not memory. Now I can't use my lovely CoffeeScript for API construction😖. I have to launch external p...
As mentioned in #867 (comment) and #627 (comment), it sounds possible to use Webpack universally. There's e.g the `universal-webpack` package which might help, and this article gives some tips and an example. If it can be done efficiently, having a universal Webpack sounds like a great way to reduce the complexity o...
1
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | yes Symfony version | 4.1 Still being on 3.3, my first preparation in my application is to change everything to autowiring. Now that we have autoconfigure and resource loading, it's a lot easier to get things started wit...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 3.1.8 On our application we're using in some places the twig namespace syntax (`@namespace/folder1/template.html.twig`) and in templates that uses `embed` twig uses the SF `TemplateReference` to get...
0
For the query refactoring we started testing equals()/hashCode() contracts for the query builders in a central abstract base test, assuming the test can use some helper methods to e.g. make deep copies of objects via serialization. We have similar tests e.g. in `BaseAggregationTestCase` and for several other parts of...
Please, see https://discuss.elastic.co/t/phrase-highlighting-works- incorrectly-on-es-2-1-1-and-2-2-0/39971
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | Symfony version | 3.3.5 For the admin interface of eZ Platform 2.0, we are developing an application where the navigation happens with AJAX request. After an AJAX request corresponding to the navigation, the following is...
If, for example, a project consists of the following commands: my-website:admin:do-something my-website:admin:do-something-else my-website:data:blah my-website:data:blah-blah calling `app/console list my-website` causes an exception: The namespace "my-website" is ambig...
0
Hello, I am trying to use the tooltips on all my links, including the navbar. But as the navbar is fixed on top, I had to use the bottom position for the first rank links. The problem is that the tooltip-arrow was not above the tooltip but a bit below, almost behind for the first links and way below for the links o...
When a tooltip/popover would appear slightly offscreen to the right or left, it's correctly shifted slightly however the arrow ends up appearing in the middle of the popover, rather than at the edge of it like it should. In this case, `getViewportAdjustedDelta` always returns `{top: 0, left: 0}` because `getCalculat...
1
#### Describe the workflow you want to enable I have been searching around for a Scikit-learn package which calculates the specificity score for multiclass problems but I can't seem to find one. Would be helpful to have a package which calculates the specificity score, in particular for multiclass problems. Would ...
It would be nice if these rates would be included in the metrics module: * False positive rate (Fall-out) * False negative rate (Miss rate) * True negative rate (specificity)
1
The ec2.py script now creates host groups based on instance tags, but I think there might be two issues. 1. The order of your inventory file needs to go: non-tag groups tag groups for the tag groups to work. For example: [local] 127.0.0.1 [eh_web] x.x.x.x [tag_Class_web...
Since 1.4 ansible does not deduplicate hosts coming from multiple sources, which causes tasks to run multiple times on the same host in a single play. $ tail test/* simple.yml ==> test/hosts1 <== [group1] localhost ==> test/hosts2 <== [group2] localhost ==> simple....
1
**Apache Airflow version** : 1.10.12 **Kubernetes version** : 1.18.6 **What happened** : Airflow is running within a k8s with **KubernetesExecutor** When trying to run task on demand within a DAG (f.e. "Ignore all deps") receiving following banner > Only works with the Celery or Kubernetes executors, sorry *...
**Apache Airflow version** : 1.10.12 **Kubernetes version** (if you are using kubernetes) (use kubectl version): v1.16.13-gke.401 **Environment** : AWS EKS * Cloud provider or hardware configuration: * OS (e.g. from /etc/os-release): * Kernel (e.g. uname -a): * Install tools: * Others:** **What happene...
1
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Disabled radio button (and checkbox) fires onChange event from double click in IE11 **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem viahttps://...
React version: Latest ## Steps To Reproduce import * as hooks from "bundle-o-hooks"; function MyComponent({x}) { if (x > 1) { const something = hooks.useAHook(); // not flagged } } ## The current behavior The current hook-matching rules only counts bare iden...
0
Hi there, Please see this example: http://jsbin.com/ulopaj/4 There is a link with a tooltip applied in the modal. I set a 'shown' event handler function to the modal, it works when the modal is popped up, then try to hover the link inside the modal, the 'shown' event handler will be invoked again. You can see the...
The triggered show and hide event bubbles to the modal dialog when using tooltips in modal dialog. So, the show and hide of the modal dialog will also be triggered. Following should work as workaround: $('[rel="tooltip"','.modal').tooltip().on('show', function(e) {e.stopPropagation();}).on('hide', function(e) {e.s...
1
Error happens when there's some queues already added before worker started and max task per child is 1 ## Checklist * I have included the output of `celery -A proj report` in the issue. software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:2.7.12 billiard:3.5.0.3 py-amqp:2.2.2 platform -> system:Linux arch:6...
We are seeing the above mentioned error. Coming from: https://github.com/celery/celery/blob/master/celery/concurrency/asynpool.py#L182 A quick test on this test in the REPL reproduces this error: Python 2.7.13 (default, Apr 4 2017, 08:46:44) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0...
1
e.g. https://build.julialang.org/#/builders/65/builds/743/steps/5/logs/stdio Error in testset mpfr: Test Failed at C:\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\mpfr.jl:609 Expression: log2(x) == log2(42) Evaluated: 5.3923174227787607 == 5.39231742277876
From https://build.julialang.org/#/builders/65/builds/674/steps/5/logs/stdio Error in testset mpfr: Test Failed at C:\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\mpfr.jl:609 Expression: log2(x) == log2(42) Evaluated: 5.3923174227787607 == 5.39231742277876
1
**John Emmanuel** opened **SPR-6632** and commented The first code snippet in section 3.11.1 of the spring documentation is as follows: `@Configuration` public class AppConfig { `@Bean` public void MyService myService() { return new MyServiceImpl(); } } The method signature of the myService is incorrec...
**Sean** opened **SPR-4249** and commented Please see the following example: `@Service` `@Transactional` public class AccountService { @Autowired private AccountDao accountDao; public void updateLoginInfo(Account account) { accountDao.updateLoginInfo(account); someOth...
0
Hi, I come from a java background and I love using flask. But there is some itch with flask GET/POST API (production code and test code) I would like to discuss about. In a java servlet, it doesn't matter what http method you're using (GET, POST, PUT), you always do this to get a parameter from input : ...
Flask started to ship with a default, hardcoded logging handler. Unfortunately this setup makes it harder to install custom logging setups, because then you'll have to undo all the things Flask did to the app logger, or replace the `app.logger` entirely. A symptom of this is #1993, where Flask's own logger had to be ...
0
Hi, Currently I found the step to JAX on multi-host TPU Cloud, but I do not find the step to Run JAX on multi-host GPU platforms. Does anyone can help?
I don't have a node with 8 gpus. I have two nodes each with 4 gpus. So is it possible to train a model on multiple nodes?
1
As far I know, .once would fire only one time. However, .once would **fire multiple times** , when the DOM is " **not** " the last binding DOM in template. For example, <button @click.once='doThis'>btn#1</button> <!-- BUG: fire multiuple times!! --> <button @click='doThis'>btn#2</button> w...
### Vue.js version 2.1.8 ### Reproduction Link https://jsfiddle.net/bacft9s7/ ### Steps to reproduce Clicks on the element more than once. ### What is Expected? The event handler should be removed after the first click. ### What is actually happening? The event handler except for the last one with .once modi...
1
We are seeing exceptions when transferring a TorchScripted Module via RPC. Can we add support for it? cc @suo @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlilley @osalpekar
Right now there is no way to pass script module object over wrie in rpc layer. 1. When calling python myScriptModule constructor as follows, myScriptModule will be serialized by python pickler, but python pickler does not support scriptModule object serialization ret = rpc_sync(work1, myScriptModule, args=()) ...
1
Superset is not starting up properly after docker-compose build & up ### Expected results Get a working Superset. ### Actual results Empty screen. #### Screenshots ![Screenshot 2020-02-11 at 14 37 44](https://user- images.githubusercontent.com/20079/74241505-7359c300-4cdc-11ea-8e26-48ebe018ee5e.png) #### How t...
I am using the docker image to use Apache superset, I followed the instructions. I cloned the git repository then a docker-compose up ### Expected results The UI to load ### Actual results The UI won't load, here is a screenshot ![Screenshot from 2020-02-10 17-32-07](https://user- images.githubusercontent.com...
1
Challenge Show Relationships with a Force Directed Graph has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible.
Challenge Style Text Inputs as Form Controls has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. I am not able to navigate to the b...
0
Doing something like let object: HashMap<serde_v8::Value, serde_v8::Value> = serde_v8::from_v8(value).unwrap(); gives two compile time errors. ![image](https://user- images.githubusercontent.com/93856041/157227939-4befc2f6-fafa-4b8a-abf7-66712c41d76e.png) ![image](https://user- images.githubusercon...
When I make yaml-wasm, I must open a web server to test it. If `fetch` can load local file, then a web server is no longer necessary, making automated testing much easier. This would also help a static website development as well.
0
## 📝 Synchroning configurations with the Microsoft/Github account. With this feature, you could save and use your onetime PowerToys configuration within multiple desktops, just synchronizing your Microsoft account. This prevents the necessity of reconfiguring all your replaced shortcuts between workspaces. * * * ...
Hello, I just remapped Win+V to Ctrl+V using Keyboard Manager in PowerToys. When I invoke clipboard with new shortcut (Ctrl + V), I can see it, but after picking one of the items from clipboard list, it doesn't paste it. This happens only when I map to Ctrl+V; when I tried with - for example - Ctrl+Shift+V, ever...
0
There're some duplicate declarations, for instance: * `isValidDirective` (both in `directive_resolver.ts` and `runtime-metadata.ts`, in case #4548 gets merged) * `flattenList` (both in `runtime-metadata.ts` and `proto_view_factory.ts`) It'll be nice if we extract them to separate file and include them wherever ...
**I'm submitting a ...** (check one with "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 **Current behavior** ...
0
The following code produces an "Illegal instruction (core dumped)" when run (on linux/x86_64, both in debug and release mode): fn main() { let x = T {f: Box::new([None])}; } struct T { f: Box<[Option<T>; 1]> }
Example program: use std::mem; struct AlignmentStruct { ptr: *mut [AlignmentStruct, ..1] } fn main() { println!("{}", ::std::mem::align_of::<AlignmentStruct>()); } Error message: rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build...
1
Hi community, I am glad to announce that ShardingSphere will provide an independent SQL parser engine for parsing SQLs! I believe you will have some of the scenarios or use the SQL parser engine to get a parsed AST. From now on, you will have another option for your cases. Here are some of the advantages for Shard...
## Bug Report Scene: 2 libraries, two tables Yesterday I did a test, I opened 4 threads, each thread inserts 1 million pieces of data, about 1 hour and a half of insertion, check the data, the data in the library has no problem, the id is not repeated, but in There is a problem when querying, please see the code. ...
0
#### Description `sklearn.neighbors.NearestNeighbor` throws exceptions at me when I use `metric='seuclidean'`. This seems to come down to a problem within `BallTree`, as it works normally if I set `algorithm='brute'`. #### Steps/Code to Reproduce import numpy as np from sklearn.neighbors import N...
Here is a quick example: dist = 'seuclidean' D = pairwise_distances(X[:400,:], metric = dist ) D = np.nan_to_num(D) eps = np.percentile(D, 0.6) print eps dscan = DBSCAN(eps=eps, min_samples=5, metric = dist) y = dscan.fit_predict(X) ...
1
Just a couple of (seeming) bugs I ran into doing some Arbitrary-precision range stuff on rosettacode: System: Windows 8 Julia: Latest Windows Binary v1.2 from March 8 * Int128 issues: related to #959 ? julia> typemax(Int128) 00000000004294967295 julia> [int128(2)^i-1 for i = Base.PR...
I get the following: julia> int128(1) UNREACHABLE executed! Stack dump: 0. Running pass 'X86 DAG->DAG Instruction Selection' on function '@dec' Aborted Might be an issue in LLVM, or we might be doing something wrong. `Complex128` works, so wide integer arithmetic is the problem. ...
1
_Original tickethttp://projects.scipy.org/scipy/ticket/777 on 2008-11-04 by @pv, assigned to unknown._ The Lapack tests in Scipy `6f2abae` produce two failures on 32-bit Ubuntu intrepid, atlas3-sse. ====================================================================== FAIL: test_lapack.test_all_...
I have found that `lstsq` is sometimes unexpectedly throwing an exception; this is causing major problems because it's used in things like sklearn's `LinearRegression` class. I've included below a particular very simplified repro, but there appear to be an unpredictable but somewhat widespread set of circumstances th...
0
# Environment Windows build number: Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0 Windows Terminal version (if applicable): Version: 0.5.2681.0 Any other s...
# Description of the new feature/enhancement My windows version is 1803, but I want to try this cool terminal. So how soon can it come into reality? # Proposed technical implementation details (optional)
0
I am not asking for a new feature in the APIs but for a new release type: CUDA+Linux ARM64. At the moment there are only x86_64 wheels at https://storage.googleapis.com/jax-releases/jax_cuda_releases.html. I'd like to request for `aarch64` ones too! Thank you!
Potentially related to #6932 or #7052. I am using a heterogeneous cluster with various different compute options. I got Jax and Flax installed fine on the CPU system. Then I tried using a GPU node (specifically dual socket Cavium ThunderX2 99xx 32-core processors with two NVIDIA Tesla V100 GPUs), but am unable to in...
1
* Version: 2.0.0-beta.7 I'm trying to create a project that uses ES6 style components with Webpack and Babel. **.babelrc** `{ "presets": ["es2015"], "plugins": [ "angular2-annotations", "transform- flow-strip-types" ] }` This works fine if I only reference components that are defined somewhere within my projec...
As of 1.14-dev.7.0 Dart SDK ships a way to suppress dartdocs for chosen parts of the code via a special `<nodoc>` comment. We should use it to suppress docs for duplicates caused by reexporting.
0
### Environment info Operating System: Linux Mint 17.3 3.19.0-32-generic Tensorflow Version 0.12.0-rc0 (https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-0.12.0rc0-cp34-cp34m-linux_x86_64.whl) ### If possible, provide a minimal reproducible example (We usually don't have time to read hundreds o...
The new split_v function introduced in 0.12rc0 does not correctly predict the shapes of the resulting tensors when the original tensor has an unknown dimension, resulting on the split dimension being of unknown size. For instance: tensor = tf.placeholder(tf.float32, [None, 12]) parts = tf.split_v(t...
1
The Typography demo page is not in the menu under the component demos tab, even though the page exists. I've found it from the typography api page. Adding it to the menu will make this content available for people! * I have searched the issues of this repository and believe that this is not a duplicate.
* I have searched the issues of this repository and believe that this is not a duplicate. Hi @oliviertassinari, Thank you for writing this library! It's definitely one of my favorite sources for learning how to write React components. Minor question - I'm reading the CSS-in-JS section of the v1 docs, and correct ...
0
I'm having issues building the `qrcode-react` library with `next build`. I get the following error: * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The project should build. ## Current Behavior The project does not build. Run `npm run dev` and it w...
0
by **arnold.angerer** : Running all.bash on fails on Mac. %%%% making prof %%%% make -C prof install quietgcc -I"/Users/zeroc8/go/include" -ggdb -O2 -c "/Users/zeroc8/go/src/cmd/prof/main.c" quietgcc -o gopack -L"/Users/zeroc8/go"/lib ar.o -lmach -lbio -l9 -lm cp go...
by **paulo.jpinto** : What steps will reproduce the problem? 1. import path 2. make use of path.DirSeps What is the expected output? I am expecting the following condition to hold, path.DirSeps = '\\' What do you see instead? I get path.DirSeps = '\/' ...
0
This issue has been bouncing around a bit; basically, on my modal dialogs, I see a bit of "flicker" (the content rapidly appearing/disappearing) when hiding or unhiding the dialog. I was able to capture some of it in a screen capture: https://vimeo.com/73808307 It is most visible when closing the dialog. This is ...
Maybe it would be better if the reference was to the entire width and would not be underlined when the mouse? a.accordion-toggle { display: block; } a.accordion-toggle:hover { text-decoration: none; }
0
### Version 2.6.10 ### Reproduction link https://github.com/wxkcoder/bugs_demo ### Steps to reproduce 在ios10.3.3 浏览器safiri环境下运行 vue版本2.6.10 vue-router版本3.0.6 1.页面a通过this.$router.push 的方式跳转到页面b 2.页面b引用的一个自定义组件c 页面b代码 <style scoped> .content{ height: 2rem; background: #cccccc; ...
### Version 2.6.0-beta.1 ### Reproduction link https://codepen.io/frlinw/pen/OreZMz ### Steps to reproduce Click on "Click me" ### What is expected? demo with v2.5.22 show the expected behavior: https://codepen.io/frlinw/pen/XoLYMR the "Dropdown" component should not be able to handle a click event which is s...
1
This is a fork from #17874 because the use cases for transparent view is a bit different: * When using a FlutterView which intrinsic sizing, the resize operation causes the contents to be re-rendered. This "flash" is quite visible if the background of the view is black. The flash itself is being tracked here: #191...
In engine, the screen is filled with SK_ColorBLACK. This makes it impossible to use FlutterView as a transparent overlay, since canvas clearing is in the hands of the engine instead of the flutter application. I've solved this temporarily by punching a hole in the Skia canvas by drawing a rectangle with the paint `n...
1
There is now a bug in the Javascript highlighter when extending a string over multiple lines using backslash at the end. var moo = 'finefine notfinenotfine';
_From @KevinSCreative on December 30, 2015 18:13_ After the first line, multi-line strings in JavaScript don't get string color. In the following example, only "Hello World" has the string color, and the obj variable declaration is all one color. In the default theme, 'var' is supposed to be blue. I would also expe...
1
A common pattern is converting keyword arguments into a `Dict` for easier manipulation. On master this currently throws an error: julia> f(;kw...) = Dict(kw...) f (generic function with 1 method) julia> f(a=1) ERROR: ArgumentError: Dict(kv): kv needs to be an iterator of tuples or pair...
This seems to be a consequence of #24795 In previous Julia versions, we could iterate through vararg keywords as key- value tuples: julia> function foo(;kw...) for (k, v) in kw @show (k, v) end end foo (generic function with 1 method) ju...
1
#### Description There are a lot of warnings launched during the test process. @TomDLT have cleaned those messages a long time ago but there are a some new warnings. It's not an easy task but it could be cool to clean all those warnings.
With recent improvements and additions, I have come to realize that the codebase starts accumulating several implementations or occurrences of kernels, most of which are not directly interoperable or do not share a common and simple interface. So far, we have kernels (or usages of) in * `gaussian_process.kernels`...
0
### Description A config that lets the scheduler choose tasks with the latest/oldest execution_date to run first. Or perhaps a way to dynamically assign pool slots based on the execution_date could also work. ### Use case/motivation Sometimes the same task can have multiple task instances from different dag runs q...
**Description of the problem** A common workflow we have is running daily DAGs not dependent of past runs. When deployed, It need to catch up for many years before the runs are up to date and can be used by analysts. The problem is that most of times, recent runs are more used/valuable than performing ETL of execut...
1
Hello, I'm testing PairGrid using http://stanford.edu/~mwaskom/software/seaborn/tutorial/axis_grids.html but this code import pandas as pd import matplotlib.pyplot as plt import seaborn as sns movie_user_preferences={'Jill': {'Avenger: Age of Ultron': 7.0, 'Django Unchained': 6...
Python env: * Python: 3.6.8 x64 * OS: Mac OSX / Linux * seaborn: 0.9.0 * matplotlib: 3.1.1 The code below is not working as expected. import seaborn as sns outcome_labels = ["Test A", "Test B"] sns.heatmap( confusion_matrix(y_test, clf_predict), annot=True, ...
0
Hello, I have generated a fiddle here http://jsfiddle.net/coderslay/fyDkD/6/show/ In this i see that when we drag and drop the pegman anywhere on the google map then we get the streetview. The street view is not proper only in Firefox browser. Also i have seen that if the difference between width and height is cons...
First of all thanks for your fantastic work. It does SAVE me a lot of time. When I put Google Maps into Bootstrap layout, img tag in Google Maps breaks because Bootstrap set **img max-width to 100%**. When I comment max-width, it's working find but I'm not sure whether it'll break something else in Bootstrap or not....
1
**Lukas Hämmerle** opened **SPR-7919** and commented I have defined the following request mapping: `@RequestMapping`(value = "/services/{serviceKey}/vos", method = RequestMethod.GET) There is a problem if the value of {serviceKey} contains a "/", for example if {serviceKey}=http://example.com/foo This makes se...
**Rodion** opened **SPR-11101** and commented Controller method: @RequestMapping(value = "/test_url_decoding/{param1}") public String[] testUrlDecoding(@PathVariable("param1") String p1) Call: /test_url_decoding/a%2Fb Expecting result: parameter p1 is set to "a/b". Current result: 404 Not f...
1
Hi, Pairplot with diag_kind = "kde" used to work with version 0.9.0 but it fais with version 0.10.0. Error message: RuntimeError: Selected KDE bandwidth is 0. Cannot estiamte density. Current version: seaborn 0.10.0 , matplotlib 3.1.3 Dataset: Publicly available data of Wisconsin breast cancer Dataset is attach...
### Description Hey Everybody, I have encountered unexpected behavior when I tried to create a seaborn distplot from an array with many zeros. I know that this is probably a weird corner case that doesn't seem very urgent but I think there is some value reporting it. I could not manage to create suitable synthetic...
1
#### Description I just tried running `GridSearchCV` on `HistGradientBoostingClassifier` but it crashed with a division by zero error. I was running with verbose logging. The last report from GridSearchCV indicated the following status: [CV] learning_rate=1, max_iter=500, max_leaf_nodes=None, tol=1e-...
from sklearn.datasets import fetch_openml from sklearn.model_selection import cross_val_score from sklearn.experimental import enable_hist_gradient_boosting from sklearn.ensemble import HistGradientBoostingClassifier import numpy as np # one hundred plants - margin bunch...
1
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug or a feature request. 2. The form below must be filled out. 3. It shouldn't be a TensorBoard issue. Those go here. **Here's why we have ...
1
In the bootstrap.css file used on the demo site, at line 97 there are selectors for body, a and a:hover. In the downloadable version accessible from http://twitter.github.com/bootstrap/download.html these are missing. Currently scaffolding.less (commit `7f32d15`) contains these lines and nothing else. Seems like this...
Hey guys, I download the custom bootstrap from the site with all options, but in min.css don't have the body{} element...
1
**Neo4j version** : 4.1.1 (community edition) **Operating system** : DEBIAN 7 **API/Driver** : Cypher/Python API/Browser/Desktop (I get the same error everywhere) **Steps to reproduce** : I created several csv files to run `neo4j-admin import`. I can't share the files unfortunately. The import runs successfully...
@amirouche: 'By inheriting from `GraphDatabase` in the `__init__` (I don't like to put code in `__init__.py` but this is for another time), it is possible to access to raw jpype/java methods like `graph.getNodeById` and other Java inherited stuff which clutter the output of python autocompletion with methods that are...
0
Are there any current plans to upgrade Electron to Chromium 57? Currently, we are already using the CSS Grid layout, introduced with Chrome 57, to build form-based dialogs and would like to deploy that as a standalone desktop application with Electron. Thanks!
Will electron support deno in the future? Deno is a new alternative to node js that automatically has builtin typescript support and has just reached v1.
0
## Steps to Reproduce I see Row and Column widgets as a UIStackView and would expect spacing parameter so that we can add custom spacing between their children. Something like spacing. I always end up adding additional Containers in between and this is far from clean solution from my pov - something like this: ...
In cases when a variable is initialized using a literal (`String`, `int`, `bool`, `double`, `List`, `Map`) or a constructor initialization type annotations do not contribute to type safety, but have net negative effect on code readability: String greeting = 'Hello, World!'; double d = 4.5; MyAw...
0
### 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...
### System info * Playwright Version: [v1.35.1] * Operating System: [Ubuntu 20, macOS 13.4] * Browser: [All] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** https://github.com/cdcasey/skip-test-repr...
0
Challenge Make Images Mobile Responsive has an issue. User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/49.0.2623.108 Chrome/49.0.2623.108 Safari/537.36`. Lobster Font is not loaded correctly from this exercise through "Line Up Form Elements Responsively with "B...
Challenge Add Font Awesome Icons to our Buttons has an issue. User Agent is: `Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Firefox/45.0`. The default code is using http, rather than https, thus the font is not being loaded. The same issue occurs on a few of the previous pages. Screenshot: http://georgeb...
1
There appears to ba a bug in scipy.optimize.fmin_slsqp; given a set of unsatisfyable constraints, the imode return parameter should signal this with a return value of 4, but this does not appear to happen: import scipy.optimize normals = np.concatenate([np.eye(2), -np.eye(2)]) depth = 1 f_i...
From mailing list: x = [1,2] optimize.minimize( lambda x: x[0]**2+x[1]**2, x, constraints = ( {'type':'eq','fun': lambda x: x[0]+x[1]-1}, {'type':'ineq','fun': lambda x: x[0]-2} ), bounds = ((0,None),(0,None)), method='SL...
1
The current behavior of init containers is to run a set of init containers for every pod. It would be nice if the behavior could be extended so that we can define a set of init containers for a deployment. This would be extremely useful if we have an app that talks to a database and would need to run database migrat...
Users often need a means to inject custom behavior into the lifecycle of a deployment process. The deployment API (#1743) could be expanded to support the execution user-specified Docker images which are given an opportunity to complete at various points during the recon process for a deployment. Use cases and vario...
1
The docker_manager_test needs some refactoring. A few of the problems: * Rampant code duplication (the test is over 2500 lines long) * Fragile tests depending on lots of internal functionality Cleanup up the test properly may require exposing a few more interfaces from the DockerManager, or just providing bette...
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): service * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Kubernetes version** (use `kubectl version`): Client Version: ...
0
During upgrading `0.13` I found it really hard to locate problems caused by duplicated using of `createFactory`. But it may help with component names in the warnings: 'Warning: Factory.type is deprecated. Access the class directly before ' + 'passing it to createFactory ![p](https://cl...
Heads up to anybody going through debugging hell. If you have your own fancy component (e.g `<AwesomeInput/>`) and you think its smart passing a prop named `key` to your component, so that you can set it as the `react-key` (you know, the one React complains about needing if there are multiple elements on the same l...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | no Symfony version | 2.7.39 Behat tests started failing because of this issue (see here). The following command started displaying a help message, instead of running the test suite: behat --no-colors -sb...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | yes RFC? | yes Symfony version | 3.4.2 (and others) #24987 introduced a bug in hasParameterOption. If a short option has a value, then hasParameterOption will search the value for additional short options. #25487 submitted a fix ...
1
I would like to be able to capture (or cancel) the native file open dialog. It is possible for 'download/save' by catching the 'will-download' event. I would like the same for the file selection. Basically I need to control all native UI element (popup, dialogs, ...). Does it make sense? thanks.
* Electron version: 1.1.0 * Operating system: N/A Currently there isn't any way to remove dialog boxes (such as ones created through `dialog.showMessageBox`). This can be useful in, for example, "Keep Waiting" dialogs. After the window becomes responsive again it would be great if we could programmatically close...
1
### 💻 * Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code ... ### Configuration file name _No response_ ### Configuration _No response_ ### Current and expected behavior After upgrading to 7.22.8 this issue is coming ### Environment * Babel version 7.22.8 ### P...
> Issue originally made by Jonathan (barroudjo) ### Bug information * **Node version:** 0.12.7 * **npm version:** 2.11.3 ### Description When using babel-plugin-transform-runtime (6.3.13), which requires the use of babel-runtime (of which I installed the latest version, 6.3.19), there is still the bug describ...
0
Input: function foo(/* comment */) {} Output: function foo() {} /* comment */ Leading and trailing comments work as expected: function foo(arg /* comment */) {} function foo(/* comment */ arg) {} function foo(arg /* comment */) {} function foo( ...
This code: try { foo(); } catch(e) { // do nothing } Compiles to this: "use strict"; try { foo(); } catch (e) {} // do nothing It's ok at all, except eslint. It's affecting `no-empty` rule.
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME `include_vars` ##### ANSIBLE VERSION $ ansible --version ansible 2.4.0.0 config file = None configured module search path = [u'/home/vagrant/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python mo...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * azure_rm_virtualmachine ##### ANSIBLE VERSION ansible 2.4.3.0 config file = /home/admin/Code/ansible/ansible.cfg configured module search path = [u'/home/admin/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ...
0
building atom from src cd /usr/local/src/atom git describe --tags `git rev-list --tags --max-count=1 v0.165.0 git log | head commit 85456ad9203e8ef390a9f51924bb1f7b0d77ef6d Author: Kevin Sawicki <kevin@github.com> Date: Fri Dec 19 18:59:46 2014 -0800 ...
The content is left behind at /tmp/$USER/atom-build . Its happening since 0.145 .
1
(`56a6246` introduces a bug in 5.0.x, that is present in 5.0.6 but was not in 5.0.5. The line with `return detach(...` needs to be indented one step further, otherwise it's outside of the `if ...` block and `argv` is undefined. The issue is not present in the master branch.) # Checklist * I have verified that the...
# Checklist * [ x] I have checked the issues list for similar or identical bug reports. * [ x] I have checked the pull requests list for existing proposed fixes. * [ x] I have checked the commit log to find out if the bug was already fixed in the master branch. * [x ] I have included all related iss...
0
# Bug report ## Describe the bug When using a custom document `_document.tsx`, styled-jsx does not SSR styled- jsx and there is a flash of unstyled content unless I duplicate the static `getInitialProps` method. ## To Reproduce **FOUC** import React from 'react'; import Document, { Head, Main, ...
# Feature request ## Is your feature request related to a problem? Please describe. `readline.cursorTo` and `readline.clearScreenDown` (here) help to make the outputs clean for developing react components and pages, but it ruins the outputs when we are doing some testing because it changes the output format, prints...
0
## Steps to Reproduce https://gist.github.com/marius-h/3f4a8541b012ba7455a438150948d978 1. Add a BottomNavigationBar widget to a Scaffold 2. Add two Items to it and hit hot reload 3. Add a third Item to it and hot reload 4. RangeError showing up on screen ## Logs [ +39 ms] [D:\Flutter\flutt...
I believe that the cause is that the bar's state allocates animation controllers for each item when the state is first constructed, but it doesn't create new controllers when the state updates with more items. ## Steps to Reproduce Create a nav bar with 3 items. Increase the number of items to 4. Ra...
1
Docs says "The array can either be a regular Array or a Typed Array.", but unless I use a typed array I get the following error: glDrawArrays: attempt to access out of range vertices in attribute 0 Is this a bug? It's convenient to be able to use regular arrays because then the buffer is expanded...
# Deferred rendering Forward rendering doesn't fit well with most advanced use cases, and when it does - it lacks performance. I want to see a Deferred, Tiled renderer as the main renderer in three.js, not something relegated to /examples folder. ### Motivation Any kind of post processing you want to have today re...
0
Needs a flag on challenge and detection of all completed challenges.
As it stands you can only see this option to share the portfolio on Facebook from the map. If the last challenge of a section is completed && all other challenges in that section have also been completed, alert w/ option to share user portfolio on facebook.
1
as we all know,the render function return a html.The problem is, when i type space after 'return' and then connect HTML fragment,there is no problem.But there will be an error `Uncaught TypeError: Cannot read property 'getNativeNode' of null` when i type enter to generate a new line and connect HTML fragment.I also c...
* * * ## Note from maintainers: We know this is an issue and we know exactly what set of problem can be solved. We want this too but it is a _hard problem_ with our current architecture. Additional comments expressing desire for this feature are not helpful. Feel free to subscribe to the issue (there's button in th...
1
Hi friends- I am trying to train a Roberta on a large corpus with a server with time limitation. Is there any way to save the model like every 3000 steps to keep record of the training, and resume it later? Really need it with the project…Thanks for helping.
### Feature request I would like to propose that somewhere in the typical model pipeline, such as the data collators or the Trainer loop, instances of BatchEncoding should be converted to dicts to avoid breaking DataParallel models. Alternatively, I could add to the documentation to state that BatchEncodings should ...
0
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...
sometimes a chinese-char become '���',(as we all know that in charset utf-8, a chinese-char need 3 byte )
1
Sometimes the VS Code window just flashes in the task bar but is not stored to the foreground (e.g. when running code again from the command line). See electron/electron#2867
* VSCode Version: Version 1.3.0-insider (1.3.0-insider) (`6bc81df`) * OS Version: OS X 10.11.5 Steps to Reproduce: Trying to launch a Node JS app give an error: Cannot launch debug target (spawn node ENOENT). Using Homebrew installed Nodejs (path to node command is /usr/local/bin/node) The bash login path, wh...
0
Hey guys ! Since 0.13.3 version, my floating label for my DatePicker prevents me from opening it. I looked quickly and I think its the value _z-index: 1_. When I override with **labelStyle** _z-index: 0_ , it's working. Maybe it's for an other option or feature, I dont know :) Thank you.
In both the date-picker-dialog.js and the time-picker-dialog the component doesn't update its position when the size of the screen changes, This happens because the repositionOnUpdate property is set to false. See screenshot for example where the date-picker-dialog falls of the screen. ![screen shot 2015-07-22 at 14...
0
… because nodejs/node#6456, I'd wager. See also: #4990 **TypeScript Version:** 1.8.10 **Code** `tsc --help` **Expected behavior:** See full help text, ending: -w, --watch Watch input files. @<file> Insert command line options and files fro...
I am on Mac OS X 10.11.5 with node-js v6.2.2 and typescript 1.8.10. Typescript compiler tsc truncates its help message: $ tsc Version 1.8.10 Syntax: tsc [options] [file ...] Examples: tsc hello.ts tsc --out file.js file.ts tsc @args.txt Options: ...
1
For cases where a small amount of static data is desired. This could include 1. configuration for containers whose process is configured by files 2. small-medium amounts of static data, such as an archive of www data for a static site server 3. inputs to a process that has a small input to work ratio Example ...
This would map closely to Docker's native volumes support, and allow people to build and version pre-baked data as containers. Maybe read-only? Haven't thought that far...
1
When Deno REPL get invoked via bash in Elementary OS (which is a ubuntu based distro), and then closed via Key binds `Ctrl + c ` or `Ctrl + d ` both work the same way closing it successfully. But when one tries to close the REPL using `close()` function call, Deno blocks **visually** the shell. The user cannot see...
When we do `close()`, it exits the REPL but somehow after then I am unable to type in the terminal, though if I type and press enter it executes the commands but I can't see the characters. [sanket143@lisa test_plugin]$ deno Deno 1.0.0 exit using ctrl+d or close() > close() undefine...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.0 * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issue ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.0 * Operating System version: all * Java version: all ### Steps to reproduce this issue 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.3 * Operating System version: macOs sierra * Java version: 1.8 ### Steps to reproduce this i...
0
* Electron version: 1.4.15 * Operating system: Elementary OS (Ubuntu) ### Expected behavior NativeImage object copied on clipboard. ### Actual behavior remote.js:217 Uncaught Error: Could not call remote function ''. Check that the function signature is correct. Underlying error: Error processin...
* Electron version: 1.4.10 * Operating system: MacOS ### Expected behavior Captured image from webview is copied into clipboard ### Actual behavior Crashes with error message Uncaught TypeError: Error processing argument at index 0, conversion failure from [object Object] ### How to repro...
1
May be in v4 created polymer component http://www.polymer-project.org/
Hi, right now Bootstrap css is not applied to the Polymer custom elements because they are inside a Shadow DOM (see here). Previously there was the `applyAuthorStyles` property to set but since they have removed it (see here) there are only some workarounds to solve the problem (here). It is possible to adapt the...
1
The UK keyboard has this `§` key right under the `esc` key. Would be great to be able to use it for shortcut commands. Does it make sense? BTW: It's shifted value is `±`.
Hi, Just looking at the available keycodes for Electron Accelerator and I could really use `§` (grave accent - 192) key support for something personal. Would this be possible?
1
Hi, PropertyPath doesn't read or write object's properties that are handle with a `__call` method. Propel has a delegation behavior, that delegate setter/getter with `__call`, @bschussek , @fabpot what do you think about that ? I can provide a PR. cc @willdurand
**Symfony version(s) affected** : 4.x.x **Description** The developer is not able to use the Symfony PHPUnit bridge and PHPUnit functions using Behat. **How to reproduce** If I'm using PHPUnit to test my services and other methods belongs to my project and moreover, I'm using Behat for testing my endpoints the...
0
> [ 20%] Built target opencv_test_optflow_pch_dephelp > [ 20%] Generating precomp.hpp > [ 20%] Generating precomp.hpp.gch/opencv_highgui_RELEASE.gch > [ 20%] Linking CXX static library > ../../lib/libopencv_stitching_pch_dephelp.a > [ 20%] Built target opencv_stitching_pch_dephelp > [ 20%] Generating p...
I get the next error compiling Opencv v2.4.12 in Arch linux https://aur.archlinux.org/packages/opencv2/: * * * [ 0%] Built target opencv_core_pch_dephelp [ 0%] Generating precomp.hpp.gch/opencv_core_Release.gch cc1plus: aviso: la opción de línea de órdenes ‘-Wmissing-prototypes’ es válida para C/ObjC pero no pa...
1
**Pierre Bittner** opened **SPR-978** * and commented We need a configurer that resolves placeholder as application's environment entries. Our application is deployed on different environments (development, integration, production) and even in production we have the same application deployed many times. We must bu...
**Arthur** opened **SPR-3030** and commented When creating beans such as a JNDITemplate it is often desireable to have a container supply the provider URL and other configuration options via Environment entries. I find it is generally not a great idea swap applicationContext files using a build script because it add...
1
### Bug report **Bug summary** I tried to reproduce this figure, but when I plotted using lines and dots, the dots are in the correct place, but the lines are slightly out of place, making things asymmetrical. **Code for reproduction** from scipy.special import iv import numpy as np ...
mpl 1.5.3/2.0b4/master, no matplotlibrc _xs = np.linspace(0, 30, 201); plt.plot(_xs, scipy.stats.lognorm.pdf(_xs / 14, .472) / 14, ".") ![plot](https://cloud.githubusercontent.com/assets/1322974/19205573/2ae8b19c-8c98-11e6-84f8-89ecbdca82c1.png) Note the slight inaccuracy in positioning of the m...
1
> Issue originally made by @slikts ### Bug information * **Babel version:** 6.7.7 ### Input code class Foo extends Array {} ### Description Context here: https://esdiscuss.org/topic/adding-a-non-class-syntax-method- for-subclassing-native-objects The `Reflect.construct()` method allows calling ...
Current Babel transform, when it comes to call the parent function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "functi...
1
For example without even having to analyze user Javascript classes, basic intellisense is missing: ![screen shot 2016-01-15 at 5 11 58 pm](https://cloud.githubusercontent.com/assets/79215/12369394/374adca8-bbab-11e5-8537-771681f7fca6.png) I type `test.`, nothing happens so I type `Ctrl-Space` and after 1-2 seconds(...
See GIF again: ![vs-code- why](https://cloud.githubusercontent.com/assets/79215/12369339/64c18c28-bbaa-11e5-85ef-a1ba5dd59be8.gif) Literally none of the editor features work. My `jsconfig.json`: { "compilerOptions": { "target": "ES6", "module": "commonjs" }, ...
1
#### Code Sample, a copy-pastable example if possible df = pd.DataFrame({'First': ['A', 'A', 'A', 'B', 'B'], 'Last': ['C', 'D', 'E', 'E', 'F'], 'C':[1, 1, 2, 1, 1]}) df.set_index(['Last','First'], inplace=True) # rename1 df.rename(index={('C','A'):('C','NEWFIRST')}) # rename2 ...
There appears to be an issue with Excel writers when DataFrame column names are duplicated. This issue that was initially reported on StackOverflow. For example consider the following program: import pandas as pd from pandas import DataFrame df = DataFrame([[1, 2, 3], [1, 2, 3], [1, 2, 3]...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18363.836] PowerToys version: Release v0.18.1 PowerToy module for which you are reporting the bug (if applicable): FancyZones GeForce 1070 with driver Nvidia 445.87 (German) # Steps to reproduce Setup FancyZones (I h...
## 📝 Provide a description of the new feature _Your media controls will always be visible in the Action Center OR in the Volume panel_ Its a huge issue if you don't have hardware buttons because the only on-screen windows controls show when you change volume with hardware buttons.. I don't have quick play pause bu...
0
I'm largely adding this as an additional test to #14426. TestEncoderUsage fails with: go test -v ...
I'm largely adding this as an additional test to #14426. TestEncoderUsage fails with: go test -v ...
1
>>> import warnings >>> warnings.simplefilter('error') >>> import pandas as pd >>> pd.__version__ u'0.17.0rc1' >>> df = pd.DataFrame({'A': list('aabb'), 'B': [0, 1, 0, 1], 'C': range(4)}) >>> gf = df.groupby(['A', 'B']).sum() >>> gf C A B a 0 0 ...
http://stackoverflow.com/questions/21318865/read-multi-index-on-the-columns- from-csv-file
0
Just updated to 1.4.1 through Anaconda in OS X Mavericks Running the test suite yields 1 error and 2 failures: Python 2.7.8 |Continuum Analytics, Inc.| (default, Aug 21 2014, 15:21:46) Type "copyright", "credits" or "license" for more information. IPython 2.3.0 -- An enhanced Interactive ...
Just updated to 1.4.1 through Anaconda in OS X Mavericks Running the test suite yields 1 error and 2 failures: Python 2.7.8 |Continuum Analytics, Inc.| (default, Aug 21 2014, 15:21:46) Type "copyright", "credits" or "license" for more information. IPython 2.3.0 -- An enhanced Interactive ...
1