text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
If you initialize a `CounterVectorizer` and try to perform a transformation
without training you will get a `NotFittedError` exception.
In [1]: from sklearn.feature_extraction.text import CountVectorizer
In [2]: vectorizer = CountVectorizer()
In [3]: corpus = [
...: 'This is the fir... |
Before some recent changes, CountVectorizer raised a cryptic error when a
given vocabulary that was not unique. Now, the code that led to this error is
gone, and a non-unique vocabulary can slip in. Sometimes this is fine (I
assume. My code works at least.). Sometimes I get a segfault. I've narrowed it
down to a repr... | 0 |
Powertoys 0.13.0
W10 version: 10. 0.18362.145
Description:
Powertoys decides that the user has held down a modifier to invoke Fancyzone
switching and does not let up, even when nothing is being held down.
affected keys are the number row. i.e.
1!2@3#4$5%6^7&8*9(0)
10key numberpad not affected
Steps: Unknown... |
## 📝 Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
When editing a layout, I would like to see the resolution (W x H) of each
zone.
* * *
If you'd like to see this feature implemented, add a 👍 reaction to this post.
| 0 |
GitHub issues are for bugs / installation problems / feature requests.
For general support from the community, see StackOverflow.
To make bugs and feature requests more easy to find and organize, we close
issues that are deemed
out of scope for GitHub Issues and point people to StackOverflow.
For bugs or insta... |
The link https://www.tensorflow.org/versions/tensorboard/README.html for
README file in tensorboard page is broken.
| 1 |
**CN Yee** opened **SPR-5404** and commented
Spring beans are not available within `@BeforeTest` methods with TestNG tests,
as follows:
@ContextConfiguration("/applicationContext.xml")
public class Testing extends AbstractTestNGSpringContextTests {
@Autowired
SessionFactory session... |
**Sam Brannen** opened **SPR-4072** and commented
AbstractTestNGSpringContextTests's springTestContextPrepareTestInstance()
method is currently annotated with `@BeforeClass`, which prohibits
`@BeforeSuite` methods in subclasses from interacting with the
ApplicationContext.
Essentially, the question raised in the f... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes
RFC? | no
Symfony version | >4.0.3
After update Symfony to version 4.0.3 (4.0.4 -the same) cache:clear command
(with implicit cache warming) warms up cache incorrectly. As i can compare
with 4.0.2 cache folder some dependencie... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes
RFC? | no
Symfony version | 3.4
There seems to be a BC break in Symfony 3.4 when clearing/warming the cache.
Until a couple of days ago, it was possible to write to `%kernel.cache_dir%`
during cache warming and the contents w... | 1 |
* Electron Version: 2.0.0
* Operating System (Platform and Version): windows 8.1
* Last known working Electron version: none
**Expected Behavior**
I create a browerwindow with frame: false and transparent: true, when i use
maximize(), i need the event 'maximize' and isMaximized() return true.
**Actual behav... |
Currently, the _bluetooth-select-device_ event is within the main process. If
the user wants to mimick standard WebBluetooth behavior, the renderer process
needs to display a dialog.
Also, receiving a long list of devices (with many duplicates!) is not user-
friendly. The user needs to see devices as they are found.... | 0 |
Abstract and concrete parametric types can inherit from other parametric types
with contradictory type constraints for example:
julia> abstract type A{T<:Int} end
julia> abstract type B{T<:Array} <: A{T} end
julia> struct C{T} <: B{T}
f::T
end
No... |
Suppose we have the following definitions
#type this into session 1
abstract Domain{T<:Number}
immutable Interval{T} <: Domain{T}
a::T
b::T
end
For the purposes of this issue I expect the following block of code to work
exactly as the above (if you type them each into a dif... | 1 |
I've reported this problem before on discourse but apparently I didn't file an
issue, and the fix was not included in 0.5.1. There is a performance bug in
0.5.0, and also now in 0.5.1, with arrays that have 6 or more subscripts. The
bug is fixed in 0.4.7 and was also fixed in 0.6.0 last time I checked. Here is
a samp... |
A few months back, I reported on discourse that arrays with 5 or more
subscripts have severe performance problems in 0.5.0. This has apparently
still not been fixed in 0.5.0 (although it is fixed in 0.6.0). I've noticed on
github that several important packages are preparing to drop 0.4 support. If
the consensus of t... | 1 |
In button-groups.less we have a style to stick grouped buttons together:
.btn-group > .btn + .btn {
margin-left: -1px;
}
Tooltip javascript inserts div.tooltip between the buttons and the style
breaks moving all buttons 1px right on mouse hover.
|
http://jsfiddle.net/JEBdk/5/
tooltip or popover on btn-group. the btn-group is not display correctly!
the last btn have not round corners and between the btn's is a space.
my suggestion, by generating the tip or popover on the end of document .
| 1 |
#### Challenge Name
All challenges
#### Issue Description
Cursor appears in the position a user clicks. But when a keyboard button is
pressed, the curser jumps one line down. In the linked video I press "enter".
https://dl.dropboxusercontent.com/u/79449416/one%20line%20off%20error.mov
You can also detect this wh... |
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
### Official Helm Chart version
1.7.0 (latest released)
### Apache Airflow version
2.3.1
### Kubernetes Version
1.23.10
### Helm Chart configuration
webserverSecretKey: 'ad2126ad-95c5-4050-b785-218f84b4bafa'
defaultAirflowRepository: 'airflow'
defaultAirflowTag: 'test'
images:
a... |
### Apache Airflow version
2.2.5
### What happened
This is a duplicate of #22647 with a clearer title.
Airflow logs warnings when used in combination with SQLAlchemy >= 1.4.14 about
missing `cache_ok` fields on the Airflow `TypeDecorator` subclasses.
These look like:
[2022-03-31, 11:47:06 UTC] {wa... | 0 |
all.bash runs with test -short. However, sometimes non-short tests break. See
e.g. #10455 or #8617. These get found when someone eventually runs the full
tests during development.
It'd be useful to have one fast builder run the full set of tests for each
commit.
/cc @bradfitz
|
The builders run the -short tests. However, we've seen non-short tests fail in
the past. It'd be good for at least one builder somewhere on at least one
arch/os to run the full suite.
cc @bradfitz
| 1 |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
As #2468 has mentioned, send_file opens a file that mean to be closed by some
further processing of the WSGI server. However, test_client does not really
run the WSGI server, causing the opened file not closed until all test ends,
and thus triggers a ResourceWarning and causes cleaning code after a test
request to fa... |
The link http://flask.pocoo.org/docs/0.12/.latex/Flask.pdf referenced from
http://flask.pocoo.org/ is broken.
| 0 |
* Electron version: 0.37.5
* Operating system: Linux
We recently switched to Electron 0.37.5 for VS Code and changed our build
scripts to replace ffmpeg with the version you guys offer as separate
download. Our understanding is that this version is built with the target
"chromium" as opposed to "chrome" and thus... |
* Electron version: all
* Operating system: Linux
The library in the electron binaries archive is stripped. Download
electron-v0.37.2-linux-x64.zip and ffmpeg-v0.37.2-linux-x64.zip. Extract both
archive and check the libffmpeg.so. In the electron archive it is stripped,
but not in the ffmpeg archive. Shouldn't i... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4-SNAPSHOT
* Operating System version: MacOS
* Java version: java11
### Steps to reproduce 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: 2.7.0
* Operating System version: mac
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
**Current behavior**
Within a form which (by error) contains two inputs fields with the same "name"
attribute value (firstName is this case) Angular binds all the validations for
both fields
**Expected behavior**
I expected to throw an error or apply the validation only for one field
**Minimal reproduction of t... |
**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 |
**Elasticsearch version** : 2.3.2
**Plugins installed** : [mapper-attachments]
**JVM version** : 1.8
**OS version** : Windows
**Description of the problem including expected versus actual behavior** :
**Steps to reproduce** :
Similar to elastic/elasticsearch-mapper-attachments#216 and #14946
We couldn't find... |
**Elasticsearch version** :
2.3.2
**JVM version** :
1.7.0_101 x64
**OS version** :
Ubuntu 14.04
**Description of the problem including expected versus actual behavior** :
Hi,
i am using Elasticsearch 2.3.2 with the Mapper Attachments Plugin. I try to
copy the extracted content to another field, as descr... | 1 |
### Apache Airflow version
main (development)
### What happened
when I start airflow 2.4.0b1 with the `apache-airflow-providers-google==8.3.0`
the webserver log give :
[2022-09-08 14:39:53,158] {webserver_command.py:251} ERROR - [0 / 0] Some workers seem to have died and gunicorn did not restart th... |
### Apache Airflow version
main (development)
### What happened
Some of the (Google: TestDataflowPythonOperator) unit tests and system tests
are failing with:
CLIENT_INFO = ClientInfo(client_library_version='airflow_v' + version.version)
E AttributeError: 'str' object has no attribute 'ver... | 1 |
#### Code Sample, a copy-pastable example if possible
In [1]: from collections import OrderedDict
In [2]: import pandas as pd
In [3]: pd.__version__
Out[3]: u'0.21.0'
# the following works as expected:
In [4]: df1 = pd.DataFrame([[1, 2, 3]], columns=['a', 'b', 'c'])
In [5]:... |
Have you ever written code that looks like this:
if isinstance(d.index, MultiIndex):
results = []
for l in d.index.levels:
for x in baz(l):
results.append(foo)
elif isinstance(d.index, Index):
for x in d.index:
foo
I've had to speci... | 0 |
I have some properties of a deeply nested entity that need to be decimal. I
have them marked up that way via the ORM Doctrine column type. Symfony2
renders an input field with a pattern attribute.
I am validating via AJAX. I post over the data, use the form bindRequest to
setup an instance of the entity but then use... |
If you accidentally use `{% if is_granted('ROLE_EMPLOYEE') %}` in a view that
does not have a Firewall/TokenStorage enabled the AuthorizationChecker throws
an exception:
new AuthenticationCredentialsNotFoundException('The token storage contains no authentication token. One possible reason may be that t... | 0 |
Using the UCI HAR Dataset from this paper:
[1] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L.
Reyes-Ortiz. A Public Domain Dataset for Human Activity Recognition Using
Smartphones. 21th European Symposium on Artificial Neural Networks,
Computational Intelligence and Machine Learning, ESANN 2... |
Similar to https://stackoverflow.com/q/65206970/10447904:
(searched through GH issues with terms "None y axis inverted" as well as
throwing in a "None"/"object" term in there, before opening this issue)
The simplest reproducing example I could find was:
df = pd.DataFrame({'x': [0.0, 0.0, 0.3], 'y': [... | 0 |
### Motivation
Native indexing tasks currently support only text file formats because
`FirehoseFactory` is tightly coupled with `InputRowParser` (#5584). Other
issues around `FirehoseFactory` and `InputRowParser` are:
* Sampler and indexing task use the same `Firehose` interface even though their use cases are pr... |
This proposal is about extending Druid to support multi-stage distributed
queries, something that I think will be really exciting and amp up what Druid
is capable of.
## Motivation
Today Druid's distributed query stack is single-stage: the Broker receives a
query, slices it up into pieces, and sends one piece to ea... | 0 |
It is noticed here: http://bjk5.com/post/44698559168/breaking-down-amazons-
mega-dropdown
|
Bootstrap's hierarchical menus are a lot like Mac OSX, i.e., broken. I'd like
to suggest two changes that would greatly improve usability:
1. Don't hide the menu when you click on a divider or bottom/top padding.
2. Implement mouse movement tracked submenu display, like the one invented by Apple in the 80's and ... | 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.5/2.7.4.x
* Operating System version: OSX 10.x
* Java version: 1.8
在配置 dubbo.provider.token 后... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: macOs sierra
* Java version: 1.8
### Steps to reproduce this i... | 0 |
## Question
the method InsertValue.getParameters use parametersCount to subList the
parameters。but when counting the paramCount just accept
ParameterMarkerExpressionSegment. so that when my insert sql has parameters
like ifnull(?,1) , the value of paramCount is uncorrected 。finally
throw a java.sql.SqlException: N... |
parameter is not correctly resolved when parsing sql like `insert ...... on
duplicate key set column=? `
please checkout InsertDuplicateKeyUpdateClauseParser.java
version: lastest
| 0 |
* **I'm submitting a ...**
* feature request
**Current behavior**
(ngSubmit)="onSubmit()" do not trigger when used with `[form]` directives.
<table>
<tbody>
<tr>
<!-- PARTICULARS LIST WILL BE POPULATED HERE -->
</tr>
</tbody>
<tbody>
<tr form [ngFormM... |
In the `ngForm` directive documentation, the page says that the directive can
be used as an attribute `ngForm` (selector `[ngForm]`) and as a `<form>`
element.
I tried to do that, and I failed to get it to work. I'm suspecting it's a bug.
**Here's what I tried:**
Plunk
_(Look for the`app/hello_world` component)_... | 1 |
Unfortunately, it's not clear what action I can take, as a developer. Can we
give more guidance about what I should do now?
I'm trying to run the gallery app on my iPad, and I got this:
~/Code/flutter/examples/material_gallery[master*] $ flutter -d ipad run
Running 'pub get' in /Users/sethladd/Cod... |
Can we suggest to the user what to do to recover from this error? I'm not sure
what to do now. Thanks for any tips!
~/Code/flutter/examples/flutter_gallery[master] $ flutter --version
Flutter • channel master • git@github.com:flutter/flutter.git
Framework • revision 99a9bbbe7c (27 minutes ago) ... | 1 |
This compiles
fn func(){}
fn main(){
run(func);
run(func);
}
fn run<T>(f: T)
where T: Fn() + Copy{
f();
}
but this does not (playground)
fn func(){}
fn main(){
run(func);
run(func);
}
fn run<T>(f... |
Ran into another bug today, unfortunately the compiler doesn’t tell me any
more than this:
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
not... | 0 |
* Electron Version: 2.0.6
* Operating System (Platform and Version): Windows
* Last known working Electron version: Unknown
**Expected Behavior**
Using the `navigator.geolocation.getCurrentPosition` method, it should return
a success and a position
object which contains a coords object. When I access it us... |
* Electron version: v1.6.6
* Operating system: OSX
### Expected behavior
Return the position object usually return by
`navigator.geolocation.getCurrentPosition`
### Actual behavior
Nothing is returned, yet this works on a regular chrome browser
### How to reproduce
this code in my `index.html` file
... | 1 |
Describe what you were doing when the bug occurred:
1. Moving in next commits in Profiler dev tool in Ranked chart mode
* * *
## Please do not remove the text below this line
DevTools version: 4.2.1-3816ae7c3
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108
at Map.f... |
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE
I got this error when I click 'Ranked'.
* * *
## Please do not remove the text below this line
DevTools version: 4.0.4-3c6a219
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441
at Map.forEach ()
at commitIndex (chrome... | 1 |
* Bug Report
##### COMPONENT NAME
zypper_module
##### ANSIBLE VERSION
ansible 2.2.1.0
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
I have in a role a tasks/main.yml which contains:
- include: library/setup_packages.yml
vars:
pkg: "{{ item }... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.0.1.0
config file = /home/ansible/.ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
Trying to delete multiple files
##### STEPS TO REPRODUCE
... | 0 |
How to fix the bug right click in navbar (disapear) in firefox ?
Replace this code in line 142 in file dropdown.js:
Old code:
.on('click.bs.dropdown.data-api', clearMenus)
New code:
.on('click.bs.dropdown.data-api', function(e) { if (e.button ===2) clearMenus
}) //GA: Fix bug right click in FF
|
I have some kind of problem with twitter-bootstrap and firefox. I have a
dropdown menu. If I click on the menu and right click on its submenu, firefox
closes the dropdown. Thats how user cannot open the sub menus in new tab.
| 1 |
* [*] I have searched the issues of this repository and believe that this is not a duplicate.
* [*] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.7
* Operating System version: MacOS
* Java version: 1.8
### Codes
... |
* 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: 3.5.2
* Operating System version: linux
* Java version:java 8
### Steps to reproduce this issue
... | 0 |
The standard OSX mouse pointer for editing text is a **very** similar color to
the editor's background, sometimes making it really hard to see where the
pointer is. Maybe allowing default Atom themed mouse pointer sets would be a
good idea.
* * *
Atom Version: 0.115.0
OS Version: OSX 10.9.4
|
The I-bar cursor is currently always black in Atom. This makes it very hard to
track when using a theme with a dark background. Sublime inverts this cursor
when you're using a dark theme... and it's quite wonderful. I'd love if Atom
did this too.
I don't think you can take a screenshot of the cursor, so here's some ... | 1 |
It appears as though the user-agent header that Symfony2 BrowserKit sets is
incorrect. I've been bashing my head against Behat for a few hours trying to
test against a site running an IIS6 server (fails with IIS7 as well).
The server responds with:
HTTP/1.1 400 Bad Request (Invalid Header Name) and returns no body... |
Current state of collections mapping is not flexible and make a lot of
troubles.
In SF 2.0 if user sets by_reference property to false, setter for collection
was called, e.g. setItems().
Now (SF 2.1) if object have method addItem(), this method is called.
Lets take example with ordered items, e.g. gallery images.... | 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.): ku... |
Compilation error in pkg/util/mount/mount_unsupported.go.
GetDeviceNameFromMount declared twice. #30724 and #30666 are duplicates and
one of them need to be reverted. (build is disabled for linux, that's why both
of them got in)
| 0 |
# Bug report
## Describe the bug
Sometimes when I have links they don't want to load in my dev environment.
However when it's on the cloud it works fine. I'm not sure why.
## To Reproduce
Don't really know what steps I can do. Sometime's it works, sometime's it
doesn't. If I refresh the page in a new tab, it will... |
# Bug report
## Describe the bug
Either `Link` or `Router` stops working when doing client side routing. It
seems that HMR may be interrupting the transition between pages. It occurs
most frequently if the app is left idle or in the background for a bit of time
(although I have experienced it happening whilst click... | 1 |
Let's say I ran
npx playwright test --grep=@test
Is there a way that I can programatically get names of all test files that are
about to run, in e.g. `globalSetup`? Right now there's a way to do this with
CLI
npx playwright test --grep=@test --list
But can I get this list in ... |
Since Playwright 1.19, the list of cases is now generated before the Global
Setup (see #12018 for more details).
It would be great if we could expose root `Suite` to the global setup -
containing exactly the tests to be run.
This could be beneficial for use cases where we would like to run certain pre-
conditions d... | 1 |
by **harmen@typetypetype.net** :
- What does 'go version' print?
go version devel +b3abbfe35b6f Thu Sep 04 23:14:21 2014 -0400 linux/amd64
- What steps reproduce the problem?
This (correctly) doesn't compile:
_ = map[string]string{
"aap": "noot",... |
by **peter.dain@btinternet.com** :
What steps will reproduce the problem?
When looking up description of for example bytes.Index in bytes package, clicking on the
godoc HTML link takes you to the tag for index of the bytes package rather than the
expected method description.
L... | 0 |
**Grzegorz Borkowski** opened **SPR-7238** and commented
I run unit tests using Spring integration testing tools, that is, marking test
classes with `@ContextConfiguration`(locations = {...}) , which implies that
Spring uses the same context for all test having the same context location
configuration. In the tests,... |
**John Wu** opened **SPR-6353** and commented
## The Symptom
* Each test passes when running individually;
* A few `@Transactional` tests may fail when running in a test suite. The failure may occur on any `@Transactional` test class, depending on the nondeterministic runtime tests sequence. In fact, it's quit... | 1 |
## ❓ Questions and Help
Under PyTorch's no gradient mode, any tensor returned by operations shouldn't
create a new or extend an existing computation graph (i.e. `requires_grad`
should be false and `grad_fn` should be `None`). However, when using
`Tensor.expand` this is clearly not the case. Consider the following co... |
>>> x = torch.randn(3, requires_grad=True)
>>> with torch.no_grad():
... print(x[1])
...
tensor(-0.0967, requires_grad=True)
| 1 |
**Node.js** can't autocomplete after update 0.10.10, and i have the
`typings`...
If i try to user a new WS for test, __dirname can't underline to show me
download it, and just reference works
|
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 |
### Bug report
#### Bug summary
There is an inconsistency between the matplotlib's documentation and actual
outcome of the bar plot function. The documentation says that `left` argument
in the bar plot function indicate
> the x coordinates of the left sides of the bars
In fact, the `left` parameter indicate the c... |
### Bug report
**Bug summary**
Using `bar`, the first input argument is not used for the left edge of the
bar, but rather the center, as if the kwarg `align='center'` was used.
However, the desired behavior is obtained in both cases when using `align =
'center'` and `align = 'edge'`. Just when `align` is not specif... | 1 |
My code is following and the gif animation is slow, can yo u correct me the
usage of code in order to showing gif normally? you can email me the
detail:1933772028@qq.com
RequestOptions o = new RequestOptions();
Glide.with(h.imageView3.getContext())
.load("https://timgsa.baidu.com/timg?image&quality=80&size=b9999... |
Hello
If you have url and try to load it multiple times with a different view size,
image will not be loaded from cache, instead from network again and again.
My guess would be glide uses "size" as part of the key, which leads to a new
key every time we have different view with the same url.
Here is example app: ... | 0 |
When datasource name is long, the menu (after use clicks the three dots)
renders off - cuts off. It’s still on the screen but below the chart instead
of rendering to the left.
### Expected results
Render to the left.
### Actual results
Cuts off.
#### Screenshots
:
superset_init | File "/usr/local/lib/python3.6/site-packages/pkg_resources/
**init**.py", line 582, in _bui... | 0 |
Full browser height on MBA 13 inch:
` : doesn't recognize a new ports that opened after the `flask` server started.
2. If a port closed (ex: `VMPK Output`) after it was called by, calling the same function `mido.get_input_names()` throws the `subje... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-give-your-
javascript-slot-machine-some-stylish-images has an issue. Please describe how
to reproduce it, and include links to screenshots if possible.
After adding:
$($('.slot')[0]).html('<img src= "' + images[slotOne - 1] + '">');
... |
Challenge http://freecodecamp.com/challenges/waypoint-give-your-javascript-
slot-machine-some-stylish-images has an issue. Please describe how to
reproduce it, and include links to screenshots if possible.
It is considering spaces to validate code in:
$($('.slot')[0]).html('<img src = "' + images[slo... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0-SNAPSHOT
### Steps to reproduce this issue
README file in 2.7.0 branch (https://github.com/ap... |
* [ x ] I have searched the issues of this repository and believe that this is not a duplicate.
* [ x ] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2
* Operating System version: mac
* Java version: 1.8
### Steps to reproduce thi... | 0 |
* Electron version: 0.37.7
* Operating system: Windows 64, Ubuntu 14.04, 15.10
One of the application of us packaged with electron 0.37.7 will quit silently
before seeing the window when run. The cause is found, using debugger on a
ubuntu 14.04 virtual machine, to be `app.makeSingleInstance` in the main.js
file ... |
* Electron version: 0.37.7
* Operating system: MacOS 10.11.4
Create a directory with the attached `package.json` and `main.js` files. The
app just calls `app.makeSingleInstance` (code sample copied from the Electron
docs) and then creates an empty window.
package.json.txt
main.js.txt
Type:
... | 1 |
(I'm _fairly_ sure this worked in the previous release)
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable):0.4.2382.0
# Steps to reproduce
1. Open Windows Terminal
2. Double click in the title bar (see screenshot below)
 with the filename
"[name].[contenthash].bundle.json". When importing the JSON file in my entry
file I'm provided with the hash... |
During app rebuild this error happens:
let data = module.buildInfo.jsonData;
TypeError: Cannot read property 'jsonData' of undefined
Webpack 5.42.0
| 0 |
Running Atom Version 0.176.0 (0.176.0) and atom-fixmyjs 1.3.0
Originally from sindresorhus/atom-fixmyjs/issues/7
Reproduceable. This appears to be an atom bug, rather than in the atom-fixmyjs
package. It looks like there is an npm install error where the fixmyjs
dependency doesn't get installed. Previous versions ... |
I made a package called tidy-markdown, that depends on an npm package of the
same name (and currently the same version too). The atom package is just a
thin wrapper around the npm package, so it didn't seem like it should have a
different name, and I certainly didn't want to add a "atom-" prefix to the
actual package... | 1 |
I frequently get asked about post-pruning. Often using single trees is
important for interpretability, and post-pruning can help both
interpretability and generalization performance.
[I'm surprised there is no open issue on this, but I couldn't find one]
|
Everything is in the title. This behaviour comes from the `__iter__(self)`
method of **ParameterSampler**. By creating a generator that randomly picks
each time values for every parameter independently, there is no way to prevent
collision.
If `n_iter` is greater than a significant fraction of the grid cardinal,
co... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
My app should be deployed to now.sh using a custom webpack config and a custom
.babelrc
## Current Behavior
Deploy fails in `next build` stage.
> Using external babel configuration
0... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Steps at https://learnnextjs.com/basics/getting-started/setup should succeed
compilation and show 404 in the browser.
## Current Behavior
> ERROR Failed to compile with 1 errors
> 15:19:19
>
> Thi... | 0 |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
Code that reproduces the crash (only happens when targeting older engines like
`IE 11`:
main();
async function main() {
let is_done = false;
const ... |
Following code produces the error:
const hello = async () => {
const he = { ll: '2' }
const { ll } = he
}
`babel config`
module.exports = {
presets: [
[
require('@babel/preset-env'),
{
targets: 'defaults, not ie <= 11, not ed... | 1 |
I'm using Session.request to do GET from a HTTPS URL where the the server side
certificate may be invalid. For testing purposes, if the certificate is
invalid, I want to retry the GET with 'verify=False'. I'm reusing the Session
for the retry, but the second request also fails even though I specify
'verify=False' in ... |
Using a website that has a self-signed cert, the following use of verify=False
fails:
import requests
s = requests.Session()
r = s.get('https://selfsignedsite')
_traceback_
r = s.get('https://selfsidnedsite', verify=False)
_traceback is the same about SSL3 not finding a valid cert_
requests.get('https:/... | 1 |
yes~I can run all my code in atom-shell,but I didn't find the way to package
the code into a app just like node-webkit,any one can tell me the magic?
|
It would be awesome to get packaging support with embedding resourses to
executable file
Discussed a lot here: nwjs/nw.js#151 don't get confused with issue title btw
| 1 |
### Description
When I have multiple feeds and a blocking feed storage, I get duplicated feed
logs.
### Steps to Reproduce
1. Create a `test.py` file with this spider and settings
2. `scrapy runspider test.py -L INFO`
**Expected behavior:**
2020-06-09 19:23:03 [scrapy.extensions.feedexport] INF... |
While installing scrapy in python virtual environment I am getting the below
error. please help on this
Installing collected packages: pyasn1, pyasn1-modules, service-identity,
twisted
Running setup.py install for twisted ... error
ERROR: Command errored out with exit status 1:
command: 'c:\users\neha\appdata\... | 0 |
>>> sparse.hstack( [] )
Traceback (most recent call last):
File "<ipython-input-143-f5f1847514fe>", line 1, in <module>
sparse.hstack( [] )
File "C:\Python27\lib\site-packages\scipy\sparse\construct.py", line 423, in hstack
return bmat([blocks], format=format, dt... |
>>> import numpy as np
>>> from scipy import sparse
>>> sparse.hstack( (sparse.csr_matrix([[1,2]]), np.array([[]])) )
Traceback (most recent call last):
File "<ipython-input-27-f65b402ca75d>", line 1, in <module>
hstack( (csr_matrix([[1,2]]), np.array([[]])) )
Fi... | 1 |
Trying to build latest git tree (`git describe --tags` calls it
`v1.3.0-rc1-2262-g74cfc64734`):
> ERROR: /build/tensorflow-
> git/src/tensorflow/tensorflow/tools/pip_package/BUILD:101:1: no such package
> '@llvm//': java.io.IOException: Error downloading
> [http://mirror.bazel.build/github.com/llvm-
> mirror/llvm/ar... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Arch Linux
* **TensorFlow installed from (source or binary)** : Source
* **TensorFlow version (use command below)** ... | 1 |
* Electron version: the one bundled with Atom 1.7.1, also 0.36.0
* Operating system: Linux
The "focus()" call does not actually focus the window, it only raises it.
Focus remains in the caller app (terminal, for instance).
No "focus stealing prevention" is used. This can be reproduced on multiple
window manager... |
I am hitting an issue where a window (in Windows 10) is not being put to the
front when I call focus() on it. The same code brings the window to the front
on Windows 8 and below, so something must have changed in Windows 10 with
regards to window management.
What I see happening is that the task bar is flashing in o... | 1 |
Trying out electron for the first time and downloaded the latest version 0.28
(win x64). I basically copy and pasted the tutorial code from Quick Start
(https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md)
and was able to bring up a window. However I see the following error:
Uncaught Error: Ca... |
* Electron version: v1.7.5
* Operating system: MacOS
### Expected behavior
WebView opens external website e.g https://google.com
### Actual behavior
When creating a WebView in Angular projects either using JavaScript or by
adding a HTML tag, it crashes with this error.
> Uncaught TypeError: WebViewImpl.Brows... | 0 |
Compiling water v0.14.34-alpha (file:///mnt/host/kmcg3413.net/water.rs)
/mnt/host/kmcg3413.net/water.rs/src/compat.rs:53:1: 61:2 error: internal compiler error: impl `VtableImpl(impl_def_id=DefId { krate: 0, node: 6089 }:compat::MessagesIterator<'a, T>.Iterator, substs=Substs[types=[[_];[];[]], re... |
### STR
Didn't have time to write a shorter snippet
#![crate_type = "lib"]
#![feature(associated_types, lang_items, unboxed_closures)]
#![no_std]
use Option::{None, Some};
trait Iterator {
type Item;
fn next(&mut self) -> Option<Self::Item>;
}
... | 1 |
I wanted to exclude all of the tensorflow logs in output. I searched and found
that one or both of these setting should work:
os.environ['TF_CPP_MIN_LOG_LEVEL']='3'
tf.logging.set_verbosity(tf.logging.ERROR)
Though, I am still getting network loading logs, e.g.:
2019-02-28 23:5... |
In the softmax documentation on page:
http://tensorflow.org/tutorials/mnist/beginners/index.md
There is a set of images showing an example of what the function is doing:

Then the "xs" are pulled out so t... | 0 |
**Adam Murray** opened **SPR-2128** and commented
The form implementation class
org.springframework.web.servlet.tags.form.FormTag doesn't implement support
for all the attributes it claims to support in the spring-form.tld. Specially,
the attributes supported by code in the AbstractHtmlElementTag class are
missing. ... |
**Dr. Christoph G. Jung** opened **SPR-2727** and commented
I just stumbled over an issue when dealing with a reasonable Java5 feature,
that is covariant method overrides.
Suppose you define a general access interface
public interface Foo {
public Number getVersion();
}
and implement it in a bean like this (t... | 0 |
### Describe your issue.
with scipy1.10 scipy.interpolate.RegularGridInterpolator object gives the
following error message when the **call** method is used:
### Reproducing Code Example
import scipy
import scipy.interpolate
import numpy as np
foo = scipy.interpolate.RegularGridInterp... |
### Describe your issue.
Invoking `RegularGridInterpolator` for a 2D interpolation problem where the
data array is `float32` crashes.
### Reproducing Code Example
""" ... | 1 |
There is a fiddle illustrating the problem here
http://jsfiddle.net/lddubeau/kcbFY/
(It imports 3.0.0 RC2 rather than what is on the wip branch. I tried to get
the fiddle to get the latest from github but jsfiddle complained. Visual
inspection of the files on the wip branch tells me the issue has not
disappeared sin... |
It seems there is something funky happening when compiling the the less files
to plain old css. While porting 3.0.0-wip to Sass I noticed duplicate rules in
the bootstrap.css generated by recess:
A good example is in lines 587 to 605 of bootstrap.css. The rules for .dl-
horizontal dd:before and .dl-horizontal dd:aft... | 0 |
I fit exactly same data to LinearRegression() function but get two slightly
different model coeficients.
1st try:
3260 12/05/2018 12:41:59 PM self.ref_price_psf_model.coef_1 =
0.8927025598257011
3260 12/05/2018 12:41:59 PM self.ref_price_psf_model.coef_2 =
-1.697037974902777e-05
3260 12/05/2018 12:41:59 PM sel... |
`LinearRegression` is sometimes not deterministic, as shown by the following
test:
from sklearn.linear_model import LinearRegression
from sklearn.utils.testing import assert_array_equal
from sklearn.tests.test_multioutput import generate_multilabel_dataset_with_correlations
def test_in... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | yes
Symfony version | 3.4 ? maybe also before
In the sulu recipe, we will add another file which adds the firewall to the
existing configuration. This is not really possible without manually adding
the `admin` key inside... | Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
Symfony version | -
One of the most frustrating limitations of the Security component config is
that you can't define the firewalls in different files:
InvalidConfigurationException in PrototypedArrayNode.php line ... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
I have been struggling with issues using the paper-data-table written in
polymer
(more information about the issue and my questetion is here:
[http://stackoverflow.com/questions/36864501/using-paper-datatable-in-
angular2](The issue)
One of the suggested solution is to surround the table with:
which is a polyme... | 0 |
There are many native features that will require listening to windows messages
and alter them.
It's important to hook to the original wndproc so we'll be able to alter
messages as well.
After digging in I noticed there is a PreHandleMSG in here
https://github.com/atom/electron/blob/master/atom/browser/native_wind... |
There are many native Windows features that will require listening to some
`WM` or another. Right now there isn't a great way in Atom Shell to do this.
AFAICT, your best bet is to:
1. Create your own native node module
2. Include `<windows.h>`
3. Create a message-only `Hwnd` that is a child of your Atom window... | 1 |
If you call `jl_init()` from a Windows application without a console, Julia
0.7 and 1.0 will abort the application after trying and failing to duplicate
an invalid stdio handle. Julia 0.6 was less strict (and possibly less correct)
about this but at least the apparent result was that things worked and
stdout/stderr o... |
Currently, `convert` is used to extract the magnitude of a quantity, or
alternatively to give units to a dimensionless quantity. This happens in the
`Dates` code in `Base`, and the behaviour has inspired similar behaviour in
SIUnits.jl and Unitful.jl.
In Base, `convert` is generally used to convert between values of... | 0 |
# Summary of the new feature/enhancement
Make the WM tile automatically and properly.
Allow key binding for mode select (priority or other or grid)
Allow you to group custom presets into a custom template which you can then
switch to using the binding describer above.
(When opening the custom template there is... |
## Be able to change the template "on the fly" by using a keyboard shortcut.
When I press the given shortcut, it activates the template associated.
Then, the next time I use "Shift-drag" to place a windows into a template
area, the areas shown corresponds to newly selected template.
* * *
If you'd like to see th... | 0 |
Users can consume the options appropriately or pass them down to recursive
`Deno.inspect()` calls.
|
_Edit: the current proposal is here#8099 (comment)_
* * *
Probably should have thought of this when we did `Deno.customInspect` but we
didn't. As our console output has evolved, it makes it really hard to
implement the same rich output. For example if you have the following code:
const h = new Heade... | 1 |
Using a samsung 7 tablet
when doing challenges, "Go to my next challenge" link does not work when
tablet is in portrait mode, but works fine in landscape
|
Challenge http://www.freecodecamp.com/challenges/waypoint-say-hello-to-html-
elements has an issue. Please describe how to reproduce it, and include links
to screen shots if possible.
I was unable to access the instructions for this module because the button
labeled "More Information" was unresponsive on my mobile d... | 1 |
Hello,
I want to apologize first if someone ask it before, I did a lot of searches,
and I didn't find an answer, so.. as I don't know if that's an issue or not, I
post it there.
I have, for many events (but not all) the following issue :
My listeners are called 2 times whereas I only send it once (I'm sure about
... |
**I'm submitting a ...**
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavio... | 0 |
AFAIK, it would be great if two types of interfaces are defined, which would
help developers to do better source reusing. And also that there maybe other
things in same situation, I hope somebody else can commit them here too.
At first, for the request builders, there are SearchRequestBuilder,
CountRequestBuilder an... |
Copied from #9901:
Today we have a massive infrastructure to parse all our requests. We have
client side builders and server side parsers but no real representation of the
query, filter, aggregation etc until it's executed. What is produced from a
XContent binary is a Lucene query directly which causes huge parse me... | 1 |
Challenge Create Decimal Numbers with JavaScript has an issue.
User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/47.0.2526.111 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var ourDeci... |
Challenge Create Decimal Numbers with JavaScript has an issue.
User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/46.0.2490.71 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var ourDecim... | 1 |
**Preflight Checklist**
[x ] I have read the Contributing Guidelines for this project.
[ x] I agree to follow the Code of Conduct that this project adheres to.
**Issue Details**
* Electron Version:
8.2.1
* Operating System:
window 10
* Last Known Working Electron version:
Dont know.
**预期行为** ... |
**Preflight Checklist**
[x ] I have read the Contributing Guidelines for this project.
[ x] I agree to follow the Code of Conduct that this project adheres to.
**Issue Details**
* Electron Version:
8.2.1
* Operating System:
window 10
* Last Known Working Electron version:
Dont know.
**预期行为**
... | 1 |
After upgrading Flutter, when I build my app I started getting following error
:
Execution failed for task ':app:processDebugManifest'. [ +5 ms] >
Manifest merger failed : Attribute
meta-data#android.support.VERSION@value value=(25.4.0) from
[com.android.support:appcompat-v7:25.4.0] Andro... |
pressing 'r' results in error
Error -32601 received from application: Method not found
Hot reload was rejected:
'package:flutter/src/semantics/semantics.dart': malformed type: line 2126 pos 17: cannot resolve class 'SemanticsFlag' from 'SemanticsConfiguration'
void _setFlag(SemanticsFlag ... | 1 |
> Querying the GitHub API failed. This is usually caused by a network outage
> or because you have reached your hourly API rate limit of 60 requests.

| ERROR: type should be string, got "\n\nhttps://deno.land/std \n \nFailed to get directory listing \nQuerying the GitHub API failed. This is usually caused by a network outage or\nbecause you have reached your hourly API rate limit of 60 requests.\n\n" | 1 |
/tmp# ls -lt sklearn-test* | head
-rw------- 1 buildslave buildslave 213 Jan 14 01:07 sklearn-test8Yh7h6.gz
-rw------- 1 buildslave buildslave 209 Jan 14 01:07 sklearn-testbux42U.bz2
-rw------- 1 buildslave buildslave 209 Jan 14 00:50 sklearn-testpv8EZp.bz2
-rw------- 1 buildslave buildsl... |
#### Description
`KBinsDiscretizer` with `strategy='quantile'` is producing duplicate bins when
used on data which don't have uniform distribution.
#### Steps/Code to Reproduce
import numpy as np
np.random.randint(1, size=(10,1))
X1 = np.random.randint(1, size=(10,1))
X2 = np.random.randi... | 0 |
### Version
2.5.13
### Reproduction link
https://jsfiddle.net/6vps8vej/
### Steps to reproduce
1. Select one of the
### What is expected?
The {{ selected }} text should appear.
### What is actually happening?
The `selected` value does not change.
* * *
* The code works if the `<div is="select">` is ch... |
### Version
2.5.17-beta.0
### Reproduction link
https://jsfiddle.net/Pomer/vdq3wbtL/1/
### Steps to reproduce
Simple you can change Vue from 2.5.17 to 2.5.17-beta and the jsfiddle will
stop working.
The idea it's simple we have an array of json componen than need to be sorted
via computed function.
### What i... | 0 |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* 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 alrea... |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* 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 alrea... | 0 |
Using a tangent space normal map and DoubleSide phong material doesn't show
lighting effects on Android Chrome. (Desktop Chrome seems to be fine, changing
to FrontSide also works)
**Code**
https://gist.github.com/nbilyk/809fc2a3fc1644a72048038e01ac6468
const planeGeo = new THREE.PlaneBufferGeometry(p... |
**Description of problem**
Models appear to be washed out/metallic when they are loaded on certain
Android devices.
From the tested devices Google Pixel and OnePlus phones display this issue.
Models are loaded in .glb format (packed with PBR textures), the scene
contains an HDRI environment map.
This issue may ... | 1 |
### Version
2.5.13
### Reproduction link
https://jsfiddle.net/50wL7mdz/94716/
### Steps to reproduce
1. navigate to page-a to make keep-alive to cache page-a component
2. navigate to page-b to make keep-alive to cache page-b component
3. now, if remove cache of page-a, page-a was destroyed correctly,
if ... |
### What problem does this feature solve?
There are many cases where attributes passed to a Vue component should not be
added to the root element, but rather a sub-element. For example, in this UI
component, an incredible amount of props must be used to ensure that
attributes are added to the `input` element, instea... | 0 |
Plugin will say cannot load plugin dispite no code has been changed but seems
to work on WIndows. flash last worked on Electron 4.2.6 on Linux
E.g:
Gamer World based on Electron 4.2.6 (working Linux)
https://imgur.com/o6dvCP2.png
Gamer World based on Electron 6.0.0 (not LInux)
https://imgur.com/YUrPMs8.png
Ga... |
this is navigator.plugins console

main.js

I use video.js flash play http://rtmp
The ... | 1 |
## 🐛 Bug
I'm trying to build on a system with a Radeon VII and Ryzen 3800x running
Ubuntu 19.04 with ROCm installed from AMD's repository as described here
(without dkms, just using the upstream kernel and udev rules as outlined). I
see the following when I try to build:
Building wheel torch-1.3.0a0+... |
## 🐛 Bug
`Tensor.expand` does not detach when called inside `torch.no_grad()`.
## To Reproduce
x = torch.tensor(0., requires_grad=True)
with torch.no_grad():
y = x.expand(1)
assert not y.requires_grad # fails
## Expected behavior
Like all other torch operations, `.expand()` should... | 0 |
### Which version of ShardingSphere did you use? shardingsphere-proxy 4.1.1,it
also happens at 5.0.0-alpha version.
myApp(jdbc) --> shardingsphere-proxy --> PostgreSQL 12.5, compiled by Visual
C++ build 1914, 64-bit
`<dependency>`
` <groupId>org.postgresql</groupId>`
` <artifactId>postgresql</artifactId>`
` <... |
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your
issue is not a duplicated one.
### Which version of Sharding-Sphere do you using?
### Which project do you... | 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
... |
# 🚀 feature request
### Relevant Package
This feature request is for @angular/router
### Description
Consider populating the router.config…children array the same for static and
lazy loaded routes.
### Describe the solution you'd like
Some developers including myself like to create navigation elements, say for... | 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
... |
As far as I can tell there is no good way to make a decorator conditionally
applied. My experience is with Angular 2 in Dart, for an internal app (zny@).
This is a feature request for some template syntax or something similar (maybe
an automatically generated input for all directives like applyDirectiveName?)
to allo... | 0 |
# Bug report
(This is a continuation of #7381, which solved part but not all of the issue.
I _think_ this is a bug. It's possible it's a feature I don't yet understand.
Apologies in advance for the verbose bug report...)
**What is the current behavior?**
When using the split chunks plugin, the resulting compilatio... |
webpack 2.1.0-beta.21
Sorry if it is a duplicate bug report but at least I failed to find one in so
many opened issues.
ExtractTextPlugin is not enabled, CommonsChunkPlugin is not enabled, happypack
is not enabled.. it just broke, sometimes.
Config:
https://github.com/vijos/vj4/blob/6c06305e9481c0f13c8c3faa3198c58... | 0 |
### Version
2.6.11
### Reproduction link
https://jsfiddle.net/sqh8jL65/4/
### Steps to reproduce
1. Add the bindings `:selected="'selected'"` and `:random="'random'"` to an `option` element.
### What is expected?
The `option` element is rendered in the DOM with both the
`selected="selected"` and `random="ran... |
### Version
2.5.13
### Reproduction link
https://jsfiddle.net/50wL7mdz/165238/
### Steps to reproduce
Create a component property that has `[Boolean, String]` types. The HTML5-like
attribute doesn't behave like a normal Boolean value anymore, instead it gets
discarded as empty string.
### What is expected?
I w... | 0 |
http://stackoverflow.com/questions/18646668/pandas-hdfstore-duplicate-items-
error/18668217#18668217
|
from stackoverflow
The original frame can not be shared, but following code reproduces the issue.
import pandas
import numpy as np
import datetime
# create large list of non periodic datetime
dates = []
sec = datetime.timedelta(seconds=1)
half_sec = sec / 2
d = datetim... | 0 |
We can improve the searchability of our challenges by including additional
text and links in the descriptions of these challenges.
We could add the following to the top of a challenge lesson description.
(these breadcrumbs would be clickable and lead to cert/topic landing pages)
Responsive Web Design > HTML5 and ... |
Challenge http://www.freecodecamp.org/challenges/waypoint-add-borders-around-
your-elements has an issue. Please describe how to reproduce it, and include
links to screen shots if possible.
I think the test for this is wrong, but I didn't spend much time than looking
at it except to note it was doing a global & igno... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.