text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
Ev... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): Yes
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
e... | 0 |
**Symfony version(s) affected** : 4.1.1
**Description**
I'm working on a microservice that does not have a homepage, because we have
this policy of prefixing our APIs with `/api`. I didn't configuration a
homepage, and while in dev, I get a welcome page aimed at developers, in
production, I get a 500 because this... | Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
## Steps to reproduce:
Create a project:
composer create-project symfony/skeleton symfony-skeleton
Set the app environment to prod:
sed -i -e 's/APP_ENV=dev/APP_ENV=prod/g' .env
... | 1 |
Upon clicking open files using the scroll wheel, instead of closing, a scroll
symbol appears.
This is the expected behaviour in Chrome:

This is the resulting behaviour in VSCode:
 and then
an in... | 0 |
Hi,
i am new to node packages and i am trying to build the packages and i spent my
whole day to find out what might be the issue but i am unable to sort it out.
below is my `package.json` file
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpa... |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
fn(class WorkerClient {
static #worker_threads() {
return WorkerClient;
}
});
REPL
### Configuration file name
_No response_
### Co... | 0 |
http://stackoverflow.com/questions/21773473/twitter-bootstrap-icons-and-opera-
mobile
|
When I checked my site to be compatible with my phone (Android 2.3.6), I
noticed that the Glyphicons not work. Previously, when not used fonts and PNG
image problems were not.
Sreenshot:
 to (every) search request thereafter in order to get the values -
if we want to display them.
Is there a downside to having them included with the other hi... |
When you search or GET to retrieve documents you don't get back the value for
`_parent` field (or `_routing` for that matter) which is part of the essential
metadata. Meaning the document cannot be retrieved or updated without the
value. This is breaking some functionality, example use cases:
* reindex (results of... | 1 |
I'd like to select second 'text="John"' in the list.
|
### waitForSelectors
There are quite a few requests for more advanced logic to retrieve elements
matching selectors. For example:
* wait for at least one element matching selector and get all matching elements;
* wait for at least one element matching selector to be visible and get it.
Proposal:
`page.waitFor... | 1 |
See here:
http://plnkr.co/edit/sKkTPTraGIP2BcLWzEQU?p=preview
It is a situation that occurs after minification with mangling, but I tried to
reproduce without minification by using the same class name for both
components (since I don't know how to easily provide a minified example in
Plunkr). Mangling will typicall... |
Hello,
I have trouble for build an application with `JSPM` and `angular2`
(`2.0.0-beta.0`).
When we install `angular2` through `npm`, the package is in `node_modules` and
with a good `tsconfig` configuration we can load `angular2` modules with
TypeScript without trouble like this:
import { Component ... | 0 |
We already have bcrypt and argon2 modules on /x, it would be nice to have them
in std just like in golang, also i think both of them (and others too) can be
implemented via wasm for better perfomance
|
Some applications like handling password will require hashing and encryption.
These operations could be implemented in js/ts, but It really needs to be
handled from a trusted environment to be secure. It looks like there have been
some attempts to get this one rolling before recently with #1461.
| 1 |
1. I have Android studio as well as flutter installed on my system
2. When I run `flutter create myapp` or create a new flutter application in Android Studio, I get the following error
## Logs
[ +32 ms] executing: [C:\src\flutter\] git rev-parse --abbrev-ref --symbolic
@{u}
[ +233 ms] Exi... |
## Steps to Reproduce
flutter create -v flutter_test_app
Behind company proxy (http://proxy.our-domain.com:8080) (No HTTPS/SSL)
## Environment
OS: Windows 10
HTTP_PROXY and HTTPS_PROXY Env vars are set.
## Logs
[ +28 ms] [C:\Users\i01002704\AppData\Local\flutter\] git rev-pars... | 1 |
Choose one: is this a bug report or feature request?
Seems like a bug, since it's throwing validation errors from internal code on
valid(ish) input, but given #3575 my _preferred_ behavior would probably be a
feature request.
### Input Code
// test.js
import React from "react";
import ReactDO... |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
@rollup/plugin-babel
### Input code
REPL
declare class A {}
function A () {}
### Configuration file name
.babelrc
### Configuration
{
"presets": ["@babel/preset-typescript"]
}
### Cur... | 0 |
I have a service, which is a class that internally uses Http:
@Injectable()
export class ProductService{
constructor( private http: Http){}
getProductByID(productID: string): Observable{
return this.http.get(`/products/${productID}`)
.map(res => r... |
In the new typings files for http the following lines
* `type-alias RequestOptionsArgs;`
* `type-alias ResponseOptionsArgs;`
are throwing this error message
`typings/angular2/http.d.ts(367,16): error TS1005: ';' expected.`
`typings/angular2/http.d.ts(374,16): error TS1005: ';' expected.`
One solution is to ... | 0 |
### Problem description
When navigating through forms, tabbing into a `Toggle` element displays a
rectangular translucent square imposed on top of the switch. I think we could
do better than this. It could at least be the circular like the switch is.
### Steps to reproduce
Go to http://www.material-ui.com/#/compon... |
### Problem description
I have a form with multiple fields. It's easy to use the keyboard to switch
between fields, however when the focus switches to the toggle field, it's
impossible to tell.
### Steps to reproduce
Create a form with a textfield and a toggle. Use tab to change focus.
### Versions
* Material-... | 1 |
### System info
* Playwright Version: [v1.35.1]
* Operating System: [macOS 13.2]
* Browser: [All]
* Other info:
### Source code
* [/] I provided exact source code that allows reproducing the issue locally.
**Test file (self-contained)**
// loginPage fixture file
async setExtraHTTPHe... |
**Context:**
* Playwright Version: 1.23.1
* Operating System: Linux (ubuntu)
* Node.js version: 14.19.1
* Browser: Chromium
**Code Snippet**
Repro repo: https://github.com/thdk/playwright-headless-popup
**Describe the bug**
I think this issue is a duplicate of closed issue #12342
The problem seems to ... | 0 |
With PANDAS 1.5.3 (and Seaborn 0.11.2, Matplotlib 3.7.1), the following code
works fine:
import seaborn as sns
sns.jointplot(x=[1,3,2], y=[1,2,3])
But with PANDAS 2.0.0 the identical code raises an exception:
OptionError: No such keys(s): 'mode.use_inf_as_null'
Here's the... |
I am making a joint plot using command -
sns.jointplot(xdata,ydata,kind='reg',
order=1,color='k',ylim=[-0.62,0.22],xlim=[-16,15],annot_kws={"loc": 4})
With the annot_kws, I can move around where the annotation appears, but cannot
change the font size. Also, can you select what stats you want to appear?
Thanks!
| 0 |
This seems to be a very inconsistant issue, but I think it's related to
macros.
Here's an example of a list of comments that don't get parsed properly:
bitflags! {
flags Tests: Test {
/// Test
static TestA = 0x80,
// TODO: Document this.
static T... |
This would allow doc comments to parse them as `$_:meta` elements in macro
invocations. This is useful for example with `bitflags!`:
bitflags! {
#[doc = "Some flags"]
#[doc = ""]
#[doc = "A new line"]
#[deriving(Show)]
flags Flags: u32 {
#[doc = "Flag... | 1 |
I am using Python 3.8.10, seaborn 0.11.2
As you can see in the code below, the color (in line_kws) did not render the
KDE line. I mean the kde line should be in red instead of blue.
import numpy as np
import seaborn as sns
x = np.random.normal(-1,1,1000)
fig, ax = plt.subplots(fi... |
I was trying to give the distribution KDE a different color when I use
sns.histplot(),
Was thinking kde_kws = {'color': ...} would work, but it didn't.
sns.histplot(data=..., kde=True, kde_kws={"color": 'r'})
File ".../Python-library/seaborn/distributions.py", line 1422, in histplot
p.plot_uni... | 1 |
Hello,
I will try to summarize my problem in a simpler one. Suppose an H Hermitian
operator that depends on an α parameter
H = H (α), ψ (x) are eigenfunctions of H, ψ = ψ (x, α). Consider the following
function
 to multiply or divide by
a vector. The "_ " operator produces a dot product, as opposed to the expected
element-wise multiplication (lines 7-9). The "/" operator... |
While sitting with @stefanv last week we discussed (and then @stefanv started
implementing) sparse array classes that use the same code as the existing
matrix classes, but instead satisfy the ndarray interface (only up to two
dimensions). For example slicing out rows would result in 1d arrays rather
than 2d matrices,... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-sift-through-text-
with-regular-expressions has an issue. Please describe how to reproduce it,
and include links to screenshots if possible.
The challenge ask to find all occurrences of the word 'and' expecting
'/and+/gi' as solution, but the use of '+' is u... |
Challenge http://www.freecodecamp.com/challenges/waypoint-create-bootstrap-
wells has an issue. Please describe how to reproduce it, and include links to
screenshots if possible.
The first step currently reads:
> Add two div elements inside your `div class="well">` element both with the
> class `col-xs-6`
I believ... | 0 |
trait TA { fn ta(&self) { println!("Default TA"); } }
trait TB: TA { fn tb(&self) { println!("Default TB"); } }
trait AutoTA: TB {}
impl<T:AutoTA> TA for T { fn ta(&self) { println!("AutoTA"); } }
struct A;
impl TB for A {}
The above code misses impl `TA` for `A`, but the c... |
This is a more general version of #22478. (i.e. probably should be considered
to supersede it)
trait A {
fn a(self);
}
trait B {
fn b(self);
}
impl<T: B> A for T {
fn a(self) {
B::b(self)
}
}
struct C;
fn main()... | 1 |
After making a recent build I found that I could not create a cluster.
$ kubectl version
Client Version: version.Info{Major:"0", Minor:"15", GitVersion:"v0.15.0", GitCommit:"831f3e60d7cd64c61a775d6c78acce1673dd8aa9", GitTreeState:"clean"}
Server Version: version.Info{Major:"0", Minor:"16+", Git... |
hack/e2e.go occasionally fails (or thinks that it fails) to being up a test
cluster to test against.
The log below suggests that as soon as it sees an unhealthy node it fails.
Seems like a few retries are in order. This is causing continuous integration
tests to fail to run about 10% of the time on our CI setup.
#
... | 1 |
I am using Internet Explorer with zoom setting at 100%. Any help would be
greatly appreciated.

|
Challenge Change the Font Size of an Element has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR
2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0;
.NET4.0C; .NET4.0E; rv:11.0) like Gecko`.
Please describe how to reproduce this issue, and include links to s... | 1 |
The code snippets in https://flutter.io/cookbook/ currently have 754 analyzer
errors [1]. We should clean up those errors and then enforce that the code
stays clean by including the cookbook in our travis check [2].
This will also ensure that the code in the cookbook doesn't go stale with new
Flutter/Dart releases.
... |
Currently, we have a (small, simple) analysis options file used when analyzing
the website code snippets. We should do some work to unify that with the
analysis options files used when analyzing flutter code. This could be
introducing an inheritance mechanism to analysis options files (a fairly
invasive change), dupl... | 0 |
To reproduce the issue: here http://jsfiddle.net/Q9K8L/ click on an option
twice before clicking on a submit button. Radio button option is not sent with
a submit.
I suspect `data-toggle="buttons"` data attribute causes this issue.
Tested on Chrome Version 31.0.1650.57 m and FireFox 24.0
|
The active class stays on the button, but the checked property is removed from
the radio input.
http://jsfiddle.net/meleyal/dafPH/
| 1 |
Apple may eventually require Bitcode support for iOS. It's currently required
for submissions to tvOS and watchOS stores.
We've seen Dart's toolchain produce Bitcode as a demo:
https://medium.com/dartlang/dart-on-llvm-b82e83f99a70
This bug tracks (eventually) turning that demo into a production solution.
| 1 | |
test case:
function test(a) {
return a * 2;
}
var cb = async (...args) => await test(...args);
cb(123)
.then((result) => console.log(result))
.catch((e) => console.error(e));
expected result: `246`
actual result: `NaN`
for example, http://babeljs.io/docs/adva... |
Hi,
It seems there is a bug when combining async + rest parameters syntax.
Here is a simplified version that reproduces the case with a simple async of
value.
const foo = async (...msgs) => {
let t = await msgs[0];
console.log(t);
}
foo('a'); // displays "{}" instead of "a" ... | 1 |
# Bug report
**What is the current behavior?**
We have a components library where we have multiple entry points setup for
components. Since we had nesting of components as well, we were ending up
duplicating the code.
Hence we used the optimization block inside the config.
optimization: {
s... |
# Bug report
**What is the current behavior?**
Currently webpack 4.39.2 depends on loader-runner 2.4.0, which tests for and
uses System.import, which is used by SystemJS.
Since loader-runner@2.4.0 tries to use System.import, any import fails since
it tries to run through SystemJS instead of node's module-resoluti... | 0 |
This is tough for me to reliably reproduce, but I've seen it a half-dozen
times and think it needs an issue. Elasticsearch can still lose inserted
documents when a single primary node is isolated by a simple network
partition. Nothing fancy, no overlapping partitions required. Sometimes it's
only a few documents, fro... |
This ticket is meant to capture an issue which was discovered as part of the
work done in #7493 , which contains a failing reproduction test with
@awaitFix.
If a network partition separates a node from the master, there is some window
of time before the node detects it. The length of the window is dependent on
the t... | 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
... |
[ 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
**Current behavior**
Look at this Plunker.
When you choose one of four heroes HeroComponent is loaded. Inside its
templete there is an... | 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: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. x... |
* 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: all
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
#### Description
I have problems in cloning a kernel after the parameters of the kernel are set
using `set_params`
I assume that this is way the kernel code has been written (logic other than
the initialization in the constructor)
#### Steps/Code to Reproduce
from sklearn.base import clone
from... |
Clusters can be found within a training dataset (transductive) then used to
train a classifier, so as to extend the clustering model to new instances. See
snippet at #4543 (comment)
@selwyth is apparently working on this.
| 0 |
Hey!
While trying to fix egeloen/IvoryCKEditorBundle#212 I have added a
`form_javascript` Twig functions which allows to render form javascript
related code where you want in the template.
Doing so, allow to link javascript code to a specific form type, allow to
render your javascript where you want in the page (of... |
I have a page that looks like:
_______________
Action block
Ignore / Reject / ....
_______________
all data
table > tr > td * N
_______________
Action block
Ignore / Reject / ....
_______________
As you can see, I have the same "action block" on my pa... | 0 |
One of the common idioms in JavaScript is using a getter function that takes
string of a property name of an object and returns the value of the property.
For example:
var obj = {a: 1, b: '2'};
var model = new Backbone.Model(obj);
var a = mode.get('a'); // a is number
Right now, the `get` func... |
How do I use the compiled typescript files with systemjs? Can typescript
compile in the `System.register` format as traceur can?
| 0 |
Hello,
My apologies if this is a duplicate of an existing issue, but shouldn't input
type="search" elements assigned to the form-control class be assigned
"-webkit-appearance: none;" so that these search fields look as expected when
wrapped in .input-group?
|
When downloading the CSS (happens without making any changes in the theme),
get the following error:
{“type":"Parse","message":"Syntax Error on line
792","index":25132,"filename":"bootstrap.css","line":792,"column":11,"extract":["
*margin: -5px 0 5px;"," ove rflow: hidden;"," background-color: @top;"]}
| 0 |
`test.rs`:
mod test;
fn main(){}
causes
rust: task 7f855ac0c250 ran out of stack
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get furthe... |
While I was playing with the new rustc 0.6, I encountered an internal compiler
error
~/project/protobuf-rust(master) > RUST_LOG=rustc=1,::rt::backtrace rustc protobuf.rs --test -o protobuf-tests
rust: task 7fbd705018b0 ran out of stack
error: internal compiler error: unexpected failure
note... | 1 |
Hi
This is a suggestion.
bootstrap is one of a wonderful project that I've seen but i think if the
customize page has a little features it becomes more wonderful
I don't know what colors in the fields look like in customize page in
getbootstrap.com and i have to copy paste that HEX code to see what is the
color... |
Using javascript to automatically update a small preview for colour variables
on the customiser (perhaps using input groups).
For example:

| 1 |
### Version
2.5.16
### Reproduction link
https://codesandbox.io/s/github/weihongyu12/vue-typescript-demo
### Steps to reproduce
Uses @vue/cli to build the project. The configuration uses TypeScript.
However, in the process of using, in the `methods`, there is no access to the
`computed`. The construction does no... |
### Version
2.5.2
### Reproduction link
https://github.com/wonderful-panda/vue-sandbox
### Steps to reproduce
Compile this code by tsc
import Vue, { VNode } from "vue";
const NgComponent = Vue.extend({
name: "NgComponent",
props: {
foo: { type: String },
... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /Users/user/Desktop/ansible2/ansible.cfg
configured module search path = [u'/Users/user/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module l... |
chaoslemur should return ok sometimes, failure sometimes, nothing sometimes,
and invalid JSON sometimes, so that you can load up your system with lots of
duplicate host aliase and check that failed hosts get filtered out and
reported on correctly.
we do not have ship chaoslemur but it would be very useful for testin... | 0 |
It would be very useful if atom could open files from the browser like
`atom://open?URL=/Users/me/myfile.txt.`, like sublime text's `subl://open`
This would be great for people writing/debugging web apps like me :)
|
It should open an html handler like:
The handler opens atom, but doesn't works with params.
atom://open?url=file://Users/myuser/myapp/myfile.rb&line=32&column=12
it would be very useful for rails_panel !
| 1 |
In documentation it is written:
Plugins run before Presets.
Plugin ordering is first to last.
Preset ordering is reversed (last to first).
I wrote my own plugin which works with const and let. It works good, but when
I use "es2015" preset, my plugin does not work because all c... |
> Issue originally made by @kaigth
### Bug information
* **Babel version:** 6.1.18
* **Node version:** 5.0.0
* **npm version:** 3.3.9
### Input code
npm pre-reqs "5.0.0"
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.... | 0 |
# Environment
Windows build number: 19041.329
PowerToys version: 0.1.9.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Steps to reproduce
After updating to version 0.1.9.1 press the default shortcut ALT+Space to
invoke PT Run.
# Expected behavior
... |
# Environment
Windows build number: 10.0.19041.329
PowerToys version: 0.19.1
PowerToy module for which you are reporting the bug (if applicable): PT Run
Run at Startup and Always Run as Administrator are both on. PowerToys Runner
shows up in Task Manager.
# Steps to reproduce
1. Make ... | 1 |
#### Code Sample, a copy-pastable example if possible
mi = pd.MultiIndex.from_product([['a','b','c'],[1,2]], names=['ll','nn'])
df = pd.DataFrame({'x': [i for i in range(len(mi))], 'y' : [i*10 for i in range(len(mi))]}, index=mi)
df.rename(columns={'x':'z'}) # This works to change name of one ... |
xref #14139 for empty MI
Hi everybody,
in the current version renaming of MultiIndex DataFrames does not work. Lets
take the following example:
import datetime as DT
import pandas as pd
df = pd.DataFrame({
'Branch' : 'A A A A A B'.split(),
'Buyer': 'Carl Mark Carl Joe Mark Carl'.split... | 1 |
mac system: m1 12.5.1 (21G83)
Python 2.7.16
opencv: 4.x
opencv_contrib: 4.x
> #import "Headers/opencv2.h"
> ^
> /Users/green/Desktop/github/ios/build/build-
> arm64-iphoneos/lib/Release/opencv2.framework/Headers/opencv2.h:217:9: note:
> in file included from /Users/green/Desktop/github/ios/build/build-
>... |
##### System information (version)
* OpenCV => latest source code from this git repo
* Operating System / Platform => macOS 12.4
* Compiler => OpenCV python build_framework.py
##### Detailed description
build log:
BUILD FAILED
The following build commands failed:
CompileSw... | 1 |
**Describe the bug**
There is a bug when API is organized with different versions (FastAPI apps)
which mounted via global `app.mount`.
ReDoc duplicates mount's prefix. For example,
`http://127.0.0.1:8000/v1/v1/test`.
It works well in default OpenAPI Docs.
**Environment:**
* OS: [e.g. Linux / Windows / macOS]
... |
### 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... | 0 |
Hi, I'm not sure the exact state of deno right now. I was just introduced to
it. One of the things I was wondering, was how we can handle running commands
similarly to nodejs in the package.json.
So previously we could define, for example:
"build": "webpack ."
Is there a way to do this in deno, ... |
Since it is not necessary to have **package.json** file with **deno** , how
can I as a developer have a similar experience just as we have with **npm
scripts** in **package.json** while using **node.js** environment?
| 1 |
**Description**
Let's assume I have two routes:
* `/notes`
* `/users/{user_id}/notes`
Both will return the same format of the response but the route prefixed by
`/users/{user_id}` will be additionally filtering notes by specific `user_id`.
I would like to not duplicate the logic unnecessarily and have someth... |
I would like to exclude the ValidationError model from the OpenAPI Schema
because I have completely overwritten it like this
from fastapi import FastAPI, Request
from fastapi.exceptions import RequestValidationError
from fastapi.responses import ORJSONResponse
from starlette.exceptions impo... | 0 |
### Apache Airflow version
2.5.1
### What happened
After triggering any DAG and trying to open Calendar tab I see this:

Here is the logs:
[2023-02-09T23:19:27.482+0000] {app.py:1741} E... |
### Apache Airflow version
2.5.1
### What happened
/calendar page give a problem, here is the capture

### What you think should happen instead
_No response_
### How to reproduce
_N... | 1 |
### Apache Airflow version
main (development)
### What happened
Variables with newlines in them are not always reproduced exactly as they are
pasted into the web UI. Depending on how they are rendered, Unix newlines
(`\n`) are silently converted to Windows newlines (`\r\n`) when rendered.
Additionally, when users... |
**Description**
The old documentation for Contributor's guide should be reviewed and
incorporated in CONTRIBUTING.rst
**Use case / motivation**
To remove documentation duplication and clean it up.
**Related Issues**
#10178
| 0 |
## Problem Description
https://github.com/ffxsam/autocomplete-bug
There are multiple issues:
1. `openOnFocus` does not work (clicking in the field has no effect)
2. When typing 'a' and clicking on an item that is outside the dialog, the event bubbles up and causes the dialog to close
Repo install instructions... |
Greetings.
On my react application, im using material-ui AutoComplete.
Im using "showAllItems" version, that passes the property triggerUpdateOnFocus
with true value, mounted on a dialog (from material-ui too)
Whene I click inside the input, it shows the menu list, but it disappears
instantly on mouse click up.
... | 1 |
Hi,
I have a suite of tests that takes ~3 minutes **without** using the awesome
video feature and ~4+ minutes (133%) **with** the video feature.
I looked at the logs and saw that each context closing takes few more seconds
than without video.
2021-02-08T10:52:04.726Z pw:api => browserContext.close s... |
**Context:**
* Playwright Version: ^1.8.0-next-1611032356000
* Operating System: MacOS 10.15.7
* Node.js version: v12.18.3
* Browser: Chromium
**Describe the bug**
Hi, guys! I’ve added video recording to my tests as described in the
documentation. Between tests I want to close all contexts except one, be... | 1 |
## Bug Report
**Current Behavior**
I am trying to use Babelify to compile my react app.js file in order to minify
it for better efficiency on the web.
I am trying to set my preset to @babel/preset-react in my package.json and my
gulp.js file but I get an error.
## **1.**
This happens with @babel/preset-react
... |
> Issue originally made by @krainboltgreene
### Bug information
* **Babel version:** 6.3.17
* **Node version:** 5.2.0
* **npm version:** 3.3.12
### Description
I'm generating my code with `babel` and running with `node` everything is
transformed correctly and the server runs. When I try to use `babel-node` ... | 0 |
We ship two sets of wrappers for the Dierckx FITPACK library: the f2py
wrappers,`dfitpack`, and handwritten `_fitpack` wrappers. The origin of
duplication is long lost to history, likely traces all the way back to when
`multipack` was a thing and numpy and scipy were not (for a historic archive
of multipack, see http... |
Is it on purpose that these lines are duplicates? If so, a comment to explain
why would be welcome.
* https://github.com/scipy/scipy/blob/v0.14.0/scipy/stats/stats.py#L3873
* https://github.com/scipy/scipy/blob/v0.14.0/scipy/stats/stats.py#L3875
| 0 |
I have a simple Angular2 Application, which contains `App`, `P1`, `P2`,
`Child` in total 4 components, where `App` uses `P1` and `P2`, and both `P1`
and `P2` uses `Child`.
Here is the code:
@Component({
selector: 'child',
template: '<div> child <div>',
})
export class ChildCmp {}
... |
While updating to beta.1, I encountered an error with nested components.
Depending on the order I use the components, it fails unexpectedly with the
following error:
EXCEPTION: TypeError: viewFactory_BlueBox0 is not a function.
This may be related to the change in `7ae23ad`
I reproduced the error in this plunkr: ... | 1 |
while running the code in examples/webpack-example at 0ae4d7f

|

webpack-example has bug
| 1 |
I'm using Symfony 3.0.2 with:
nginx version: nginx/1.4.6 (Ubuntu)
php version: 7.0.3-4+deb.sury.org~trusty+1
Everything works fine except when I try to enter the Symfony profiler where I
get the following message:
> Warning: session_write_close(): Failed to write session data (user). Please
> verify that the cu... |
Hi,
I'm using the new symfony3 distribution with PHP7 on Vagrant.
If I run the app, I get a strange error message:
Warning: session_write_close(): Failed to write session data (user). Please
verify that the current setting of session.save_path is correct
(/var/www/api/app/../var/sessions/dev)
What could this be?
... | 1 |
I'm not certain if this is a regression in matplotlib or a bug in seaborn, but
a user reported this difference with seaborn between matplotlib 3.0 and 3.1
(original issue):
Example code:
import numpy as np
import pandas as pd
import seaborn as sns
np.random.seed(0)
data = pd.DataF... |
With `seaborn 0.9.0` and `matplotlib 3.1.1`, the topmost and bottommost row of
boxes in a `seaborn` plot are partially cut off:
import seaborn as sns
import numpy as np
np.random.seed(42)
sns.heatmap(np.random.random((10, 10)))
 in $GOROOT/src/pkg/net/smtp/smtp.go. When smtp authentication
failed, an error of type textproto.Error will not return to the caller. Just see the
following code:
169 func (c *Client) Auth(a Auth) error {
170 if err := c.hello(); err ... |
Go is broken on HardenedBSD currently. It appears to be from the hand-written
assembly code in `src/runtime/sys_freebsd_amd64.s`. The bug can be triggered
simply by attempting to compile go on HardenedBSD 11-CURRENT/amd64.
uname -a:
laptop-dev-01[shawn]:/home/shawn/tmp/go (1) $ uname -a
FreeBSD la... | 0 |
FWIK, Deno currently fetch dependencies only support download ts/js file(s)
individually, it's not a good idea for middle or even large project
dependencies fetch(hundreds of or even thounds of dependencies).
So I think it's a good idea to support gzipped file through `deno fetch
https://foo.gz` which contains the ... |
### test
**Describe the bug**
When using **Go to references** , the extension doesn't find references in
files that are not opened in the editor.
**To Reproduce**
// a.ts
export const a = 0;
// b.ts
import { a } from "./a.ts";
// c.ts
import { a } from "./a.ts... | 0 |
I deployed my app on heroku and it returns a 404 error if I disable file
system routing and use a custom route file. I also use express server.
I use `next-routes` library and here is my source files.
### routes.js
const routes = module.exports = require('next-routes')();
routes
.add({na... |
`npm install next` fails with error:
`npm ERR! 404 Not Found: @zeit/check-updates@1.1.0`
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
1. Following instructions here: https://learnnextj... | 0 |
### 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.1
### What o... |
### 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.4
### What opera... | 1 |
# Bug report
I have posted question regarding to it on stackowerflow here:
https://stackoverflow.com/questions/70140202/webpack-defineplugin-process-env-
node-env-is-undefined
I am not too good with front-end technologies... So if I have wrong
expectations - please correct me or my code. I have created a reposit... |
I'd like to use `require.ensure`, but I have special requirements for loading
chunks and I can't use the built-in jsonp loader (for offline support and to
work around browser bugs I need to load JS from `localStorage`).
I "only" need to replace the few lines that create a new script and insert it
to DOM, but replaci... | 0 |
#### Description
Error in call of Scikit-Learn
#### Steps/Code to Reproduce
Simple call of "import sklearn"
#### Expected Results
Normal run
#### Actual Results
Traceback (most recent call last):
File "D:/code/python/hybrid3/borrar.py", line 5, in
import sklearn; print("Scikit-Learn", sklearn. **version** ... |
There is a new bug in master brunch, `scikit-learn/sklearn/utils/fixes.py`
in line 406: `if np_version < (1, 12, 0):` , an error occured, `TypeError:
unorderable types: str() < int()`.
It's because in the function :
def _parse_version(version_string):
version = []
for x in version_s... | 1 |
This is a follow-up issue of #25342 and #19799.
In #25269 the `URL` and `URLSearchParams` classes have been added as globals
because since Node.js 10.0 they are exposed as globals.
Because `lib.dom.d.ts` also exposes them as globals, projects _which
referenced both_ , `node` and `lib.dom`, got "Duplicate identifier... |
* I tried using the `@types/react-redux` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* Mention the authors (see `Definitions by:` ... | 0 |
Hovering over X for a file tab causes a JS error (console pops up) indicating
"jQuery is not defined".
Atom Version: 1
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36
(KHTML, like Gecko) Atom/0.45.0 Atom-Shell/0.7.6 Safari/537.36
User: @mtodd
Screenshot:
![screenshot of
console]... |
Since I updated to 0.45.0 today, I'm getting the following error in the
console after using Atom for a few minutes:
Uncaught ReferenceError: jQuery is not defined
/Applications/Atom.app/Contents/Resources/app/node_modules/bootstrap/js/tooltip.js:213
Atom version: 0.45.0
User agent: Mozilla/... | 1 |
##### System information (version)
* OpenCV => 3.4.0
* Operating System / Platform => windows 7
* Compiler => vs 2015
##### Detailed description
I am trying to open my webcam using cvCreateCameraCapture (0); or
cvCaptureFromCAM (0) but it just opens Video Source window with my camera in
it when I press ok no... |
##### System information (version)
* OpenCV => : 4.2.0
* Operating System / Platform => : Linux Ubuntu 18.04
* CUDA => : 10.2
##### Detailed description
I am trying to compile (with cmake) a C++ object detection code that includes
OpenCV and CUDA , however when I do that I receive an unsuitable CUDA version
... | 0 |
When I use importMap, my code does not work as executable (`deno install`).
**Tested with Deno v1.30.3**.
## Minimal reproducible example:
**deno.json:**
{
...
"imports": {
"std/": "https://deno.land/std@0.177.0/"
},
...
}
**my-cli.ts**
import * as... |
It seems `deno install` currently doesn't auto-discover a `deno.json` or
`deno.jsonc` config file.
This is suggested in the help entry for `deno install -help`.
-c, --config <FILE>
The configuration file can be used to configure different aspects of
deno including T... | 1 |
While all other protocols are working, I can't access an URL using an HTTPS-
proxy (StackOverflow)
## Expected Result
Open an HTTPS-URL using HTTPS-proxy.
## Actual Result
[Errno 111] Connection refused
---------------------------------------------------------------------------
ConnectionRefuse... |
foyoux/aligo#55
from dataclasses import dataclass
import requests
@dataclass
class ShareToken(str):
"""
>>> assert isinstance(ShareToken('xxx'), str)
"""
share_token: str = None
expire_time: str = None
expires_in: int = None
... | 0 |
* The same code produces different outputs depending on whether it is run with a `lax.while_loop` or a native python `while` loop.
* The output of the `lax.while_loop` is the incorrect one. We know this because this is part of a physics simulation tool (JAX-MD), and the `lax.while_loop` version of the code delete... |
Hi all,
I was discussing with @jakevdp in #6466 about adding support for sparse
matrices in Jax. He already did quite some groundwork, but there's a lot of
open questions on the what and how. Quoting Jake here:
> * 2D CSC/CSR/COO may not be the abstraction we want in the end... pydata-
> sparse has N-dimensional ... | 0 |
Challenge http://freecodecamp.com/challenges/waypoint-manipulate-javascript-
objects has an issue. Please describe how to reproduce it, and include links
to screenshots if possible.
// ourDog.bark(“arf!");
should be
// ourDog.bark = “arf!”;
|
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your-
javascript-slot-machine-to-life has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
slotOne = Math.floor(Math.random() * (3 - 1 + 1)) + 1;
slotTwo = Math.floor(Math.random() * ... | 0 |
Please see http://jsfiddle.net/5sH6A/174/ and press "Click me"
|
### What problem does this feature solve?
I would like to use the same methodoligy as vue, for custom error-messages:
show them in dev, hide them on prod (except if there is a error-handler in
place).
For that it would be useful if I could just use vues built-in warn-function
instead of duplicating that logic.
###... | 0 |
## Environment info
* transformers version: 3.5.1
* Platform: Linux version 3.10.107-1-tlinux2-0050
* Python version: 3.7.6
* PyTorch version (GPU?): 1.6.0+cu101
* Tensorflow version (GPU?): no
* Using GPU in script?: yes
* Using distributed or parallel set-up in script?: yes
## Who can help
@sgugger... |
## Environment info
* `transformers` version: 3.3.1
* Platform: Linux-4.15.0-117-generic-x86_64-with-glibc2.10
* Python version: 3.8.5
* PyTorch version (GPU?): 1.4.0 (True)
* Tensorflow version (GPU?): 2.2.0 (False)
* Using GPU in script?: Yes
* Using distributed or parallel set-up in script?: No
###... | 1 |
#### Description
Until recently I was using RandomForestClassifier from scikit version 0.17. I
was using a cross-validation procedure based on different groups of my
dataset, so I had created a function similar to that of LeaveOneGroupOut from
version 0.18. That function creates around 300 different data splits (as ... |
#### Description
After upgrading to 0.18.1 predict of ExtraTreesRegressor is about 10 times
slower.
Version 0.17
Linux-4.4.0-57-generic-x86_64-with-Ubuntu-16.04-xenial
('Python', '2.7.12 (default, Nov 19 2016, 06:48:10) \n[GCC 5.4.0 20160609]')
('NumPy', '1.11.3')
('SciPy', '0.18.1')
... | 1 |
**Denis Zhdanov** opened **SPR-6253** and commented
Spring defines a contract for autowiring arrays and type collections (3.4.5
Autowiring collaborators, 3.9.2 @Autowired and @Inject).
However, there is a possible use-case that a user wants to define particular
order for autowired collection/array. It looks obviou... |
**Jörg Heinicke** opened **SPR-3461** and commented
Didn't find a better summary ...
My problem occurs when using spring:bind inside spring:nestedPath and
form:form:
<form:form command="command">
<spring:nestedPath path="nestedPath">
<!-- ends in path nestedPath.test1 -->
<spring:bind path="test1"/>
<!-- end... | 0 |
There are pitfalls when using the watch + list pattern. Many of our
controllers use this pattern, and we expect many future pieces of code to use
this pattern. Therefore, we'd like to provide a framework/example which lets
you fill out three functions (list, watch, and process) to get a shiny new
bug-free (at least t... |
Filing this so we can revisit.
@satnam6502
Service names (and apparently Namespace names in the client, but not the
server) are restricted to DNS 952 labels (24 characters). Most other API
Objects have names that are DNS 1123 subdomains (much longer).
In doing tests it is useful to generate random names, and this... | 0 |
If I git clone the quick start tutorial and npm install, it pulls in electron-
prebuilt@1.1.0 which doesn't work with the latest default installation of
Windows 10.
If I downgrade to 1.0.1, things starts working.
npm install electron-prebuilt@1.0.1 -g
electron app
|
* Electron version: 1.1.0
* Operating system: Windows 7
The system does not have visual studio 2015 installed
| 1 |
**Foreword:** None of this is really set in stone. Feel free to argue and
discuss. This is kinda a long issue so I added some gifs, I hear developers
love that kind of stuff. This post is also a bit rough, figured it's better to
get it out there ASAP, I'll improve it as more feedback is collected. Thanks
everyone fo... |
My ES6 code:
import Ember from 'ember';
import $ from 'jquery';
Ember.MODEL_FACTORY_INJECTIONS = true;
const App = Ember.Application.extend({});
I transformed it via gulp-babel, got this file:
define('app', ['exports', 'module', 'ember'], function (exports, module,... | 0 |
**Current Situation**
When a user is initiating multiple file copying/moving operations at the same
time or in a short time frame, Windows Explorer adds all those operations to
the copying/moving queue and works on them at the same time, i.e. all those
copying/moving operations run parallel. This slows down the pr... |
# Environment
Windows build number: 1803
PowerToys version: 0.11.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Enable Fancy Zones and pick a zone configuration.
# Expected behavior
The zones layout should be replicated on each mo... | 0 |
Hello!
Today I've returned to my computer (aarch64 macOS 13.1) and now if I run
`deno` in the terminal it hangs for about 40 seconds before the shell starts.
Once the shell it present it works and feels normal, but then the program
entirely crashes with an OOM error 5 to 10 seconds later.
Deno 1.32.2
... |
OS: Windows 10 Version 10.0.19045.2728
From `deno 1.32.1+7722014` and up, running `deno repl` or just `deno` from
certain directories causes the deno process to hang with no repl prompt and
with excessive memory usage.
The bug is reproducible if running deno from `C:\`, `C:\Windows`, `C:\Users`,
`C:\Users\<current_... | 1 |
I am trying to compile tensorflow for Macbook, but every time I am getting
same error.
When I Run this command
`bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package`
I get this error
`/private/var/tmp/_bazel_cagrigider/2c548436011ab6b7308cd0cc70a91ed3/external/bazel_tools/tools/cpp/BUILD:3:1:... |
I am trying to compile tensorflow for Macbook, but every time when I use bazel
build, I am getting same error.
When I Run this command
`bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package`
I get this error
`/private/var/tmp/_bazel_cagrigider/2c548436011ab6b7308cd0cc70a91ed3/external/bazel_to... | 1 |
The second link, in the highlights session of the webpage
Vector Representations
is broken or outdated.
This is the link that's not working (404 from github)
https://www.github.com/tensorflow/tensorflow/blob/r1.1/tensorflow_models/tutorials/embedding/word2vec.py
|
There is a wrong html link in text in the tutorial "Vector Representations of
Words" at address https://www.tensorflow.org/tutorials/word2vec
The text is in the first paragraph after the bullet points in the Highlights
section at the top of the page.
The link for:
**tensorflow_models/tutorials/embedding/word2vec.p... | 1 |
Trying to use hostname_pattern as per
http://symfony.com/doc/master/components/routing/hostname_pattern.html
like this:
routing.yml
#Bike
bike:
prefix: /
pattern: /
hostname_pattern: *.cykelverkstad.nu
defaults: { _controller: EmpireBikeBundle:Homepage:index }
us... |
Currently running into an issue with the new host matching when I'm trying to
generate urls that requires me to pass in a host parameter.
InternalUserController:
resource: "@ApiBundle/Controller/Internal/UserController.php"
type: annotation
host: "api.{domain}"
Dashboar... | 1 |
% RUST_BACKTRACE=1 deno
Deno 1.18.0
exit using ctrl+d or close()
> console.log("😂"[0])
�
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you c... |
So please, remove this feature. It is unnecessary.
P.S. just think what could be a leftpad case without a centralized source of
trust.
| 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.6/2.7.7
* Operating System version: Windows 10
* Java version: 1.8
### Steps to reproduce th... |
I have checked the FAQ of this repository and believe that this is not a
duplicate.
### Environment
nacos-spring-boot-starter:0.2.1
spring-boot-starter:2.1.x
dubbo:2.6.5
### Expected Result
This problem is that spring-boot-2.1.x use tomcat-embed 9.x.And in that
version has no Connector.setProtocol in it.
... | 0 |
**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 |
**Ramsey Lubbat** opened **SPR-3427** and commented
When using FreeMarker's capability to use JSP taglibs in FreeMarker templates,
two of the Spring form tags, errors and option, do not render their output.
To reproduce, configure your SpringMVC application for FreeMarker views. The
standard documentation should he... |
**Jan Novotný** opened **SPR-5177** and commented
Using ConfigurableMimeFileTypeMap I found out, that for any file with
extension "css" - ie. HTML stylesheets method getContentType(...) returns
"application/x-pointplus" instead of expected "text/css". Firefox gets
confused and refuses such stylesheets.
Problem is i... | 0 |
I've put together a very simple preset for Node 5.0. I'm using this in
production and will keep it closely tracked to Babel 6 releases. So far, it
seems to be working well, and is chipped a few ms off my response times and in
some cases, knocked a few seconds of gulp times by avoiding unnecessary
transpilation / usin... |
Please, can anyone help me?
I have this package: https://github.com/xbrain-dev/xbrain-validate
When I install it in a react-native project the following error happens:
/Users/diegovieira/Sites/ConexaoClaroBrasilMobile/node_modules/xbrain-validate/dist/xbrain-validate.min.js: Couldn't find preset "@ba... | 0 |
##### Issue Type:
Bug Report
##### Ansible Version:
1.7.2
##### Environment:
Debian Sid
##### Summary:
Using the gist at https://gist.github.com/anonymous/dc1de03995dc9ae147af in
ansible 1.7.1 correctly forces a line with `synchronous_standby_names=''` in
it.
With 1.7.2, it enforces a line with `synchronous_s... |
##### Issue Type: Bug Report
##### Ansible Version:
$ ansible --version
ansible 1.8 (devel `b708267`) last updated 2014/08/28 11:27:43 (GMT -700)
##### Environment:
OS X Mavericks 10.9.4
##### Summary:
using the word import and a single quote within the lineinfile module places
single quotes within double quo... | 1 |
* VSCode Version: 1.1.1-Insider
* OS Version: Win 10
Steps to Reproduce:
1. Copy HTML code and try ALT+SHIFT+F
2. Does not work properly.
<h2 class="project_header section_header">
<a class="project_link" href="#"><span>Shopping</span>
</a>
... |
* VSCode Version: 1.0.0
* OS Version: OSX 10.11.4
Steps to Reproduce:
1. Try to auto format the following HTML
`<template><div>Hello</div><div>World</div></template>`
I expect to get something like this
`<template>`
`____<div>Hello</div>`
`____<div>World</div>`
`</template>`
But it does not work. I... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.19041.264]
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce / Actual behavior
* deselect "Override Windows Snap hotkeys"
* "snap" a windo... |
# Environment
Windows build number: Version 10.0.19587.1000
PowerToys version: v0.16.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
1. Configure FancyZones to "Override Windows Snap hotkeys"

1. …
2. …
3. …
### ✔️ Expected result
_What is the expected result of the above steps?_
### ❌ Actual result
_What is the actual result of the a... |
# Environment
Windows build number: 10.0.18363.836
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Steps to reproduce
Open the PowerToys Run dialog and then enter the name of a running
application.
# Expected behavior
I exp... | 0 |
`createTestInjector` uses bindings that are missing `PLATFORM_DIRECTIVES`.
This means that if a user defines a component that uses `NgIf` for example but
doesn't specify an explicit dependency via `@Component({directives})`, it will
work in the app but fail in tests.
|
Spotted by @teropa and confirmed on my side in the ng2 directives for
Bootstrap project (see: ng-bootstrap/ng-bootstrap#115):
> I'm getting errors about platform directives like ng-for when using
> TestComponentBuilder. Seems like they're not "ambient" in the unit tests
> like they are during normal execution. I can... | 1 |
reported via private email
g% cat >/tmp/x.go
package main
import (
"time"
)
// fatal error: unexpected signal during runtime execution
func main() {
ch := make(chan struct{})
go func() {
t := time.Timer{}
t.Reset(... |
by **raheelgup** :
Hi,
This is in reference to the crypto/tls package which is very slow and CPU intensive than
it should be.
I had been discussing this here :
https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/QTDzrcDQmmw
I am using the following example as o... | 0 |
### 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 an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 10... |
### 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 an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* v9... | 1 |
Currently the tabs on SQL Lab queries show green circle when a query is
running as well as when a query has successfully finished.
The green circles for "query running" and "query completed" could be made more
distinct - different color, or having the "query running" circle be hollow,
and the "query completed" one f... |
#### Screenshots

Adding the new sample charts from the `video_game_sales` dataset to a new
dashboard in the Edit mode will render the chart with an `unexpected error`,
which seems to come from trying to ge... | 0 |
## Bug Report
**Current Behavior**
as of 7.5.0 the output of my distributed code has become more verbose. I'm not
sure if it's a bug or intended side-effect of another change. If it's
intended, I haven't worked out how to reduce the output again.
Basically a single-line babel-helper has been replaced at the top o... |
## Bug report
### Input Code
I have the next code:
class ThrottleError extends Error {
constructor() {
super();
this.name = 'ThrottleError';
this.message = 'Too many function call';
if (Error.captureStackTrace) {
Error.captureStackTrace(this, ... | 0 |
I have this use case right now:
* with flutter command -> can't run app in debug cause of multidex
* with Android studio -> run without problem because for debug version it enable multidex by default
So I'm basically force to enable multidex just to be able to run the app in
debug from a Flutter project. Flutte... |
## Steps to Reproduce
Build app with more than 64K methods.
## Logs
> The number of method references in a .dex file cannot exceed 64K.
> Learn how to resolve this issue at
> https://developer.android.com/tools/building/multidex.html
## Recommended Changes
1. Project template or `flutter.gradle` script shou... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.