text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I tried to recreate this example to add off diagonal lines to a pairplot:
https://stackoverflow.com/a/48122198/4464887
The code is:
import seaborn as sns
import numpy as np
import matplotlib.pyplot as plt
def plot_unity(xdata, ydata, **kwargs):
mn = min(xdata.min(), ydata.min(... |
Hi,
I discovered that the map_* methods of PairGrid seem to be broken in version
0.11.0 for user defined functions. See reproducible example below with a
corrfunc defined to plot the pearson correlation value on the lower plots. The
function doesn't seem to get evaluated in version 0.11.0. When I pip install
seaborn... | 1 |
## Feature request
👋 I'm a developer who's been working on adding source map support to Node.js
stack traces.
I've noticed that webpack's source maps use special pseudo paths, which look
something like this:
**webpack:///./index.js**
When these source maps are loaded in Node.js, it's difficult to know what path
... |
## Feature request
**What is the expected behavior?**
Expected compiled code Use Directly native es6 module
**What is motivation or use case for adding/changing the behavior?**
Because the browser environment supports
**How should this be implemented in your opinion?**
add a option
**Are you willing to work ... | 0 |
#### Challenge Name
Clone an Element Using jQuery
https://www.freecodecamp.com/challenges/clone-an-element-using-jquery
#### Issue Description
#### Browser Information
* Browser Name, Version: 360 Safe Browser
* Operating System: Windows 7
* Mobile, Desktop, or Tablet:
#### Your Code
<scr... |
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 |
I have two similar pieces of code that I would expect to behave in a similar
fashion. The first piece of code compiles and functions properly:
trait HasId {
fn id() -> i32;
}
trait Foo {}
impl HasId for Foo {
fn id() -> i32 { 1 }
}
trait Bar {}
... |
The compiler fails to compile this:
#![feature(associated_consts)]
pub trait Foo {
const MIN: i32;
fn get_min() -> i32 {
Self::MIN
}
}
fn main() {}
The error message:
main.rs:4:5: 4:20 error: internal compiler error: En... | 1 |
when finding a Yaml date, the parser currently returns it as a unix timestamp.
A flag to return it as a DateTime would be great.
If we handle them as DateTime, the dumper should accept DateTime objects and
dump them as Yaml dates though
|
Hi,
I'm not sure if this issue is a duplicate, because i couldn't find any other
that specifically points to this.
I am rendering two controllers into the view like this:
{{ render(controller('WebBundle:Task:navTask')) }}
{{ render(controller('WebBundle:Notification:navNotification')) }}
Eve... | 0 |
Check this : http://twitter.github.com/bootstrap/javascript.html#tooltips
The data-placement doesn't work ... tooltips always opens on top
|
congrats on releasing 2.3.0!
I was checking out some of the docs and saw that tooltips data-placement is
not working correctly. I think its because of the one pull request that makes
options set in javascript override the options that were set in the html but
I'm not sure..
| 1 |
A couple weeks ago we discussed being able to 'chain' task spawn options,
which would be much more fun to write than the current builder interface.
I envision:
fn unlinked() -> builder { ... }
fn notify_chan() -> builder { ... }
fn spawn() { ... }
impl for builder {
fn unlinke... |
I didn't find any duplicate issue, but this problem has probably been there
for a long time.
* The code `panic!("{}", 7)` compiles and prints `thread <main> panicked at "7", ...`
* The code `panic!("{} {}", 7)` doesn't compile as an argument is missing
* The code `panic!("{}")` **does compile** and prints `thr... | 0 |
##### ISSUE TYPE
Documentation Report
##### COMPONENT NAME
core
##### ANSIBLE VERSION
ansible 2.0.1.0
config file = /root/.ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
##### OS / ENVIRONMENT
Running ansible on CentOS Linux release 7.2.1511 (C... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 1.9.5
configured module search path = None
ansible 2.0.1.0
config file = /dev/null
configured module search path = Default w/o overrides
# from git: d78ba34cf000cc7d5ff57e8f99b679d03d064540
ansible 2... | 0 |
Is it possible to keep a reference on a scene's object ?
When we do :
this.scene.add(meshObject);
When I make it, my object is add in the scene and it is "lost" in the property
"children" which is an array.
I must search the object in the scene's property "children" to modify the
object that I dis... |
Names of nodes are user-specified, and not guaranteed to be unique within a
glTF file. But because THREE.PropertyBinding relies on track names to target
animation, having two nodes with the same name will cause animation to affect
the wrong part of a model. We should de-duplicate node names on import, to
ensure that ... | 0 |
I have come across a reproducible segfault in Julia v0.5.0. I'm afraid it's
not very minimal, but it's easy to reproduce. To reproduce:
* Install branch `fsm_matrix_segfault` of the package jeff-regier/Celeste.jl (commit 21974)
* Check out branch `segfault` from the repo rgiordan/CelesteDev.jl
* Run the Celest... |
julia> function foo{T}()
nothing
end
WARNING: static parameter T does not occur in signature for foo at REPL[1]:2.
The method will not be callable.
foo (generic function with 1 method)
julia> foo()
signal (11): Segmentation fault: 11
while loadi... | 1 |
Challenge http://freecodecamp.com/challenges/waypoint-bring-your-javascript-
slot-machine-to-life has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
1. In the space provided for code, type `$($)`
2. This causes an infinite loop.

| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
Is there any way to configure TablePagination shows all rows on a single page?
I mean something like this:
<TablePagination
rowsPerPageOptions: [5, 10, 15, 'All'] // or [5, 10, 15, 0]
/>
I've alrea... |
When testing a component that includes a , I can successfully simulate a click
and verify that the component's state is set to open. However, when I then try
to find the defined action buttons, I am unable to do so.
// Code
class CustomDialog extends Component {
....
this.state =... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Problem Description
The current ipcRend... |
### 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:**
* 8.... | 0 |
##### System information (version)
* OpenCV => 3.1
* Operating System / Platform => Linux Mint
https://www.virustotal.com/de/file/24bda432eaace9e992322dcc3d30144cefa5314c2424d4aa02e5fe3fa9dd17bd/analysis/1535208210/
Why u is there a trojan downloader ?! I do not appreciate it!
##### Detailed description
Ava... |
##### System information (version)
* OpenCV => 3.2
* Operating System / Platform => Windows
* Compiler => -
##### Detailed description
Avast detects JS: Downloader-DZB [Trj] virus in OpenCV 3 (.exe file).
##### Steps to reproduce
I downloaded the OpenCV for Windows file (version 3.2) from
http://opencv.org... | 1 |
# Bug report
## Describe the bug
I have a monorepo usecase, where I want to share code between the next app and
other modules that are located outside of the app folder.
It will end up with this error:
{ Error: (client) ../foo.ts 1:0
Module parse failed: The keyword 'interface' is reserved (1:0)... |
Now some of us ships NPM packages (specially components) written in ES2015
without transpiling them.
That's a pretty good thing specially if they are gonna used in a project like
Next.js or CRA (which does transpiling). They offer benefits like:
* No need to transpile before shipping to NPM
* Get the benefit of... | 1 |
I tried to implement React Helmet for our project and noticed a bug when
running in production mode.
React Helmet doesn't initialize on the very first request after starting the
application. But it initializes correctly on each subsequent request (SSR &
CSR).
I cloned the minimal with-react-helmet example and I c... |
* I have searched the issues of this repository and believe that this is not a duplicate.
I need to support some older browsers, so I would like to always include some
polyfills (Intl, Object.assign and Promise) in the app bundle and just execute
them if need (I've tried to do it conditionally, but it fails in a lo... | 0 |
For per-1.0 version, linear progress component has a consistent API with
circle progress component, where the range of the progress can be set with
'max' and 'min' props. These APIs have been removed in 1.0, but it wasn't
explicitly stated, and it was only implied in the examples that the value
props linear progress ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
LinearProgress and CircularProgress should accept min, max and value props.
When mode is 'determinate', the progress is calculated based on value between
a scale of min to max.
If min and max are... | 1 |
Yesterday, there was a file, `server.ts` that existed.
Today, it doesn't exist.
https://deno.land/std@v1.0.0-rc2/http/server.ts
Navigating to this URL makes it seem like there is a file `server.ts`
https://deno.land/std@v1.0.0-rc2/http/
It looks like all files are returning 404s.
What is wrong?
|

## Steps to reproduce
1. Delete `~/.cache/deno`
2. Clone https://github.com/KSXGitHub/deno-args
3. Run `deno cache --unstable **/*.ts`
## Expected behavior
It runs without error
## Actual be... | 1 |
# Bug report
**What is the current behavior?**
Assume we have two projects with only index.js files in them, which are having
same content:

and this webpack config:
module.exports = {
... |
## Feature request
**What is the expected behavior?**
right now cache writes absolute paths
**What is motivation or use case for adding/changing the behavior?**
if all paths will be relative to cache folder it will allow to share cache
**How should this be implemented in your opinion?**
Did not investigate this... | 1 |
### Bug report
**Bug summary**
Using tex (`rcParams["text.usetex"] = True`) results in an error because of a
font name not being valid in current master. Works fine with matplotlib 2.2.3.
**Code for reproduction**
import matplotlib.pyplot as plt
plt.rcParams["text.usetex"] = True
plt.pl... |
### Bug report
I like to test my code against the bleeding edge version of matplotlib (by
installing it in a conda virtual environment) on my work machine (Windows PC).
Since I do not have admin rights to install the necessary tools to build from
source, I download the wheels from appveyor and use pip install.
The ... | 1 |
# Bug report
**What is the current behavior?**
Running webpack throws an exception that `acorn` cannot be found:
[webpack-cli] Error: Cannot find module 'acorn'
Require stack:
- [root]\node_modules\acorn-import-assertions\lib\index.js
- [root]\node_modules\webpack\lib\javascript\Javascrip... |
_Update: On further investigation, it seems that there's a very significant
mismatch between webpack Wasm semantics and the early draft proposed standard,
in terms of when Wasm instantiation happens. I'm happy to have the help of the
webpack team here, with your experience this space and success building a
working s... | 0 |
**Migrated issue, originally created by Anonymous**
inserting multiple rows using single list of row values doesn't work, ex.
conn.execute("insert into users (user_id, user_name) values (?, ?)", [(10,"donkey")]((9,"barney"),))
or
conn.execute("insert into users (user_id, user_na... |
I have a specific model configuration where queries using limit() on a
relationship are not returning the expected number of rows.
In this example, staff is defined as a relationship on the School model as
such:
`staff = db.relationship( 'User', secondary='grant',
primaryjoin='School.id==Grant.school_staff_target_... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version:2.7.6
* Operating System version: Mac 10.15
* Java version: 11
registry:nacos 1.2.0
### 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: 2.7.0
### Steps to reproduce this issue
1. Interface without package.
 {
if (message instanceof Array) {
message = message.filter; // error
}
}
Currently it results in `Property 'entries' does not exist on type 'Object |
Object[]'`. It seems... |
**TS 1.4**
Type guard fails to narrow the union type when returning early.
function foo(x: number | string) {
if (typeof x === 'string') {
return;
}
// x should now be a number
if (2 % x !== 0) {
// do something
}
}
Unfortunately, I... | 1 |
### Vue.js version
2.0.3
### Reproduction Link
https://jsbin.com/lurayuxofo/edit?html,js,console,output
### Steps to reproduce
1. Include inline SVG with some styles within a Vue instance
2. Init vue instance
### What is Expected?
1. SVG to be styled according to the style element
### What is actually h... |
### What problem does this feature solve?
From compiling template error message:
`Component template should contain exactly one root element. If you are using
v-if on multiple elements, use v-else-if to chain them instead.`
But `Cannot use `` as component root element because it may contain multiple
nodes.`
So ... | 0 |
## Expected Result
Displays the proxy IP address
## Actual Result
Traceback (most recent call last):
File "/Users/cheney/code/python/tools/venv/lib/python3.8/site-
packages/urllib3/connectionpool.py", line 696, in urlopen
self._prepare_proxy(conn)
File "/Users/cheney/code/python/tools/venv/lib/python3.8/site... |
When using proxies in python 3.8.12, I get an error 407. Using any other
version of python works fine. I am assuming it could be to do with this
https://docs.python.org/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12.
I should get a status of 200.
I get a status code of 407.
import requests
... | 1 |
**Migrated issue, originally created by Elliot Cameron (@3noch)**
I'm using PostgreSQL and trying to build an array aggregate of tuples by
selecting a column like this:
sa.func.array_agg(sa.func.row(User.id, User.name))
This parses as an ugly list of characters.
Putting the "row" on the outsid... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
that is, all the functions in
http://www.postgresql.org/docs/9.4/static/functions-json.html need to be
possible without building subclasses of functions.
| 1 |
This doesn't work:
a = pd.DataFrame(data=np.random.rand(3))
time = pd.date_range('2000-01-01', tz='UTC', periods=3, freq='10ms', name='time')
a['time'] = time
b = pd.DataFrame(data=np.random.rand(3))
c = pd.concat([a, b])
It produces a type error:
/usr/lib/python3.6/site... |
Concatenating DFs that have columns with all NaTs and TZ-aware ones breaks as
of 0.17.1:
In [1]: import pandas as pd
In [2]: df1 = pd.DataFrame([[pd.NaT], [pd.NaT]])
In [3]: df1
Out[2]:
0
0 NaT
1 NaT
In [4]: df2 = pd.DataFrame([[pd.Timestamp('2015/01/01', tz='UTC')],... | 1 |
All transitions (hide/show modals, navbar, tooltip, tabs…) are ended by
emulateTransitionEnd and the maximum duration of each transition is hard-coded
that way (350ms, 150ms). That makes it impossible to customize css-transitions
to take longer. Please enable us to set our own transition durations.
|
`emulateTransitionEnd` should call constants on a plugin's constructor.
| 1 |
Example `.gitignore`:
/components/
!/components/foo/
!/components/bar/
Ideally, only `components/foo` and `components/bar` would be visible in tree
view when "Exclude VCS Ignored Paths" is enabled
|
Let's say I add the following rules to my `.gitignore` to ignore everything in
the root except the `wp-content` directory:
/*
!.gitignore
!wp-content/
So far this works correctly (only `.gitignore` and `wp-content/` are shown in
the tree view). Now I add the following rules to ignore ever... | 1 |
Hi all,
I tried to install scikit-learn on my Mac with Lion 10.7.2 (Python 2.7, numpy
1.6.1). At first I tried easy_install and got scikit-0.9 but cannot import due
to some 'Don't forget to 'make' first' error and then I searched online,
finding that this issue should be fixed in the newer version in github. So I
ch... |
Hi all,
I tried to install scikit-learn on my Mac with Lion 10.7.2 (Python 2.7, numpy
1.6.1). At first I tried easy_install and got scikit-0.9 but cannot import due
to some 'Don't forget to 'make' first' error and then I searched online,
finding that this issue should be fixed in the newer version in github. So I
ch... | 1 |
Hi, community:
This issue is to add more unit tests for the MetaDataRefresher class. Welcome
to claim them.
The specific subtasks are as follows:
* Add unit test for AlterIndexStatementSchemaRefresher#refresh
* Add unit test for AlterTableStatementSchemaRefresher#refresh
* Add unit test for CreateIndexStatem... |
## Bug Report
### Which version of ShardingSphere did you use?
5.1.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
The following INSERT statement can run normally when calling MySQL directly,
but an exception is thrown after using Sharding... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
Normal inputs have 32px in height. `disableUnderline` removes the 2 px at the
bottom, resulting in a component of 30px height. This has a few issues:
* A `disableUnderline` component doesn't align well alongside a row of u... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Use a label tag to check a Checkbox using a htmlFor prop.
## Current Behavior
Id isn't rendered in Checkbox, so when I click in a label the checkbox don't
get marked.
## Steps to Reproduce (for bu... | 0 |
_From@prencher on December 3, 2015 20:0_
When formatting the following snippet:
ReactDOM.render(
<Router history={createHistory() }>
<Route path='/' component={App}>
<IndexRoute component={SplashView} />
<Route path='home' component={HomeView} />... |
Right now formatting is supported or not right.
As you see below it just removes all indentation from JSX, i would prefer that
we leave jsx code out of formatting if can't be supported right now, this
makes formatting completely useless in TSX files.
If i understand this correctly then typescript has formatting cap... | 1 |
## I submitted a 4-node task with 1GPU for each node.
But it exit with exception.
Some of the log information is as follows:
NCCL WARN Connect to 10.38.10.112<21724> failed : Connection refused
The strange thing is that none of the 4 nodes's ip is 10.38.10.112<21724>. I
don't know why it will try to connect t... |
## 🐛 Bug
for j in range(seqlen):
Traceback (most recent call last):
File "onnx_full_export.py", line 74, in <module>
main()
File "onnx_full_export.py", line 70, in main
beam_search.save_to_db(args.output_file)
File "/home/raden/translate/pytorch_translate/ensemb... | 0 |
Challenge Bonfire: Drop it has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
function drop(arr,... |
Link: http://www.freecodecamp.com/challenges/bonfire-drop-it
Here is the 5th test case:
drop([1, 2, 3, 9, 2], function(n) {return n > 2}) should return [3, 9, 2].
From the description alone you can see what is wrong. It should return [3, 9],
it cannot include "2" in the result array if the function is n > 2.
If ... | 1 |
If you have a dataframe with a multiindex, and use groupby and then shift,
using the frequency argument, the shifting fails, resulting in an empty
result. For example:
import numpy as np
import pandas as pd
dates1 = pd.date_range('2015-10-01', '2015-10-03')
df1 = pd.DataFrame(dict(grp=... |
#10063 doesn't appear to have been completely fixed. While the exact example I
gave now works (the resample), what if instead of a resample I had wanted to
do a tshift? I would have wanted to be able to do
`df.groupby(level='symbol').tshift(1, 'D')`, which still returns an empty
DataFrame. Here, there's no aggregatin... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
*
... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 7.... | 1 |
For https://doc.rust-lang.org/nightly/std/collections/struct.HashMap.html :
Anchor | Lines
---|---
method.extend | 740, 741
assoc_type.IntoIter | 731, 734, 737
assoc_type.Item | 730, 733, 736
method.into_iter | 732, 735, 738
examples | 85, 218, 229, 243, 273, 296, 315, 330, 354, 382, 410, 439, 476,
509, ... |
When two items in the same documentation page have the same name, rustdoc
generates duplicate HTML `id` attributes for them. This makes the HTML
invalid, but more importantly, it makes it impossible to link to anything but
the one that shows up first in the source.
For example, `Vec`'s page contains multiple imp... | 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
s = pd.Series([1, 2, 3, np.nan, 5], index=pd.date_range('2017-01-01', '2017-01-05'))
print(s.rolling('3d', min_periods=1).apply(lambda x: 42))
#### Problem description
Output of the above cod... |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
df = pd.DataFrame({'A': [0, 1, 2, 3, 4]},
index=[pd.Timestamp('20130101 09:00:00'),
pd.Timestamp('20130101 09:00:01'),
pd.Timestamp('2013010... | 1 |
as per a FIXME (formerly an XXX)
|
The builders are running rustdoc on Linux, so `#[cfg(windows)]` is false.
Maybe the platform rustdoc in running on should not be relevant for generating
documentation. Could rustdoc be run with both `--cfg unix` and `--cfg
windows`?
| 0 |
# Environment
Windows build number: Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 0.4.2382.0
Any other software?
Powershell 6.2.1 or Powershell 5.1
R 3.6.1
# Steps to reproduce
Open a R session then type any expression and evaluate it. Then the ... |
# Environment
Windows build number:[Version 10.0.18362.295]
Windows Terminal version (if applicable): 0.4.2382.0
PowerToys: 0.11.0
# Steps to reproduce
Hold down the SHIFT key and drag the Windows Terminal window.
# Expected behavior
The FancyZone function in PowerToys should reac... | 0 |
by **kwalsh@holycross.edu** :
What does 'go version' print?
go version go1.3 linux/amd64
What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.
Example: http://play.golang.org/p/RoYiOHlHCQ
Try any of these examples with var x, y... |
by **amirtaghavi2020** :
The code :
package main
import (
"fmt"
)
var(
i int
first [2]int
second [2]int
result [2]int
)
func main(){
fmt.Println("Enter first array:\r\n")
for i=0;i<2;i++{
_,err:=... | 1 |
I am trying to use Atom to edit contents in Polish language. The default and
preferred keyboard bindings, so called "programmers keyboard", uses AltGr
(right Alt) to enter Polish letters: ą, ć, ę, ł, ń, ó, ś, ż, ź.
The problem is that the Atom editor (or perhaps MS Windows 7 Home Pro)
represents AltGr-o, which is us... |
Original issue: atom/atom#1625
* * *
Use https://atom.io/packages/keyboard-localization until this issue gets fixed
(should be in the Blink upstream).
| 1 |
Compiling a program with:
material-ui@1.0.0-beta.21 (.20 compiles ok)
ts 2.6.1 - strict: true (with strictFunctionTypes set to false it compiles ok)
gives
build-lint/0
build-lint/0 node_modules/material-ui/Button/Button.d.ts(5,18): error TS2430: Interface 'ButtonProps' inc... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Text should render in a Chip
## Current Behavior
Nothing is rendered in Chip
## Steps to Reproduce (for bugs)
https://codesandbox.io/s/m3qqp31x78
## Context
Trying to use Chip in project and everyth... | 0 |
### Description
One of the main things we want to know is task durations.
The main way I know how to get this is to hover over the `Gannt` chart or use
the `Task Duration` chart.
It would be nice to have the data that is in the `Gannt` chart or the `Task
Duration` chat in a table view.
### Use case/motivation... |
### Describe the issue with documentation
In response to the contents of https://airflow.apache.org/docs/apache-
airflow/stable/tutorial.html#testing as of 2021-10-13
There are several broken things in the tutorial as given, and a few pieces of
missing context. (I can help PR this once I go through the contributor
... | 0 |
Certain svg attributes are camelcased, such as `viewBox`. However, `[viewBox]`
would be recognized by browsers as `[viewbox]` since it is not a standard SVG
attribute, and so the important camelcasing information is lost.
There should be a convention in Angular 2 for supporting bindings to SVG
attributes.
|
**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 |
I think it would be helpful UX wise to see an incremental hot-reload build
version bottom right of the app when you are hot-reloading.
Many times you are hot-reloading non-ui stuff and looking at your device and
you dont quite sure if the app hot-reloaded and have to look back at the IDE
to see if the hot-reload mes... |
Hello there
I wanted to know if you're interested into a barcode scanner plugin for
flutter. I'm working on one and as it will use most of the camera plugin will
be nice to be able either to merge it a make it an official plugin or have a
way to extends the camera plugin from an external plugin instead of duplicate
... | 0 |
**Problem Description**
I faced an issue when upgrading my elasticsearch 2.3.3 to elasticsearch 5.1.1
by upgrading from apt repository. When elasticsearch 5.1.1 was upgraded and I
tried to start it, Elasticsearch did not start but in the STDOUT it never gave
a failure. Instead, in STDOUT it gave an OK message wwhi... |
In the current implementation of zen discovery the cluster state broadcasting
by the master does not scale too well as every change in the cluster state
results in the cluster state being sent to every single node by the master.
This can lead to quite some traffic, in an cluster with 500 nodes and 15000
shards, even... | 0 |
http://flask.pocoo.org/docs/flask-docs.pdf and
http://flask.pocoo.org/docs/flask-docs.zip return 404 errors.
|
Hi, I was following the tutorial on Flask at this.
And I tried to return json data so I use `jsonify`
I found out that jsonify use `dict()` to convert params into a dict. But this
will remove items with duplicate key.
In my case, I querried the data using this query
`cur = g.db.execute('SELECT title, text from e... | 0 |
Date.toLocaleString always returns in the same format, no matter what options
are given to it. I'm sure this isn't intentional, but it bugs me a bit, and i
couldn't find another issue on the subject
|
As seen in #1952 / #1636 ICU needs to be added in Deno build.
Switching this flag to true maybe:
https://github.com/denoland/deno/blob/master/.gn#L50 ?
ref: https://v8.dev/docs/i18n
| 1 |
Hi, I am trying to install packages for Atom but almost every single time NPM
throws an error. Look below. Thank you very much.
Installing “autocomplete-clang@0.6.0” failed.Hide output…
npm http GET https://registry.npmjs.org/atom-space-pen-views
npm http GET https://registry.npmjs.org/underscore-plus
npm ERR! ... |
Many beginners to apm are flummoxed when they get errors because git is not
available. See https://discuss.atom.io/t/sync-settings-wont-install/13701 as
one example.
APM should check and see if git works and install git if it doesn't. Git is a
real dependency and should be treated as such.
| 1 |
`/_cat/indices` currently allows returning an explicit set of headers in its
output, such as health, status, index name, shard counts, etc. I'd love to see
this endpoint support an additional header parameter: `?h=creation_date`.
This would be useful for enumerating indices by age.
|
Would be nice to provide an additional option for admins to return
index.creation_date (from the index metadata) for the indices that are
returned from the _cat/indices api.
| 1 |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
The following test case has worked for a while, but has recently started
failing. It seems that there isn't a constant handler for `complex64` anymore?
The following reproducer ... |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
1. Install jax v0.3.5 and CUDA-enabled jaxlib v0.3.0.
2. Run the test suite.
3. Observe the `cuSparseTest.test_coo_sorted_indices_gpu_lowerings` test to fail:
... | 0 |
_Please make sure that this is a documentation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:doc_template_
**System information**
* TensorFlow version: TensorFlow Core 1.13
* Doc Link: https://www.tensorflow.org/... |
This is a feature request. As far as I know, all three of them currently do
not have GPU ops.
It seems that if we can at least get a GPU implementation of `tf.unique` for
integers, then the user can make `tf.where` and `tf.dynamic_partition`
manually. For those of us who are trying to build models that want to mess
... | 0 |
I have a Rails project hosted on a local "server" in my office. The "server"
happens to be a laptop, so if/when it goes to sleep, the file share disappears
from my development machine. When I remount the share, the tree-view sidebar
in Atom shows only the top project folder, but not the sub files/folders. When
I clic... |
I have selected jquery.min.js (84Kb) in Tree View and Atom is hangs. But
jquery.mobile.min.css (1 line 200Kb) does not cause hangs.
Version: 0.188.0
| 0 |
### Expected results
I want create a role only the given dashboard can be shown to him, but I can
only limit his access on datasource. In another word, I want to create 2 or
more different dashboards based on the same datasource, and a specified user
can only see one of them. But I can't do that based on the existin... |
Make sure these boxes are checked before submitting your issue - thank you!
* [ ok] I have checked the superset logs for python stacktraces and included it here as text if any
* [ ok] I have reproduced the issue with at least the latest released version of superset
* [ ok] I have checked the issue tracker for ... | 1 |
Hello team
I have created a Mac app using electron framework (electron-packager) and
embedded it within my another Mac app (non-electron).
I have already added sandbox entitlement in my electron mac app.
I'm trying to get our non-AppStore version of my main app through Apples
notarization.
It fails for the notari... |
I have a question
I want my application support mac os native share extension .
how to do it
| 0 |
### 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)** : Mac 10.13.4
* **TensorFlow installed from (source or binary)** : binary (tensorflow-1.8.0-cp36-cp36m-macosx_10_11_x86_... |
As announced in release notes, TensorFlow release binaries version 1.6 and
higher are prebuilt with AVX instruction sets. This means on any CPU that do
not have these instruction sets either CPU or GPU version of TF will fail to
load with any of the following errors:
* `ImportError: DLL load failed:`
* A crash w... | 1 |
Hi!
I'm getting an initial blink while using ReactCSSTransitionGroup because the
added element does not get the -enter class applied when it's attached to the
DOM, even if it gets it immediately after.
For what I can see, the ReactCSSTransitionGroupChild.componentWillEnter is
queued and dispatched after the action ... |
Hello there,
I am playing with React transition
I noticed that the **-enter** classe is added only after the element has been
inserted into the dom.
https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransitionableChild.js#L147-L150
I thought the active class was applied when the component ... | 1 |
Would be nice to be able to open recent projects or window configurations
instead of having to digging and adding a dir to a window every time I decide
to close it and re open it later.
|
I would like to be able to find files or folders that I have recently opened
in previous editing sessions. On Windows this is usually done under the File
menu. For example: File > Recent Files > (displays a sub menu of top 10 most
recently used files in descending order).
File
> Recent Files
> > (top 10 most rec... | 1 |
ERROR: type should be string, got "\n\nhttps://s3.amazonaws.com/archive.travis-ci.org/jobs/35977365/log.txt\n\n" |
Configurable, using labels to route traffic.
From discussion: https://groups.google.com/d/msg/google-
containers/frOLMyNl5U4/W5_DQUL933IJ
> > I suppose, if we had some sort of dynamic router based on label queries,
> you could make that work for your needs with a bit of configuration. I'm not
> sure if there's real... | 0 |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
right now functions like startswith() and endswith() rely upon an in-python
string concatenation of "%" with the given value. this prevents the usage of
bind parameters and other non-literal expressions. a better approach would be
to move the string ... |
**Migrated issue, originally created by Anonymous**
Trying out `sqlalchemy` for the first time, I notice that autoloading the
schema from my PostgresQL 8.1 database takes forever: loading a single table
takes more than a minute!
With a little investigation, I found that the query executed is
SELECT ... | 0 |
**JAmes Atwill** opened **SPR-8927** and commented
Hello, we're working on some tooling to ensure none of our dependencies are
GPL. To do this, we have a maven plugin that walks through projects and looks
at the <license/> block of the projects to ensure they're whitelisted.
Many projects don't have <license/> blo... |
**Stevo Slavić** opened **SPR-5848** and commented
Please include license info in the project maven artifacts pom. Since project
is licensed under Apache License 2.0 adding following to the pom should do:
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url... | 1 |
#### Challenge Name
All challenges
#### Issue Description
I go to a challenge. Try to add code to the last couple of lines. The cursor
will not go any farther until I hit return and go back up a few lines. The
cursor skips over a whole line when pressing return.
#### Browser Information
Chrome Version 51.0.2704.... |
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 |
I am having an issue with some unexpected behaviour with the
`scipy.interpolate.interp1d` method for the following kinds:
* `kind= ['nearest','linear', 'previous' and 'next']` (i.e. kinds not involving spline interpolation according to the doc)
When providing non-strictly monotonic `x` values, unexpected results ... |
Code: see the post https://stackoverflow.com/questions/46983476/
Got error message:

The error message `Invalid input data` is uninformative.
Is it possible to provide the reason or solution of the er... | 0 |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/xxxx` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate question... |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/express` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate quest... | 1 |
Not sure if this is a bug report or a feature request, since I'm not sure what
you guys had in mind for this method in the first place. However, the
documentation states that it creates a copy of RequestOptions instance, and
does not change the values of the instance on which it is called.
**Current behavior**
As ... |
When headers or search is present on both the base options and the to be
merged options, the to be merged options overwrite, rather than combine with
the base options.
This makes things like setting a default Content-Type while providing headers
for other purposes impossible.
https://github.com/angular/angular/blob... | 1 |
I'm sorry if this is a stupid question but I'm stuck. I need to respond to a
click on a line-number inside the `atom-text-editor` and I can't figure out
how to do it. The dom shadow gets in my way for everything I try.
A simple `$('.line-number')` gets zero matches when the dom shadow is enabled.
I can match on the ... |
If you open PHP files that start with `<!DOCTYPE html>`, atom selects HTML as
language. It should be PHP.
| 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: Win10
* 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.5.3
* Operating System version: Linux version 2.6.32-573.22.1.el6.x86_64 (mockbuild@c6b8.bsys.dev... | 0 |
# Bug report
**What is the current behavior?**
Webpack build fails with `RuntimeTemplate.moduleId() ... has no id. This
should not happen` error.
**If the current behavior is a bug, please provide the steps to reproduce.**
Checkout master branch
https://github.com/kompot/treat-no-module-id-2
it's basically a ... |
** I want report a some like _bug_ **
Probably incrorrect letter case in filenames make bundlers duplicating modules
and work all library is failed.
I faced with problem, when webpack and rollup duplicates modules.
I am working on Windows. She is not make it differece between low and up case
letters in filenames. ... | 0 |
Consider the following example:
trait Foo {
fn foo(&self);
fn bar(&self) where Self: Bar;
}
trait Bar {
}
struct Baz;
impl Foo for Baz {
fn foo(&self) {}
}
The example produces the following error:
<anon>:11:1: 13:2 error: n... |
There is a curious case with where clauses where sometimes we can show that a
method in an impl could not possibly be called. This is because the impl has
more precise information than the trait. Here is an example:
trait MyTrait<T> {
fn method(&self, t: &T) where T : Eq;
}
... | 1 |
Just updated my Visual Studio Code to 0.10.10. It not longer highlights
JavaScript keywords like function, let, const, yield, etc.
Details:
OS: Linux Mint 17.3 64 bit
Code: 0.10.10 64 bit
|
0.10.10 (Feburary build) has a regression is that the following JavaScript
keywords are no longer highlighted in the Dark Visual Studio & Light Visual
Studio themes:
`var` `let` `const` `function` `get` `set` `class` `interface` `module`
`namespace`
This only affects JavaScript (not TypeScript).
The workaround 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.3
* Operating System version: macOs
* Java version: JDK 1.8
### Steps to reproduce this issu... |
* 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: Windows 10 1903
* Java version: 1.8.0_221
### Steps to reprodu... | 0 |
In `onResponse` callback, we cannot change the value in AppResponse if the
value is a primitive type.
|
The following code doesn't work on 2.7.2.
@Activate(group = {"provider"})
public class TraceFilter implements Filter {
@Override
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
Result result = invoker.invoke(invocation);
... | 1 |
One of the reasons for keeping dead containers around in kubelet today is to
get access to logs from previous instances. Dead container instances can take
up disk space via their root filesystem and result in disk pressure on the
nodes. To alleviate disk pressure and improve the logging experience in
kubernetes, kube... |
Monitoring/logging agents running on a node needs to know which pod a given
container belongs to. Currently there is a lot of hacks around this:
* filepath for logging
* labels on docker
* reverse lookup from api server
Each of them has obvious drawbacks. We need a consistent solution for this
problem.
cc @d... | 0 |
### Affected Version
Current master
### Description
Here is the error on start up. Maybe it only happens with coordinator +
overlord mode.
1) A binding to org.apache.druid.discovery.NodeRole annotated with interface org.apache.druid.guice.annotations.Self was already configured at org.apache.druid.c... |
Sometimes we add aggregations to a query just because they are needed in a
post-aggregation. On getting the response, we completely disregard the those
aggregations and only use post-aggregations.
Currently, Is there any way to tell druid broker not to include some
aggregations in the response?
Basically, I am look... | 0 |
I know we're not talking release quality code, that this is still beta...but I
do wonder if `Insiders.app/Contents/Resources/app/extensions/jrieken.vscode-
omnisharp/bin/omnisharp' with process id 47120...` should be there. The error
is that Omnisharp is not starting "[ERROR:OmniSharp.Dnx.DesignTimeHostManager]
Faile... |
Current, my publisher name (jrieken) is used for this extension. We should use
a proper publisher like _microsoft_ or _dotnet_
| 1 |
Challenge Waypoint: Increment a Number with Javascript has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/47.0.2526.106 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var myV... |
Challenge Waypoint: Decrement a Number with Javascript has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/47.0.2526.106 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var myV... | 1 |
In pandas, unlike SQL, the rows seemed to be joining on null values. Is this a
bug?
related SO: http://stackoverflow.com/questions/23940181/pandas-merging-with-
missing-values/23940686#23940686
Code snippet
import pandas as pd
import numpy as np
df1 = pd.DataFrame(
[[1, None],
... |
import pandas as pd
left = pd.DataFrame({"a": [1, 2, pd.NA]}, dtype="Int64")
right = pd.DataFrame({"b": [1, 2, pd.NA]}, dtype="Int64")
pd.merge(left, right, how="inner", left_on="a", right_on="b")
# a b
# 0 1 1
# 1 2 2
# 2 <NA> <NA>
(Abov... | 1 |
This may well be related to #6234 but I am experiencing a crash in the other
direction.
I am on Arch Linux. When I seek to copy into a markdown file (a pandoc
reference of format [xyz2000]) I get a white screen and a notification that
the window has crashed.
|
I'm using Atom ver. 0.189.0 on Ubuntu 14.04.2 LTS. When I copy a piece of text
in atom and I try to paste it the right-click menu either won't show up or
will show up without giving me option to paste. The paste shortcut doesn't
work either and it creates issues even if I try to copy and paste text from
other program... | 1 |
After upgrading to styled-components 5.0.1 from 4.1.9, we're getting these
errors.
TS2589: Type instantiation is excessively deep and possibly infinite.
* I tried using the `@types/styled-components` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs... |
**TypeScript Version:** 3.7.2, 3.8.0-dev.20191102 (worked in 3.6)
**Search Terms:**
* Type instantiation is excessively deep and possibly infinite.ts(2589)
* Mapped types
* Generics
* Conditional types
**Code**
Note: **this issue manifests itself only in our codebase**. When you run the
same code in Type... | 1 |
### Feature request
Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin(new Margin().setTop("0.25in").setBottom("0.25in").setLeft("0.25in").setRight("0.25in"))
works, but
Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin... |
### Feature request
Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin(new Margin().setTop("0.25in").setBottom("0.25in").setLeft("0.25in").setRight("0.25in"))
works, but
Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin... | 1 |
The current Java API's `Tensor.create(Object)` is really slow - for a batch of
128 images of size 224x224x3 it's taking around 1.5seconds. To put this into
perspective `runner.run()` with that data and an InceptionV3 graph took below
1second so data prep is x1.5 of the runtime here (for a batch of 32 images
it's arou... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): **yes**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **OS X El Capitan 10.11.6 (15G22010)**
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mo... | 0 |
I am using the Terminal 2.4 in Mac OS X 10.9, Julia Version 0.3.4-pre+47
I don't know how it happened, but I got a `\0` in my REPL, which got stored in
my `.julia_history` file. Whenever I try to up-arrow to the line and edit it,
the cursor marker doesn't move, but internally the cursor does seem to move
because I c... |
I'm finding that when I type a ctrl-space, it is being inserted into my repl
input, causing the parser to get confused:
julia> x = <ctrl-space>1<return>
<return>
<return>
ERROR: syntax: incomplete: premature end of input
This is on a day-old julia:
julia> versioninfo()
J... | 1 |
### Issue Details
* **Electron Version:** 5.0.0
* **Operating System:** LTS version of Ubuntu (18.04) (and other various versions)
* **Last Known Working Electron version:** : none
### Expected Behavior
I just released a Linux version of my app and several users have reported that
on launch it fails with the... |
* Output of `node_modules/.bin/electron --version`:
v4.0.0
* Operating System (Platform and Version):
Raspbian 2.6 (latest raspbian at the time of filling the issue).
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
V3.0.10
**Expected Behavior**... | 1 |
Feedback Hub link: https://aka.ms/AA5svj0
# Environment
Windows build number: [10.0.18362.239]
Windows Terminal version (if applicable): 0.3.2171.0
Any other software?
* Powershell 5.1.18362.145
# Steps to reproduce
1. Create a new cmd.exe tab.
2. Use command 'powershell'.... |
NOTE: This is different from, but may be related to, #2230
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.175]
Windows Terminal version: 0.3.2142.0
# Steps to reproduce
1. Open a new Windows Terminal instance
2. Open a second tab using either the "+" button
... | 1 |
The following program fails to compile:
trait Foo { fn foo(&self, x: &Self); }
trait Bar<A: Foo> { fn bar(&self) -> A; }
struct Wrap<T>(T);
impl<A, B: Bar<A>> Wrap<B> {
fn test(&self, x: &A) {
(*self).bar().foo(x);
}
}
fn main() {}
With th... |
The following example:
trait Foo<T> {
fn foo(&self) -> &T;
}
trait Bar<A> where A: Foo<Self> {}
fn foobar<A, B: Bar<A>>(a: &A) -> &B {
a.foo()
}
fails with "error: type `&A` does not implement any method in scope named
`foo`".
This UFCS variant
t... | 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: master branch
* Operating System version: macos
* Java version: 1.8
### Steps to reproduce this ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
`org.... | 0 |
# Bug report
**What is the current behavior?**
When using dynamic imports with expressions together with
`ContextReplacementPlugin` in order to limit the possible file matches, some
module ids which should deterministic, are actually dependent on the project's
location.
Meaning two identical projects (code, depen... |
# Bug report
**What is the current behavior?**
In my project, import jspdf.
The origin source
var f=[1,1.387039845,1.306562965,1.175875602,1,.785694958,.5411961,.275899379]
After bundle,
var f=[1,1.387039845,1.306562965,1.175875602,1,.7d0ffc958,.5411961,.275899379]
7 **85694** 958 was changed to 7 **d0ffc... | 0 |
Since upgrading to React 15.0.1, when rendering `<select>` with optgroups, the
value is not set on the DOM correctly. The first option will always get
picked.
// Renders with "Yes" selected, I expect "Maybe"
<select value={3}>
<optgroup label="One">
<option value={1}>Yes</option>
... |
Using React 15.0.1, controlled select elements with optgroup elements are not
displaying (selecting) the value provided on initial render. See the following
jsfiddle for a simple test case:
https://jsfiddle.net/Artconnoisseur/eg3j7fam/1/
Here is another fiddle where it is working using React 0.14.8:
https://jsfidd... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
13.1.8
### What opera... |
### Preflight Checklist
I have read the Contributing Guidelines for this project.
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I
want to file, without success.
### Electron Version
12.0.2
### What operating sys... | 1 |
I'm new to git. So writting here.
In reset.less we have following lines
// Prevent max-width from affecting Google Maps
#map_canvas img {
max-width: none;
}
we should add same for VE/Bing maps as follows
// Prevent max-width from affecting Google Maps
.MSVE_Map img {
... |
First of all thanks for your fantastic work. It does SAVE me a lot of time.
When I put Google Maps into Bootstrap layout, img tag in Google Maps breaks
because Bootstrap set **img max-width to 100%**. When I comment max-width,
it's working find but I'm not sure whether it'll break something else in
Bootstrap or not.... | 1 |
## Steps to Reproduce
When I load a new video after capturing it with the camera, sometimes it will
play the file audio and not video and sometimes will play the video but the
previous capture. I think it has something to do with the initialization but
not sure.
### Example
import 'dart:async';
i... |
From http://docs.flutter.io/flutter_driver/flutter_driver-library.html
I see:
"""
This library provides API to test Flutter applications that run on real
devices and emulators.
The application run in a separate process from the test itself. If you are
familiar with Selenium (web), Espresso (Android) or UI Automa... | 0 |
### Vue.js version
1.0.16
### Reproduction Link
https://jsfiddle.net/4eh989ee/2/
### Steps to reproduce
1. Focus on the only input available within the `output` window, type a single `k` letter and immediately hit enter.
2. Clear the text in the output.
3. Type a single `k` letter, wait a two (2) seconds o... |
### Version
2.5.17
### Reproduction link
https://jsfiddle.net/632dch1e/
### Steps to reproduce
open link to minimal reproduction
### What is expected?
Keep the type even if you set the class that extends Array to data.
### What is actually happening?
Methods defined in a class that extends Array can not be u... | 0 |
##### Issue Type:
* **Bug Report**
##### Ansible Version:
Ansible version: _1.9.2_
Jinja2 version: _2.8_
Obtained from pip install on OS described hereafter
##### Ansible Configuration:
No change.
##### Environment:
Ubuntu 14.04.03 LTS, no virtualenv, pip installed
##### Summary:
Jinja 2.1 added the pos... |
Currently async operations in playbooks and /usr/bin/ansible are duplicating a
lot of code. Using async through the API is also very ugly.
I've been thinking about this and would propose a method runAsync() on Runner
that returns an object with a poll() method and does all the bookkeeping
involved. Timing would be e... | 0 |
Ubuntu 14.04 64bit Firefox and Chromium
Built from source, master branch.
**Edit: There appear to be no issues when building from the 0.10RC github
release source.**
The GRAPHS tab displays all correctly, all the summary titles are displayed
correctly, it even lets me download CSV/JSON in EVENTS but it doesn't a... |
After a clean install of TensorFlow v0.10 (from `master`) my TensorBoard is
suddenly broken. The scalar event plots do not show upon clicking (see
screenshow below). While the logs in the terminal do not show any errors, the
Chrome Developer console shows the following error upon opening a figure:
tf-t... | 1 |
Hello, I'm working on the typescript definitions for createjs, you can see it
here: https://bitbucket.org/drk4/createjs_ts_definitions
I think its a good idea to have the definitions on a single place so, if
you're interested you can add it. It still needs testing, so maybe have a
message saying that I suppose.
Che... |
I recently created bluebird definitions using `any` as data type.
But ideally it should use generics, like `Q`, `es6-promises` etc.
I'm not 100% clear what the correct pattern is. It looks like #1550 has the
same basic Promise signature, maybe copy it from there once it settled.
| 0 |
by **kq1quick** :
The language specification currently states:
Tokens
Tokens form the vocabulary of the Go language. There are four
classes: identifiers, keywords, operators and delimiters, and
literals. White space, formed from spaces (U+0020), horizontal tabs (U
... |
Go documentation is very good, but it doesn't clearly label which go version features
are available in.
For instance I was caught out by http://golang.org/pkg/time/#Timer.Reset being a go 1.1
feature which meant my code would no longer compile with go 1.0.
Other examples are
... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: xxx
* Java version: 1.8
* Springboot: 2.1.8
* nacos: 1.1.3
... |
* 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.2
* Operating System version: CentOS x64
* Java version: 1.8
### Steps to reproduce this iss... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.