text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**I'm submitting a ...** (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
Adding the `index: true` attribute ... |
**Steps to reproduce and a minimal demo of the problem**
1. Clone `https://github.com/sap9433/angular2-webpack-starter-kit`,
2. npm install & npm start
App works fine because it's using `"angular2": "2.0.0-beta.7"`and `"typings":
"^0.7.9",`
3. Update the dependencies `npm-check-update -u`
4. package.json ... | 0 |
### Version
2.6.10
### Reproduction link
* https://codepen.io/yhor1e/pen/agPbrL
* https://github.com/yhor1e/vue-10249-reproduction
### Steps to reproduce
1. Input data to the text field and push the enter button.
2. Take a heap snapshot in Chrome Developer Tools.
3. Click "Go to Second" button.
4. Cl... |
### Version
2.6.10
### Reproduction
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
... | 1 |
The status bar doesn't change when I click into the window and typing results
in typing into the terminal window I started electron from.
Any idea why this might be happening?
|
I’ve run into an odd issue testing the _Neovim.AS_ Atom Shell app, where I
cannot get its window to accept keyboard input on OS X 10.10.2 when I start it
via the _atom-shell_ CLI; instead, all keyboard input goes to the last active
application – in the case of the screenshot, the shell in which _Neovim.AS_
was starte... | 1 |
### Current Behavior:
As already noted by someone else, there seems to be a problem with
install/update of global packages:
$ npm up -g
npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:\Program Files\nodejs\node_modules\.npm-QXjMEw5N
npm ERR! errno -4048
npm ERR! Error: E... |
### Current Behavior:
Attempting to update a package with a tag using the `update` command globally
causes **ALL** global packages to be removed.
### Expected Behavior:
Packages should not be removed when updating global packages.
### Steps To Reproduce:
npm i -g typescript nodemon @angular/cli # I... | 1 |
Not really sure where to possible report this issue. I noticed when i download
bootstrap 3.0.1 via bower there appears to be an install error related to the
bootstrap/dist/fonts/* no such file or directory. (fs.js) -
To test that this is indeed related to 3.0.1 i changed my bower to go back to
3.0.0 and did not enco... |
I'm receiving the following message when using grunt-bower-task or bower-
installer to grab the `main` files from the repository:
no such file or directory 'bower_components/bootstrap/dist/fonts/*'
The folder is there, and the build tools dont seem to recognize the wildcard.
Is this a problem for... | 1 |
`Deno will always die on unhandled exceptions / rejections.`
I'd like to request the ability to change this for uncaught promises.
I know a lot of people just say hey if this happens it is your fault.
Technically your right. But this is reality. And people make mistakes.
Production crashing because of a mistake is ... |
I was looking for an equivalent to the Node.js "unhandledrejection" event in
Deno, but it appears there isn't one on `globalThis`.
There does appear to be an `onunhandledrejection` event handler defined on
workers, though.
Is there an equivalent event outside of workers, and if not, could there be? 😄
| 1 |
Currently, it's possible to overload a client node during the fetch process by
requesting extreme amounts of data. In particular, this is possible to observe
by repeating the problem in #11070 (e.g., fetching too many things in an
aggregation).
|
The bytes from the `_source` field and highlighting returned during the
`FETCH` phase should be included in the request circuit breaker.
| 1 |
It's been brought up on the mailing list (citation needed) that some people
want to run Go with heaps beyond the default limit (128 GB today).
Perhaps we should revise the limit at each Go release according to some
metric. One possible metric would be to make sure that Go can address all the
memory available on the ... |
In Go 1.4, the compiler still has a hardcoded 128GB memory limit. While this
is much better than the 16GB limit from 1.0, it's presenting a real limitation
to using Go for big-data scientific work, such as my research, such as
https://github.com/ndaniels/cablastp2. While it's trivial for me to change the
allocation l... | 1 |
Hi, I originally filed an issue at rycus86/prometheus_flask_exporter#135 but
determined that it was impossible to resolve the problem downstream, and
changes are required in Flask to support the use case of
prometheus_flask_exporter.
The problem is described in the issue report I linked above, but I will also
summar... |
The current docs are at:
https://flask.palletsprojects.com/en/1.1.x/patterns/celery/
They reference Celery's old configuration options which are the `CELERY_*`
options. Since 5.x they've been renamed to be lowercase and there's an
official migration guide available on Celery's site at
https://docs.celeryproject.org/... | 0 |
**TypeScript Version:**
1.8.10
**Code**
declare function overload(param: number);
declare function overload(param: string);
let bar: number | string;
overload(bar); // Argument of type 'number' | 'string' is not assignable to parameter of type 'string'
**Expected behavior:**
Sinc... |
I was just working with Big.js and tried to pass a union type into its
constructor function. It seems that union types don't play nice with old-style
overloaded constructors. Please consider the code below that errors with
TypeScript 1.4. I would have expected this to work.
interface BigJS_Constructors... | 1 |
Challenge http://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.
In the description, `/the+/gi` is used to search for all "the" and "The" in a
string. While stated differently, I would co... |
Challenge http://www.freecodecamp.com/challenges/waypoint-sift-through-text-
with-regular-expressions has an issue.
The challenge is to search a string of text for occurrences of the word 'and'.
But currently the challenge requires the RegEx `/and+/gi` which is incorrect
due to allowing 1 or more 'd's. This pattern... | 1 |
Shortcut chords like `ctrl+k ctrl+l` resolve as `ctrl+k (partial)`, `ctrl-l`,
`editor:select-line`. I'm running v0.126.0-571ce5b built from source on Ubuntu
14.04.1 x64.
|
I have this on Ubuntu 14.04.
When I use the following default keybindings `'.workspace .editor': 'ctrl-k
ctrl-u': 'editor:upper-case'` and `'.workspace .editor': 'ctrl-k ctrl-l':
'editor:lower-case'`, the second ctrl gets registered as a first key press. I
have this with all bindings that have multiple ctrl's.
This... | 1 |
**David Parks** opened **SPR-8367** and commented
Reference JIRA:
https://jira.springsource.org/browse/SPR-6180?focusedCommentId=66682#comment-66682
Any use cases which require an HttpContext attribute to be set aren't covered
in this implementation, and the extensions required make the whole thing so
messy as to ... |
**gobreak** opened **SPR-2091** and commented
I have tried using JBossMQ and ActiveMQ to receive async message by
DefaultMessageListenerContainer.
Transaction Manager from JBoss are used and set properly as a bean property
for DefaultMessageListenerContainer.
To trigger the XA rollback, I throw a runtime except... | 0 |
A number of users have asked how they can load type information from the
export data section of a .a file produced by the Go compiler. Although you can
use the standard go/importer package to find (relative to $GOPATH) and load a
.a file, it provides no way to load a file that lives elsewhere. In contrast,
the old AP... |
Missing functionality. Required for clients that store packages outside the
implied file system structure.
| 1 |
**Context:**
* Playwright Version: 0.15.0
* Operating System: windows 10
* Extra:
* nodejs 14.0.0
* npm 6.14.4
* yarn 1.22.4
**Describe the bug**
install by npm/yarn both all failed, also try run `node install.js` for
download but still lost files
file is missing
 extends another class (A) and includes a type definition to
narrow the type of something specified in class A, it will set the narrowed
property's value to undefined. This diverges from the TSC behavior.
The output from the below code under babel is `a, undefin... |
**TypeScript Version:** 2.1.1
**Code**
class PartialPolicySearchIten {
public displayValue: string;
public oriNumber: string;
public parentName: string;
public sysNumber: string;
public systemCode: number;
public systemName: string;
}
**Expected behavior:**
... | 1 |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
I am sorry for not having a dead-simple example that can be used to reproduce
this issue at this point. It seems to happen in a specific setting where I
tried to train a pixel-b... |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
import jax.numpy as jnp
import tensorflow_datasets as tfds
from flax import linen as nn
from jax import random
# See https://github.com/tensor... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1658 on 2010-11-02 by
@FrancescAlted, assigned to unknown._
This reproduces the problem:
>>> pickle.loads(pickle.dumps(np.array(u'a'))) # 1-length works well
array(u'a',
dtype='<U1')
>>> pickle.loads(pickle.dumps(np.a... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1037 on 2009-03-04 by
@FrancescAlted, assigned to @cournape._
This shows the problem:
In [18]: cp = cPickle.dumps(numpy.array([u'']), 0)
In [19]: cPickle.loads(cp)
----------------------------------------------------------------------... | 1 |
### Version
2.5.7
### Reproduction link
https://jsfiddle.net/3s9sem0m/
### Steps to reproduce
I am using laravel-admin.org and I have incorporated vuejs into that system.
The problem is that there are some functionalities that use the tag template,
to then duplicate it using jquery, and vuejs are rendering those... |
### Version
2.6.10
### Steps to reproduce
Suppose we have a component:
export default {
data(){
return { foo: null}
}
async serverPrefetch(){
this.foo = 'serverPrefetch'
},
created(){
this.foo = 'created'
},
}
`... | 0 |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
[x] bug report
[ ] feature request
[ ] support request
**Current behavior**
Many (all?) observable properties are actually `Subjects`. `route.params` is
one such example.
Yes, these propertes are cast as `Observable` in TypeScript. But they are
actually `Subjects` and that invites abuse. ... | 0 |
**Benoit Heurter** opened **SPR-3640** and commented
Method buildTypedStringValueForMap of class BeanDefinitionParserDelegate is
private. Because of that, i cannot create a sub-class of
BeanDefinitionParserDelegate with my slightly modified version of
parseMapElement method.
It's not blocker as i duplicated whole t... |
**Bruce Lowe** opened **SPR-6833** and commented
I have a controller with a methods defined as such
`@RequestMapping`(value = "/services/{serviceName}/scenes/", method =
RequestMethod.POST)
public void addScene(`@PathVariable`("serviceName") String serviceName,
`@RequestBody` SceneTO receivedSceneTO, HttpServl... | 0 |
Challenge [Target the Children of an Element Using jQuery]
Hi I can't seem to pass the challenge. Tried searching for other related posts
on the bug issue but to no avail.
My code:
<script>
$(document).ready(function() {
$("#target1").css("color", "red");
$("#target1").prop("dis... |
Challenge Waypoint: Clone an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
## Issue
I believe... | 1 |
### Current Behavior:
`npm uninstall --save <package>` doesn't remove the package version listed in
`package.json` from `package-lock.json` when another version exists.
### Expected Behavior:
For the package version listed in `package.json` to be removed from `package-
lock.json`. Essentially running `npm install ... |
reporting error as suggested by error information .
Tried uploading log file but it won't let me.. Here's whats was in the log:
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modul... | 0 |
I was unable to find a duplicate issue related to the `script` module similar
to this issue.
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
script
##### ANSIBLE VERSION
ansible 2.5.0
##### CONFIGURATION
##### OS / ENVIRONMENT
Ubuntu 16.04.3 LTS
##### SUMMARY
Script module returns d... |
I recently opened issue #13388 where I tried to introduce the `--user=<user>`
option for Ansibles Docker connection plugin. I concluded within this issue,
that my changes made the execution of Ansible tasks on Docker containers
really slow.
Today I started a Playbook on another machine (at work), where I also deploy... | 0 |
**Current Scenario :**
Currently powerrun just return a list of apps/links/docs/.. matched to the
entered text.
**Proposed :**
**Allow result to be shown in split panes** (Like shown by Cerebro App)
1. One with matched text like currently shown and
2. Other with possibly preview or more detail link like wi... |
There are some functions in PowerRenameLib/Helpers.h that can be reused for
other projects(ImageResizer), such as CreateBitmapFromIcon. These functions
should be moved to the common project so that it can be referenced in the
other projects. This would make the code cleaner, and avoid the requirement of
duplicating t... | 0 |
Pairplot breaks when adding hue argument
sns.pairplot(features_df, hue='size_box') # error
sns.pairplot(features_df) # no error
Why does adding hue throw an error? This seems a regression either in seaborn
or a dependency as this was known good code that used to work. Re-running my
notebook I see it breaks here.
... | ERROR: type should be string, got "\n\nhttps://seaborn.pydata.org/examples/scatter_bubbles.html\n\n \n \n import seaborn as sns\n sns.set_theme(style=\"white\")\n \n mpg = sns.load_dataset(\"mpg\")\n \n sns.relplot(x=\"horsepower\", y=\"mpg\", hue=\"origin\", size=\"weight\",\n sizes=(40, 400), alpha=.5, palette=\"muted\",\n height=6, data=mpg)\n \n\nIn the version 0.10.0, I could assign size=1, in the sns.relplot(), there is\nno error. \nIn the version 0.10.1, I will gain an error \"TypeError: object of type 'int'\nhas no len()\". \nI must assign size be \"size=[1] * len(mpg)\".\n\n" | 0 |
The way point requested clockwise notation for margin in this order 20px 20px
20px 40px but works only with 40px 20px 20px 40px
|
In the instructions for the margin, you have the pixel setting for "Top" to
20px instead of 40px.
| 1 |
I'd love it if the power toys run search bar had transparency similar to the
rest of windows for more visual consistency.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
|
# Environment
Windows build number: 10.0.18362.836
PowerToys version: 0.8.1
PowerToy module for which you are reporting the bug (if applicable): run
# Steps to reproduce
Install Evernote. Search for Evernote.
# Expected behavior
Evernote app should be in the list.
# Actual behavior
Searching for Evernote s... | 0 |
Good afternoon. When dealing with scientific data, it would be very
advantageous to add units of measure to columns such that a secondary column
name represents the unit. Here is a use case scenario:
* User imports navigation data from CSV where altitudes may be in meters, latitude/longitude in radians, and headin... |
quantities related
xref #2494
xref #1071
custom meta-data
xref #2485
It would be very convenient if unit support could be integrated into pandas.
Idea: pandas checks for the presence of a unit-attribute of columns and - if
present - uses it
* with 'print' to show the units e.g. below the column names
*... | 1 |
Rust's configure script contains 4 years of accumulated knowledge, mostly
around command line parsing and platform detection. We've copied parts of this
script to Cargo's configure script, install.sh and rustup.sh. It would be nice
to not duplicate this logic since the implementation of each drifts over time.
cc #16... |
I have to
use std::fmt::Writer;
outside the macro invocation.
| 0 |
I would like sklearn to support Poisson, gamma and other Tweedie family loss
functions. These loss distributions are widely used in industry for count and
other long tailed data. Additionally, they are implemented in other libraries
such as R: GLM, GLMNET, GBM ext. Part of implementing these distributions
would be to... |
Towards #17010.
Like the one we did for 0.22, to highlight the main changes/improvements.
@NicolasHug would you be maybe interested in/available for this one?
| 0 |
Give an option to maximise a window to the zone it is currently in (see
DisplayFusion's handling of their version of zones). So rather than holding
shift and dragging a window to fill a zone, maximising the window via the
title bar button or a double clicking on the title bar would fill the zone.
A hotkey to press t... |
Maximize window within the zone
Maximizing the window currently maximizing it to the whole desktop. It would
be useful if it has the ability to maximize within the zone
| 1 |
In this code a div is taking up space with no contents. I understand that if
there are siblings with a label you want to align them. But often you have
either no labels at all or everything has a label. Some logic could be
introduced here to look at siblings.
|
I've got a bootstrap-form issue I can’t figure out if it's a real issue or
not.
I’m having a form type with a nested form type and are rendering it with `{{
form_widget(form) }}`. The nested type will get a wrapping form-group and an
extra `col-sm-2`-class making the form look ugly.
![screenshot 2016-04-07 20 20
4... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-kops-aws-updown/3288/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Pods should function for\nintra-pod communication: http [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:38\n Oct 23 18:20:06.655: Failed to find expected endpoints:\n Tries 0\n Command curl -q -s 'http://100.96.1.8:8080/dial?request=hostName&protocol=http&host=10.123.45.3&port=8080&tries=1'\n retrieved map[]\n expected map[netserver-0:{}]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:206\n \n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Pods should function for\nnode-pod communication: http [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:52\n Oct 23 18:17:31.193: Failed to find expected endpoints:\n Tries 0\n Command curl -q -s --connect-timeout 1 http://10.123.45.6:8080/hostName\n retrieved map[]\n expected map[netserver-2:{}]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:255\n \n\nIssues about this test specifically: #33631 #33995\n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Pods should function for\nnode-pod communication: udp [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:59\n Oct 23 18:17:32.889: Failed to find expected endpoints:\n Tries 0\n Command echo 'hostName' | timeout -t 3 nc -w 1 -u 10.123.45.5 8081\n retrieved map[]\n expected map[netserver-1:{}]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:255\n \n\nFailed: [k8s.io] Networking [k8s.io] Granular Checks: Pods should function for\nintra-pod communication: udp [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/networking.go:45\n Oct 23 18:20:07.979: Failed to find expected endpoints:\n Tries 0\n Command curl -q -s 'http://100.96.2.9:8080/dial?request=hostName&protocol=udp&host=10.123.45.4&port=8081&tries=1'\n retrieved map[]\n expected map[netserver-1:{}]\n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/networking_utils.go:206\n \n\nPrevious issues for this suite: #34196 #34777 #35305\n\n" |
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-
jenkins/logs/kubernetes-e2e-kops-aws-updown/2102/
Run so broken it didn't make JUnit output!
| 1 |
### Bug summary
When you load a stylesheet with a figure.dpi setting, then the dpi setting is
not honored in the first figure. (It is honored in subsequent figures).
### Code for reproduction
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
from pathlib import P... |
### Bug summary
First invocation of `plt.plot()` resets `mpl.rcParams['figure.dpi']`.
### Code for reproduction
# Only tested in Jupyter
import matplotlib as mpl
import matplotlib.pyplot as plt
mpl.rcParams['figure.dpi'] = 300
print(mpl.rcParams['figure.dpi'])
plt.p... | 1 |
**Migrated issue, originally created by Anonymous**
When using .count() on a polymorphic mapper the polymorphic_type is not taken
into account giving wrong results.
from sqlalchemy import *
from sqlalchemy.orm import *
metadata = MetaData()
animals = Table('animals', metadata,
... |
**Migrated issue, originally created by Denis Otkidach (@ods)**
New object with the same ID as existing one implicitly merged via cascade
rules has old value of relationship property after the commit when the new
value is None.
In short:
doc.doc_links = [DocLink(id=doc_link_id, link=None)]
sessio... | 0 |
[Enter steps to reproduce below:]
The editor was idle. When I came back to it, this message was displayed.
**Atom Version** : 0.169.0
**System** : Microsoft Windows 8.1 Pro
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, open
'c:\code\ta\AboveWebrootDirs\AppConfig\Log4NetConfig\sync.server... |
1. switch the node_modules package from a version to a git repository
2. npm install
**Atom Version** : 0.165.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, open
'/Users/joscha/Development/mailbutler/node_modules/grunt-crx/tasks/crx.js'
At... | 1 |
I use the Ctrl-Up and Ctrl-Down feature very often, so I can scroll a limited
amount of distance without losing my place. This has the advantage of allowing
me to use the mouse less for view adjustment.
I've noticed that there is a difference between how this behaves in the full
Visual Studio and in Code. In Visual ... |
I've shamelessly copied from the atom-typescript issue.
To illustrate this, please look at a followup which contains a screenshot
### The issue
Since backticks `` are ment for template formats, it would be nice to have a
way to define syntax highlighting between them.
For example Angular2 implements templates in... | 0 |
Rust used to support iface-less impls. These were good because they avoided
duplicating method signatures.
Since the iface -> trait conversion these no longer seem to be supported.
Instead, it seems, a trait-less impl can only apply to class types and is
equivalent to declaring the methods inside the class body.
IM... |
It's rarely used and usually it's better to define a custom enum type.
| 0 |
I am not finding any good reference about how to set up a range histogram
using decimal bins.
I could find a plugin that implements this (until version 1.XX) but I am
worried with the sustainability of this fix.
Any new plans?
|
Fork of #3810 and #3799. Decimal intervals would be useful for certain data
types such as currencies, temperatures, lengths ...
| 1 |
I would like to propose the following amendments to the docstring style guide.
* Drop the "optional" note next to optional parameters:
* Most tools that I can think of for viewing a function docstring will also display the function signature, which displays whether a parameter is optional in a much more promi... |
This is on current master I can't reproduce this using 1.4.3. I guess it
relates to the stale auto redraw handling?
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure(figsize=(6.5,5.5))
ax = fig.add_subplot(1, 1, 1, projection='3d')
xs = np.random.rand(10)
ys = np.random... | 0 |
ever since I update my program to 0.36.0.no event "ondrop",waiting for
solutions
|
With frequent drag and drop events I'm seeing drop events fire after
associated dragEnd event fires. Currently this is in a react app, using react-
dnd but I've been able to reproduce the issue when running this jsfiddle in an
Electron webview. I haven't been able to reproduce in Chrome or in Electron
itself. To caus... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.0
* Operating System version: windows 10
* Java version: 1.8
### Steps to reproduce this iss... |
* 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
本人第一次在GitHub发issue,如有不妥请大佬见谅
* Dubbo version: 2.6.2
* Operating System version: cent os 6
* Java version: 1.8
##... | 0 |
So at @brigade our build times are pretty slow, and I can't seem to figure out
why this is. We use Babel, SCSS+autoprefixer+css-loader+style-loader,
react+react-hot-loader, CommonsChunkPlugin, DefinePlugin, webpack-dev-server,
devtool:'eval-cheap-module-source-map', and that's pretty much it. I posted a
typical versi... |
# Bug report
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
**What is the expected behavior?**
**Other relevant information:**
webpack version: 5.72.1
Node.js version: v14.19.1
Operating System: mac
Additional tools: no
My problem is the sam... | 0 |
~> deno --version
deno 1.5.0
v8 8.7.220.3
typescript 4.0.3
OS Windows 10
Running the sample as directed in https://deno.land/posts/v1.5#codealertcode-
codeconfirmcode-and-codepromptcode-added:
deno run https://deno.land/posts/v1.5/alert_confirm_prompt.js
... |
to reproduce:
Linux (WSL) | Windows

isn't limited to repl

| 1 |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**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
... | 0 |
It would be nice to be able to dim files and folders that are listed in the
.gitignore file.
I'm not sure if this has been mentioned or not, before, but I couldn't find
anything about it.
It would make it easier to tell what is ignored, and what is in your actual
repo. Plenty of times I have accidentally edited a t... |
Similar to what atom provides in the project explorer:
1. New files are displayed green.
2. Modified are displayed yellow/orange.
3. Ignored files are displayed transparent-ish.
Thanks
| 1 |
d:
/usr/local/bin/electron -> /usr/local/lib/node_modules/electron-
prebuilt/cli.js
> electron-prebuilt@0.34.0 postinstall /usr/local/lib/node_modules/electron-
> prebuilt
> node install.js
Downloading electron-v0.34.0-darwin-x64.zip
[============================================>] 100.0% of 37.94 MB (250.83
... |
We've been burned by this a couple of times but to install globally you have
to do `sudo npm install electron-prebuilt -g` and it seems like it's
attempting to copy a temp file from a root folder into a user folder that it
doesn't have access to.
The work around is to install electron-prebuilt locally once, `npm ins... | 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: windows 10
* Java version: 1.8
### Steps to reproduce this issue... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.5
* Operating System version: window
* Java version: 1.8
### Expected Result
registry url t... | 0 |
While running density tests against a kubernetes cluster, we will occasionally
run into nodes where the docker daemon becomes unresponsive. Symptoms include:
* `docker ps` hangs
* `kernel: unregister_netdevice: waiting for veth0123456 to become free. Usage count = 1` appears in journal output
Probably an upstre... |
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
test getsockopt: connection refused,
getsockopt: connection refused,
integration getsockopt: connection refused,
integration test open file limit
* * *
**Is thi... | 0 |
I think the following snippet should be possible (but it fails currently).
Since `&'static MyTrait` can't be 0, if the first half of the layout is 0,
then the enum must be the `Boxed` variant.
use std::mem;
pub trait MyTrait {
fn zomg(&self);
}
enum Foo {
Inline(&'... |
The current implementation only handles enums of roughly the form:
enum E {
A(ALeft..., Niche, ARight...),
B,
C
}
This can be seen as a special-case, where B and C occupy 0 bytes, of:
enum E {
A(ALeft..., Niche, ARight...),
B(B...),
C(... | 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: apache-dubbo-2.7.4.1
* Operating System version: mac os
* Java version: jdk1.8.0_211
### Steps t... |
* 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: master branch
* Operating System version: macos
* Java version: java11
### Steps to reproduce th... | 0 |
When a key is present in json object multiple times it doesn't raise a parse
error and only last value is used. This should instead raise
`json_parse_exception`.
**Elasticsearch version** : verified on 2.x, 5.0.0-alpha3
**Steps to reproduce** :
1. `curl -X PUT localhost:9200/i -d '{"settings": {"number_of_replic... |
Hello guys,
This config worked in ES v1.7.2 but since i tried to use the configuration in
ES v2.1 I have a error... So :
I use this mapping :
PUT /my_index/_mapping/_default_
{
"_default_": {
"dynamic_date_formats" : [
"yyyy-MM-dd HH:mm:ss",
"yy... | 0 |
Hoping to get more eyes on this question:
https://stackoverflow.com/questions/53348524/integrate-flutter-into-
cocoatouch-sdk. Does my approach seem ok here? Is the ability to integrate
flutter into iOS or Android frameworks a goal of the project?
|
## Use case
Now I have a iOS framework to be used within other apps to integrate account
and use center
features. Since we have framework on both iOS and android, I want to use
flutter to write some
new pages proposed.
## Proposal
Now how add-to-app works is that flutter has to depend on iOS or android
Lifecyc... | 1 |
### System info
* Playwright Version: [v1.32.2]
* Operating System: [Windows10]
* Browser: [Chromium]
* Other info: Teamcity
**Config file**
import type { PlaywrightTestConfig } from '@playwright/test';
import { devices } from '@playwright/test';
/**
* Read environment varia... |
### System info
* Playwright Version: [v1.31.2]
* Operating System: [All]
* Browser: [Chromium ( maybe all )]
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Config file**
// playwright.config.ts
trace: "retain-on-failur... | 0 |
##### System information (version)
* OpenCV =>4.1.2-1
* Operating System / Platform => Linux (Arch)
* Compiler => gcc (but not relevant)
##### Detailed description
cap=cv2.VideoCapture (this is python 3 code!)
cap.get(cv2.CAP_PROP_POS_MSEC) does not work, if not cap.read has been called
before.
The curre... |
Transferred from http://code.opencv.org/issues/3006
|| Hans Meine on 2013-05-03 10:57
|| Priority: Normal
|| Affected: branch 'master' (2.4.9)
|| Category: highgui-camera
|| Tracker: Bug
|| Difficulty: None
|| PR:
|| Platform: None / None
## libv4l capturing backend d... | 0 |
## 📝 Provide a description of the new feature
Please respect `appwiz.cpl`, `ncpa.cpl`, or `gpedit.msc`. Actually, anything
respected in start menu should be respected in PT Run. This will pave the way
to #5571 / #4203.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
|
# Summary of the new feature/enhancement
# Proposed technical implementation details (optional)
The titel say almost everything here. But a funktion for saving how
application is setup.
So you can add this settings back if Computer get problematic
| 0 |
It does work occasionally (5% of the time, maybe 10%). Most of the time thou
it just hangs
Console output
[ +60 ms] executing: [/Users/sandervanderwal/Developer/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +38 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ... |
_@csterritt commented on Jun 12, 2018, 12:07 AM UTC:_
## Steps to Reproduce
Ran `flutter create first_try`, cd'd into that directory. `flutter run` works,
comes up fine in the iOS emulator. I can run in IntelliJ with the "Run"
command (green triangle), but no hot-reload.
If I run with "Debug" command (green bug), ... | 1 |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
A bunch of async child chunks in my application require a common dependency
(which lives within my repo). The common dependency also has its own 3rd party
dependencies (in node_modules). Webpack creates two output ch... |
## Feature request
**What is the expected behavior?**
When using the default optimization with Webpack 4.8.2, the compiled code
should be able to run on Safari 10.
However, the default UglifyJs configuration when using the default
optimization with Webpack does not allow this to happen.
![screen shot 2018-11-09 ... | 0 |
## 🚀 Feature
class A(nn.Module):
def forward(self, x):
if torch.jit.is_scripting() or not torch.jit.is_tracing():
return x + 1
else:
return x + 2
a = A()
script = torch.jit.script(a)
prints
RuntimeError:
... |
The gather function gives incorrect gradients on both CPU and GPU when using
repeated indices; no warnings or errors are raised, and the documentation
doesn't say anything about this. I've seen this discussed a bit on slack, but
couldn't find any issues for it on GitHub.
Here's a small test case (using PyTorch 0.1.1... | 0 |
I have noticed that running `Base.runtests(["core"])` fails, but running `make
test-core` does not. This is reproducible on linux x86_64 and macOS aarch64 on
both latest `master` (`63f5b8a` as of this writing) and `v1.7.0`, but not on
anything earlier, like `1.6.4`.
These three tests fail:
julia/test/core.jl
Lines... |
In Julia 1.5-rc1, recursive calls were easy to find in the stacktrace:
julia> @noinline countdown(x = 10) = x == 0 ? error("hi") : countdown(x - 1)
countdown (generic function with 2 methods)
julia> countdown()
ERROR: hi
Stacktrace:
[1] error(::String) at ./error.jl:33
[2... | 0 |
This clone seems to be cloning two target5 elements to the left well instead
of one.
$("#target5").clone().appendTo("#left-well");
|
Challenge Waypoint: Clone an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
## Issue
I believe... | 1 |
This is a reduced version of the issue raised at
https://discourse.julialang.org/t/type-unstable-keyword-constructor-on-
parameterized-type/8852
I think its a bug, but I could be wrong.
Basically, the presence of (even unused) keyword args in an inner constructor
spoils type-stability.
On 0.6.1
juli... |
I find constructors taking keyword arguments are a lot slower than
constructors that don't. For example,
julia> immutable PositionalArg
x::Int
PositionalArg(x::Int=1) = new(x)
end
julia> immutable KeywordArg
x::Int
KeywordA... | 1 |
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.20180.0
IntPtr Length: 8
x64: True
Date: 08/04/2020 23:28:07
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at Po... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
Lifecycle interfaces implementations in superclasses seem to be already
supported (#4222)
It would be great for `@Input()`, `@Output()`, `@HostBinding()` to also be
supported for reusable implementations (like behaviors in Polymer).
|
Currently, when classes with decorators are used in an inheritance chain, the
results are undefined.
Consider the following two components:
@Component({selector: 'a', inputs: ['metaFoo'])
class A {
@Input() fieldFoo;
metaFoo;
}
@Component({selector: 'b', inputs: ['metaBar'... | 1 |
This is the original image:

This is the image rendered using Glide and ImageView:
.
Seems some of them (github's public/maintenance.html for instance) work fine
when in soft wrap mode, or until you move your cursor to the... | 1 |
tabs,tab无法点击选中,组件tabs无法点击选中,只能默认选择第0个,是tabs无法得到tab的selected
|
(I use material-ui@^0.14.4)
I just come to copy this example from your doc (http://www.material-
ui.com/#/components/tabs) to my app.
I have no error in the console and neither the "console.log".
When I click on a Tab, the ripple animation works fine, but the selection is
never changing. I'm stuck on the first ... | 1 |
I'm trying to profile a cgo package. See the attached test case.
When running with clang "top" looks like this:
Total: 526 samples
66 12.5% 12.5% 66 12.5% 000000000402483b
57 10.8% 23.4% 57 10.8% 0000000004024761
25 4.8% 28.1% 25 ... |
from src/cmd/cgo/gcc.go:
1286 if isStructUnionClass(sub.Go) {
1287 // Use the typedef name for C code.
1288 typedef[sub.Go.(*ast.Ident).Name].C = t.C
1289 }
When handling one of Objective-C's internal types, go g... | 0 |
http://www.celeryproject.org/ says "Celery is easy to integrate with ...
Flask, using the ... Flask-Celery add-on packages."
Meanwhile, https://pypi.python.org/pypi/Flask-Celery states in bold "FROM
CELERY 3.0 THIS LIBRARY IS NO LONGER NECESSARY, INSTEAD YOU SHOULD USE THE
STANDARD CELERY API."
So the suggestion sh... |
http://www.celeryproject.org/ says "Celery is easy to integrate with ...
Flask, using the ... Flask-Celery add-on packages."
Meanwhile, https://pypi.python.org/pypi/Flask-Celery states in bold "FROM
CELERY 3.0 THIS LIBRARY IS NO LONGER NECESSARY, INSTEAD YOU SHOULD USE THE
STANDARD CELERY API."
So the suggestion sh... | 1 |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.7 (devel `6bc056e`) last updated 2014/06/02 19:46:03 (GMT -700)
##### Environment:
Mac OS X 10.9.3
##### Summary:
Subsequent dependent roles are ignored when a role containing the dependency
is conditionally skipped and the dependency is marked `all... |
##### Issue Type:
Bug Report
##### Ansible Version:
master
##### Environment:
N/A
##### Summary:
If a role dependency is skipped, via:
---
dependencies:
- { role: foo, when: false }
Then it's children are also skipped, even if they are required by other roles.
##### Steps To Reproduc... | 1 |
A clear and concise description of what the bug is.
#### How to reproduce the bug
set a `LOG_FORMAT` , e.g.
`'{"severity":"%(levelname)s","message":"%(message)s","timestamp":"%(asctime)s"}'`
### Expected results
all logs respect it
### Actual results
some log messages get logged duplicated, once with and once w... |
Every log message (except event logs) is logged 2 times, once in the custom
format set in the "superset_config.py" (or the default one in "config.py" if
not set otherwise) and the second time just the message without any context.
#### How to reproduce the bug
1. Run apache/superset image locally with docker
2. ... | 1 |
for both groups of tests, the import would be
from transformers.testing_utils import slow
Motivation: I was about to rewrite the @slow decorator today and felt that
this was cleaner.
Any objections? @julien-c @LysandreJik @thomwolf @sgugger @patrickvonplaten
@mfuntowicz
@anyoneelseimforgetting
|
## Environment info
## Environment info
* `transformers` version: 4.4.2
* Platform:
* Python version: 3.7.6
* PyTorch version (GPU?): torch 1.5.0
* Tensorflow version (GPU?):
* Using GPU in script?: no ( I just mentionned the number of gpu in a shell script and launch (ex . #SBATCH --partition=gpu_p2; #... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-give-a-background-
color-to-a-div-element has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
This happens on all Waypoints I've tried since the update. It did not happen
prior. Here's a video of the behavior:
ht... |
#### Issue Description
As a developer, having a notification on beta challenges that tests are
incomplete would help me find issues to work on.
As a product owner, having a notification of missing tests on beta challenges
will reduce the number of incoming tickets and duplicate tickets because users
will know the c... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): rbd... |
The `containerPort` attribute in the pod manifest could be inferred from the
image metadata when not supplied by the developer.
That way developers won't have to duplicate the information they already put
in EXPOSE in their Dockerfile.
This information looks available through the remote API on `/image` resources
un... | 0 |
Can support rtl layout like this repo:
https://github.com/morteza/bootstrap-rtl
|
I'm not speaking any RTL languages, but since I'm working on a project
supporting RTL, I was wondering if form-groups shouldn't align the icon inside
a input to the left-side. Maybe a native speaker of an RTL can share their
thoughts on this.
| 1 |
> Issue originally made by @bergus
### Bug information
* **Babel version:** v6.x (babel.io/repl)
### Options
plain preset es-2015, nothing else
### Input code
"use strict";
function foo1() {
for (let bar = 2; bar < 3; bar++) {
let bar = 4;
}
}
f... |
> Issue originally reported by @Faithree in babel/babel-preset-env#422
Somebody tell me how to do it? In addition to using polyfill
| 0 |
**I'm submitting a ...** (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
**Expected/desired behavior**
Repo... |
**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
... | 0 |
* Electron version:
Electron 1.3.0
* Operating system:
Windows 7 - Windows 10
Issue:
After the new so far not officially released Brave version has included that
update towards Electron 1.3.0 there are rendering glitches/tearing effects
when scrolling down with deactivated hardware acceleration. There are ... |
### 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:**
* 6.... | 0 |
I get this error:
src/lib.rs:57:7: 57:10 warning: unused variable: `enc`, #[warn(unused_variables)] on by default
src/lib.rs:57 let enc = EncodingOverride::lookup("ascii".as_bytes());
^~~
rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src... |
### STR
#![crate_type = "staticlib"]
#![feature(core)]
#![feature(lang_items)]
#![feature(no_std)]
#![no_std]
extern crate core;
mod lang_items {
use core::fmt::Arguments;
#[lang = "stack_exhausted"]
extern "C" fn stack_exhausted() { }
... | 1 |
Hi,
We use Visual Studio 2013 Premium Update 4 and develop applications in
TypeScript 1.4. We have a very serious issue, when we start debugging the
code, entering into another method in another class would freeze the whole
Visual Studio. It is then stalled for at least few minutes. The only way to
quickly work with... |
I've been using TypeScript successfully in my project for a while now (love
it!), but after making some changes to my code recently I've run into an issue
where Visual Studio now hangs whenever I step into a function while debugging.
I won't claim that my changes were bug-free, but bringing Visual Studio to a
full st... | 1 |
# Bug report
**What is the current behavior?**
Forgive me if I've misconfigured something, but it seems like if I `import
{Toggle} from 'react-powerplug'` in chunk A and `import {Interval} from
'react-powerplug'` in chunk B, all of the `react-powerplug` code winds up in
chunk A, because `react-powerplug` exports a ... |
## Feature request
Here is the bug-ish issue I'm running into:
https://github.com/jedwards1211/webpack-code-splitting-issue/tree/two-async-
chunks
### `index.js`
import('./chunk1.js')
import('./chunk2.js')
### `chunk1.js`
import { Toggle } from 'react-powerplug';
console.log(... | 1 |
# Environment
Microsoft Windows [Version 10.0.18362.295]
Any other software?
Not applicable
# Steps to reproduce
Open multiple tabs
# Expected behavior
As the number of tabs increase, I would expect the tab bar to behave like tabs
from a web browser: the size of the tab would shrink in order to make space
for... |
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Microsoft Windows [Version 10.0.18362.86]
* What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
In conhost or Windows Terminal, using both Vim.exe and WSL Vim, background
color... | 0 |
**Original**
@dec
export class C {
}
**Expected**
var C = (function () {
function C() {
}
return C;
}());
C = __decorate([
dec
], C);
exports.C = C;
**Actual**
exports.C = (function () {
function C() {
... |
**Expected** :
var MyClass = (function () {
function MyClass(db) {
this.db = db;
this.db.doSomething();
}
return MyClass;
}());
MyClass = __decorate([
someDecorator,
__metadata("design:paramtypes", [db_1.db])
], MyClass);
e... | 1 |
The link to the 1.3.1 pdf documentation on docs.julialang.org is broken.
https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.3.1.pdf
|
The PDF document is invalid:
https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.3.0.pdf
and the link is found here:
https://docs.julialang.org/en/v1.3/
| 1 |
##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
core
##### ANSIBLE VERSION
ansible 2.1.1.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
We recently had a change submitted to the triple-quicks... |
The unarchive module supports --diff for tar.gz files, which is great.
Unfortunately this always fails when specifying a sudo_user for the task,
since tar reports an altered uid/gid.
| 0 |
After upgrading to atom 0.175.0 this morning, the `x` button is no longer
present in the tab header (on hover or otherwise).
Looking in the inspector, the `close-icon` div is present, but nothing is
inside it, nor is any CSS rule causing an 'x' to be rendered.
<li is="tabs-tab" class="tab sortable" da... |
I just upgraded to 0.174.0 from 0.172.0 today using Webupd8's PPA.
The 'x' button in each tab seems to be missing, and it therefore makes closing
tabs much more difficult (now you have to right-click the tab you want to
close and click `Close Tab`).
Replicated on Ubuntu 14.10, Atom 0.174.0, safe mode. I don't thin... | 1 |
Python 3.8.2
+ pytest-3 -v -k 'not test_send_from_directory_bad_request'
========================================================================================= test session starts ==========================================================================================
platform linux -- Pyt... |
http://flask.pocoo.org/docs/flask-docs.pdf
Chapter 404: The Lost Page
| 0 |
### Version
2.5.17
### Reproduction link
https://haodaking.github.io/demos/vue/2.html
### Steps to reproduce
1、移动端浏览器打开https://haodaking.github.io/demos/vue/2.html
2、页面滑动到底部点击“跳转”链接
3、点击浏览器后退按钮
### What is expected?
页面跳转后,浏览器后退,滚动条恢复原来位置。
正常页面:
https://haodaking.github.io/demos/vue/1.html
### What is ... |
### Version
2.3.3
### Reproduction link
https://jsfiddle.net/ianpatel/3bs145u7/
### Steps to reproduce
var eventHub = new Vue()
Vue.component('foo', {
template: `<div>I'm foo <button @click="emit">Emit {{ value }}</button></div>`,
data: function() {
return {
value... | 0 |
More about this in -> microsoft/pylance-release#1737 (comment)
vscode autocompletion

|
Mypy requires public API of a package being exported using either `__all__` or
`import ... as ...` syntax.
python3 -m venv env
source env/bin/activate
pip install -U pip mypy jax
python -m mypy --install-types --non-interactive --strict -c "from jax import numpy as jnp; xs = jnp.zeros(1)"
... | 1 |
As a companion issue to #27538 with tensorflow 2.0.0a. Script fails with
> ValueError: Input 0 of layer dense is incompatible with the layer: its rank
> is undefined, but the layer requires a defined rank.
in the line
` layers.Dense(image_data.num_classes, activation='softmax')`
**System information**
* Tenso... |
**System information**
* OS Platform and Distribution : MacOS 10.13 High Sierra
* TensorFlow installed from (source or binary): binary
* TensorFlow version: 1.12
* Python version: 3.6.x
* Installed using : Anaconda 3, version 5.3.1
**Describe the problem**
Actually, my program meet a issue as #23999
I... | 0 |
Maybe Deno can make web apps more cloud native via a `loader` option
deno.json
{
"loaders": {
"*.vue": "https://deno.land/x/aleph@1.0.0-alpha.66/loaders/vue.ts",
"*.vue!react": "https://deno.land/x/vue-loader/vue-react.ts",
"*.(css|scss)": "./style-loader.ts"
}
... |
example: `0ceb554`#diff-b9d53e20d7eb637f2c93606fc9b689b4L36
| 0 |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we c... |
## Bug Report
SQL like "select * from t_order where create_time between '2018-01-01
00:00:00' and '2018-01-02 00:00:00'" is not supported, we use create_time for
RangeShardingAlgorithm
and we always get the wrong RangeShardingValue ( we expected Range
['2018-01-01 00:00:00', '2018-01-02 00:00:00'] bu we received R... | 0 |
## Bug Report
**Input Code**
REPL
const arr1 = [...Array(2)]
const arr2 = Array(2);
const arr3 = [...arr2];
**Current Behavior**
var arr1 = _toConsumableArray(Array(2)); // [undefined, undefined]
var arr2 = Array(2); // [empty × 2]
var arr3 = [].concat(arr2); // [empty... |
bug report
### Input Code
N/A
### Babel Configuration (.babelrc, package.json, cli command)
// .babelrc, applicable code only
// using babel-preset-env v1.6.0
// using browserslist 2.5.1
{
"presets": [["env", {
"modules": false,
"debug": true,
}]]
}
... | 0 |
**Joris Kuipers** opened **SPR-7706** and commented
ServletWebRequest#checkNotModified will set a 304 response code, but doesn't
set the Content-Length header to 0. This leads to exception on WebLogic, which
gets all worked up about the fact that there's no response body even though
the Content-Length headers cl... |
**Mike Youngstrom** opened **SPR-3279** and commented
Cglib appears to be a poorly maintained and dying project. It would be nice to
replace it with a more actively maintained project like javaassist for library
dependency reasons. Newer versions of asm are not compatibly with the asm
included in cglib-nodep which ... | 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 |
* **Electron Version:**
* 5.0.0-beta
* **Operating System:**
* Ubuntu 16.04 **on WSL** Windows 10 Enterprise 1809 + Xming 6.9.0.31
* **Last Known Working Electron version:** :
* 4.0.5
### Expected Behavior
Launching and working as it should with `export DISPLAY=:0 && npm test`
"test... |
electron: 5.0.0-beta.1
platform: linux x64
**Actual behavior**
https://github.com/electron/electron-quick-start app fails to start with the
following error:
[3937:0131/003107.790938:FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/... | 1 |
Describe what you were doing when the bug occurred:
1.viewing profiler commits
* * *
## Please do not remove the text below this line
DevTools version: 4.11.0-39713716aa
Call stack: at updateTree (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:20505:53)
at getCommitTree (chrome-
extension:... |
Briefly spoke to @petehunt about this. Tracking it with an issue.
There are times when having multiple insertion points would be useful. The old
Web Components spec was looking to do this with the `select` attribute of
`content` \- http://www.w3.org/TR/components-intro/#insertion-points. I'm not
sure what the curren... | 0 |
I've been using HoverProvider to quickly display the origin file of a user
function in Lua.
I'm using the Markdown syntax for creating a clickable link, which opens the
file in the editor:
`[c:\temp\file.lua](file:c:\temp\file.lua)` -> c:\temp\file.lua
I'm wondering if this link syntax also supports line number, ... |
Hi,
At the moment the virtual documents created by TextDocumentContentProvider can
contain links to external resources, but I would expect it to work with links
that use the same scheme that was registered with
registerTextDocumentContentProvider. Here's an example to show what I mean:
"use strict";
... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.