text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
when execute sql that likes follow
INSERT INTO stock_age (
tenant_id,
warehouse_no,
sku_no,
lot_no,
package_no,
owner_no,
product_level,
md5_value,
qty
)
VALUES
(
'T123456',
'26',
'S011',
'1',
'1',
'ownerNo',
'1',
'asdsdfdfdfd',
5
)
ON DUPLICATE KEY
UPDATE
qty = IFN... |
The sharding-proxy and sharding-scaling modules are both use MySQL protocol,
there are lots of duplicated codes.
It is better to create a new module to process database protocol. The tasks
are:
* Create shardingsphere-database-protocol module
* Create shardingsphere-mysql-protocol submodule
* Create sharding... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When dispatching an additional action (the middleware is `await`ing the second
action before forwarding the first action to `next()`) from a redux middleware
invoked by an action call in `getInitialProps`... |
* I have searched the issues of this repository and believe that this is not a duplicate.
gaearon/react-hot-loader/issues/356 is the closest I found.
## Expected Behavior
Error free .next/bundles/pages/index.js
## Current Behavior
Firefox throws:
> process.env is undefined
Chromium says:
> TypeError: Ca... | 0 |
matplotlib/lib/matplotlib/tests/test_axes.py
Lines 1132 to 1155 in 31d2c2f
| @image_comparison(baseline_images=['pcolormesh'], remove_text=True)
---|---
| def test_pcolormesh():
| n = 12
| x = np.linspace(-1.5, 1.5, n)
| y = np.linspace(-1.5, 1.5, n*2)
| X, Y = np.meshgrid(x, y)
| Qx = np.cos(Y... |
The `pcolormesh` test says that masked colour arrays are supported, but this
masked `Zm` variable is never used in the test. It appears that this has been
the case since the test was added.
I'm not sure exactly how the "correct" masked result should look, or I would
update this myself. I hope one of the assignees sh... | 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
bins = np.arange(0, 100, 10)
bins.flags.writeable = False
pd.cut(np.arange(100), bins)
Results in:
ValueError Traceback (most recent call last... |
Dear all,
Here from the mailing list:
https://groups.google.com/forum/#!topic/pydata/jKiPOvYUQ1c
I have an excel table about family ages like this
Family | People | Mean size [cm]
---|---|---
Foo | 5 | 173.0
Bar | 3 | 189.0
and I would like to use read_excel to parse it into Python. I would like
"People... | 0 |
@alexcrichton has indicated this may be related to using newer versions of
gcc, which might explain why it doesn't fail on the buildbot machines.
The segfault occurs while running the `tailcallelim` llvm pass on
`ast::Pat_::drop()`, possibly during the prerequisite `tti` analysis.
Turning on any kind of debug infor... |
Just a heads-up to others: mingw-w64 (not sure about other platforms) GCC 5.x
appears to be subtly mis-compiling LLVM, which results in a segmentation fault
during rustc's codegen.
I've seen this with x86_64-5.1.0- and i686-5.2.0- toolchains. In the former
case LLVM had to be compiled with asserts (--enable-llvm-as... | 1 |
Challenge adjust-the-width-of-an-element-using-the-width-property has an
issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
I set the... |
Challenge Comment your JavaScript Code has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
When i tried to Run tests(ctrl+enter), it shows a message "Error: SyntaxError:
Unsafe or unfinished function declaration"... | 0 |
# | First Name | Last Name | Username
---|---|---|---
1 | Mark | Otto | @mdo
Mark | Otto | @twbootstrap
2 | Jacob | Thornton | @fat
3 | Larry the Bird | @twitter
 so they can respond.
* A... |
* 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:` ... | 1 |
An estimator with multioutput support can be used for multilabel problems such
as `RandomForestClassifier`. Its `predict_proba` methods returns
scikit-learn/sklearn/ensemble/forest.py
Lines 581 to 582 in ee328fa
| p : array of shape = [n_samples, n_classes], or a list of n_outputs
---|---
| such arrays if n_... |
Right now, the content of `classes_` and the shape of the output of
`predict_proba` and `decision_function` are inconsistent between estimators.
If an estimator supports multioutput multiclass, `classes_` will be `[[0, 1]]
* n_outputs` and `predict_proba` will return an object array of length
`n_outputs` where each... | 1 |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be ... |
In my programe, I use f.nn.embedding_lookup as follow:
embedding = tf.get_variable("embedding", [200000, 128], tf.float32,
initializer=tf. random_normal_initializer(stddev=0.1),
trainable=True,partitioner=tf.fixed_size_partitioner(10))
word_embedding = tf.nn.embedding_lookup(embedding, query_tensor)
while(1):
s... | 0 |
**Juergen Hoeller** opened **SPR-5587** and commented
Spring 3.0 provides compatibility with Servlet 3.0 containers such as
GlassFish V3 already. Spring 3.1 (Q2 2011) is likely to provide optional
support for Servlet 3.0's multipart form handling (#11210), and possibly for
other Servlet 3.0 features that we can pro... |
**Josh Brackett** opened **SPR-7781** and commented
In Spring 3.0.4 this works as expected but was regressed in 3.0.5
We have a parameter in a method that looks like this:
`@RequestParam`(value = "removeList", required = false) List<Long> removeList
Where the parameter removeList on the page is a collection of ... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04
* **TensorFlow installed from (source or binary)** : from binary(pip install)
* **TensorFlow ver... |
Bug. Compiled Tensorflow 1.8 and 1.9rc0 both fail. Linux Mint 18.2.
Python-3.5.2 CUDA 9.0/CuDNN 7.0
Have I written custom code: I've attached a file
OS Platform and Distribution: Linux Mint 18.2
TensorFlow installed from: source
TensorFlow version: 1.8 and 1.9rc0
Bazel version: 0.13.1
CUDA/cuDNN version: 9... | 1 |
unsafe.Sizeof(image.RGBAColor{}) == 8
this means that a 32-bit-per-pixel image actually
uses 64 bits, which seems a harsh price to pay.
in general, i'd hope that a struct size be padded
to fulfill the alignment requirement of its largest member
and no more.
|
multipart.ReadForm is supposed to store up to maxMemory bytes in RAM and then
the remainder on disk. The idea, presumably, is to prevent RAM exhaustion.
Temporary files are created using ioutil.TempFile. os.TempDir is used to
determine the temporary directory to use. However, os.TempDir() returns
$TMPDIR, or, failin... | 0 |
If I place Grid inside a Collapse component, it doesn't expand and collapse
smoothly. It expands a little more than needed and then collapses a bit back.
Is that a bug? Or is there some workaround to use Grid inside collapsible part
of the UI? Thanks.
* I have searched the issues of this repository and believe tha... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Follow the next.js example in this repo and get a working material-ui+next.js
setup
## Current Behavior
DONE Compiled successfully in 1897ms ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The `import()` promise returns the entire module, including `default`.
## Current Behavior
The `import()` promise returns the `default` export if it exists; otherwise,
it returns the entire module. This... |
* I have searched the issues of this repository and believe that this is not a duplicate.
I just started using Next.js and so far I've been blown away by the
combination of features and simplicity.
I'd like to donate in some way. How should I go about doing that? An Open
Collective, maybe?
| 0 |
## 🚀 Feature
Support for RPCs having timeouts is being added in #29601, but this isn't
currently per RPC. We would like to extend this to a per-RPC timeout that is
configurable by calls to `rpc.rpc_(a)sync`. The reason for this is that the
user may want more granular control over how long they expect an RPC to last... |
## 🚀 Feature
#28392 is adding timeouts per RPC, but it is currently a global timeout. Per
@pritamdamania87's suggestion, we should:
1.Have a timeout parameter in RpcAgent.send().
2\. For user RPCs, we always fill that in with the default rpc timeout.
3\. For system RPCs, it'll default to 0 (which would be infi... | 1 |
I have some problems with non-accurate placing of images created by imshow.
Output to PNG works fine, but the squares are rectangular and misaligned with
the grid when plotting small squares to PDF (order of magnitude around 1-2
inches for the whole plot). I didn't inspect the contents of PDF, but I
suspect that coor... |
The following script show a mis-alignment between grid lines and image
patterns while they should be aligned:
import numpy as np
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
n = 16
fig = plt.figure(figsize=(6,6))
Z = np.zeros((n,n))
Z[::2,::2]... | 1 |
From the documentation on Full-width vs Centered, both example look pretty
much the same (except for different column size for child items but I don't
think that's what "full-width" and "centered" are about, correct me if I'm
wrong).
AFAIK, full-width & centered are equivalent of Bootstrap's `container-fluid`
and `c... |
### Problem description
**Only on Firefox** , day 2016-10-16 is missing and day 2016-10-15 is
duplicated. Actually, it seems like the October month, in every year, has a
pair of missing/duplicate days. Examples:
, I ran `Pkg.update()` and got this:
INFO: Computing changes...
ERROR: TypeError: map_to!: in typeassert, expected Array{VersionNumber,1}, got Array{VersionNumber,1}
in map_to! at abstractarray.jl:1307
in map at ./abstractarray.jl:1326
in prune_versi... |
Reproduce on
Version 0.4.0-dev+6540 (2015-08-08 20:25 UTC)
Commit f64cb1d* (0 days old master)
1. Checkout master of Convex.jl (`e7cc681592be8494965e80da2e210acef276b775`)
2. `Base.compilecache("Convex")`
3. `Pkg.test("Convex")`
ERROR: LoadError: LoadError: LoadError: Typ... | 1 |
without running any celery worker
celery --version
> > > 4.3.1 (rhubarb)
> celery inspect ping
> Error: No nodes replied within time constraint.
> echo $?
> 69
pip install celery==5.0.5
celery --version
> > > 5.0.5 (singularity)
> celery inspect ping
> No nodes replied within time constraint ... |
# 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... | 0 |
React version: 16.12.0
## Steps To Reproduce
A component that suspends as a result of a context update is never rendered to
DOM after suspension is finished.
Link to code example:
https://codesandbox.io/s/react-suspense-context-bug-
rklls?file=/package.json:163-170
## The current behavior
If a component suspend... |
**Do you want to request a _feature_ or report a _bug_?**
bug (I think?)
**What is the current behavior?**
const [value, setValue] = useState("default");
return (
<div className="App">
<input value={value} onChange={e => setValue(e.target.value)} />
<div>
<Value.... | 1 |
As per Goodword's question, the `keras.utils.Sequence` class seems to iterate
forever instead of stopping after a full epoch. To duplicate, run the
following snippet.
class InfiniteGenerator(object):
def __init__(self, alist):
self.alist = alist
def __getitem__(self, id... |
Hi, guys. I want to extract features through CNN and do sequence labeling. I
have looked at #129, but could not catch it. I'm trying to implement this
model. The model figure is like follows:

Th... | 0 |
I am running Symfony 4.2 and trying to create two Bootstrap 3 radio buttons.
Here is the HTML for what I want to create:
<div class="btn-group btn-group-justified" data-toggle="buttons">
<label class="btn btn-lg btn-default">
<input type="radio" name="inquiry[flexDates]" value="yes"... |
Working on some internal code, I was having trouble understanding certain
error messages. The main reason was because I wrote a "parameter" instead of
"parameters". To save others some time, I wanted to show a nice possible
alternative value that _is_ allowed instead. I know that Symfony has a lot of
those messages a... | 0 |
**Migrated issue, originally created by 0xANDREW NA (@0xANDREW)**
(SQLAlchemy 1.0.11)
Column definition in model:
`public_data = Column(MutableDict.as_mutable(JSON), nullable=False)`
Event listener in same model file:
def __listener(target, value, oldvalue, initiator):
... do some stuff
... |
**Migrated issue, originally created by zoomorph (@zoomorph)**
Listening for changes to a scalar attribute can be done via the 'set' event:
def validate_phone(target, value, oldvalue, initiator):
"""Strip non-numeric characters from a phone number"""
return re.sub(r'(?![0-9])', '... | 1 |
Here's a clear definition of set equality. One sees that order is not explicit
at all.
https://proofwiki.org/wiki/Definition:Set_Equality
Two sets are equal iff they contain the same elements:
∀x:(x∈A⟺x∈B)⟺A=B
The order of the elements in the sets is immaterial.
Is there a way to reopen this topic?
(Edited... |
Challenge http://freecodecamp.com/challenges/waypoint-sift-through-text-with-
regular-expressions has an issue.
it wants a regular expression `/and+/gi` but should check for `/and/gi`
the plus means it would match `andd` or `anddddddddddddddd` instead of just
`and`
| 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/309 on 2006-11-17 by
trac user Axel, assigned to unknown._
The PyEM example "Creating, sampling and plotting a mixture" on
http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pyem/ results in a
strange plot that seems to consist of only integer data poi... |
_Original tickethttp://projects.scipy.org/scipy/ticket/310 on 2006-11-17 by
trac user Axel, assigned to unknown._
The PyEM example "Creating, sampling and plotting a mixture" on
http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pyem/ results in a
strange plot that seems to consist of only integer data poin... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
Hi, I'm trying to make my app in production on Google App Engine but this
error occur :
`Uncaught TypeError: Cannot read property 'forEach' of undefined`
When I check where the problem is I find :
`window.__NEXT_LOADED_C... |
this is server.js
const defaultHandlerWrapper = (app) => {
const handler = app.getRequestHandler();
return ({ raw, url }, hapiReply) => {
return handler(raw.req, raw.res, url) // at this point filter raq,
.then(() => {
hapiReply.close(false);
});
... | 0 |
### flutter run -v
$ flutter run -v
[ +20 ms] [/Users/hao/Documents/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +29 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/alpha
[ ] [/Users/hao/Documents/flutter/] git ls-remote --get-ur... |
I get this exception that the flutter runtime exception handler wants the to
report, so here it is. This is inside an integration test that is setup
according to the cookbook, apart from having a mocked http.Client which is
passed to the app.
We use the same way of mocking in our unit tests, where it works fine. For... | 0 |
When resizing your browser down to the minimum width and then bringing it back
to full size the menu items wrap below the navigation. Doing it again
compounds the problem. See pictures and
http://getbootstrap.com/examples/justified-nav/ for an example.

collapses perfectly when the screen is narrowed, but when the screen is
expanded it get wonky.

@app.get("/items/{item_id}")
async def read_item(ite... | 1 |
**Context:**
* Playwright Version: 1.2.0
* Operating System: Windows
* Node version: 10/12/14
* Browser: Webkit
* Extra: Running as GitHub Action
Running one project: e2e
PASS browser: chromium e2e tests/e2e/example.test.js (17.677 s)
PASS browser: firefox e2e tests/e2e/example.test.... |
**Context:**
* Playwright Version: 1.1.1
* Operating System: Windows
* Browser: WebKit 1269
**Bug description**
When trying to test screenshots with webkit, I noticed that font rendering
looks a bit weird and no font icons were rendered.
The icon font rendering can be easily tested by starting the playwr... | 1 |
As pointed out in #5048, we should consider importing data URLs. The following
works in Chromium:
await import("data:application/javascript;charset=utf-8;base64,Y29uc29sZS5sb2coImhlbGxvIHdvcmxkIik7");
Which which then will log `hello world` to the console.
|
It contains a lot of duplicated functionality. lint should be a new "kind" of
build which only runs on ubuntu.
| 0 |
Just found this text rendering error in part of
https://github.com/mapbox/mapbox-gl-
native/blob/master/src/clipper/clipper.cpp#L4336-L4340
This is what it looks like, see all the ?

It happen after update to 0.189.0, and it's normal in 0.188.0 .
I try disabled all co... | 1 |
**James Berry** opened **SPR-4229** and commented
in CommonsMultipartResolver.isMultipart, the following call is made:
return ServletFileUpload.isMultipartContent(new ServletRequestContext(request));
instead, this call should be made:
return ServletFileUpload.isMultipartContent(r... |
**James Berry** opened **SPR-4228** and commented
in CommonsMultipartResolver.isMultipart, the following call is made:
return ServletFileUpload.isMultipartContent(new ServletRequestContext(request));
instead, this call should be made:
return ServletFileUpload.isMultipartContent(r... | 1 |
i use vue1.0.24 Version.
i want wirte a plugin .
may be use Vue.mixin way to implement
html5 have localStorage.getItem localStorage.setItem.
i want localStorage.xxx responsive view.
like
export default {
cache:['cacheKey1', 'cacheKey2', 'cacheKey2'],
methods:{
changeKe... |
### Version
2.6.10
### Reproduction link
https://codepen.io/anon/pen/dxGVOg?editors=1010#0
### Steps to reproduce
In your render function, create two distinct elements (with two separate
createElement calls), but with the same data object specifying an event
listener.
### What is expected?
When the event is tr... | 0 |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
* run 'npm install @babel/plugin-proposal-class-properties --save-dev'
* add "plugins": ["@babel/plugin-proposal-class-properties"] to babel.config.json file
* run npm start
### Configuration fil... |
In addition to #12851
If you set `resolutions` for `@babel/core` to `~7.12.0` you then get this
error:
8 | exports.navigateTo = exports.replace = exports.push = exports.navigate = exports.default = void 0;
9 |
> 10 | var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@b... | 1 |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
|
My goal is to update many rows at once on a Postgres database using
sqlalchemy. My setting is :
* I have a table created with `sqlalchemy.Table(...)`
* The primary key is, say, `a`, `b`
* There are some other fields `c` and `d`
I have created all the rows with the primary key setup, and need to add each
colum... | 0 |
No compatible version found: babel-template@^6.24.1
I'm trying to resolve by pinning versions with npm-shrinkwrap, but I'm very
new to this.
It seems that these libraries are suddenly incompatible with node 7.x
{
"dependencies": {
"babel-plugin-transform-es2015-duplicate-keys": {
... |
## Bug Report
**Current Behavior**
Transpilation of the code fails with the following error.
TypeError: D:\Git\babel-duplicate-declaration-example\example.ts: Duplicate declaration "foo"
6 | }
7 | export namespace ns2 {
> 8 | export class foo {
| ... | 0 |
If the function is defined in another js file especially when in same
directory, Visual Studio doesn't find it which is weird.
|
I found this going through the /docs/runtimes/Node.js walkthrough after seeing
a doc feedback verbatim saying that typings weren't being picked up.
After creating an express application, trying to get IntelliSense for node and
express types fails.
If I roll-back to 0.10.8, the typings are picked up correctly.
T... | 1 |
on both the css and components pages in the documentation it refers to btn-lg
btn-sm and btn-xs but in reality in the css files it is referred to as btn-
large btn-small and btn-mini
|
To increase/decrease the size of form controls, you can add the classes input-
lg or input-sm (at least according to the website
[http://getbootstrap.com/css/#forms] - which is the most consistent solution).
In the css code, however, the classes are called input-large and input-small.
| 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
df=pd.DataFrame({'variable': ['a','a','b','b','c','c'],
'value' : [1000,2000,10,20,100,200]},
index=[1,2]*3)
df.nlargest(3,'value')
#### Problem description
The result should on... |
The function below has been incorrectly implemented. If the frame has an index
with duplicated values, you will get a result with more than `n` rows and not
properly sorted. So `nsmallest` and `nlargest` for DataFrame doesn't return a
correct frame in this particular case.
def _nsorted(self, columns, n... | 1 |
## Error message when starting PowerToys when resuming from power save mode:
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
Date: 08/01/2020 10:18:30
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Ti... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
Challenge http://www.freecodecamp.com/challenges/bonfire-no-repeats-please has
an issue.
var k = 0;
function permAlone(str) {
perm("",str);
return k;
}
function perm(pre, str){
if (str.length === 0){
var x=true;
for (var i = 0; i < pre.length-1; i++){
... |
Challenge http://www.freecodecamp.com/challenges/bonfire-no-repeats-please has
an issue. Please describe how to reproduce it, and include links to screen
shots if possible.
The tests for this bonfire are adding two to the expected results. This
somehow causes the bonfire checker to hang a bit and the tests to fail.
... | 1 |
### What problem does this feature solve?
Macs and PCs use different keyboard modifiers for the same tasks, i.e. `CTRL
C` and `CMD C` or in keyboard event terms `.ctrl` and `.meta`.
Because you can't add modifiers dynamically, you have to build handlers
yourself, losing out on the built in sugar:
fun... |
This is a follow up of #7740 (comment)
### Rational
Problems with current scoped slot usage:
* Verbose if using `<template slot-scope>`
* Limited to one element/component is using `slot-scope` directly on the slot element.
### Proposal
Introduce a new `v-scope` directive, that can only be used on components:... | 0 |
v0.122.0
Turn on "show invisibles". Then quit atom.
Then in terminal, under your working directory, type "atom" (open in dev
mode).
It does not show invisibles.
|
Atom 0.122.0
OS X 10.9.4
The 0.122.0 update seems to have an issue with invisible characters being
hidden on launch even though they are enabled. Disabling and re-enabling fixes
the issue until the next time Atom is launched.
I ran Atom in safe mode then with a clean `~/.atom` directory, the issue
persisted.
| 1 |
Repeating over a set of objects in a template throws a TypeError when
attempting to call a method with the same name as a local variable. In this
case looping over a list of "action" objects and dynamically generate buttons
i.e.
Edit: More concise example:
https://plnkr.co/edit/QAygbyXHgseecK3xKTm9?p=preview
... |
This is what it takes to set three query parameters as of beta.2:
var params = new URLSearchParams();
params.set('search', term);
params.set('action', 'opensearch');
params.set('format', 'json');
That's tedious even if it does slavishly follow the standard for this cla... | 0 |
It would be nice if you could write the address of the site and open it in the
default browser.
(Было бы неплохо, если можно было писать адрес сайта и открывать его в
браузере по умолчанию.)
|
# Summary of the new feature/enhancement
I want to be able to start a web search from the launcher.
Ideally, I'd type `bing power toys` and it would navigate to
`https://www.bing.com/search?q=power+toys` in my default browser.
`google power toys` would go to the equivalent.
The ability to specify the keyword/se... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible-2.2.0.0
##### ANSIBLE VERSION
ansible-playbook 2.2.0.0
config file = /home/ansible/ansible/ansible.cfg
configured module search path = ['/usr/local/share/ansible/modules']
##### CONFIGURATION
[defaults]
... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
roles
##### ANSIBLE VERSION
ansible 2.2.1.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
We include **role3** from both **role1** and ... | 0 |
Original report at SourceForge, opened Wed Sep 1 04:54:13 2010
instead of only:
plt.figure(1)
the following:
plt.figure('today')
would open a figure called 'today' instead of 'figure 1'
Example usage: when opening a lot of tabbed figures (in Spyder) it would help
if the tabs have meaningful names.
### Sour... |
I think the use of logging in matplotlib is not right.
Unfortunately the official logging documentation is not quite comprehensive.
I'll try to explain in the following how I understand that logging should be
used.
**TLDR: I propose to just remove`matplotlib._set_logger_verbose_level()` and
all logging issues are g... | 0 |
My electron app cannot go in fullscreen mode.
I've tried multiple ways to enter fullscreen:
* Clicking fullscreen button in native frame
* Using `setFullScreen` method on window
* Using `fullscreen` option in BrowserWindow options
* Choosing View -> Enter Full Screen from OS X menu bar
Every time the follo... |
When trying to activate fullscreen, an error message appears in the terminal
and the app briefly "flashes", but doesn't change size at all. This happens
any way I've tried to activate fullscreen (from renderer thread using remote,
from main thread, from clicking on the fullscreen window button, from the OS X
view men... | 1 |
Doing a crosstab on two Series with the same name throws an error. This is due
to a dictionary (indexed by the series name) in the crosstab function being
used to store the data. Not sure if this is a feature or a bug, but a default
similar to the behavior when Series without name are compared would be
desirable to m... |
Pandas 0.10.1.
It's throwing a FutureWarning "set_index with inplace=True will return None
from pandas 0.11 onward" when I call set_index, **_even though I already
changed my code to be compliant with that change so the warning is not
relevant** _. It prints that warning anytime you call the function with
inplace=T... | 0 |
if i generate a page fixture in before all hook, and use the same page for all
test blocks, i cant generate a video for failing tests, is there any
workaround for this.
**before all**
const page = await browser.newPage()
const loginPage = new LoginPage(page)
**Tests**
... |
**Context:**
* Playwright Version: 1.14.1
* Operating System: Linux
* Node.js version: v14.16.0
* Browser: chromium
**Code Snippet**
1. Clone this repo: https://github.com/xrash/pwt-config-issue-example
2. Run `yarn`
3. Run `npx playwright test`
4. The directory `test-results` will be created with ... | 1 |
Babel is already an insanely powerful tool as is, but being able to input an
AST would allow people using other AST utilities outside of Babel (e.g.
UglifyJS2) or even languages that generate ESTree ASTs (like the experimental
eslisp) to plug in the output into Babel.
As for prior art, UglifyJS2 accepts its own AST ... |
I want to build ES6 by learning https://github.com/estree/estree and
https://github.com/jquery/esprima and then generate ES5 code. Can I do this
with babel?
| 1 |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux RedHat 7.6
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A
* TensorFlow installed from (source or binary): source
* TensorFlow version: master branch
* Python version... |
Consult: excuse me, write own model file, called collapse, iOS,

| 0 |
Describe what you were doing when the bug occurred:
simple running profiler and popout this error
* * *
## Please do not remove the text below this line
DevTools version: 4.6.0-6cceaeb67
Call stack: at j (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:162221)
at N (chrome-
extension://f... |
### Describe what you were doing when the bug occurred:
1. I did profiling on a list, that gets updated on each pagination api call.
2. Once the profiling was done, I moved around in the Profiler to view the Flamegraph
3. Moving to second capture, the Profiler crashed.
**DevTools version** : 4.6.0-6cceaeb67
... | 1 |
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-01-29T09_03_22_031Z-debug.log
root@martinho-HP-Notebook:/home/martinho#
|
# What / Why
While installing npm packages
## When
npm install request@latest
npm WARN deprecated request@2.88.2: request has been deprecated, see
request/request#3142
npm ERR! code E429
npm ERR! 429 Too Many Requests - GET https://registry.npmjs.org/aws4
## Where
npm public registry
## How
### Current B... | 0 |
##### System information (version)
* OpenCV => 4.1.2
* Operating System / Platform => Windows 7 64 bit
* Compiler => Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
##### Detailed description
I've tuned a pre-trained tensorflow model using the object_detection API... |
##### System information (version)
* OpenCV => :3.4
* Operating System / Platform => :CentOS-7.5 64Bit:
* Compiler => :GCC:
##### Detailed description
The RPM installation package under CENTOS was automatically added with
LIB_SUFFIX=64 when use cmake. At this time, an error occurred and the shared
library fi... | 0 |
This is valid typescript
interface Bar {
name: string;
}
export default Bar;
However, the compiler complains if I do this:
export default interface Bar {
name: string;
}
I would have expected this to work in both cases as if I substitute
`interface` wit... |
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug
| 1 |
Challenge Waypoint: Create a Form Element has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/45.0.2454.85 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<link href="htt... |
I think I wrote correctly but it doesn't work like I thought :(

| 1 |
**diwakar** opened **SPR-7084** and commented
Code
* * *
import org.springframework.context.support.GenericApplicationContext;
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.io.ClassPathResource;
/**
*/
public class IllegalArgumentProblem {
... |
**William Shields** opened **SPR-3390** and commented
form:errors is a pretty crude mechanism for displaying multiple errors. It
uses a default delimieter of <br>. It should allow for more sophisticated
methods of displaying errors.
In the simple case, I would like to see "schemes" introduced. For example:
<form:... | 0 |
shell> !
bash: syntax error near unexpected token `)'
shell> (
bash: syntax error near unexpected token `)'
I understand that these might not be valid shell commands but the syntax error
is puzzling.
|
shell> ./julia -E "println(ARGS)"
bash: syntax error near unexpected token `('
shell> ./julia -E \"println(ARGS)\"
"println(ARGS)"
shell> ./julia -E println\(ARGS\)
bash: syntax error near unexpected token `('
| 1 |
I'm using Bootstrap 3 RC1 and even though there is nothing but a row and a
column, I can scroll horizontally (just a little bit). I guess there shouldn't
be any horizontal scrolling at all.
<div class="row">
<div class="col-lg-12">content</div>
</div>
|
My (empty) row always causes a horizontal scrollbar to appear (~10px), and I
don't think just hiding it is the best solution. Here's my code:
<div class="row">
<div class="col-lg-12">
</div>
</div>
Note: The column is in my code empty, too.
Thank for your help, hice3000.
| 1 |
I seem to have broken the dragonfly builder after:
syscall: allow nacl's fake network code to Listen twice on the same address
https://go-review.googlesource.com/16650 (rev `8ee90fa`)
... which added a test to the net package, which dragonfly can't pass.
Failure is:
http://build.golang.org/log/732b7056b17948b06... |
Link to original mailing list post.
Over here, I have a demo package: https://github.com/pwaller/vendor-collision
On go1.5rc1, if you git clone it and do `go build` (not `go get`), you get the
following:
$ go build -v
package github.com/pwaller/vendor-collision
imports vendor.org/p
... | 0 |
### System info
* Playwright Version: [v1.36.1]
* Operating System: [Windows 10]
* Browser: [Chromium, Firefox, WebKit]
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Config file**
import { defineConfig, devices } from '@playwrigh... |
### System info
* Playwright Version: v1.31.2
* Operating System: Ubuntu 22.04 LTS
* Browser: All
* Other info:
This may simply need to be clarified in the docs but it would also be good to
know if this is possible.
### Source code
* I provided exact source code that allows reproducing the issue locally... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
`fetch` module
##### ANSIBLE VERSION
ansible 2.3.2.0 (detached HEAD c7052b42c7) last updated 2017/08/06 09:06:45 (GMT +300)
config file =
configured module search path = Default w/o overrides
python version = 2.7.12 (default, N... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.1.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
##### OS / ENVIRONMENT
Ubuntu 14.04
Docker version 1.10.3, build 20f81dd (also tried version 1.11.0 with same
error)
Doc... | 0 |
Hi,
Once the code is run, the output shows #target5 button twice. There seems to
be some bug in the system.
Screenshot Attached.

|
Hi,
Though I did everything required for this challenge when I click on 'run
tests' it does not take me to the next challenge, instead, it keeps on saying
'keep trying'. Going on the help site, I have discovered another person having
exactly the same problem. Please help us.
Thank you.
:
How reproducible:
always
Steps to Reproduce:
1.ip addr add fe80::1 dev p14p14
2\. nc -6 -l 1234
3\. python -c "import requests; requests.get('http://[fe80::1%25p14p1]:1234')"
3\. nc -v6 'fe80::1%p14p1' 1234
Ncat: Vers... |
Some IPv6 addresses contains the '%' sign ( link-local addresses : ex.
fe80::21b:63ff:feab:e6a6%eth0 or [fe80::21b:63ff:feab:e6a6%eth0] )
When using this addresses the requests library raises the fallowing exception:
"requests.exceptions.InvalidURL: Invalid percent-escape sequence: 'et'"
(raised by the function u... | 1 |
Per the design guide, it is acceptable to have an action in a dialog disabled:

This should be a field on the standard `actionJSON` objects and can be
dynamically toggled b... |
Hi,
It will be nice if the Dialog component recognizes the disabled property when
it generates the dialog actions from JSON object.
| 1 |
Would you please add iterator in NodeList interface as DOM4 spec says?
IDL[Exposed=Window]
interface NodeList# {
getter Node? item(unsigned long index#);
readonly attribute unsigned long length;
iterable<Node>;
};
NodeList.prototype[Symbol.iterator]
// gives ... |
Update: This issue is now only for the following collections:
* MediaList
* StyleSheetList
* CSSRuleList
Originally it was about NodeList as well, but that was fixed (along with
DOMTokenList) in #3393
* * *
Original:
var paragraphs = document.querySelectorAll("p");
for (let p of paragraph... | 1 |
Please consider merging `mean` and `average` and deprecating one in order to
simplify the numpy interface and reduce confusion.
|
In [23]: a = np.ones(3, 'i4, O')
In [24]: a[0] = a[1]
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-24-5ef5a6077ce6> in <module>()
----> 1 a[0] = a[1]
... | 0 |
Looks like the `babel-runtime` alias in the webpack config is causing babel to
transpile incorrectly. Any async function defined on the module fails because
`_regenerator2` is `undefined`. If the aysnc function is defined within a
class, like with `getInitialProps`, everything works. Without the alias
everything appe... |
Hey guys, when I try to implement a custom .babelrc with next.config.js, I get
a build error and it looks like its ignoring React Components (JSX).
.babelrc:
{
"presets": [
"next/babel"
],
"plugins": [
["transform-define", "./env-config.js"]
],
}
next.confi... | 0 |
From SO question:
**Sample** :
np.random.seed(57)
idx = pd.CategoricalIndex(['low'] * 3 + ['hi'] * 3)
dfb = pd.DataFrame(np.random.rand(6, 3), columns=list('abc'), index=idx)
print (dfb)
a b c
low 0.087350 0.230477 0.411061
low 0.310783 ... |
Retrieving a dataframe previously stored in a HDFStore with a row label "nan"
(string) is incorrectly retrieved as NaN.
My blog talks more about this issue:
http://makeyourowntextminingtoolkit.blogspot.co.uk/2016/09/pandas-dataframe-
hdfstore-bug.html
Note: to_pickle() fails for lathe dataframes, hence HDF5
# crea... | 0 |
Hi,
I am getting an exception when I try to execute following code
runOnDraw(new Runnable() {
@Override
public void run() {
Glide.with(mContext)
.load(mResIds.get(0))
.asBitmap()
.into(new SimpleTarget<Bitmap>() {
... |
It is interesting to see how some applications like A+Gallery or QuickPic show
images loaded into the disk cache very fast and smooth.
Imagine I have 1000 images.
They are shown inside a ListView or RecyclerView.
About 20 to 50 images gonna appear on the screen.
On scroll I get to the images that are not insi... | 0 |
When I have a Component that takes more just RouteParams in its constructor, I
get a TypeScript definition error in the editor. The code runs, but the
typings file likely needs to be updated. here is my component
, we are seeing a failure to build scipy 1.5.2.
#### Reproducing code example:
/usr/local/opt/python@3.9/bin/python3 setup.py build --fcompiler=gnu95
#### Error message:
scipy/sparse/linalg... |
Xcode 12 for OS X was just released, and I can't build scipy with it. The
command `pip3 install . -v --user` fails, ending with
error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/S... | 1 |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
N/A
### Configuration file name
_No response_
### Configuration
_No response_
### Current and expected behavior
Application build has started breaking with @babel/types@7.21.0, works fine on
rever... |

babel/babel#15266
`@babel/types` v7.21.0, `isModuleDeclaration` has been deprecated, the
terminal has the following warning.
Trace: `isModuleDeclaration` has been deprecated, please migrat... | 1 |
I am able to see the landscape mode properly but portrait mode also showing
preview as
landscape mode.
I am doing camera frames processing dynamically.
##### System information (version)
* OpenCV => ❔
* Operating System / Platform => ❔
* Compiler => ❔
##### Detailed description
##### Steps to reproduce
|
##### System information (version)
* OpenCV => ❔
* Operating System / Platform => ❔
* Compiler => ❔
##### Detailed description
##### Steps to reproduce
| 0 |
Needs some API tweaking since the Clipboard's APIs are asynchronous.
|
A user is reporting that launching URLs on his OnePlus 5 (running Android 8.1)
has a 2 second delay before launching. On my LG Stylo 2 (5.1) it is instant,
as it is on my iPhone 5c running iOS 10.
I have tried both of these and they produce the same results.
void _launchURL(String url) async {
... | 0 |
It seems that one of the likeable features of TypeScript, compared to Babel
lets say, is that it emits readable code.
Consider the following code:
X.ts:
namespace a.b.x {
class X {
}
}
Y.ts:
namespace a.b.y {
class y {
}
}
This emits:... |
We have a typescript application and a use a file per class. There are lots of
benefits to this the major one being source control conflict reduction.
We compile our app using the --out compiler flag but I think there is room for
some serious optimization of the compilers output for modules.
Currently if you have t... | 1 |
### What version of Go are you using (`go version`)?
Tested on go1.6 darwin/amd64 and go1.6 linux/amd64
### What operating system and processor architecture are you using (`go env`)?
Mac:
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPA... |
The plan9/mksysnum_plan9.sh script has a duplicated, mangled copyright header:
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.# Copyright 2009 The Go Authors. All rights reserved.
# U... | 0 |
This gist records my input file & output files when using `common` and
`system` module option.
In Line 31 of output-common.js, it compiles 'for (let b of a())' to
for (var _iterator = a()[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompleti... |
Not sure if this is your bug. When calling babel for following example
(loop.js) I got an unusable output.
for (let i = 0; i < 10; i++) {
console.log(i);
}
Using babel 5.6.14 (Windows) with modules system
babel loop.js --modules system
Output: Variable i is never initial... | 1 |
# Summary of the new feature/enhancement
I was wondering if the "single-key/multi-use" functionality of dual-key-remap
might be something that would complement the Keyboard Manager.
The canonical usage example is to allow the `Capslock` key to be re-mapped to
`Escape` when pressed, but `Ctrl` when held in combinati... |
# Summary of the new feature/enhancement
I would like it to support mapping holding a key to a function, e.g. holding
CapsLock key for a given period to switch input language
| 1 |
## 🐛 Bug
Hi, during training, I noticed that when specifiying weights for
CrossEntropyLoss, using the 'mean' reduction produces a different loss output,
compared to using the 'none' reduction and computing the mean manually.
## To Reproduce
Steps to reproduce the behavior:
import torch
import t... |
In #25169, we added `GloballyUniqueId` to encapsulate ids. We use something
similar in `DistAutogradContainer` as well. We should consolidate these two
and use a single GloballyUniqueId across the codebase.
cc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera
| 0 |
## ℹ Computer information
* Windows build number: 19042.421 (insider build)
* PowerToys version: 0.20
* PowerToy module: Start/Runner
## 📝 Provide detailed reproduction steps (if any)
1. Double click the PowerToys icon from Start menu
2. Allow the app to try to load
3. See error/debug message copied b... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
I can't seem to get any numpad shortcuts .. tried '1' and it really just fires
on the '1' key.
Would expect something like 'numpad0' to 'numpad9'.
Guess it's a missing feature so far?
|
We have zoom hotkeys set up using accelerators for `+`, `-`, and `0`. These
work as expected, but not when someone presses `NumPadPlus`, `NumPadMinus`, or
`NumPad0`. Seems that all number pad keys should map to the same accelerators.
| 1 |
## 🐛 Bug
There is a weird behaviour of a backward function when performing a reduction
operation (sum) on a dense tensor generated from the sparse one. For example,
just multiplying the dense tensor by one causes the generation of the
RuntimeError during the backward pass: `view size is not compatible with input
te... |
## 🐛 Bug
Some PyTorch primitives expect the gradient passed in during the backward pass
to be contiguous, but not all functions produce a contiguous gradient in their
backward pass. When two incompatible functions -- one which returns a non-
contiguous gradient in the backward pass, and another which expects a
cont... | 1 |
Bootstrap carousel is not working in IE( any version ). I have included
bootstrap.js, bootstrap-transition.js and bootstrap-carousel.js. Any help in
this regard would be appreciated. Thanks in advance.
Cheers!
|
I am getting an error in IE. The transition.js file is included in my
bootstrap.min.js file and the carousel element as the 'slide' class. The page
error come back as "e.support.transition.end is null or not an object. You can
see here: http://www.wedlakebell.com/
| 1 |
On linux/amd64 with `0b9866f`. I saw this only once during a test like the
following:
#!/usr/bin/env bash
# go test -c
set -xe
while true; do
GOMAXPROCS=$[ 1 + $[ RANDOM % 128 ]] ./net.test -test.v=true -test.short=false -test.run=TestVariousDeadlines || exit 255
d... |
A send on an unbuffered channel to a blocked receiver writes directly to the
receiver's stack. This violates the assumption made by the garbage collector
that all writes to a stack happen while the receiver is executing and go
through write barriers. This causes missed writes and incorrect collection of
data.
| 1 |
## 🐛 Bug
Load pytorch tensor created by torch.save(tensor_name, tensor_path) in c++
libtorch failed.
How can I save some tensor in python, but load it in libtorch?
## To Reproduce
using the following code:
I save tensor named piror using python, using the code:
prior = torch.ones(32145, 4)
t... |
## 🐛 Bug
I don't manage to import a tensor saved in PyTorch from C++. Any help on this
is welcome 😄
## To Reproduce
Save a tensor to a file in python.
>>> import torch
>>> torch.save(torch.tensor([1., 2., 3.]), "tensor.pt")
>>> torch.load("tensor.pt")
tensor([1., 2., 3.])
Build this s... | 1 |
Please look at the self-explaining screenshot.

|
Right now, those keywords like `import` `class` `from` are all plain white.
| 1 |
**Symfony version(s) affected** : 3.4.13
**Description**
Binding controller service argument used to work in Symfony 3.4.12, but not in
3.4.13 anymore.
**How to reproduce**
service.yml :
services:
_defaults:
autowire: true
autoconfigure: true
public: t... |
**Symfony version(s) affected** : 4.1.2
**How to reproduce**
Bind a value to a controller will cause the following error:
In ResolveBindingsPass.php line 48:
Unused binding "$advertiserFetcher" in service
"App\Controller\Admin\CampaignAdminController".
services.yml:
... | 1 |
While the general direction are users moving from NodeJS into Deno, for me, I
enjoy Deno modules while working on a bigger NodeJS/TS project that consumes
npm packages.
I would like to import my Deno modules back into NodeJS while retaining type
declaration. Steps that I have to do now are:
1. Copy a.. *.ts files... |
Instead of an array like so:
[
{
"runtime": "Deno/1.28.3 x86_64-apple-darwin",
"cpu": "Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz",
"origin": "file:///Users/serhiy.barhamon/tmp/deno/test_ffi/tests/bench.js",
"group": null,
"name": "Deno.UnsafePointerView#getU... | 0 |
numpy.ma.load() fails on files generated bu numpy.ma.dump() in python3. See
the following code:
from __future__ import print_function
import sys
import numpy as np
print("Python version:", sys.version)
print("Numpy version:", np.version.full_version)
mma = np.ma.ones((4,4)... |
When using numpy.ma.dump to save a masked array in Python 3:
np.ma.dump(a, pathtofile)
I got the following error:
/home/btan1/.virtualenvs/python3.3/lib/python3.3/site-packages/numpy/ma/core.py in dump(a, F)
7141 if not hasattr(F, 'readline'):
7142 F = ope... | 1 |
### 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:**
* 7.... |
### 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
15.0.0
### What opera... | 0 |
Looks like the next server is clashing with another service I have running on
3030. Whats the full list of ports needed to run next in production and how
can they be changed?
| 1 | |
My package.json file:
{
"scripts": {
"forever": "forever start server.js",
"db": "mongod --dbpath ./data",
"nodemon": "nodemon server.js",
"debug": "concurrently \"npm run db\" \"npm run nodemon\" \"parse-dashboard --config parse-dashboard-config.json --allowInsecu... |
Hi all,
Looks like current trend to run NodeJs app via **npm start** or **npm dev**.
By default, launch.json does not allow us to do this. It`s very unusable. My
suggection - to add this feature, that allow easily cconfigure how to run app
and not just by parameter "node" and entry point to the site.
Thanks.
| 1 |
Choose one: is this a bug report or feature request?
### Input Code
let code = `class Demo extends React.Component {
constructor(props) {
super(props);
this.state = {};
}
render() {
return <div>
<div id=":"></div>
... |
After #4478 PR I discovered that Cyrillic text inside a jsx tag transpiled to
`\uXXXX`-style escape sequences. This leads to issues in debug and growing
output bundle size. But if I have JSXExpression with StringLiteral all works
as expected and text stay unescaped.
### Input Code
<div>
<Foo... | 1 |
### Problem description
In landscape mode, the datepicker doesn't seem to be centered vertically on
the screen so the bottom is cut off on smaller resolutions. You can also
observe this by looking at the material-ui demos in iphone5 landscape mode
(see screenshot). By playing around in responsive mode, it appear... |
The bottom of both controls gets cut off by the navigation bar. Repros on the
examples on material-ui.com


X = np.random.rand(10, 2)
y = np.random.rand(10)
reg = GridSearchCV(Ridge(), pa... |
Currently, ColumnTransformer will return AttributeError if one of the
transformers is a Pipeline object because it only checks if the transformer
has get_feature_names attribute.
#### Describe the workflow you want to enable
It should be able to pass the initialized column for the Pipeline transformer
inside Column... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.