text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
The code:
import {Dispatcher as BaseDispacther} from 'flux';
class Dispatcher extends BaseDispacther {
}
Results in:
/Users/andreypopp/Workspace/gang/node_modules/6to5/bin/6to5/util.js:35
throw e;
^
TypeError: ./test.js: Line 1: Dupli... |
I've just updated to 3.6.0. The following gives the error "duplicate
declaration", but Is it intended?
import {A as A_} from 'module';
class A {
}
This is a little continuation of #759, sorry if it's a rather obvious issue,
I'm not super-familiar with the spec.
| 1 |
Hi,
After some googling and asking on IRC, there doesn't seem to be a global
defaults variable file where you can set things like accelerate and
gather_facts.
group_vars/all doesn't seem to work for variables at this level.
This means that for a big playbook with many plays you have to explicitly set
them for each... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
No configurations changed.
##### OS / ENVIRONMENT
##### SUMMARY
Ansible does not resolve the cus... | 0 |
I'm Looking to create a similar custom extension to push any javascript code
blocks to a designated area on the page or below footer.
My version works using Python 3.6,Flask and Jinja 2.9. However I have a major
issue that occurs after changing the line number or content within the blocks.
The content will appea... |
Duplicate: Sorry
I can't download the documentation ether pdf of zip file from flask website.
Djoudi
| 0 |
### Description
IterativeImputer seems to give pretty rubbish values when using the two-step
`fit()` and `transform()` on a train/test data split versus simply using
`fit_transform()` on the entire dataset. Issue #14338 may be related.
#### Steps/Code to Reproduce
Here's a fairly minimal example:
fr... |
Why is this behaviour forced:
_Features with missing values during transform which did not have any missing
values during fit will be imputed with the initial imputation method only._
https://scikit-
learn.org/dev/modules/generated/sklearn.impute.IterativeImputer.html#sklearn.impute.IterativeImputer
This means by ... | 1 |
### Bug summary
I am trying to create a 3d histogram following the solution suggested here,
which is based on [this matplotlib demo](Create 3D histogram of 2D data). In
the finished plot however, the `zorder` of the bar sides are all messed up.
### Code for reproduction
import numpy as np
import ... |
### Bug report
**Bug summary**
Z-order of rendered planes in 3d bar chart produced by bar3d is wrong. It is
seen even in the example here
https://matplotlib.org/gallery/mplot3d/3d_bars.html. One of the bars (at
location 2, 4, height 6) is drawn on top of the highest bar, even though it
supposed to be behind it.
*... | 1 |
**Rusty Weneck** opened **SPR-6951** and commented
When determining which method of a controller to invoke it can be important to
not decode url encodings, especially if the data on the REST request path
contains the / (forward slash) character. However once this data is passed to
the method as a parameter it would ... |
**Keith Donald** opened **SPR-6858** and commented
Since Spring 3 targets Java 5, I wouldn't expect to need SimpleJdbcTemplate
anymore. I'd expect Java 5 functionality to be incorporated in the base
JdbcTemplate so I could take advantage of simplifications there without having
to bring in another class. Then I woul... | 0 |
I noticed my Bonfires have stopped saving my work after Basic Algorithms #9
Challenge http://freecodecamp.com/challenges/bonfire-repeat-a-string-repeat-a-
string has an issue. Please describe how to reproduce it, and include links to
screenshots if possible.
|
Challenge http://www.freecodecamp.com/challenges/bonfire-find-the-longest-
word-in-a-string has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
The code editor does not update with the code changes.
The editor retains the code I originally entered, which is not correct. ... | 1 |
**Description**
How can I [...]?
Is it possible to [...]?
**Additional context**
Add any other context or screenshots about the feature request here.
|
### First check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... | 0 |
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug or a feature request.
2. The form below must be filled out.
**Here's why we have that policy** : TensorFlow developers respond to issues.
W... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Google Colab
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** :
* **T... | 0 |
Hi there,
I am trying to find out if it is possible to add vectors based off of quiver
in matplotlib and animate this via matplotlib animation.
I was able to use quiver to create static graphs of vector addtion.
I am trying to duplicate the animation style here from this link:
https://www.physics.mun.ca/~jjerre... |
Saving vector graphic figures with certain characters in LaTeX will fail. Here
I tried to use the `\textmu` character. Could it be related to #8068?
**Code for reproduction**
Here I'm saving to PostScript. It gives an error that I think is the most
informative and points to some problems with ghostscript. Outputs f... | 0 |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be ... |
I want to train with multiple gpu with tensorflow-1.10. I use the estimator
and MirroredStrategy. The model is resnet50 which is official model of
tensorflow . The following is my code and error log. Am I use MirroredStrategy
in the wrong way?
import tensorflow as tf
import numpy as np
from ten... | 0 |
`relatedTarget` usage for modal is not documented.
It should be based on pull request #6256
|
See `dbed9da` / #6159.
| 1 |
### Describe the feature and motivation
There is no way currently, within OpenCV, to list existing devices to let the
user select them. This means that they must be obtained in a different manner
(either by re-implementing manually, or using a third-party library), which
may not match OpenCV's indexes and may not wo... |
Transferred from http://code.opencv.org/issues/935
|| Rune Espeseth on 2011-03-08 10:27
|| Priority: Normal
|| Affected: None
|| Category: highgui-camera
|| Tracker: Feature
|| Difficulty:
|| PR:
|| Platform: None / None
## Add API to enumerate cameras
... | 1 |
### Please state the information for your system
* OpenCV version: 3.1
* Host OS: Ubuntu 16.04 LTS
* Nvidia-367 with CUDA 7.5
-Compiler & CMake: GCC 5.3 & CMake 3.5
### In which part of the OpenCV library you got the issue?
Examples:
* core, cuda
Error generated using gcc & cmake in 16.04 LTS
Error g... |
##### System information (version)
* OpenCV => 3.4
* Operating System / Platform => macOS High Sierra
* Compiler => Clang (mac's default gcc)
##### Detailed description
I think I read somewhere clang wasn't supported, but I can't find it again so
hopefully I was wrong. I compiled it from source from the 3.4 ... | 0 |
See screen shot

The hover looks more compact for TS files for example.
|

Ping @alexandrudima, not really sure who touched this
From testing #2257
| 1 |
**Do you want to request a _feature_ or report a _bug_?**
possible bug
I have already asked on StackOverflow and it seems as if this behavior would
be quite common but there have been no possible solutions.
**What is the current behavior?**
I have a large webpack build that almost hangs at 91% on an "additiona... |
**Do you want to request a _feature_ or report a _bug_?**
Probably it's bug...
**What is the current behavior?**

**If the current behavior is a bug, please provide the steps to reproduce.... | 1 |
The babel-node help says like node's help :
Usage: babel-node [options] [ -e script | script.js ] [arguments]
With a myScript.js containing only "console.log(process.argv)", on the
following call, -p is taken as a babel-node option instead of a script
argument :
$ babel-node myScript.js... |
I have a script which responds to the --debug flag.
babel-node main.js --debug
Right now, it is getting handled by 'babel-node' and not being passed to
main.js
I think babel-node should only handle arguments that come before the script.
| 1 |
# Summary of the new feature
Add PowerToy for customization of context menu. Tool should enable to group,
hide or move position of app's shortcut.
## CURRENT SITUATION

## SUGGESTION
!... |
Easily manage the right click actions to edit, open at. Right now this is all
over the place, different applications add right-click extensions and it is a
mess. You can somehow change the default open application. But it would be
great to be able to manage other actions to for example edit e.g Tiff file,
HTML file, ... | 1 |
i`m suggest add different language package in 'DatePicker', most of our
customer can`t english.
|
If material-ui do not support the international , I think it sucks~~~~~~
Globalization is a trend~~~
| 1 |
I was trying to copy a `seaborn.matrix.ClusterGrid` object using
copy.deepcopy(object) but got this error:
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
<ipython-input-165-32d2d97b21c3> in ... |
Hello,
I use seaborn extensively for creating plots in my NanoPlot tool. Users have
been reporting the following error:
Traceback (most recent call last):
File "/users/218819/scratch/apps/Anaconda3/lib/python3.5/site-packages/nanoplot/NanoPlot.py", line 61, in main
make_plots(datadf, set... | 0 |
The exact engine we use needs further discussion. Probably we don't want to
use yarr because it requires the nitro jit, which is a big dependency and
could be undesirable for various reasons. Ideally, we would have a nice syntax
extension that precompiles the regexes (in addition to runtime compilation
options).
|
This program seems correct to me:
fn main(args: [str]) {
let one = fn@() -> uint {
enum r { a };
ret a as uint;
};
let two = fn@() -> uint {
enum r { a };
ret a as uint;
};
one(); two();
}
If I compile it ... | 0 |
This is about the "documentation inaccuracy" and the discussion on "scale_C".
I really want to fix this before the release but I don't have much time atm.
As far as I understood, at the moment we can agree that having "C" as
parameter with "scale_C=True"
is not perfect, as this doesn't agree with how "C" is used... |
# problem
I am trying to get the `nmf_missing` branch to compile without success, as per
this suggestion.
## The compiler error:
On branch `nmf_missing` after issuing `make` at the command line it build
largely fine until the following error (The first one I know of, although
several warnings):
erro... | 0 |
Getting error - Error: browserType.launch: spawn UNKNOWN when I try to execute
example.spec.ts
I've the latest version of playwright and chrome browser
playwright version - 1.36.1
chrome version - 115.0.5790.110
### System info
* Playwright Version: [v1.XX]
* Operating System: [All, Windows 11, Ubuntu 20,... |
When the first test file finished and the next test file starts the first test
of the next test file always fails:

Having this workaround in the concerning test file:
//testfile.spec.ts
... | 0 |
版本:0.6.2951.0
Windows版本:18363.476
通过win+space切换至中文输入法后,无法输入中文,有问题的输入法包括:
微软拼音输入法,版本:系统自带;
小狼毫,版本:0.12.0;
手心输入法,版本:2.7.0.1702;
具体表现为,切换输入法后,系统托盘图标显示切换成功,但是输入的内容实际还是英文。
|
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.4.2382.0
Any other software? Ubunutu WSL
# Steps to reproduce
To reproduce, on an install of Windows that has never had WSL enabled or
installed, install the new Windows Terminal preview fro... | 0 |
Hello,
i'm reporting here the errors produced by the test suite when running on
debian amd64:
python 2.7.15:
=================================== FAILURES ===================================
_____________________________ test_log_scales[png] _____________________________
self = <CallInfo... |
python3.5.1
matplotlib 1.5.1
jupyter 4.0.6
matplotlib.pyplot cannot render figures with new colormaps in discretized mode
('viridis' and friends).
with 'jet' and friends exception is not raised
How to reproduce:
import matplotlib.pyplot as plt
import numpy as np
a = np.random.randn(20,20... | 0 |
I decided to start using transitions with material-ui 0.18.7, installed react-
transition-group v2 ( _RTGV2_ ), was happy with my transitions, then started
noticing really weird behavior in unrelated components. In particular, ripples
fail by leaving a big circle over the rippling component. In my case, I'd just
adde... |
### Problem description
After I Installed React Transition Group on my project, when I click on
Material UI Buttons (Raised or Flat) a weird `<div>` appears in the Button
comp, like this:
<div in="false" style="position: absolute; top: -51.6045px; left: -2.60453px; height: 141.209px; width: 141.209px;... | 1 |
Hit this while running an unrelated PR through Shippable:
W0227 19:54:55.644490 30657 kubelet.go:242] Data dir for pod "bothpod" exists in both old and new form, using new
W0227 19:54:55.646864 30657 kubelet.go:282] Data dir for pod "newpod", container "bothctr" exists in both old and new form,... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
* * *... | 0 |
I want to plot this simple code:
import numpy as np
import matplotlib.pyplot as plt
# Example data
t = np.arange(0.0, 1.0 + 0.01, 0.01)
s = np.cos(4 * np.pi * t) + 2
plt.rc('text', usetex=True)
plt.rc('font', family='serif')
plt.plot(t, s)
plt.xlabel(r'\te... |
### Bug report
**Bug summary**
I am unable to `import matplotlib.pyplot` starting in version 3.0.0. Might be
related to Issue #9485?
**Code for reproduction**
import matplotlib.pyplot as plt
**Actual outcome**
I get the following traceback when executing the above `import`
Tracebac... | 1 |
Hi all,
I am getting segfaults when running the test suite. Specifically, they occur
in the manifold module.
Furthermore, all of the examples in that module end in segfaults.
I am using Mac OS X Lion 10.7,
the latest scipy superpack (superpack_10.7_2011.11.04.sh)
gcc version i686-apple-darwin11-gcc-4.2.1 (GC... |
The example examples/manifold/plot_compare_methods.py segfaults when using
scipy from the development version.
| 1 |
**Mark Dolgov** opened **SPR-3431** and commented
Reference manual for ver. 2.0.4
http://static.springframework.org/spring/docs/2.0.x/reference/beans.html
Section 3.2.2.1
The problem is still there!
(Copied form related bug: #8093)
The xml shown in section 3.2.1.1 of documentation is missing the following
t... |
**Henryk Konsek** opened **SPR-7868** and commented
I created simple bean implementing BeanDefinitionRegistryPostProcessor. All I
want to do is to register some bean definition in the
BeanDefinitionRegistryPostProcessor#postProcessBeanDefinitionRegistry method.
The problem is that code working with ClassPathXmlAppli... | 0 |
Markdown preview does not do any syntax highlighting. Please enable syntax
highlighting.
This will prevent me from opening vscode for every README that I come across.
| 1 | |
it would have performance advantage over client side reindex command and it
will increase availability of reindexing because not every client supports it.
|
Probably not a high priority or must have feature, but this would be extremely
convenient.
This would allow one to:
* Switch gateways
* Upgrade to new version with incompatible gateway
* Clone an entire cluster
Based on this discussion here:
http://groups.google.com/a/elasticsearch.com/group/users/browse_t... | 1 |
Hi,
Using **v0.191** installed on _Linux_ with this command `script/grunt install
--install-dir ~/.local`.
Steps to reproduce:
* Type following in a shell
$ touch /tmp/hihi
$ atom /tmp &
* Right click on `hihi`
* Select _Delete_
**Result:** File is still on disk.
**Expected:** File rem... |
Moving a file in the tree view causes an autosave.
Refs atom/tree-view#123
| 1 |
Let us know what functionality you'd like to see in Playwright and what your
use case is.
Let's say I have a page object like the one below
class PageObject {
readonly parent: Locator;
readonly child: Locator;
constructor(page: Page) {
this.parent = page.locator('[d... |
Right now we need to repeat lines of code to get to the element with more than
one attribute.
We would like to have an implementation that will help us with defining for
example elements and then filter them by additional attribute:
**[Example of what we want]** :

`this.rs.getColumn(var1).getTableName().getObjectName();` ,this code return
"",so cann't decrypt
for example config:
`encrypt: encryptors: encryptor_aes: type: aes props: aes.key.value: 123456
t... |
the profile as below:
spring:
shardingsphere:
props:
sql.show: true
query.with.cipher.comlum: true
datasource:
name: ds0
ds0:
type: org.apache.commons.dbcp.BasicDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url:
jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8&serve... | 1 |
* VSCode Version: 1.0.0
* OS Version: Ubuntu 16.04 LTS
Steps to Reproduce:
1. Click into a text line
2. Press `Ctrl + Shift + Alt + UpArrow` or `Ctrl + Shift + Alt + DownArrow`
Expected result:
* line is duplicated up/down
Actual result:
* nothing happens
Workaround:
* run the command from the c... |
# Problem
When authoring a JSON file, such as a Microsoft Azure Resource Manager (ARM)
JSON Template, the Visual Studio Code editor is showing all of the available
properties for an object, instead of only showing the properties that the user
has _not yet specified_.
;
/// Shows a M... |
Getting this error after double tapping a `UiKitView` on ios.
Everything is fine when using `AndroidView` on android.
Dart Error: Unhandled exception:
'package:flutter/src/gestures/converter.dart': Failed assertion: line 143 pos 18: '!state.down': is not true.
#0 _AssertionError._doThrow... | 1 |
Sorry, low quality bug report here but I'm working to a deadline.
Browser: Chrome latest
Visit this page: http://getbootstrap.com/components/
Its currently using Bootstrap 3.2.0
On my desktop 1920*1080, on a windows 8 pc, maximised window.
If I scroll down to the end of the page using either of these two metho... |
It is possible to go to the top of the page, without the plugin assigning
affix-top classname.
Here's an example:

It's really easy to reproduce by pressing `end` and then `home` buttons.
| 1 |
* remove the quote syntax from `extern crate`, require an identifier to be used instead - #23546
* Prevent duplicate uploads of `foo-bar` and `foo_bar` to crates.io change
* Automatically translate `-` to `_` in Cargo for passing the `--extern` flag - rust-lang/cargo#1443
As an interim step, the compiler shoul... |
We recently made most, but not all RNGs clonable. ISTM that the use cases for
this are quite limited, and it creates a big opportunity for making mistakes
by duplicating random numbers in scenarios where that could be a security risk
(imagine accidentally deriving clone on a secure rng).
cc @aturon
| 0 |
by **ask@develooper.com** :
Similar to the new TLS field with the tls.ConnectionState in the http.Response struct
it'd be useful to get access to some connection information.
For my use case I was missing the IP the client connected to (RemoteAddr); I am not sure
if there's other infor... |
Wishlist bug for what net/http would look like if we could make backwards-incompatible
changes.
Anything goes.
I'll start:
* Handler (http://golang.org/pkg/net/http/#Handler) currently takes a pointer to a 208
byte Request struct.
* The Request struct (http:/... | 1 |
In settings, on the "Themes" tab, when I type anything into the box labelled
"Filter themes by name," all themes are filtered _out_ , even if I type in
strings that appear within the names of themes I've installed, and even if I
type in the exact name of the theme.
For example, suppose I was trying to quickly get to... |
All packages are disappear and even if I clear the filter field they don't
appears.
win 10; atom 0.207
| 1 |
ShardingRule::
private boolean isShardingColumn(final ShardingStrategyConfiguration
shardingStrategyConfig, final String columnName) {
... ...
// Case can be ignored here,May cause all tables to be manipulated!Insert
statement encountered. All tables were inserted
return ((ComplexShardingStrategyConfiguration... |
Please answer these questions before submitting your issue. Thanks!
开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题
### Which version of Sharding-Sphere do you using?(您使用的Sharding-Sphere版本为?)
3.0.0.M1 jdk 1.7
### Expected behavior (您预期的结果是)
正常运行
### Actual behavior (实际运行的结果是)
org.codehaus.groovy.refl... | 0 |
**Elasticsearch version** : 5.0.0-rc1
**Plugins installed** : none
**JVM version** : jdk1.8.0_101
**OS version** : Windows 2012 R2 64-bit
**Description of the problem including expected versus actual behavior** :
Cannot install the service.
* I have the following environment variables set:
* JAVA_HOME:... |
**Elasticsearch version** : 5.0.2
**Plugins installed** : []
**JVM version** : 1.8
**OS version** : Ubuntu 14.04
**Description of the problem including expected versus actual behavior** :
Tried to install 5.0.2 after the release of 5.1.1 and it seems to be removed
from the repos.
**Steps to reproduce** :
1.... | 0 |
ReactDOM and React are good separation of concerns. However, except for
special cases, React applications almost always require the ReactDOM as well.
The special cases can obviously have their own builds which can remove the
unnecessary dependency. But React officially should serve a single library
which includes the... |
I was talking with a new React user in IRC, and they were having trouble
understanding the ES6 in the docs. I think using ES6 in the docs is a good
idea, but what about giving the reader more ability to understand the code?
Concept:
 was greater than "now". The
problem was that we were using annotations in our entity for the validation
and (apparently) there is no "simple" way to do so.
The solutions which came to my mind were:
* Use the "assert greater than" validator directly in th... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
include module
##### ANSIBLE VERSION
* v2.3.0.0-0.3.rc3:
ansible 2.3.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, Jan 12 2017, 17:59:37) [G... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible core
##### ANSIBLE VERSION
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
None
##### OS / ENVIRONMENT
macOS Sierra 10.11.6
Python 2.7.13
##### SUMMARY
List... | 0 |
http://pandas.pydata.org/developers.html
* https://mail.python.org/mailman/listinfo/pandas-dev
Examples:
* https://en.wikipedia.org/wiki/Responsible_disclosure
* https://docs.djangoproject.com/en/dev/internals/security/#reporting-security-issues
|
Part of the tidelift setup. In numpy/numpy#13475 / numpy/numpy#13485, NumPy
decided to just link to https://tidelift.com/docs/lifting/security. That
should suffice to us.
Only thing to decide is who all gets notified with these reports.
| 1 |
Currently documentation builds emit many warnings. We should resolve them,
then turn on `-WT --keep-going` to report warnings as errors so that new build
problems are caught as they are created.
cc @ezyang @zou3519
|
I've seen a multitude of warnings in the docs build that reflected incorrect
formatting and/or broken docs in the docs build. We should enforce a "no-
warnings-allowed" situation for the docs.
cc @ezyang @zou3519
| 1 |
ProcessException: No such file or directory
Command:
/home/appname/dev/android-sdk-linux/build-tools/23.0.2/aapt package
-M android/AndroidManifest.xml
-A /tmp/flutter_tools7u0DqJ/assets
-I /home/appname/dev/android-sdk-linux/platforms/android-23/android.jar
-F /tmp/flutter... |
In compiling an app via flutter start you can get an error saying it can't
find/execute aapt.
This is due to the issue outlined here:
http://stackoverflow.com/questions/19523502/how-to-make-androids-aapt-and-adb-
work-on-64-bit-ubuntu-without-ia32-libs-work
I ran into this over the weekend and without stumbling ac... | 1 |
When using Deno.compile (v1.1.1), the output doesn't have the import paths
with the correct ext
### Compile config:
const [messages, result] = await Deno.compile(input, undefined, {
target: 'es6',
module: 'es6',
lib: ['dom', 'esnext'],
})
### Source:
` does not convert local import URLs from `.ts` extension to
`.js` extension, making it impossible to use inside browser and Node.js.
## Steps to reproduce
Run this file (`deno run
https://gist.githubusercontent.com/KSXGitHub/c94a9d7eb8e976f1126b4b9dfeba0497/raw/004a9ddb6872b9a2f05506f13f... | 1 |
by **an2048** :
What steps will reproduce the problem?
Build and run the drawing example (or any other) from the Walk project
(https://github.com/lxn/walk)
What is the expected output?
The program should not panic.
What do you see instead?
throw: too many callback func... |
-- from code review 5574063: net: disable SO_REUSEADDR and SO_REUSEPORT on openbsd
(issue #5574063) on golang-dev
Sorry, I should have been more specific here. The problem is not due
to use of SO_REUSEADDR on the listening socket - the issue is that we
are setting it on all sockets. ... | 0 |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
ubuntu@slave1:/media/slave1temp/tensorflow_full$ python
tensorflow/tensorflow/models/image/mnist/convolutional.py
Extracting data/train-images-idx3-ubyte.gz
Extracting data/train-labels-idx1-ubyte.gz
Extracting data/t10k-images-idx3-ubyte.gz
Extracting data/t10k-labels-idx1-ubyte.gz
I tensorflow/core/common... |
Using tensorflow nightly.
import tensorflow as tf
with tf.name_scope('scope'):
x = tf.Variable(42, dtype=tf.float32)
ema = tf.train.ExponentialMovingAverage(decay=0.9)
apply_op = ema.apply([x])
average = ema.average(x)
print average.name # 'scope/scope/Vari... | 0 |
# Bug report
## Describe the bug
If SSR occurs on a page with scss imports, client-side routing works fine. If
the SSR page does not include any scss imports, client-side routing then does
not take place.
## To Reproduce
Steps to reproduce the behavior:
1. Clone and run example repo: https://github.com/kinetif... |
Noticied that in Safari (11.1), using the back/forward buttons with a custom
express server fails to pass plain type objects via `getInitialProps`. This is
causing errors due to running methods on `undefined` objects when users on
Safari navigate using the back/forward buttons.
* I have searched the issues of this... | 0 |
### Problem
The landing page for the matplotlib documentation link
https://matplotlib.org/devdocs/contents.html is simply a table of contents,
which can be hard to navigate for someone unfamiliar with matplotlib.
. However, the example
generates a wrong animation.
This can be a big issue for people who do not have m... | 0 |
It failed twice within last 5 runs with the following error:
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:56 Nov 26 18:58:15.098: Number of replicas has changed: expected 3, got 4
http://kubekins.dls.corp.google.com/view/Critical%20B... |
Instead of consuming 250 milli-cores, recourse consumer consumes nearly 400
milli-cores. This causes flakiness of autoscaling e2e tests:
http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-autoscaling/1521/
**Horizontal pod autoscaling [Skipped][Autoscaling Suite] should scale from 1
pod to 3 pods and from ... | 1 |
(This is also on stack overflow https://stackoverflow.com/q/45619654/5134817)
I have the following code (below) to produce a plot (a confusion matrix), and
I want black lines between the squares, as below:
**Code**
import numpy as np
import matplotlib as mpl
from matplotlib.backends.backend_p... |
I have some problems with non-accurate placing of images created by imshow.
Output to PNG works fine, but the squares are rectangular and misaligned with
the grid when plotting small squares to PDF (order of magnitude around 1-2
inches for the whole plot). I didn't inspect the contents of PDF, but I
suspect that coor... | 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.
* [ x ] I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron V... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 10... | 1 |
A crate that uses the core library gets a mysterious error message with a
dummy span.
#[link(name = "rustmeta",
vers = "0.2", ... |
In #6670 I add a basic form of static assertions (as suggested by graydon in
#6568), but it's not nice to use. The biggest problem with it is you need a
static variable with a name, that goes through trans and ends up in the object
file.
@kud1ing suggested `static_assert!()`, which I think is a nice API but would
ne... | 0 |
The compiler issues an error message for a goto jumping over type or const
declaration, like
package main
func main() {
goto L1
type A int
L1:
}
The specification forbids only jumping over variable declarations.
|
go version devel +4a839bf01b58 Tue May 20 15:52:08 2014 +1000 + linux/amd64
The program is:
package main
func main() {
goto label
type X int
label:
}
$ go build goto.go
goto.go:3: goto label jumps over declaration of X at goto.go:4
The sp... | 1 |
Here's a snippet to reproduce the issue:
const x = new THREE.WebGLRenderTarget();
const y = new THREE.WebGLRenderTarget();
console.log( x.texture.image === y.texture.image ); // false
x.copy( y );
console.log( x.texture.image === y.texture.image ); // true
What this mean... |
* the face.material index is simply copied
* https://github.com/mrdoob/three.js/blob/master/src/extras/GeometryUtils.js#L98
faceCopy.materialIndex = face.materialIndex;
* maybe materialInddex should be reindexed as it were before r53
* https://github.com/mrdoob/three.js/blob/r52/src... | 0 |
_Please make sure that this is a bug. As per ourGitHub Policy, we only address
code/doc bugs, performance issues, feature requests and build/installation
issues on GitHub. tag:bug_template_
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes (code included below in the issue)
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS 10.14.3
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens... | 1 |
Documenting the list of tasks for ubernetes for 1.3 based on various
discussions:
**APIServer:**
* Add code for `federated-apiserver` ( #23509)
* Add `federation/v1alpha1` group version and `cluster` resource ( #23847)
* Add `service` resource to federated-apiserver (#25232)
* Add an e2e test for federation... |
If you google e.g. "kuberentes ha" you hit
http://kubernetes.io/v1.0/docs/admin/high-availability.html, which itself says
that the page is an archived version of 1.1. It would be better to send users
straight to the latest version.
I think if we add canonical link tags pointing to the latest version that
would both ... | 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.0+
* Operating System version: mac
* Java version: 1.8
## Steps to reproduce this issue
Assu... |
* 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 and 2.6.5
* Operating System version: common linux vm
* Java version: 1.8
### Steps to repr... | 0 |
The following code fails with an `UndefRefError` on Julia 1.7:
struct BadStruct{R,S}
named_tuple::NamedTuple{R,S}
n::Int
end
BadStruct(NamedTuple{}(), 0)
It also exits the REPL.
I'm not sure what's going on here, but here are some observations:
1. I can't reproduce the... |
cf brief discussion on discourse
This bug(?) occurs on 1.7 but not on 1.6:
struct Wrapper{SYMS, TT}
x::NamedTuple{SYMS, TT}
end
randnt() = Wrapper((a = randn(), b = rand(), c = rand(1:5), d = randn(SVector{3, Float64})))
X = randnt()
@allocated randnt() # 64
isbits(X) # f... | 1 |
**Context:**
* Playwright Version: [1.30.0]
* Operating System: [e.g. Windows]
* Node.js version: [e.g. 12.22, 14.6]
* Browser: [Chromium]
* Extra: [electron test]
**Code Snippet**
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For exam... |
My application uses the q-file feature of the quasar framework.here is the
q-file link. When a file is uploaded, it gets the path parameter of the file
in the files object array to find the local address where the file is located.
This is the file object printed in Developer tools after I uploaded the file
manually... | 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.5
* Operating System version: Mac OS
* Java version: 1.8
### Steps to reproduce this issue
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1-SNAPSHOT
* Operating System version: Mac OS 10.14.3
* Java version: Java 11
### Steps to r... | 0 |
##### System information (version)
* OpenCV => 3.4.1
Operating System / Platform => macOS/10.14
* Compiler => install by brew
##### Detailed description
crash stack like this
Process: Python [56825]
Path: /usr/local/Cellar/python/3.7.0/Frameworks/Python.fram... |
##### System information (version)
* OpenCV => 3.3.3 (see `cv2.getBuildInformation()` string below)
* Operating System / Platform => macOS Sierra 10.12.5
* Compiler => Apple Clang (see `gcc --version` string below)
>>> print cv2.getBuildInformation()
General configuration for OpenCV 3.3... | 0 |
If there are two textFields in the screen.
when I input text at the first textField in Chinese Pin Yin
then I tap the second textField and the second textField become first
responser.
The app crash.
 on TextEditingController is run while a user is
composing Japanese in TextField.
It might be caused on not only Japanese but also languages that have composing
state.
Maybe it's only for iOS devices. It isn't caused in my Android device.
## Steps to Reproduce
1. Compose Japanese text... | 1 |
I saw several issues regarding this from a few years ago (#11898, #6191,
#8458), but I did not understand why didn't this go anywhere. The oldest one
is still opened, but no activity since 2016?
The problem is that when I create a `BufferGeometry` from `Geometry`, there
are a lot of duplicated vertices. Now, I know ... |
Sometimes? Most of the times? In fact, it could be done even in case with face
normals - if the model has enough neighbour faces with the same normal, it
could even make sense :) File it under suggestions.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Context
Thanks for making this library <3\. I am currently using the library and am
building a selectbox and when I read the docs I stumbled upon this description
for `renderValue`: https://material-ui.com/api/select/#pro... |
Here are screenshots of 3 charts I've whipped up so far:
### Vertical Bar Chart

### Horizontal Bar Chart
}} = \overline{\widetilde{f}(-\omega)} $$
(where the overline indicates the complex conjugation and the tilde the
Fourier transform)
and another one is this other equation, reg... |
_Background_ : Quite frequently I would like (and others, it seems, too) to
multiply a 1D array by an array of other arrays, say:
import numpy as np
c = np.array([1, 2, 3])
E = np.ones((3, 3))
Ev = np.array([E, E, E])
# and I'd like to do this using NumPy broadcasting possibilities:
... | 0 |
See details here:
http://stackoverflow.com/questions/33986633/angular-2-dependency-injection-
error-on-ngfor-in-dynamically-created-component
This is a showstopper for loadAsRoot. All I get is
<!--template bindings={}-->
where the repeated elements shoud be.
|
When you add a component via DynamicComponentLoader.loadAsRoot, you can't use
data binding in your loaded component template.
Plunker: http://plnkr.co/edit/yzKAiXQQQwKi88g6wIdY?p=preview
| 1 |
struct Vector3<S>(S, S, S);
// passes type checking
fn into_vec3_arg<S>([x, y, z]: [S, ..3]) -> Vector3<S> {
Vector3(x, y, z)
}
fn into_vec3_let<S>(v: [S, ..3]) -> Vector3<S> {
let [x, y, z] = v; // error: use of moved value: `v[..]`
Vector3(x, y, z)
... |
let arr = [Box::new(1), Box::new(2), Box::new(3)];
let [a, b, c] = arr;
fails with
<anon>:5:13: 5:14 error: use of moved value: `arr[..]` [E0382]
<anon>:5 let [a, b, c] = arr;
^
<anon>:5:10: 5:11 note: `arr[..]` moved here because it has type `Box<... | 1 |
> Issue originally made by @yangchenyun
### Bug information
* **Babel version:** 6.3.17 (babel-core 6.3.21)
* **Node version:** 5.3.0
* **npm version:** 3.3.12
### Options
$ cat .babelrc
{
"presets": ["es2015"]
}
$ cat > script.js
function f2(x, ...y) {
//... |
Let's say we have the following piece of code:
export async function beforeBluebirdRequire() {
await getMeSomePromise();
}
export default async function afterBluebirdRequire() {
await getMeSomePromise();
}
To deal with the async/wait we transpile this with a `.babelrc`... | 0 |
This is a problem of implementation decisions. The adjusted mutual information
(AMI) between two labelings is an adjusted-for-chance version of the
normalized mutual information (NMI) of those labelings. There are numerous
choices for how to normalize; four listed in Vinh et al. (2010) are min, sum,
sqrt, and max. We... |
There exist many defintions of NMI and AMI.
> Vinh, N. X., Epps, J., & Bailey, J. (2010). Information theoretic measures
> for clusterings comparison: Variants, properties, normalization and
> correction for chance. Journal of Machine Learning Research, 11(Oct),
> 2837-2854.
mention 5 different definitions of NMI, ... | 1 |
The link that states "Requests 3.0 development is underway, and your financial
help is appreciated!"
at the top of every doc page (eg: http://docs.python-requests.org/en/master/),
currently points to the url:
https://www.kennethreitz.org/requests3
Which, at the time of writing is a "404 not found" page.
I'd like... |
Summary.
link to support requests for py3 isn't working at the top of
http://docs.python-requests.org/en/master/
leads to https://www.kennethreitz.org/requests3
What you expected.
a website
What happened instead.
404
import requests
## System Information
$ python -m requests.he... | 1 |
scipy/scipy/stats/_distn_infrastructure.py
Line 2402 in f57e5bf
| raise RuntimeError
---|---
I hit this message by running `scipy.stats.skewnorm.fit([1,2,np.nan])`
It would be good if the error was more descriptive. Perhaps "NaNs in data" or
something, but I'm not sure if there are any other reasons that t... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1757 on 2012-10-29 by
trac user stevenj, assigned to @pv._
In http://projects.scipy.org/scipy/ticket/1741 you replaced the original non-
free complex error function ("wofz") code with a version written by me. You
should update to the latest version of my code, ... | 0 |
This behavior seems very weird to me.
If I run test.ts with
deno run test.ts --allow-net
I get the following error
error: Uncaught PermissionDenied: network access to "http://127.0.0.1:3333/", run again with the --allow-net flag
at unwrapResponse (rt/10_dispatch_json.js:24:13)
... |
I'm not hugely familiar with CLI standards, but I don't think I've ever run in
to the requirement that --flags precede the positional arguments. I spent a
long while trying to get `--allow-net` to work before realising this was
necessary.
`deno run --allow-net something.ts` vs `deno run something.ts --allow-net`
Is... | 1 |
When I make predictions on two samples, separately and appended to one
another, I get different results. For example, this is as simple as it get
(both X_train and y_train are pandas DataFrames):
model = linear_model.LinearRegression(normalize=True)
model.fit(X_train, y_train)
But when I pred... |
#### Description
Sometimes it is convenient to first build a model on a recent dataset, save it
as a .pkl file and then apply the model to the new dataset. However, in the
last project, my friends and I found that the results turned quite wired after
applying the .pkl file on the new dataset. Actually, we implemente... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When running `NODE_ENV=staging next build` I expect the `.next` folder to be
generated with "staging" as `process.env.NODE_ENV` but I get "production"
instead.
## Steps to Reproduce (for bugs)
1. Run... |
# Feature request
## Is your feature request related to a problem? Please describe.
There are many different methods of codebase organization in the wild and one
popular one is to use an `index.js` file for the page component itself and
surround it with sibling files for various subviews that are specific to th... | 0 |
Hello,
It seems this line is duplicated, just one after the other.
Both in min and full 3.02 version.
.container:before,.container:after{display:table;content:"
"}.container:after{clear:both}
.container:before,.container:after{display:table;content:"
"}.container:after{clear:both}
Sincerely,
|
show on bootstrap.css
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/... | 1 |
The message `valid_resources` should instead be a list of "primary resources",
their shortcuts, and an optional description returned by the `Factory` (and
probably generated by the same code that is used to resolve resource names, so
as not to duplicate it). Or it should be generated by p.HandledResources
(although t... |
Continued from #1518 and #3024, and also relates to #1624.
Since there will necessarily be a higher barrier to entry for new objects, we
should make replication controller composable (e.g., with auto-scalers and
deployment managers), pluggable, hookable (#2804), to delegate decisions like
which pod to kill to decrea... | 0 |
Repro:

Repro'd on `22dd214678739e71bf51fcba7697e98f33ce191d` for me. This only repros
in C++ mode - C mode correctly ends the string literal in the right place.
|
* VSCode Version: 0.10.11
* OS Version: Windows 7
## Issue 1:
In the following code (using C++ syntax highlighting), the string literal(s)
are not highlighted at all.
This issue is exclusive to C++ syntax highlighting and does not occur with C
syntax highlighting.
#### Code:
int main()
{
... | 1 |
### Bug summary
Based on this code below, the line is exactly on top of the surface plot but
by rotating along the z-axis, it's obvious that the perspective of the line
with respect to the surface changes, as it should not.
### Code for reproduction
from mpl_toolkits.mplot3d import Axes3D
import ... |
### Bug report
**Bug summary**
When using the voxels rendering for Axes3D, surfaces and lines are not stacked
correctly in the visual perspective of the axes.
**Code for reproduction**
Adding the following lines to the example from matplotlib's example
https://matplotlib.org/gallery/mplot3d/voxels.html produces t... | 1 |
Challenge http://freecodecamp.com/challenges/waypoint-generate-random-whole-
numbers-with-javascript has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
Section "Waypoint: Generate Random Whole Numbers with JavaScript"
Just a typo , the word "lot"
but it's even more us... |
Challenge http://freecodecamp.com/challenges/waypoint-generate-random-whole-
numbers-with-javascript has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
I believe there is a typo in the first paragraph of the tutorial:
"It's great that we can create random decimal number... | 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
... |
**Current behavior**
When you bind `(keyup.enter)` to an element it doesn't trigger in IE10.
**Other information**
I tried to create a plnkr from the issues' one and it doesn't run in IE10.
http://plnkr.co/edit/YhxMmgqL9YKcFF2Qm035?p=preview
| 1 |
**Oleg Soloviov** opened **SPR-5528** and commented
1. You do some entries into the HTML form
2. submits the form
3. you do some changes to the form's entries on the server side
4. the changes are not displayed to the user, old entries remind in the form
Probably the bug is here:
in the Constructor of the... |
**Magnus Heino** opened **SPR-1047** and commented
Bean definitions are required to provide a value for bean attributes defined
as required using jdk1.5 annotation.
This provides a check to validate that values are not "forgotten" when
creating new bean definitions. Values that are not properly set in the bean
defi... | 0 |
* VSCode Version:1.8.2
* OS Version:ubuntu 15.10
Steps to Reproduce:
i can create multi cursors by alt-shift+(down/up) but not all the time where i
wanna place cursor is exactly under the line in sublime i can press and hold
ctrl and click to add cursor to any location but seems theres no way to do
this in vscod... |
* VSCode Version: 1.2.0-insider
Commit `24e811a`
Date 2016-06-07T07:55:32.262Z
Shell 0.37.6
Renderer 49.0.2623.75
Node 5.10.0
* OS Version: Windows 10
Steps to Reproduce:
1. 
| 0 |
version:0.19.1
if I set the series limit to 100 -> query works
SELECT tenant AS tenant,
ymd_ts AS **timestamp,
SUM(myschema.marathonreservation.weightedtotal) AS sum__weightedtotal
FROM myschema.marathonreservation
JOIN
(SELECT tenant AS tenant**,
SUM(myschema.marathonreservation.weightedtotal) AS mme... |
Make sure these boxes are checked before submitting your issue - thank you!
* I have checked the superset logs for python stacktraces and included it here as text if any
* I have reproduced the issue with at least the latest released version of superset
* I have checked the issue tracker for the same issue and... | 1 |
I'm trying to use the new (introduced in r70 with `d433472`)
`THREE.BufferGeometry.prototype.merge()` functionality on buffer geometries
created with `THREE.PlaneBufferGeometry` but I'm getting this error during the
subsequent render call (the merging itself does not throw an error):
`Uncaught TypeError: Cannot read... |
Was there a significant change in the GLTFLoader in version 90? We're having
problems with gltf/glb files that we export from Paraview, the colors are not
visible in our viewer. If changing the version to version 89, the colors are
visible. Here is an example file:
005.zip
| 0 |
such as
file: '/node_modules/material-ui/BottomNavigation/BottomNavigationButton.js.flow'
severity: 'Error'
message: 'React element `Icon` (This type is incompatible with empty See also: React element `Icon`)'
at: '145,16'
source: 'flow'
* I have searched the issues of this repo... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I have set a callback function for the onItemClick property of Menu. I expect
the call back function to be executed for all nested levels of menu items upon
clicking that item
## Current Behavior
A... | 0 |
### Website or app
https://angular.io/start
### Repro steps
1. Go to https://angular.io/start or https://vuejs.org/
2. Click on React Dev Tools extension
3. You should see message **This page is using the production build of React. ✅**
### How often does this bug happen?
Every time
### DevTools packag... |
### Website or app
youtube.com, github.com, gmail.com, lucidchart.app
### Repro steps
1. Open any web app not made with React (e.g.: youtube.com, amazon.com, github.com, gmail.com, lucidchart.app)
2. The react icon is ON and the popover message says:
'This page is using the production build of React. ✅'
###... | 1 |
Javascript editor duplicate characters
#### How to reproduce the bug
1. Go to new chart with deck.gl Screen Grid
2. Enable ENABLE_JAVASCRIPT_CONTROLS and start input characters into window
3. Input "1234"
4. See error
Expected characters in this window "1234", actual characters "1234123121"
### Expected r... |
**Is your feature request related to a problem? Please describe.**
It's difficult to find specific charts and dashboards that I've created.
**Describe the solution you'd like**
As a user, I would like to be able to logically group my charts and my
dashboards. I would like either folders or to be able to filter b... | 0 |
Currently to get the size of a widget you need to do this:
Size get _size {
assert(mounted);
RenderBox box = context.findRenderObject();
assert(box != null);
assert(box.hasSize);
return box.size;
}
It'd be nice to have this as a built in api.
((I'm copy... |
In the tabs section of the gallery, the beach ball can get in a state where it
sits slightly under the header. The resting state should be sitting fully
underneath the header.
Steps to Reproduce
* Build and install latest Flutter Gallery from the repo, enter "Tabs" section,
* scroll "Left" section to the bottom... | 0 |
I have seen similar bug reports, apologies if this is a duplicate. In my case,
when I am using a collection field as follows:
$builder->add('goods', 'collection', array(
'type' => new GoodType(),
'allow_add' => true,
'allow_delete' => true,
... |
Hello,
I'm having a problem with collection field type. If I set error_bubbling to
false in order to display errors next to collection field label I will get
these errors output twice. Seems that errors get written in form_row and then
in form_widget:
{% block collection_widget %}
{% spaceless %}
... | 1 |
### What related GitHub issues or StackOverflow threads have you found by
searching the web for your problem?
Similar errors identified as name conflicts between module and directory
### Environment info
Operating System: macOS Sierra
If installed from binary pip package, provide:
1. A link to the pip package ... |
Running tensorboard results in this:
logdir = os.path.expanduser(FLAGS.logdir)
AttributeError: 'NoneType' object has no attribute 'logdir'
Best practice in this case is arg(opt)parse.
| 1 |
This section is fine and can stay, but it duplicates existing functionality of the
template package. Instead, the program could create a single template, load both the
.html files in one call to ParseFiles, and use ExecuteTemplate instead of its own map.
Would be nice to show users that ... |
What steps will reproduce the problem?
See attached zip file for reproduction
What is the expected output? What do you see instead?
This sample passes with -compiler gc
% go test -compiler gc -v issue/...
=== RUN TestData
--- PASS: TestData (0.00 seconds)
... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.