text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
# Checklist * I have checked the issues list for similar or identical bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was already fixed in the master branch. * I have included all related issues and possible dup...
Use case Scenario: Process Millions of files from S3 Approach: * List S3 Inventory (Task) ** Split small chunks (Task) ** Each chunk, read n(1000s) of files and process it (Long running Task) My issue is with the `int` math of pre_fetch_count = concurrency * prefetch limit where I have to only one option, if...
0
Hello! I keep getting errors like the one in the title. But today something strange happened - webview doesn't load the link I've provided. I'm using react and my webview looks like this: <webview className={`profile-webview-${profile.id}`} data-testid={`profile-webview-${profile.id...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 12.0.x, 13.0.1 ### Wh...
0
_From@alexandrudima on January 27, 2016 13:53_ Testing #2218 The duplicate here is not a problem because the code is not in strict mode (also tried running it and node runs it just fine): // "use strict"; var o = { p: 1, p: 2}; console.log(o); ![image](https://cloud.githubusercontent.com/as...
Apologies in advance, as this might be more of a question, but I'm asking here rather than StackOverflow because there might be some changes to the type checking that could allow this pattern to be easier to express, and I might be encountering some bugs. I'm trying to convert the subclass factory mixin pattern to T...
0
# Environment Windows build number: 10.0.18362.295 Windows Terminal version (if applicable): 0.3.2171.0 Any other software? # Steps to reproduce 1. Open remote SSH session to Linux (Ubuntu) 2. run nano 3. try to use CTRL+W to search for a string # Expected behavior CTR...
At Ignite, there's been some interest in a few specific scenarios on how to set up the terminal. @cinnamon-msft demo-ed that you can set the "commandline" setting to a `.bat` script. In my demo, I was able to set it to a powershell script. It would be nice to have a blogpost or doc describing a few scenarios of how ...
0
See below for discussion * * * In [19]: import pandas as pd In [20]: import numpy as np In [21]: import random In [22]: df = pd.DataFrame(np.random.random_sample((20,5)), index=[random.choice('ABCDE') for x in range(20)]) In [23]: df.loc[:,0].ix['A'].median() Out...
There is an issue with concat: I expect it not to add rows from a second df in case there are such indexes in a first one. But this doesn't work for me. After a lot of search I found that this is because I have duplicate values in indexes in both df. It would be great to warn about such a behavior in standard f...
0
### Your question As we can see in the documentation `https://playwright.dev/docs/api/class-elementhandle#element-handle-wait-for- element-state` We have WaitForSelector() has 1.'attached' 2.'detached' 3.'visible' 4.'hidden' But while writing the script I can only view Visible and attached options only...
See here: ![image](https://user- images.githubusercontent.com/17984549/122956249-1fa3c300-d381-11eb-9a49-5e4ecc46e099.png) Not sure if its a TypeScript bug or if our types can be improved there. It's about prioritisation of the method type overloads afaik.
1
The following provider does not actually work: const fooToken = const OpaqueToken('fooToken'); Injector.resolveAndCreate([ new Provider(fooToken, useFactory: () => 'Bar') ]); Instead, it only works if you change the signature to new Provider(fooToken, useFactory: () =...
The following fails const Binding(MyClass,toFactory: buildMyClass) The following is successful const Binding(MyClass,toFactory: buildMyClass, deps: const []) What is a valid use case for const Binding(MyClass,toFactory: buildMyClass, deps: null)?
1
React version: 17.2 ## Steps To Reproduce 1. Using a class component, if a click event changes some state, which renders a new component, and the new component adds an event listener on its `componentDidMount` checking for clicks, the new component will trigger that event Link to code example: https://codepen.io...
React version: * Works in React v17.1.0 * Doesn't work in React v18.0.0 & v18.1.0 ## Steps To Reproduce Link to code example: * Broken React 18: https://codesandbox.io/s/nifty-bash-366bs4?file=/src/App.js * This version uses the latest `react@next react-dom@next` to verify that the latest (unreleased) v...
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.6.3 * Operating System version: windows * Java version: 1.8 ### Steps to reproduce this issue ...
### Environment * Dubbo version: 2.6.3 * Operating System version: win * Java version: 1.8.0_73 ### Steps to reproduce this issue 1. starting provider ### Expected Result regist 2.6.3 version ### Actual Result the actual regiser url is: dubbo://XXXX? **dubbo=2.0.2** ... #### 备注 当provider注册service时,注册...
1
Got an error (403) while querying the GitHub API: {"message":"API rate limit exceeded for 180.253.11.147. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate- limiting"} it gots me this u...
ERROR: type should be string, got "\n\nhttps://deno.land/std \n![image](https://user-\nimages.githubusercontent.com/23056320/81916390-577cfa80-9606-11ea-89d8-752ed1a2cb64.png) \nFailed to get directory listing \nQuerying the GitHub API failed. This is usually caused by a network outage or\nbecause you have reached your hourly API rate limit of 60 requests.\n\n"
1
#### Description In scikit-learn/scikit- learn/blob/master/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py, `import imp` should be changed to ` import importlib`
#### Description A deprecation warning is thrown when using sklearn. Recently cloudpickle was updated to do away with this warning, the sklearn version needs to be updated accordingly. #### Steps/Code to Reproduce I imagine this occurs anywhere cloudpickle is imported. I am getting it from: `from sklearn.ensembl...
1
**Context:** * Playwright Version: 1.24.* * Operating System: Windows * Node.js version: 16.10 + * Browser: Chrome **Code Snippet** electronApp = await electron.launch({ args: [path.join(__dirname, ' ****')], bypassCSP: true }); app1stWindow= await electronApp.firstWindow(); **Describe th...
Hi, we've noticed that `context.route()` can alter the rendering for some websites, e.g. https://www.wm.com/ca/en/support/faqs/how-do-i-handle-medical- waste-or-sharps-disposal Would you know what can cause that, and how to debug it? ### System info * Playwright Version: v1.32.3 (Node v18.15) * Operating Syste...
0
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [ x ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
Data types: email, url, number, date, time, week, month.
1
Hi. Perhaps this has already been discussed, but I did not find. IBM is already successfully experimenting with this. https://github.com/IBM/browser-functions/blob/master/docs/index.md There are a lot of advantages in this approach, native `Web API` from the browser manufacturer, `SSR` out of the box, only the ...
Specified in https://html.spec.whatwg.org/multipage/structured- data.html#structureddeserializewithtransfer
0
A lot of modern languages such as Julia heavily use math symbols. Without fallback fonts it's very hard to find font that has all the code points needed to properly render all the math fonts and emojis. Consolas doesn't have broad Unicode coverage, but with font fallbacks this can be improved.
Please support emoji within Windows Console. Very useful when you code in `vim` newsletters for startups or when you categorize stuff by emoji. * * * Maintainer notes: The content you are editing has changed. Please copy your edits and refresh the page. Title of tasklist Cancel Save ### Input Edit tasklist ti...
1
When I try to enter a command into the devtool console, the program crashes
`npm install electron --save-dev` Results in > electron@1.6.6 postinstall ******\node_modules\electron > node install.js *******\node_modules\electron\install.js:47 throw err ^ Error: ENOENT: no such file or directory, lstat '******\node_modules\electron\dist\resource...
0
# Environment Microsoft Windows [版本 10.0.18362.267] Windows Terminal version (if applicable):0.3.2142.0 # Steps to reproduce 1. Open the terminal. 2. Switching CJK input methods.(doesn't work) 3. Typing. # Expected behavior Show phrase candidate boxes. # Actual behavior Directly e...
# Environment Windows build number: Win32NT 10.0.18362.0 Windows Terminal version (if applicable): v0.4.2382.0 # Steps to reproduce Go to About screen, select text, right click, copy -> Crash Select text if auto copy is enabled -> Crash Select text and right click, copy -> Crash # ...
0
This works in Beta.0 but doesn't work in Beta.1 `<select [(ngModel)]="name"> <option *ngFor="#n of names" [value]="n">{{n}}</option> </select> {{name}}` the current workaround in beta-1: template.html: `<select class="form-control" #t (change)="update(t.value)"> <option *ngFor="#type of types" [value]="type">{{ty...
I'm seeing an issue in `beta.1` that appears to be a regression from `beta.0`. `ngModel/ngModelChange` don't appear to work at all in Firefox, at least on selects. Here's a plunkr demo. You'll notice if you change the script src's to beta.0, the selects work as expected. Is there a breaking change that I'm missing? I...
1
**Bug summary** imshow rendering changed from 3.1.0 to 3.1.1 when `yticks` ar set. Square matrix display is no longer square. Note that setting `xticks` do not affect the display. **Code for reproduction** import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.imshow([[1,2],[3,4]]) ...
### Bug report **Bug summary** The very top and bottom of the heatmaps are getting truncated to 1/2 height in version `3.1.1`. This does not happen for version `3.0.3`. This is the code from a Jupyter Notebook import matplotlib import pandas as pd import numpy as np import seaborn as sb ...
1
#### Challenge Name Any Computer Basics tutorial -- the quizzes for passing cut away from the last question and goes to the next lesson #### Issue Description #### Browser Information * Browser Name, Version: Chrome * Operating System: Win 10 * Mobile, Desktop, or Tablet: Desktop #### Your Code ...
Challenge create-a-javascript-slot-machine has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. <script> function...
0
In [62]: index = pd.MultiIndex.from_arrays([['a', 'b', 'c'], [1, 2]]) In [63]: index Out[63]: MultiIndex(levels=[['a', 'b', 'c'], [1, 2]], labels=[[0, 1, 2], [0, 1]]) Probably not what the user wants, and we rely on them being the same length in, e.g. `index.shape` which ...
#### Code Sample, a copy-pastable example if possible In [2]: pd.MultiIndex.from_arrays([[1,2,3], ['a', 'b']]) Out[2]: MultiIndex(levels=[[1, 2, 3], ['a', 'b']], labels=[[0, 1, 2], [0, 1]]) In [3]: pd.MultiIndex.from_arrays([[1,2,3], ['a', 'b']]).values ------------...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior npm install should work on branch `getting-started` ## Current Behavior npm install fails with this output: npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Repro steps When using an npm module that requires `regeneratorRuntime` (part of `babel- runtime`), I get an error: regeneratorRuntime is not defined Makes sense. So I try to define it by placing ...
0
I’m working on a Rails project that uses the react-rails gem. We have React 15.1.0 and a pre-made modal component that requires react-addons-transition- group 15.0.1 (among other things). When the modal loads, I get the following error: Uncaught Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner ca...
I noticed that legacy attributes like align, cellpadding, cellspacing wasn't rendered by React (at least on the server side). It is annoying for me since i was trying to convert our email templating system to use React in order to be able to display them in our frontend app. The fact is that i'm unable to complete ...
0
We have structured our files so that page specific code is in the pages folder. Here is an example: * pages * manage-users * __tests__ * manage-users.test.js * index.js * components * ManageUsersPage.js * <other page specific components here> The index.js file has...
# Bug report ## Fixed Sidebar Not working after route change. I have implemented a fixed sidebar in my next app using `react-sticky-box`. The sticky sidebar is working perfectly fine when the page is reloaded from the browser's reload button but stops working once the page is changed clicking the next.js's Link tag...
0
### Affected Version 0.22.2 (suspected code path remains unchanged in druid 23 and master) ### Description 2022-08-30T14:10:38,628 INFO [HttpServerInventoryView-6] org.apache.druid.server.coordination.ChangeRequestHttpSyncer - [https://XXXXXX.XXXXXX.com:8283/_1661264760506] requested resetCounter for...
Hi all, We're using a count aggregator in most of our data sources, once in a while we get a request to migrate a set of events from some external system. We get these events aggregated, so that a single row represents multiple events. In order to get the correct count metric, I was thinking about one of - 1. G...
0
# Environment I am running Windows 10 version 1903 (18362.356) I have PowerToys 0.11.0 installed from the Releases tab of GitHub Bug concerns FancyZones # Steps to reproduce * I have several virtual desktops set up * I have set up 3 zones on my display using FancyZones. * I opted t...
# Environment Windows build number: Windows 10 1903 (18362.356) - 64bit PowerToys version: 0.11.0 PowerToy module: Shortcut Guide, FancyZones # Steps to reproduce Open the shortcut guide click onto the taskbar and then trigger the window controls to move a window to a specific zone (Wind...
1
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
1
There does not appear to be a way to replicate this feature with the current aggregation API.
have a web service, where every time a button is pressed from UI, it connects to elastic search and fires a query. This is the code which is executed every time. The issue is that after a while, intermittently, the UI hangs. private static final String CONFIG_CLUSTER_NAME = "cluster.name"; private static final Stri...
0
#### Code Sample (copy-pastable, MCVE) Consider the following code: import io import pandas as pd # Trial FWF file: data = io.StringIO('x10011\nx10012\nx10013\nx10024\nx20025\nx20026\nx20037\nx20038\n') # Read and cast: df1 = pd.read_fwf(data, widths=[2,3,1], header=None,...
xref #11728 for the multi-index case xref #14379 for converters import pandas as pd import numpy as np from pandas.compat import StringIO data = """Internets,Spaceships 01,a 02,b 03,c 04,d 05,e 06,f """ # No leading zeroes in the index becaus...
1
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/postcss-import: Socket timeout npm ERR! net...
### Current Behavior: When trying to install packages, without a previous cache, we get constant timeouts when trying to fetch packages, both locally and in a CI environment. The package that fails is always different, so there isn't a specific package causing the issue. Stack trace: 19505 verbose st...
1
Tab completion fails to infer field names: julia> Pkg.dependencies()[Pkg.project().dependencies["Revise"]].┌ Error: Error in the keymap │ exception = ...
Open julia with REPL, type `@nonexist.` and hit Tab: _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | ...
1
In Julia >1.0 I observed the product between a real and a complex matrix run very slowly. This does not concern the complex and real matrix product however: M = 2000 C = rand(M,M) + im*rand(M,M) R = rand(M,M) @time C * R; @time R * C; 0.090447 seconds (11 allocations: 61.036 ...
Julia 0.4: julia> A=rand(3000,3000);B=rand(3000,3000); julia> tic();for k=1:50;C=A.*B;end;toc() elapsed time: 2.386786733 seconds 2.386786733 Matlab 2013a: > > A=rand(3000);B=rand(3000); > tic;for k=1:50;C=A.*B;end;toc > Elapsed time is 1.501691 seconds. This is on a 2 core machine. I also ran it on ...
0
#### Code Sample >>> import pandas as pd >>> >>> # Toy data >>> series = pd.Series([0, 1, 5, 6, 10, None, np.nan]) >>> bins = [0, 5, 8] >>> >>> pd.cut(series, bins=bins, include_lowest=True) Out[23]: 0 (-0.001, 5.0] 1 (-0.001, 5.0] 2 (-0.001, 5.0]...
Hi, When trying to concat() multiple big fortran order arrays, there is a big performance hit, as most of the work goes into calling ravel(). See: https://github.com/pydata/pandas/blob/master/pandas/core/internals.py#L4772 You can see the `is_null(self)` is using just a few values from the data after calling `.r...
0
##### System information (version) * OpenCV => 4.1 * Operating System / Platform => Windows 10 64Bit * Operating System / Platform => Ubuntu 18.04 * Compiler => vs2015 ##### Detailed description I found that cv2.VideoCapture() costs different CPU utilization in Windows and in Ubuntu. I ran the following ...
Transferred from http://code.opencv.org/issues/3774 || Dennis Evangelista on 2014-06-27 15:59 || Priority: Normal || Affected: 2.4.0 - 2.4.8 || Category: calibration, 3d || Tracker: Bug || Difficulty: || PR: || Platform: Other / Mac OSX ## findCirclesGrid() finding d...
0
Maybe I'm misunderstanding, or doing something wrong, but I don't think Secrets should be available in clear text by means of `kubectl describe secrets` even if they are created using `kubectl apply -f` # Example my-secret.yaml apiVersion: v1 kind: Secret metadata: name: tls type: O...
when using `kubectl apply` for secrets the annotation will store the secret data, making it visible to `kubectl describe`
1
I made a simple app to test compatibility with IE and it seems that adding router (`RouteConfig` and `<router-outlet>`) gives following error: TypeError: Unable to get value of the property 'contains': object is null or undefined I can't really say which line exactly produces the error (debugging...
Hi, I'm having some issues with Angular 2, pushState & IE9 as I've documented initially in https://groups.google.com/forum/#!topic/angular/TdCt6KyhwI8 before carrying out much more investigation! I've read #5792 and attempted to apply the history.js script with mixed results! I have had to modify angular2.dev.js l...
1
# Bug report ## Describe the bug static css files appear to be served with sub-optimal cache-control: /_next/static/css/commons.4e4de3e2.chunk.css /_next/static/css/styles.4015be53.chunk.css served with: cache-control: public, max-age=0 I am new to Next.js behavior so apologies if this is not really a bug a...
# Bug report ## Describe the bug .babelrc.js file compilation failed with next.prepare() and custom . Working with configuration inside of package.json and .babelrc file without .js extension. ## To Reproduce 1. Use Custom Server next.js - https://github.com/zeit/next.js/tree/canary/examples/custom-server 2. ...
0
Hi, Please add **show** command which will show image or video files inside the terminal, crazy idea? Well, something like this: `show myphoto.png` or: `show myvideo.mpeg` It can also be shown when using dir so if the file is an image it will show the image in small thumbnail Thanks, Jassim
Would like to see Sixel support in the Terminal, this is the standard used to show graphics in the console. Sixel is part of the original DEC specification for doing graphics in terminals and has been re-popularized in recent years for doing graphics on the command line, in particular by Pythonistas doing data scien...
1
Hello. 1. The function `silhouette_samples` of `sklearn.metrics.cluster` there are such cod rows: results = zip(*pairwise_distances_chunked(X, reduce_func=reduce_func, **kwds)) intra_clust_dists, inter_clust_dists = results intra_clust_dists ...
#### Description ValueError thrown when using dump_svmlight_file on a pandas dataframe that contains NaN values. The expected behavior should be to skip NaN values. #### Steps/Code to Reproduce from sklearn.datasets import dump_svmlight_file import pandas as pd df=pd.read_csv('somefile.csv') dump_svmlight_fi...
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.1 * Operating System version: windowns10 * Java version: jdk1.8 ### Steps to reproduce this ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.5 * Operating System version: MacOS Catalina 10.15.1 * Java version: 1.8.0_91 ### Steps to r...
0
At the moment there are different class names (e.g. `.warn`, `.danger`, `.important`) to indicate types for `button`, `span.label` and `.alert- message` elements. I think it would be smart to create a single set of types for all of them.
Hi, When we try to download with the customization tool (without any change in the form), an error occured in the bootstrap.zip file ( bootstrap/css/error.txt) {"type":"Parse","message":"Syntax Error on line 792","index":25106,"filename":"bootstrap.css","line":792,"column":11,"extract":[" *margin: -5px 0 5px;"," ov...
0
It would be nice to export WaitGroup.counter and WaitGroup.waiters to enable the client to instrument those and take actions when needed.
by **surajn.vnit** : What does 'go version' print? go1.3 linux/amd64 What steps reproduce the problem? If possible, include a link to a program on play.golang.org. Setup - - Front end HTTP server implemented using Go. It requests 1 backend service over HTTP. Front end service w...
0
When using the declaration option the .d.ts files are all generated in the output directory of the .js files. Please provide an option to define the output directory and/or the output file for the declarations.
I need to make an automated building of my typescript projects. Typescript compilation results (i.e .js and .d.ts files) need further separate processing. It would be nice if there is separate compilation option to specify output directory for generated declarations. Something like this: //tsconfig.js...
1
When the navigator is collapsed, all items are gone but the first one. I got confused because I could not find other parts of the documentation until I set the zooming back to 100% so all menu items appeared on left side again... ![quick_start_ _typescript](https://cloud.githubusercontent.com/assets/205756/14817378/...
The navigation dropdown only has a link to the quick start page.
1
According to this waypoint's requirements, the green-box class should give the _top_ of elements _20px_ of margin. However, in practice it marks that value as incorrect, accepting a value of _40px_ instead.
In the instructions for the margin, you have the pixel setting for "Top" to 20px instead of 40px.
1
# Environment Windows build number: [10.0.18362.295] Windows Terminal version (if applicable): 0.4.2382.0 Any other software? MSYS2 / MINGW64: $ uname -srvo MINGW64_NT-10.0-18362 3.0.7-338.x86_64 2019-07-11 10:58 UTC Msys $ bash --version GNU bash...
# Summary of the new feature/enhancement # Proposed technical implementation details (optional)
0
Maybe the same as #16596 and #16747. Source code: trait T<A> { fn g(&self) -> A; } fn f<'a, I>(i: &I) where I: T<&'a mut int> { let m = i.g(); *m = 0; } fn main() { } The error was: 1.rs:7:5: 7:7 error: internal compiler error: cann...
fn foo<'a, I>(mut it: I) where I: Iterator<&'a int> {} fn main() { foo([1i, 2].iter()); } test.rs:4:5: 4:8 error: internal compiler error: cannot relate bound region: ReLateBound(4, BrNamed(syntax::ast::DefId{krate: 0u32, node: 11u32}, 'a)) <= ReInfer(102) test.rs:4...
1
## 📝 Provide a description of the new feature Could you please add an option to FancyZones, that will let you remove the displaying of the zone numbers when changing zones. A font type and size option would be nice also, for those who wish to keep the display of zone numbers. The numbers are a bit unsightly for tho...
# Environment Microsoft Windows [Version 10.0.18363.778] (1909) PowerToys 0.17.0 FancyZones # Steps to reproduce Had set Fancy zones with a 3 wide by 2 down grid (so 6 panes) with space around zones set to 10 on 1 of my 3 monitors (all external to the laptop I use). Was working fine initially when I dragged ...
0
In strict mode, React will call render method twice, to catch mutate-during- render type of bugs. However, there is an inconsistency in the way this is done for `useRef()`. During the _first_ render only, each call will give you a fresh ref object. During subsequent calls, you will be given the same object during bo...
ERROR: type should be string, got "\n\nhttps://facebook.github.io/react/docs/perf.html\n\nIMO this is insufficient. Where are we supposed to place each of the API\ncalls? Some example code would be great.\n\n"
0
In seaborn 0.6.0, alpha parameter no longer works with violinplot. Used to work fine with 0.5.1 Example to duplicate: import seaborn as sns import matplotlib.pyplot as plt fig = plt.figure() sns.set_style("whitegrid") tips = sns.load_dataset("tips") ax = sns.violinplot(x=tips["total_bill"], alpha=0.1) p...
It doesn't appear to be possible to (easily) plot a non-normed histogram on the margins of a jointplot. Since I'm interested in adding some annotations to the margins, for my use-case it's important that the histogram actually represents bin counts. I suppose this is actually a limitation of distplot itself, since I...
0
# Environment Windows build number: [Version 10.0.18362.239] Windows Terminal version (if applicable): 0.2.1831.0 Any other software? WSL Ubuntu: [1804.2019.521.0] # Steps to reproduce 1. Install Pragmata Pro Mono Liga 0.827 font (any other Unicode font should work as wel...
Just a reminder for the new Windows Terminal, remember to make sure block and line drawing characters fill their cells properly at all zoom levels. This is really important for ANSI-art and TUI apps. ![ANSIart conhost](https://user- images.githubusercontent.com/25664275/57269801-20861780-7089-11e9-8436-34c5525b302...
1
I'm having a play around with replacing selenium in my automated tests with playwright and i can't seem to get drag and drop to work using the 'move', 'down', and 'up methods on page.mouse. the app i'm testing uses DragEvent.dataTransfer so i imagine this is why i'm not having any luck. is there a reccomended way to ...
Drag and drop should work with playwright. Using the existing mouse apis should generate working `dragstart`, `drag`, and `drop` events. There should also be new APIs to simulate dropping in external content, and to inspect content dragged from the web page.
1
**The shardingsphere version is 5.0.0.beta,database is mysql.** **shardingsphere does not report errors:** 2021-11-03 10:45:38.836|biz-e3424a198605469bb31139f9767fe21b||SQLLogger.java|74|INFO||||||[XNIO-1 task-1] Logic SQL: insert into `t_pipeline_info` (`PIPELINE_ID`, `PROJECT_ID`, `PIPELINE_NAME`, `PIPELINE_DES...
## Question `server.yaml` # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the A...
0
When adding a host entry using the hosts module, if the name matches an existing entry with a different ip, the entire entry line is removed, even if it contains other aliases. I would expect it to leave the other entries in place. Ever more so, if the entry for the current name/ip exists AND the name exists in anot...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ovirt_storage_domains ##### SUMMARY In the documentation it's stated that we can remove SDs like this: ansible/lib/ansible/modules/cloud/ovirt/ovirt_storage_domains.py Lines 208 to 212 in 0566d46 | # Remove storage domain ---|--- | \- ovirt_storage_do...
0
# Bug report Both "module" export and "import" export of exports field are resolved in duplication. **What is the current behavior?** 3rd party lib swr's output assets are resolved in different cases: * When swr is imported, it resolves to `swr/dist/index.esm.js` * Then subpath import `swr/infinite` is import...
# Bug report I have submitted this question in stackoverflow, but I haven't received any reply。 https://stackoverflow.com/questions/65642712/webpack-5-cannot-reuse-caches-in- different-file-structures **What is the current behavior?** 1. I use the file cache of Webpack5 through the following configuration, and ...
0
Hi, i'am running webpack 1.13.1 //works import {SuperClass} from '../super_class'; class SubClass extends SuperClass () {} //doesn't work //TypeError: Super expression must either be null or a function, not undefined import {SuperClass} from '../main'; class SubClass extend...
**Do you want to request a _feature_ or report a _bug_?** report a bug **What is the current behavior?** For web targets when the process global is encountered the process/browser.js module is included in the bundle. The problem is the drive letter is sometimes not in sync with the drive letter as specified by ...
0
### Version 2.6.10 ### Reproduction link https://codepen.io/xiaohai/pen/zgKwyZ?editors=1010 ### Steps to reproduce 1. 点击二级路由A 2. 点击一级路由 3. 点击二级路由B 此时加载的组件却是 二级路由A ### What is expected? 修复这个问题 ### What is actually happening? 使用 transition 与 keep-alive 时, transition 的 mode 设置为 out-in, 会导致路由组件加载错误
### Vue.js / vue-router versions Vue.js 2.2.2 vue-router 2.3.0 ### Reproduction Link https://jsfiddle.net/2tdjec9q/ ### Steps to reproduce step1: click `to /b` you will see `this is B` step2: click `to /c` you will see `this is C` step3: click `to /` you will see `this is B` not `this is A` ### What is Ex...
1
Obligatory "not sure if this is the right place" disclaimer. The example code links in the tutorial documentation are missing here: https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html If you click Source Code: https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html you get a 404...
I wanted to consult the source code of interpolate univariate at the following link : http://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.UnivariateSpline.html#scipy.interpolate.UnivariateSpline But the source code gave me a dead link : http://docs.scipy.org/doc/scipy/reference/generated/scipy-...
1
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
actually there is no issue i contacted mister Sebastián to propose for him an idea about making a CLI for the framework to create a project structure and managing our projects so that we developers have start point that facilitate the hard work of making an architecture to the project therefore stays flexible for exp...
0
Transferred from http://code.opencv.org/issues/4192 || Mikulas Krupicka on 2015-02-12 11:51 || Priority: Normal || Affected: None || Category: imgproc, video || Tracker: Feature || Difficulty: || PR: || Platform: None / None ## Get accumulator out of hough transform ...
Transferred from http://code.opencv.org/issues/1409 || ivansorokin - on 2011-10-07 15:02 || Priority: Normal || Affected: None || Category: imgproc, video || Tracker: Feature || Difficulty: None || PR: None || Platform: None / None ## ability to get Hough accumulator v...
1
# Bug report **What is the current behavior?** + webpack@4.8.1 added 315 packages from 275 contributors in 34.396s [!] 1 vulnerability found [3518 packages audited] Severity: 1 low Run `npm audit` for more detail **If the current behavior is a bug, please provide the step...
# Bug report **What is the current behavior?** npm i webpack + webpack@4.8.1 added 315 packages from 275 contributors in 34.396s [!] 1 vulnerability found [3518 packages audited] Severity: 1 low Run `npm audit` for more detail npm audit https://nodesecurity.io/adv...
1
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
1
Description A guide that describes how to use all the operators for Postgres (https://github.com/apache/airflow/tree/master/airflow/providers/postgres) would be useful. Other guides are available: https://airflow.readthedocs.io/en/latest/howto/operator/index.html Source code for those guides are at: https://gi...
**Description** A guide that describes how to use all the operators for Postgres (https://github.com/apache/airflow/tree/master/airflow/providers/postgres) would be useful. Other guides are available: https://airflow.readthedocs.io/en/latest/howto/operator/index.html Source code for those guides are at: https...
1
Apache Druid 24.0.0 contains over 300 new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from 67 contributors. See the complete set of changes for additional details. # # New Features ## # Multi-stage query task engine SQL-based ingestion for Apache Druid us...
Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 31.559 sec <<< FAILURE! - in io.druid.indexing.overlord.RemoteTaskRunnerTest testWorkerDisabled(io.druid.indexing.overlord.RemoteTaskRunnerTest) Time elapsed: 1.412 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[]> but w...
0
# Updated code example struct Foo { listener: <'a> ||: 'a } impl Foo { fn new(listener: <'a> ||: 'a) -> Foo { Foo { listener: listener } } } fn main() { let a = Foo::new(); } # Original description I...
Trait Ord and PartialOrd have cryptic explanations. An example would be helpful. I thought these would be valid examples: // [1,2,3,4,5,6] -> Ord - sortable without duplicates // [B,C,D,a,c,e] -> Ord (used ASCII ordering) // [1,1,1,2,3,3] -> PartialOrd - sortable with duplicates // [A,B,B,...
0
### Reproducing code example: In [118]: import numpy as np In [119]: a = np.random.random((5,6,7)) ...
Please see the code. ### Reproducing code example: import numpy as np x = np.random.rand(4, 5, 4) x[0, :, [1,2]].shape # output (2, 5) # my expectation is (5, 2) x[0][:, [1,2]].shape # outout (5, 2) ### Numpy/Python version information: numpy version: 1.19.1, sys.version: 3.7.0 (d...
1
##### ISSUE TYPE * Performance problem ##### COMPONENT NAME Inventory ##### ANSIBLE VERSION Present in any version of ansible after 2.2.2, including 2.4 rc5 and devel as of Sep 18 2017. The profiles below were captured in v2.4.0.0-0.5.rc5, but are similar to profiles in 2.3 and current devel. an...
with ansible 2.0.0-beta2 I get: # ansible-pull --url myurl --key-file key Usage: ansible-pull <host-pattern> [options] .... ERROR! Missing target hosts Man page still indicates that it should default to local.yml. Seems something is messed up here.
0
When trying to select multiple lines that all have a particular string with cmd+D and move them up or down within the document, Atom will select the lines properly, but when trying to move them it de-selects the additional lines and only moves the originally selected line. If you select multiple lines with the mouse ...
After making multiple selections, "Move Line Up" (`Ctrl` `Cmd` `Up`) and "Move Line Down" (`Ctrl` `Cmd` `Down`) works only on the last selected line, instead it should move all the lines. ![atom-multiple-selection-move- issue](https://cloud.githubusercontent.com/assets/50681/3138639/e528d254-e8a2-11e3-9608-e67da6018...
1
Also add bloom cache size to nodes stats _rest_ api.
1
## Environment info * `transformers` version: * Platform: * Python version: * PyTorch version (GPU?): * Tensorflow version (GPU?): * Using GPU in script?: * Using distributed or parallel set-up in script?: ### Who can help ## Information Model I am using (Bert, XLNet ...): The problem arises when u...
### Feature request Adding a filter of some sorts in the generate function to prevent x number of words from outside of the input from appearing in a generated text. This could work in a number of ways. It could be a filter on the number of out of source words appearing in the generated text (e.g 2 would mean that ...
0
## 📝 Provide a description of the new feature Basically when you want a virtual desktop you click WIN+CTRL+D and you can keep creating it. Now when you hit CTRL+3 it'll go to Virtual Desktop 3. _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ Currently you have op...
Desktops are already numbered, would be useful to have some sort of indicator of the current desktop number in the taskbar and to add a shortcut to jump between desktops, something like WinKey + Ctrl + 1..9 to go to desktop 1... all the way to 9
1
I tried to search before but I didn't find this issue. Sorry if it's a dup Steps to reproduce: 1. http://getbootstrap.com/components/#navbar 2. Expand the default navbar 3. Scroll the navbar down to the latest dropdown element 4. Expand the dropdown 5. Try to scroll navbar to select "Something else there"...
When I changed from 3.0.0.rc1 to 3.0.0.rc2, the links in my navbar in a dropdown stopped working. In desktop it works ok. I am using dolphin browser HD Version 7.2.2 on a LG Optimus one P500. This is the whole navbar: <div class="navbar navbar-fixed-top"> <div class="container"> <...
1
xref #14873 (boolean casts) xref #14849 (datetime) #### A small, complete example of the issue import pandas as pd def predictions(tool): out = pd.Series(index=['p1', 'p2', 'useTime'], dtype=object) if 'step1' in list(tool.State): out['p1'] = str(tool[tool.State ...
I admit I haven't looked at the code so there may be reasons for this, but I've found myself in the need of squeezing out duplicates from a Series but keeping the results as a Series. Series.unique() however returns an array, so in my code I have to construct a Series twice: series = pandas.Series([1,...
0
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci- kubernetes-e2e-gci-gce-etcd3/204/ Run so broken it didn't make JUnit output!
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci- kubernetes-e2e-gce-etcd3/1638/ Run so broken it didn't make JUnit output!
1
Using the `Dates` modules, when formatting an existing date, if the "year" field is only two digits long, it parses out missing the centuries. For example: > Date("01/01/19","mm/dd/yy") 0019-01-01
Currently, a `yy` in the `DateFormat` string parses a two digit year string like "08" as the year 8. In Python and Posix, they instead map values 69–99 to 1969–1999, and values 0–68 to 2000–2068. I'm not sure that is a great default either, but it certainly seems more useful in general than the current julia implemen...
1
### STR fn main() { let mut v = vec![]; write!(&v, "Hello world"); } ### Output $ time rustc write.rs <std macros>:3:24: 3:14 error: cannot borrow immutable dereference of `&`-pointer as mutable <std macros>:3 let dst = &mut *$dst; [2] 2803 ill...
Compiling sfackler/rust-postgres@`1fa5941` comes up with this on the current nightly, but not yesterday's: <std macros>:4:35: 4:50 error: type `&mut [_]` does not implement any method in scope named `write_fmt` <std macros>:4 format_args!(|args| { dst.write_fmt(args) }, $($arg)*) ...
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: xxx * Java version: 1.8 ### 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. 1,创建map或者list时传入原始数据的长度,避免数据量大时进行扩容 例如 ` result = new HashMap(size);` 2,避免无意义的方法调用 例如: Map<Object, Obje...
0
.babelrc { "presets": [ [ "@babel/preset-env", { "modules": false, "targets": { "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] } } ] ], "plugins": [ "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-runtime", "@babel/plugin-syntax-dynamic-import", "@babel/...
> Issue originally made by @guybedford ### Description It would be nice to add a custom options whitelist and blacklist to the runtime transformer something like: plugins: [['transform-runtime', { exclude: ['Promise', 'Array.*', 'Object.defineProperty'] }]] Or an opt-in-only whitelist: ...
0
It seems that reloading or including a file or package causes multiple, duplicate method listings to be stored and/or displayed. When I'm working on a package or file that defines types and methods, I find that if I load changes with `reload` or `include` and then call `methods` on one of my methods, I get multiple l...
It would be nice to have a clearly defined `AbstractSparseArray <: AbstractArray` with an interface that defines where the non-zero values are, and that way generic looping over sparse arrays can be defined. Special matrix types like `Tridiagonal` should fall under `AbstractSparseArray` to allow for generic sparse it...
0
#### Issue Description Campers will often accidentally create duplicate accounts (most of this is because we made the mistake of offering multiple authentication options). When they unsubscribe from emails, we want to make sure they are unsubscribed from all emails for all accounts with that email address, includin...
![image](https://cloud.githubusercontent.com/assets/13212966/9868873/6c07aec6-5b43-11e5-8a31-0fdea1735f03.png) Now when I click in the code area.. now all of the lines of the example show up. Why does it do this? Seems like a bug. Thanks ![image](https://cloud.githubusercontent.com/assets/13212966/9868879/8a1e2430-...
0
![Screenshot 2019-06-08 at 11 44 11 PM](https://user- images.githubusercontent.com/37510501/70857972-b38c0780-1f1e-11ea-80f3-a5ba4c7b1515.png) ![Screenshot 2019-06-08 at 11 49 18 PM](https://user- images.githubusercontent.com/37510501/70857973-bb4bac00-1f1e-11ea-8d51-1bd2b45f87e5.png)
An issue that arises when plotting histograms of discrete data with Matplotlib seems to also come up in `distplot` as well. That is, there are often empty bins in the histogram that are entirely artifacts of the plot. See here for an example with Poisson data: ![poisson data](https://camo.githubusercontent.com/4bef2...
1
Hello, I'd like to suggest the following syntax that you may add to future releases. <my-component ::params @@myMethod /> Could be equivalent to <my-component :params="params" @myMethod="myMethod" /> That would make code much cleaner when we have to pass multiple props to a c...
### What problem does this feature solve? When passing props to a component, the following pattern is very common, `<my-component :propA="propA" :propB="propB" />` I am proposing that when the prop name is the same as the variable name being passed to it, that the following more concise syntax be applicable, `<my...
1
I wrote a function to rotate the coordinates of a 2D MvNormal distribution, and in the course of testing it I discovered the Cholesky factorization throws an error depending on the input with bit-level sensitivity. Is this a bug? For my use case, the workaround of wrapping the input in `Hermitian()` doesn't work, bec...
I have a function where i determine the hessian with finite difference using the `hessian` function in the Calculus package. Then I test if the hessian is positive definite with `isposdef` this always return false because, `ishermitian` is called at: julia/base/linalg/dense.jl Lines 27 to 28 in 5e2a617 | isposdef...
1
The idea behind `ignore_malformed` setting, is to ensure all records being added get added to the index, even if some of the JSON attribute use an invalid data type (compared to the index's expected mapping). This is particularly useful with dynamic JSON document, where it's most important that all objects are "added...
using elasticsearch 1.5.2 I can index values greater than 127 for a byte field without getting any error. The values just overflow internally and the resulting numbers can be searched for. e.g. indexing 250 ends up as -6 indexing 260 ends up as 4 curl -XPUT localhost:9200/test -d ' { "m...
1
> error: mismatched types: expected > `core::option::Option<alloc::arc::Arc<std::collections > ::hash::map::HashMap<&'static str, > alloc::arc::Arc<collections::vec::Vec<item::Item>>>>>`, > found > `core::option::Option<alloc::arc::Arc<std::collections::hash::map::HashMap<&str, > alloc::arc::Arc<collections::vec::...
Right now, when using rustc to only parse an input file, only errors are displayed. There should be an option to also display warnings (and notes) without having to fully compile the program. Trying again with a recent build of rustc, it appears that not even errors are displayed with rustc 0.5
0
Example: import jax.numpy as jnp import numpy as np a = jnp.arange(10).reshape((2, 5)) type(a) jaxlib.xla_extension.DeviceArray But if we do: b, c = a We get type(b), type(c) (numpy.ndarray, numpy.ndarray) ...
Looping through a `DeviceArray` like in a list comprehension, for loop, or enumerate returns `numpy.ndarray`. Is this expected behaviour? import jax.numpy as np X = np.array(range(3)).reshape(3,1) print(type(X)) #<class 'jax.interpreters.xla.DeviceArray'> x0,x1,x2 = [xi for xi...
1
### System info * Playwright Version: [v1.34.3] * Operating System: [macOS 13.3.1] * Browser: [All] * Other info: **Test file (self-contained)** test.only('Alice Bob', async ({ page, }) => { await page.route('http://foo.bar', (route) => { route.fulfill({ stat...
### System info * Playwright Version: v1.35 * Operating System: macOS 11.6.1 * Browser: Chromium **Config file** import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './tests', fullyParallel: true, forbidOnly: !!process.env....
0
The spec seems to allow package main to import another package main under another name. However, the experience with the go tool is inconsistent: % cd $GOPATH/src/foo % cat a/a.go package main import _ "foo/b" func init() { println("init: a") } func main() {} ...
Looking at a liveness bitmap while debugging a garbage collector crash (probably caused by a linker bug): (gdb) x/16xw 'fmt.Sprintf.gclocals·0' 0x10b780 <fmt.Sprintf.gclocals·0>: 0x00000005 0x00000006 0x00000004 0x00000006 0x10b790 <fmt.Sprintf.gclocals·0+16>: 0x00000004 0x0...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/1478/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] ReplicaSet Should scale from 5 pods to 3 pods and\nfrom 3 to 1 and verify decision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:64\n Expected error:\n <*errors.errorString | 0xc8212e98d0>: {\n s: \"Only 0 pods started out of 1\",\n }\n Only 0 pods started out of 1\n not to have occurred\n \n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/1446/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] Deployment Should scale from 1 pod to 3 pods and from\n3 to 5 and verify decision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:50\n Expected error:\n <*errors.errorString | 0xc820c91020>: {\n s: \"Only 0 pods started out of 1\",\n }\n Only 0 pods started out of 1\n not to have occurred\n \n\n"
1
* Output of `node_modules/.bin/electron --version`: v3.0.0 * Operating System (Platform and Version): Win 10 x64 I'm using VS code for developing. **Expected Behavior** Working without any error. **Actual behavior** [18244:0919/160757.998:ERROR:CONSOLE(22)] "Empty response arrived for script ...
* Electron version: 2.0.0-beta.1 & 2.0.0-beta-2 * Operating system: macOS High 10.13.3 (17D102) ### Expected behavior Regardless of any security related options (and even when CSP is not set in head of the page) devtools should be able to download it's resources correctly. This might only apply when custom pro...
1
To improve the API docs and to reduce duplicated documentation work, it seems to be useful to link to certain parts of the documentation from the API docs (for example, as stated in #12496, linking to the cookbook that explains how to use Form events easily adds additional value to the API docs of the existing events...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.13 I have implemented form field for collection with allow_delete = true, allow_add = true and by_reference = false options. I added needed js code to delete elements and append forms for new ob...
0
![staticshot_30-01-2018_10-15-12](https://user- images.githubusercontent.com/28860670/35555153-f9bf4c82-05a6-11e8-8a64-b32e1ba14643.png) * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Exact highlight underline alignment all the time (even after heat...
* [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Pass a class with styles to component and change label color ## Current Behavior in any possible way based from material-ui docs in 0.15 and 1.0 version it is impossible to change/override a c...
0
I'm trying to use both fitCenter and placeholder but the image does not get resized. This code works fine (image is scaled down, aspect ratio is correct): Glide.with(this).load(url).fitCenter().into(mImage); This code does not work (placeholder is correct, but loaded image appears squished, ...
**Glide Version/Integration library (if any)** : 3.5.2 **Device/Android Version** : S4/4.4 **Issue details/Repro steps** : Load a different sized thumbnail and image, or placeholder and image and note the result: ![demo](https://cloud.githubusercontent.com/assets/2906988/6538023/e027582a-c45c-11e4-8758-abb9d7a6...
1
**Apache Airflow version** : 2.0.0 **What happened** : While investigating issues relating to task getting stuck, I saw this sql error in postgres logs. I am not entirely sure of what it impacts but I thought of letting you know. ERROR: column "connection.password" must appear in the GROUP BY clause...
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers 7.0.0 ### Apache Airflow version 2.2.5 ### Operating System google composer ### Deployment Composer ### Deployment details _No response_ ### What happened BigQueryInsertJobOperator can not be used to run SQL query without spec...
0
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | no Symfony version | 4.x ### Introduction Symfony 3.3 introduced a convention of naming services with their FQCN. The update pathway for legacy applications is simple: just start using new naming convention and slowly a...
Would love to hear your feedback. Thanks!
0
`String.prototype.localeCompare()` on MDN I noticed that some results differ significantly from Chrome in test cases when using this method. I'm not sure if/how this is standardized or where the responsibility lies, but I wanted to surface this because it seems like a bug. Here's an example you can copy+paste to ru...
As seen in #1952 / #1636 ICU needs to be added in Deno build. Switching this flag to true maybe: https://github.com/denoland/deno/blob/master/.gn#L50 ? ref: https://v8.dev/docs/i18n
1
Hi, I think there are some things in https://github.com/scikit-learn/scikit- learn/blob/master/sklearn/hmm.py that could be improved. ## _BaseHMM.algorithm handling * _BaseHMM.decode has an 'algorithm' argument that _doesn't_ affect decoding algorithm if algorithm is already set in constructor OR if _BaseHMM.fit...
#### Describe the workflow you want to enable This is possibly a duplicate of #6424. I'd love to do a pipeline.fit(X) with a pandas dataframe with named columns, then a pipeline.get_feature_names() as input into an eli5 explainer, with scikit-learn being smart enough to call get_feature_names() for those transformer...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The native browser `select` element allows you to move to options by typing arbitrary characters when the select menu is open. The newly added `Select` component (which is greatly appreciated by the way!...
### Problem description Duplicate react with webpack post npm install update of material-ui, using webpack example. ### Steps to reproduce Install webpack example so it installs older 15.0 version, and 15.0.1 of react. After it working, npm install update to the latest MUI/REACT. invariant.js:...
0
**I'm submitting a feature request** **Current behavior** Now We can only pass strings to directive. And sometimes it is quite hard to test becouse you need to escape it and IDEs dont test it on fly. **Minimal reproduction of the problem with instructions** Here plank that shows the problem **What is the motiv...
**I'm submitting a ...** (check one with "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** Here's how I'm building a form in...
1
Hi, we updated from Symfony `2.6` to `2.8` with the choice options you can find below. We expected the label of our choice type should be hidden and just the value and the input element exists. In 2.6 this worked for us. When we upgraded to 2.8 (with the same options) the labels are shown again. The Problem is ca...
After upgrading from 2.7.7 to 2.7.8 I noticed that some choice fields didn't display the empty value. Example code: ->add('buyback', 'choice', [ 'choices' => [ 'Yes' => true, 'No' => false, ], 'choices_as_values' => true, 'required' =...
1