text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
_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):
... |
_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):
... | 1 |
* VSCode Version: 1.1.1
* OS Version: Windows 10
Steps to Reproduce:
1. Open the attached file markdown.txt in VSCode.
2. Enable word wrap to be able to view the entire paragraph.
3. Rename the file to have the '.md' extension identifying it as Markdown
4. Observe syntax coloring of the markdown text. T... |
* VSCode Version: 1.1.1
* OS Version: Linux Mint LMDE 2
Steps to Reproduce:
1. Create new markdown file. Type in:
The TeX command `\TeX` is fun! So is `\LaTeX`!
Problem:
In markdown ``` doesn't appear to be registered as an opening code literal for
syntax highlighting.
Code will highl... | 1 |
Hi,
When the anchor which open the popover is on two lines (first word at the end
of the first line and second word at the beginning of the second line) the
popover is centered at the middle of the page.
How can I fix it to display it hover the first or second word ?

At first time run inference no crash, It is always crash at second time. below
is crash info.
![imag... |
_Please make sure that this is a build/installation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:build_template_
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
* Mobile device (... | 1 |
The conda-package for numpy does not work on Windows inside a tox environment
(using tox-conda):
Steps to reproduce are:
* Set up a `tox.ini` that uses `tox-conda`
* Define a `tox` environment that has `numpy` in `conda_deps`, either from the `default` or the `conda-forge` channel
* Invoke `tox` such that `nu... |
Hello
I was wondering if there any plans to implement softmax in numpy? I seem to
keep having to write it for myself, and I was wondering if anyone else is in
the same situation.
| 0 |
#### Challenge Name
https://www.freecodecamp.com/challenges/add-font-awesome-icons-to-all-of-our-
buttons#?
#### Issue Description
when adding the trash glyphicon, "Delete" text is cut off due to padding from
"container" class.
#### Browser Information
using macbook with 13inch screen
* Browser Name, Version:... |
Forewarning, this _may_ be bike-shedding worthy....
### Workspace
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/49.0.2623.110 Safari/537.36`. (Chrome on Windows 7)
### Setting
The CatPhoto is where you make an web page and one component is adding three
buttons l... | 1 |
# Environment
Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version 0.3.2142.0
# Steps to reproduce
Press `ALT + 0192`
# Expected behavior
One `°` should be written in the console
# Actual behavior
`°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°... |
# Environment
Windows build number: [run "ver" at a command prompt]
10.0.18362.239
Windows Terminal version (if applicable):
the first version of ms store
Any other software?
None
# Steps to reproduce
when run some heavy process, the terminal will disappear(It seems the proce... | 0 |
I'm trying to implement server side rendering with react/redux. My components
use `componentWillMount` to start fetching data from a REST API and I use a
simple counter in my redux store to see how many fetching requests are
pending. I then have this code server side:
ReactDOM.renderToString(rootEle)... |
It would seriously ease the process of building something isomorphic if
componentWillMount could return a promise and that react would delay rendering
until that promise is resolved. I have seen attempt of doing something like
that in react-router and rrouter, however giving this responsibility to each
component inst... | 1 |
visit the link `getting-started`, it's English page, how to read this page
that writing by other language.
|
Now, I've translated some docs into Japanese.
And there are Korean and Chinese docs, but there is no links to them.
How about add links to these translated doc in Getting Started?
If the links is added, we will get more React.js users and feedbacks by them.
| 1 |
**Steinway Wu** opened **SPR-8486** and commented
I found it doesn't work under UTF-8.
After going through the source code of StringHttpMessageConverter, I concludes
that although StringHttpMessageConverter has a "DEFAULT_CHARSET" public static
member (with default 'ISO-8859-1'), it doesn't offer corresponding set... |
**David Ward** opened **SPR-6412** and commented
At Alfresco we found that the integration with Apache CXF 2.2.2 that worked
with previous snapshots of Spring 3 does not work with RC2.
We are using a set up more or less as documented here
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html
It appe... | 0 |
filepath.Walk's WalkFunc (http://golang.org/pkg/path/filepath/#WalkFunc) is documented
as:
"If there was a problem walking to the file or directory named by path, the
incoming error will describe the problem and the function can decide how to handle that
error (and Walk will not desc... |
Now we have database/sql.Rows.Columns() but that only returns the column names.
But although the database driver could return some more information about those columns,
I can't see any way to get it.
sql.Rows has a rowsi member (driver.Rows), and if the driver would implement a
Colum... | 0 |
julia> versioninfo()
Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.0.0)
CPU: Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, haswell)
I... |
Autocomplete in the REPL add `\` when needed to file names but julia1.0
functions do not like them
julia> DelimitedFiles.readdlm("a\ a.txt")
ERROR: syntax: invalid escape sequence
julia> DelimitedFiles.readdlm("a a.txt")
works
| 1 |
Trying instructions for gomobile from:
https://github.com/golang/go/wiki/Mobile
This command is panicking: go get -d golang.org/x/mobile/example/basic
Error is:
can't load package: package golang.org/x/mobile/example/basic: no buildable Go
source files in
c:\tmp\devel\negentropia\webserv\src\golang.org\x\mobile\... |
This simple example source file has an introductory comment above the set of types, but
godoc does not emit it.
main
// Introductory comment
type (
// A
A int
// B
B int
)
| 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
authorized_key
##### ANSIBLE VERSION
ansible 2.2.1.0
config file = /Users/brian/Dropbox/Tech-Notes/Programming/Ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
[default... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
authorized_key core module
##### ANSIBLE VERSION
ansible 2.2.0.0
config file = /home/james/active/boss/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
[defaults]
nocows=1
inventory=ansi... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/11648/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should create and stop a\nreplication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:209\n Expected error:\n <*errors.errorString | 0xc820652e70>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.30.15 --kubeconfig=/workspace/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=e2e-tests-kubectl-5z9m9] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n [] <nil> 0xc820c8ba40 exit status 1 <nil> true [0xc820542440 0xc820542458 0xc820542470] [0xc820542440 0xc820542458 0xc820542470] [0xc820542450 0xc820542468] [0xab1c70 0xab1c70] 0xc820be0cc0}:\\nCommand stdout:\\n\\nstderr:\\nfailed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.198.30.15 --kubeconfig=/workspace/.kube/config get rc,svc -l name=update-demo --no-headers --namespace=e2e-tests-kubectl-5z9m9] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc820c8ba40 exit status 1 <nil> true [0xc820542440 0xc820542458 0xc820542470] [0xc820542440 0xc820542458 0xc820542470] [0xc820542450 0xc820542468] [0xab1c70 0xab1c70] 0xc820be0cc0}:\n Command stdout:\n \n stderr:\n failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n \n error:\n exit status 1\n \n not to have occurred\n \n\nPrevious issues for this test: #28565 #29072\n\n" |
`error: google: could not find default credentials. See
https://developers.google.com/accounts/docs/application-default-credentials
for more information.` appears in a lot of flakes. Speculation is that the
metadata server is slow to respond.
So far, these are the issues where this message has popped up:
#28569
... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3-dev
#18952
`UsernamePasswordJsonAuthenticationListener` seems to "high-jack" every
request. While the documentation
http://symfony.com/doc/master/security/json_login_setup.html seems to imply it... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | master
Json login listener tries to authenticate on all routes on the firewall it is
registered on, not just the configured check_path. It even blocks access to
routes that are configured to allow an... | 1 |
Hi,
I'm using Tensorflow last succeed build #85
I succeed to train a classifier with batch normalization and saving it with
classifier.save(logdir) and restoring the classifier with
classifier = tf.contrib.skflow.TensorFlowEstimator.restore(logdir)
the classifier is restored but when using prediction
classifier... |
▶ Operating System:
ubunutu 14.04 LTS
▶ Installed version of CUDA and cuDNN:
CUDA 7.5.18 / cuDNN 7.0(v4)
NVIDIA-SMI 352.39 Driver Version: 352.39
GeForce GTX TITAN X
▶ I installed tensorflow with next command line. And that is a link of
tensorflow Github, 'Linux GPU, python 2' whl file.
sudo pip install --... | 1 |
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Jdbc do you using?
demo:sharding-jdbc-orchestration-etcd-yaml-example:master分支2.0.0
sharding-jdbc-core:2.0.1
### Expected behavior
使用etcd做编排治理,实现数据源、表与分片及读写分离策略的动态切换
### Actual behavior
启动失败:
Except... |
### Which version of ShardingSphere did you use?
5.1.0 and 5.1.2
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
It is a same issue with #3024
i had the same problem with version 5.1.2,it may not have been resolved。
I compared Logic SQL and Actual SQL and found ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The color which is supplied in palette.text.primary value doesn't seem to do
anything.
I was hoping that when I pass that value then that color will be used for
every component which has color value se... |
Since using v1, I find myself often wanting to quickly navigate to a
Component's implementation, to check its implementation details, but
especially since material-ui now uses JSS, which requires us to look at the
classes in the source code to override them properly.
I think it'd be helpful to either:
* Add a lin... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Because of changes in React 16, server-side rendering no longer behaves any
differently in production mode than in any other environment. Libraries such
as Next.js configure Webpack to compile client... |
### Problem description
With the recent change to flow 0.53, we encountered a small but perhaps
unnecessary size increase. There are two sources of this:
1. the conditional check for `typeof` seems quite long
2. there are two assignments to propTypes
This was occurring before the PR #7869 as verified in th... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
include_role
##### ANSIBLE VERSION
ansible 2.3.1.0
config file = /usr/local/etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, Jun 18 2017, 09:55:08) [GCC 4.2.1 Compat... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
yum
##### ANSIBLE VERSION
ansible 2.3.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11... | 0 |
## Steps to Reproduce
Configuring `TargetPlatform.iOS` problems will appear
MaterialApp(
title: 'app,
theme: new ThemeData(
primarySwatch: Colors.red,
platform: TargetPlatform.iOS, // ------>>>>>
),
navigatorObservers: <NavigatorObserve... |
## Steps to Reproduce
1. Run this demo app:
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
final platform ... | 1 |
I've found two problems of Atom's soft wrapping:
1. Chinese and Japanese language does not use spaces to separate characters, it causes that Atom treats Chinese sentence as a extremely-long "word" and does not perform correct wrap. According to [http://en.wikipedia.org/wiki/Line_breaking_rules_in_East_Asian_langua... |
Reported in Halp:
* support/b47caffcaba511e3903bfcd96bef4da2
> If I have a paragraph in CJK characters and toggle soft wrap, the wrapping
> point (should be the right edge of current window) is far away than the
> current edge and some characters are displayed out of window which is not
> visible.
> I think th... | 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: Window10
* 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.6
* Operating System version: xxx
* Java version: 1.8
### Steps to reproduce this issue
1. ... | 0 |
These only show up in oldnumeric when 2to3 with the 2to3 renames and nonzero
fixers. The replacement for `sys.maxint` in python3 is `sys.maxsize`, but the
two aren't the same, the latter the size of `Py_ssize_t`. Likewise the the
replacement for `__nonzero` is `__bool__`, but anyone using old numeric is
likely to hav... |
I've found a very strange bug. Under certain circumstances, a small number of
the entries in the dot product of two 2D arrays will be wrong:
import numpy as np
nrow, ncol = 2, 69900
rows = np.random.normal(size=(nrow, 1)).astype(np.float32)
columns = np.random.normal(size=(1, ncol)).astype(... | 0 |
ERROR: type should be string, got "\n\nhttps://discourse.julialang.org/t/making-a-simple-wrapper-for-an-io-\nstream/52587/8\n\n" |
#18626
| 0 |
**Matthew T. Adams** opened **SPR-8835** and commented
I couldn't find a factory bean that combines maps, and the feature of merging
collections among parent & child beans
(http://static.springsource.org/spring/docs/3.0.x/spring-framework-
reference/html/beans.html#beans-collection-elements) didn't suit my needs, s... |
**Sam Brannen** opened **SPR-6523** and commented
Section _C.2.2.4 util:list/_ of the reference manual states:
> Finally, you can also control the merging behavior using the 'merge'
> attribute of the util:list/ element; collection merging is described in more
> detail in the section called "Collection merging".
T... | 1 |
I've got a small Rust program, trying to implement a binary search tree. With
Rust 0.8, the compiler segfaults. WIth GIT revision `8ea2123`, I get a nicer
error-message, THEN a segfault. Looks like some sort of infinite stack-
recursion.
I'm including the program.
extern mod extra ;
use std::rand;... |
This is a backtrace from compiletest built with -g
#11 0x00007ffff7aee3ff in context::call_shim_on_c_stack (this=0x43d700, args=0x445e80, fn_ptr=0x7ffff7af2f48) at
../src/rt/arch/x86_64/context.h:58
#12 0x00007ffff7af4066 in call_upcall_on_c_stack (args=0x445e80, fn_ptr=0x7ffff7af2f48) at ../s... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-give-your-
javascript-slot-machine-some-stylish-images has an issue. Please describe how
to reproduce it, and include links to screenshots if possible.
|
The tests are not covering the task fully. One can pass it by updating only
slot 0 three times:

| 1 |
### Bug report
**Bug summary**
Bad resolution and placement of colorbar background.
The background of the colorbar looks ugly rectangular and displaced.
(There is even one more thing which is the font of the first tick label which
is different, but this is not what is considered here).
**Code for reproduction**... |
The following example (with Matplotlib 2.0.0b3) causes the colorbar inside the
colorbar axes to be offset when outputting to PDF with a low DPI:
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(1,1,1)
im = ax.imshow([[1]])
fig.colorbar(im)
fig.savefig('co... | 1 |
The latest version of Electron (0.36.0) still has an issue on Yosemite with
fullscreen.
Basically when in fullscreen mode the window shows a textured title at the
top:

This hap... |
Origintal ticket: sindresorhus/caprine#5
##
In fullscreen mode, instead of showing the user toolbar, it covers it up with
a gray frame.
#### 1\. Normal

#### 2. Fullscreen
![s... | 1 |
I have two pgsql domains: `isoweekday` that is based on INT and `isoweekdays`
that is an array of the former. Both domains add some checks like no duplicate
values, no empty list, only values from <1, 7> range.
CREATE DOMAIN isoweekday AS INT
CHECK(...);
CREATE DOMAIN isoweekdays AS isowee... |
**Migrated issue, originally created by Anonymous**
Hello, I've just encountered a very odd behaviour of SA, revision 1190.
Basically, it seems to save dereferenced object as well, even though the
object gets deleted from the current namespace. _all the object values_ are
actually kept and written to the database!... | 0 |
I was playing around with the idea of placing a`__tests__` folder into my
different directory areas.
So
root
|-pages
| `__tests__
| `index.test.js
| `index.js
|-components
| `__tests__
| `Button.js
|-layouts
`__tes... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Considering the following snippet:
<Head>
{title ? (
<React.Fragment>
<title>{title} | Cool site</title>
<meta property='og:title' content={title} />
... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1930 on 2011-08-10 by
trac user tlatorre, assigned to unknown._
>>> np.uint64(5) << 1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: ufunc 'left_shift' not supported for the input types, and the ... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1931 on 2011-08-10 by
trac user tlatorre, assigned to unknown._
>>> np.uint64(5) << 1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: ufunc 'left_shift' not supported for the input types, and the inpu... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
When using the date pipe In IE 11.0... | 1 |
Hi,
Elasticsearch currently doesn't have a parameter which switches indices in
append only mode. This could be interesting from performance point of view.
We are dealing with a problem of limited ingestion rate in ES. We tried to
focus on a couple of hot spots to resolve potential bottlenecks. One of them
was DocV... |
Hello,
Right now if you enable Elasticsearch slow log from config - elasticsearch.yml
or through api call, it will generate the logs on the data node for queries
that take more then 1 second (if set like this) in
ES_index_search_slowlog.log.
The problem is that it will generate these logs on the data nodes where t... | 0 |
`str` has been asserted it cannot be `undefined` on all call sites of `test()`
below:
let str: string | undefined;
if (str) {
test();
}
function test() {
str.charAt(1); // error can be undefined
}
|
Hi,
**Version** : 1.8.5
I would like to see an error when duplicate values are found in a string
literal declaration:
type alphabet = 'a' | ... | 'x' | 'y' | 'a'; // Error: Duplicate value 'a'
This is most likely an unintentional inclusion.
| 0 |
### Superset version
0.22
### Expected results
Was expecting superset to open properly
### Actual results

### Steps to reproduce
Installed superset 0.22 according to ins... |
### Expected results
Expected helm chart to work with default/updated values.
### Actual results
It throws `password authentication failed` for both default superset helm
setup as well as updated `values.yaml` where postgres password is overridden.
ERROR:flask_appbuilder.security.sqla.manager:DB C... | 0 |
**Marcel Stör** opened **SPR-9722** and commented
With #9462 support for default values was added.
However, I observed that they are applied too early if you have a hierarchy or
cascade of property placeholder configurers:
* Spring loops through the prioritized list of configurers
* if property X is not found ... |
**Lachezar Kozhuharov** opened **SPR-9474** and commented
I would expect the matching pattern not to partially enforce the query
structure. Expected behavior is to fully enforce it or not to enforce it at
all. This would be useful when for example building a RESTful service client.
A query like "a=b&filter=c==d" is... | 0 |
I want to make a pattern on a route host requirement using a parameter like
this
my_homepage:
path: /
host: {mydomain}
defaults: { _controller: AcmeDemoBundle:Main:myHomepage }
requirements:
mydomain: %mydomain%
and parameter.yml :
myd... | Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
Symfony version | any
The symfony phpunit bridge does not work with phpunit version 6 which is
namespaced. So for example
https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/PhpUnit/bootstrap.php#L16
w... | 0 |
Challenge Use HTML5 to Require a Field has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<link href="http:... |
I cann't press the button "Submit and go to my next challenge (ctrl + enter)".
But if I clicked I only see the infinite loading. How to solve this problem?

| 1 |
fn main() {
}
struct X;
impl X {
unsafe fn xevent_cast(buffer: &[u8; 256]) -> T {
return *(buffer.as_ptr() as *const T);
}
}
|
Input:
struct T(u8);
fn t() -> *mut T {
unsafe { 0u8 as *mut T }
}
fn main() {
let a = unsafe { *t() };
}
Output:
$ rustc ../test.rs
../test.rs:9:19: 9:23 error: internal compiler error: this path should not cause illegal move
../test.r... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18963.1000]
Windows Terminal version (if applicable): commit id 734fc1d
# Steps to reproduce
still, like #1404
at the defualt profile, "commandline" can't be opened, terminal starts and
right after it shuts down.
Make pro... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.418]
Windows Terminal version (if applicable):
Any other software? Viaual Studio Code 1.40.0-insider
# Steps to reproduce
0. Set `"terminal.integrated.windowsEnableConpty": true`.
1. Install Cygwin.
2. S... | 0 |
##### System information (version)
* OpenCV => :4.1.0
* Operating System / Platform => :Linux Ubuntu 18.04
and
* OpenCV => :4.1.0
* Operating System / Platform => :Windows 7
##### Detailed description
I have trained YOLO object detection via darknet and I could check result
using
`./darknet detector te... |
* OpenCV => Latest
* Operating System / Platform => Ubuntu 16.04
* Compiler => gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
##### Steps to reproduce
For some weird reason OpenCV is unable to save a CV_32FC1 type cv::Mat into a
tiff. Below is the minimal example to duplicate this
/... | 0 |
### System Information
OpenCV python version: 4.7.0
Operating System / Platform: Ubuntu 22.04
OpenVINO version: 2022.2.0 (need to use this specific version)
Python version: 3.9.16 (need to use this, it is the highest supported by
OpenVINO 2022.2.0)
### Detailed description
I am working in a virtual environme... |
##### System information (version)
* OpenCV => 3.4.3-openvino
* Operating System / Platform => Linux Ubuntu 16.04
##### Detailed description
Hello, I'm using Intel Up-Board Squared to develop a programm which needs to
compress video by using INTEL_MFX apiPreference to speed up the process.
I've compiled Open... | 0 |
from collections import OrderedDict
import random
import pandas as pd
pd.__version__
'0.20.3'
df = pd.DataFrame.from_dict(OrderedDict(
[
((lv1, lv2, lv3), {'KG': random.randint(0, 100)})
for lv1 in ['A', 'B']
... |
Best shown with an example.
import numpy as np, pandas as pd
timestamps = map(pd.Timestamp, ['2014-01-01', '2014-02-01'])
categories = ['A', 'B', 'C', 'D']
df = pd.DataFrame(index=pd.MultiIndex.from_product([timestamps, categories], names=['ts', 'cat']),
columns=['Col1... | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.198.0
**System** : Microsoft Windows 8.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
Hey folks,
In the Waypoint: Use Clockwise Notation to Specify the Margin of an Element
challenge, it is asked to fulfill the following:
Your green-box class should give the left of elements 40px of margin.
Your green-box class should give the bottom of elements 20px of margin.
Your green-box class should give t... |
In the instructions for the margin, you have the pixel setting for "Top" to
20px instead of 40px.
| 1 |
Simplest sample program:
from flask import Flask
app = Flask("TestApp")
@app.route("/")
def test():
return "Hello World!"
app.run(host="0.0.0.0", port=5001, ssl_context="adhoc")
Test the web server through a browser: https://ip_address:5001/
The result is: `Hel... |
It would be useful to be able to refer to flash categories using constants,
for example:
FLASH_CATEGORY_MESSAGE = 'message'
FLASH_CATEGORY_DEFAULT = FLASH_CATEGORY_MESSAGE
This gives an overview of the **already defined** categories, and an obvious
way to avoid duplicating these in every Flas... | 0 |
# Description of the new feature/enhancement
Implement single-instance mode as an option, so that multiple executions of
`wt.exe` would add new tabs to already running instance of WT, instead of
opening new windows.
# Proposed technical implementation details (optional)
When I run `wt.exe` multiple times, I get a ... |
# Description of the new feature/enhancement
When I work in the terminal (currently mainly CMDer/ConEmu) I like to keep one
terminal going with multiple tabs.
When opening a new terminal window, my terminal does not create a new instance
of the application but rather opens a new tab in the currently running
instan... | 1 |
I've noticed some odd behavior with the syntax colourisation for template
strings in Visual Studio 2013 (using TypeScript 1.4 plugin). It occurs when
the string "#/" is present within the template string **after** at least one
placeholder is present. I realise reading that is as clear as mud so look at
the screenshot... |
I'm playing with the new support for template strings in release-1.4 and
seeing potential issues with syntax highlighting.
In a single-line template string it looks like the string is classified as a
keyword.
In a multi-line template string like this:
var template = `/hello/
/world/`;
It lo... | 1 |
The client thread stuck when there have a "重复键违反唯一约束" exception.
version: shardingsphere-proxy 5.0.0
import (
"fmt"
"gorm.io/driver/postgres"
"gorm.io/gorm"
"testing"
)
func TestShardingSphereTransactionRollback(t *testing.T) {
dsn := "host=127.0.0.1 user=sharding pass... |
When I using Mybatis-plus PaginationInterceptor plugin, shardingsphere does
not work, something wrong has happend. Track it down and find an error at
here:
org.apache.shardingsphere.core.optimize.sharding.segment.select.pagination.Pagination
private int getValue(final PaginationValueSegment paginatio... | 0 |
Challenge Responsively Style Radio Buttons has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<l... |
Forewarning, this _may_ be bike-shedding worthy....
### Workspace
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/49.0.2623.110 Safari/537.36`. (Chrome on Windows 7)
### Setting
The CatPhoto is where you make an web page and one component is adding three
buttons l... | 1 |
**Rossen Stoyanchev** opened **SPR-9395** and commented
* * *
**Affects:** 3.1.1
This issue is a backport sub-task of #14010
**Issue Links:**
* #14020 Backport "Reinstate check for a type-level `@RequestMapping` annotation to decide if a bean contains `@RequestMapping` methods" ( _ **"duplicates"**_ )
|
**Rossen Stoyanchev** opened **SPR-9384** and commented
* * *
**Affects:** 3.1.1
This issue is a backport sub-task of #14010
**Issue Links:**
* #14031 Backport "Reinstate check for a type-level `@RequestMapping` annotation to decide if a bean contains `@RequestMapping` methods" ( _ **"is duplicated by"**_ )
*... | 1 |
In the Carousel documentation, there is the following Usage example:
## Usage
### Multiple carousels
Carousels require the use of an **id** on the outermost container,
**.carousel** , for carousel controls to function properly. When adding
multiple carousels, or when changing a carousel's id, be sure to update the... |
I spent a good half-hour trying to fix an issue which was a direct action of
using the example code provided.
http://getbootstrap.com/javascript/#carousel
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="..." alt="...">
<... | 1 |
Not sure what's up here:
error: internal compiler error: static call to invalid vtable: VtableObject(VtableObject(object_ty=error::Error + 'static))
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.htm... |
Tried using the iron framework on Mac OS X Yosemite 10.10.1 with `rustc
1.0.0-nightly (170c4399e 2015-01-14 00:41:55 +0000)` and run into this issue.
I have been trying to compile this with rust since 2015-01-12 version.
I'm not very knowledgable with the language itself or any systems programming
languages, so if a... | 1 |
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
W7/32b in VirtualBox running in Ubuntu 12.04, x86_64.
Which version are you using? (run 'go version')
go version 1.1.2
Please provide any additional information below.
... |
by **austin@google.com** :
What steps will reproduce the problem?
1. GOARCH=power64 go run run.go -- nilptr2.go
Lines marked "removed repeated nil check" fail in this test because the test
depends on duplicate store elimination, which doesn't currently happen on power64x.
To s... | 0 |
Using elasticsearch java api 1.4.3, I think I'm experiencing a problem similar
to what I reported at yakaz/elasticsearch-action-updatebyquery#27 but this
time it is the official API that seem to have the issue:
val qb = QueryBuilders.constantScoreQuery(FilterBuilders.termFilter("user", "kimchy"))
/... |
Today we have 3 flavors for each endpoint (for demonstration purpose I only
use the `_health` API)
public interface ClusterAdminClient extends ElasticsearchClient<ClusterAdminClient> {
ActionFuture<ClusterHealthResponse> health(ClusterHealthRequest request);
void health(Cluste... | 1 |
Here is the stackoverflow question:
https://stackoverflow.com/questions/52394305/creating-pip-package-for-
tensorflow-with-gpu-support-results-in-0-byte-simple-co
* * *
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No
* **OS Platfo... |
### 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)** : Windows 10 1803
* **TensorFlow installed from (source or binary)** : source
* **TensorFlow version (use command belo... | 1 |
by **peterbourgon** :
In the spec, under "For statements", the topic of deleting map entries during
iteration is addressed with only the sentence:
> If map entries that have not yet been reached are removed during iteration, the
corresponding iteration values will not be produced.
... |
by **Douglas.Linder** :
The documentation of go build, here:
http://golang.org/pkg/go/build/
Does not account for the possibility of a source file that starts:
// +build TAG
package xxx
This results in the comment being treated as a package comment and not as ... | 0 |
Originally I wanted to display radio buttons without the possibility of
changing them.
I tried using the `read_only` attribute on my field type first:
$builder->add('onCall', 'choice', array(
'choices' => array(0 => 'no', 1 => 'yes'),
'expanded' => true,
'read_only' => true
... | Q | A
---|---
Bug report? | no
Feature request? | no
BC Break report? | no
RFC? | yes
Symfony version | 2.8.0 - 3.2.2
In my application, I have several authentication mechanisms and each one has
it's own UserProvider. The security.yml looks like this:
security:
providers:
... | 0 |
## I have a big problem, I use the tfrecord file to import data for my
tensorflow program. But, when the program run a period of time, it displays
the DataLossError:
### System information
OS Platform and Distribution : Linux Ubuntu 14.04
TensorFlow installed from : Anaconda
TensorFlow version : 1.3.0
Python ... |
NOTE: Only file GitHub issues for bugs and feature requests. All other topics
will be closed.
For general support from the community, see StackOverflow.
To make bugs and feature requests more easy to find and organize, we close
issues that are deemed
out of scope for GitHub Issues and point people to StackOverfl... | 0 |
`deno install` is excellent for installing scripts, but it seems that it could
only install ts (and js?) files through dependencies.
For example, `std/http/file_server.ts` is a simple file server which needs
some html template to generate page, but it could only put all html template
files(and even a lot of css file... |
## Problem
I often find myself needing to load non-JavaScript non-TypeScript assets, and
various problems arise:
* Local module (in git repo) has to use `fs` but remote module has to use `fetch`.
* The assets cannot be cached.
* The assets cannot be bundled.
## Suggestion
Add some way to annotate assets usi... | 1 |
SVC's and LinearSVC's (I didn't check other classifiers) decision_function in
binary classification case returns values lower than 0 when predict returns 0,
and >0 when predict returns 1.
So this part of code is wrong:
pred = estimators[k].predict(X)
score = _predict_binary(estimators[k], X)
scores[:, i] += sc... |
In multiclass.py, function predict_ovo(estimators, classes, X), it has:
scores[:, i] += score
scores[:, j] -= score
However, I think it should be:
scores[:, i] -= score
scores[:, j] += score
I think the idea here should be, when score > 0, the positive class increase
its v... | 1 |
by **astrange** :
Running the binary distribution of go 1.2 (or any of its RCs) on our FreeBSD 9.2 servers
immediately crashes. The same applies for go_bootstrap to build it from source.
go 1.1 runs fine.
# uname -a
FreeBSD yyy 9.2-RELEASE FreeBSD 9.2-RELEASE #6: Sun Oct 13 05... |
What steps will reproduce the problem?
6g bug.go
What is the expected output? What do you see instead?
Expected: should compile OK, because r1 is a named return value.
Actual:
bug.go:7: r1 declared and not used
What is your $GOOS? $GOARCH?
d... | 0 |
Reported at https://discuss.pytorch.org/t/torch-multiprocessing-rebuild-cuda-
tensor-having-trouble-with-bn-num-batches-tracked/27453
Post copied below:
I am trying to pass a set of gpu models to a pool of processes, so something
like the example code below:
(torch version 1.0.0.dev20181015)
import... |
I was trying to send multiple tensors in tuple via `multiprocessing.Queue` to
anther process. However when I access to a cuda LongTensor, I get this error
RuntimeError: Attempt to access Storage having data type Float as data type Long
## Code example
import torch
import torch.... | 1 |
We now can use kv-storage in chrome with:
import storageArea from 'std:kv-storage';
How about support similar API for deno_std?
It may looks like this, and imports the std module with the same version as
the deno you installed.
import { serve } from 'deno_std:http/server';
And it's go... |
There is a Stage 1 TC39 proposal for "built in" browser modules to make a
standard library for JavaScript. It is proposing a protected namespace of
`"std:"` for the module specifiers. We should consider adopting this for
potential standard built in modules.
| 1 |
* Electron version: N/A
* Operating system: Mac or Windows
I don't know how I've only discovered these methods now 😄 but anyway...
Would an app get rejected by the MAS if it used `app.setLoginItemSettings` for
example? The Mac App Store submission guide doesn't list it as a limitation
but I would assume that i... |
### 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... | 0 |
When rapidly erasing lines from a scrolling text box, the text that should be
hidden due to it being outside of the box incorrectly appears.
To reproduce:
1. Open Flutter gallery
2. Select "Material"
3. Select "Text Fields"
4. Type many lines of short text in the "Life story" section (at least 6, the more t... |
After several lines, including some blank lines, are inserted in a multiline
TextField, press and hold the delete key. When the blank lines are deleted the
viewport's text contents suddenly and temporarily appear above the text field.
See https://youtu.be/Nx0Go-4oPRg
| 1 |
One is in `impl String` in libcollections/string.rs and has the signature `fn
from_str(string: &str) -> String`.
The other is in `impl FromStr for String` in libstd/from_str.rs and has the
signature `fn from_str(s: &str) -> Option<String>`. In fact,
FromStr::from_str() actually calls String::from_str().
This situat... |
I noticed that the docs on Iterator differ depending on if you look a
core::iter::Iterator or std::iter::Iterator. In the `std` version the
declaration of the lifetime `'r` in the methods is missing.
Im not sure if this is a bug or intended but its confusing if you look at the
`std` version and wonder where lifetim... | 0 |
Tested with this code:
app.setPath("appData", './test');
app.setPath("userData", './test');
* Electron version: 0.37.2
* Operating system: Windows 10
|
I'm using `app.setPath` to change the location where `userData` and `cache`
are stored and it works (data is saved to the new location). The problem is
that even due I set the paths before the `ready` event, the default location
(`%APPDATA%/productName`) is still created.
To test this, I deleted the default path and... | 1 |
Should we drop support for OS X 10.6 Snow Leopard in Go 1.5? In Go 1.6?
It's 5 years old and not supported by Apple anymore.
It was the last OS X to support 32-bit machines, which is why we've kept it
this long.
But there are problems with cmd/cgo on these old systems that we're just never
going to fix (for exa... |
As discussed in #9495, it might be time to end our support for OS X 10.6.
I'm trying to find Apple's policy on supporting older versions of OS X, but it
appears they haven't published anything publicly. (Which seems outrageous to
me, but whatever.)
The major concern, I believe, is that OS X 10.6 is the newest versi... | 1 |
When I have a structure like this:
├─┬ node_modules
│ ├── backbone@1.2.1
│ ├─┬ backbone.marionette@2.4.1
│ │ └─┬ node_modules
│ │ ├── backbone@1.1.2
│ │ └── backbone.babysitter@0.1.7
│ └── backbone.babysitter@0.1.7
└── app.js
And load these modules in my app.js l... |
# Bug report
**What is the current behavior?**
When I have one entry point for a JS file, everything is fine. However, as
soon as I add another entry point including a JS file (e.g. LESS file entry
points won't change anything), webpack creates a chunk file (like
`123.bundle.js`), even though I set the `LimitChunk... | 0 |
When you look at modified files through Command+Shift+B you may have modified
multiple files with the same leaf filename. For example, in a rails project
you may have lib/my_lib.rb and config/initializers/my_lib.rb. In this case
only one of them shows up in the list of modified files, in my case it was the
config one... |
Open feedback Issues as me
We have tokens for the current user now, right? Pretty sure the feedback
widget is using atom-bot because @probablycorey was getting it set up fast
while other things were going on. Does it still need to use atom-bot?
User: @jbarnette
Atom Version: 0.43.0
User Agent: Mozilla/5.0 (Maci... | 0 |
I'm working on a PR, #32748, for a macro wraps `ccall` in more Julia-like
syntax. An issue that's being discussed a lot is the accommodation of varargs
of different types. I had the impression from @vtjnash that this was supported
by `foreigncall`, but in retrospect, it's possible I misunderstood what he was
saying.
... |
proposal: introduce `va_list` type for `ccall` / `cfunction`
usage:
ccall(:abc, Int, (A, B, va_list{(C,D,E)}), a,b,c,d,e)
# int abc(A, B, ...) {}
# {
# abc(a,b,c,d,e);
# }
va = va_list(c,d,e)
ccall(:abc, Int, (A, B, va_list), a, b, va)
ccall(:abc, Int, (A, B, va_list{(... | 1 |
Desire: make docs.flutter.io an excellent resource for learning how to use
Flutter.
Challenge: for some domains (e.g. Input) that do not have their own library
and cut across multiple libraries, we don't seem to have an easy way to author
holistic docs. We'd like a "starting point" for a concept, one that is easy to... |
As we learn from UX studies, we noticed that we don't currently have an easy
way for a developer to understand in which "area" they are looking at a
concept. For example, if they are looking at the Padding class in the API
docs, "where" are they? What kind of conceptual thing is this?
From a current Flutter develope... | 1 |
# Environment
Windows build number: [run "ver" at a command prompt]
Microsoft Windows [Version 10.0.18362.175]
Windows Terminal version (if applicable):
0.2.1831.0
Any other software?
# Steps to reproduce
1. Change "defaultProfile" to anything other than a valid profile
#... |
# Environment
Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):
Any other software?
# Steps to reproduce
# Expected behavior
# Actual behavior
不能切换中文输入法
| 0 |
var oldArray = [1,2,3,4,5,3];
// Only change code below this line.
var newArray = oldArray.map(function(val){
return val * 3;
});
// Only change code above this line.
(function() {return newArray;})();
|
15 is a duplicate of 14.
| 0 |
I ran into an issue on our cluster running v1.0 with too many rules being
specified for our node security group. Basically, security groups generated by
Kubernetes were not cleaned up and their references in the node security group
were also left behind. We hit an API limit (seems like it was ~50 rules
defined on our... |
ref #23174
| 0 |
### The problem
In my opinion, the current solution to send emails with Symfony is too "low
level". (Related article: Send mails in Symfony in a way that does not suck!)
In my experience, most Symfony applications want to render a Twig template
when sending an email. That's why FOSUserBundle includes the TwigSwiftM... |
I see on all Symfony projects a "Mailer" class with this kind of function:
public function sendMessage($object, $fromEmail, $toEmail, $template, array $parameters = [])
{
try {
$message = \Swift_Message::newInstance()
->setSubject($object)
... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
* 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: CentOS Linux release 7.6.1810
* Java version: 1.8
* zkclient ... |
* 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: linux
* Java version: 1.8
### Steps to reproduce this issue
... | 0 |
#### Code Sample, a copy-pastable example if possible
# categorical_DataFrame is constructed from a source table by appending transformed original data column-by-column using original_DataFrame[column_name].values
# The original dataframe has also undergone some operations after loading and before ... |
#### Code Sample
>>> pd.DataFrame().drop_duplicates()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/analytical-monk/miniconda3/lib/python3.6/site-packages/pandas/core/frame.py", line 3098, in drop_duplicates
duplicated = self.duplicated(subse... | 0 |
I know there's other projects who added RTL support to bootstrap but these are
two different projects now so if a bug fix or a new feature is added in
bootstrap, it's wouldn't show on the RTL project.
I had an idea, not sure if it'll work but if so, LTR and RTL can be supported
from the same project without maintai... |
Would be great to have support for right-to-left languages.
| 1 |
For some reason, numpy.remainder function is not working as defined for the
following specific case:
np.remainder(.60,.04) = 0.04
0.60-np.floor(0.60/0.04)*0.04 = 0.00 (Function as defined)
This seems to be the only case for which the definition does not match the
function output.
|
This seems to be a regression in 11.0 or in master (note the values are
exactly representable):
>>> np.remainder(3, 2.5)
0.49999999999999989
>>> np.__version__
'1.12.0.dev0+58263eb'
Compare to:
>>> np.remainder(3, 2.5)
0.5
>>> np.__version__
'1.10.4'
| 1 |
##### System information (version)
* OpenCV => 4.2.0
* Operating System / Platform => Windows 7 64-bit
* Compiler => Visual Studio 2019
* CMake => 3.16.5
##### Detailed description
Cmake fails to configure the environment when building OpenCV 4.2.0 from
source. After processing WORLD modules, CMake fails w... |
##### System information (version)
* OpenCV => 3.2.0
* Operating System / Platform => Ubuntu 18.04
* Compiler => gcc
##### Detailed description
When drawing an ellipse with specific but not pathological values and a line
thickness less than 5, horizontal lines are displayed.
##### Steps to reproduce
The fo... | 0 |
_This proposal serves, at this point, as an trial-and-error experience for
myself and to give you guys some ideas to play with.. I understand this may
not be 'it' in current form (or not at all) so don't just stamp it with that
dreaded "DECLINED" thing. I'll just close it myself after you explain to me
how bad it is... |
Proposal: support non-structural typing (e.g. new user-defined base-types, or
some form of basic nominal typing). This allows programmer to have more
refined types supporting frequently used idioms such as:
1. Indexes that come from different tables. Because all indexes are strings (or numbers), it's easy to use t... | 1 |
Currently only the Gregorian calendar is available!
`new Intl.DateTimeFormat([locales[, options]])`
https://developer.mozilla.org/en-
US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat
|
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 |
Test allowed me to pass even though I had a typo on paragraph tag.


#### Challeng... |
Challenge Waypoint: Set the Font Family of an Element has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101
Firefox/43.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
A camper went to the chat talking about enumerating paragraphs... | 1 |
scikit-learn 0.16.1 or 0.17dev
numpy 1.80 or 1.9.2
scipy 0.14.0
from sklearn.datasets import make_blobs
from sklearn.ensemble import RandomForestClassifier, GradientBoostingClassifier
datax,datay=make_blobs(n_samples=500)
baseSVC=RandomForestClassifier()
clf=GradientBoostingCl... |
here is a tiny script which reproduces the crash.
from sklearn.datasets import load_iris
from sklearn import ensemble
from sklearn.cross_validation import train_test_split
iris = load_iris()
X, y = iris.data, iris.target
X, y = X[y < 2], y[y < 2] # make it binary
X_tr... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I have a `SnackBarController` component that I place at the root of my
`Router`, this is backed by a redux reducer with some actions that allow me to
open the `SnackBar` and pass properties to it for the... |
* [✔] I have searched the issues of this repository and believe that this is not a duplicate.
The docs for Snackbar Component incorrectly use the onRequestClose prop in all
examples. This was a breaking change in Material UI 1.0.0-beta.24 Dec 17,
2017. The docs should be updated to reflect the changes. Also, I... | 0 |
We are using the custom `_error.js` page, and we're seeing an issue where
anything other than a `404` from a server error is rendering the error page
twice.
It looks like it's rendering once on the server (the render HTML only has 1
error page), but also rendering an _additional_ error page on the client.
I'm not s... |
## Expected Behavior
1 error component is rendered
## Current Behavior
2 error components are rendered below eachother. 1 through SSR and 1 through
client side rendering.
## Steps to Reproduce (for bugs)
import Link from 'next/link'
export default class extends React.Component {
stat... | 1 |
Is there any way to run flutter / dart code as a background service / receiver
without a `FlutterView`?
|
Customers would like to execute dart code as background processes on both iOS
and Android, for things like syncing down data when wifi is available but the
app is not open, etc.
@mpcomplete created a background process on Android to execute Dart code to
update flutter. But I'm not aware of a parallel on iOS.
This i... | 1 |
Select an indented line of text by placing your cursor at the beginning of the
line and pressing the down arrow while holding the shift key. Copy the line
with cmd-c, then immediately paste with cmd-v.
I expect the duplicated line to be pasted with the same indentation as the
previous line, but it's always pasted wi... |
If I've selected a block of ruby that is indented and then paste it on a line
that is blank (no with no spaces on it), the lines are inserted with no
indentation in front of them, instead of the indendation of the line above.
I have to hit "tab" before pasting if I want to get it to line up with
everything else.
At... | 1 |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response **more than 7 da... |
There is a question to ask, about 4.0.0-RC1 and 4.1.1, for TableMetaDataLoader
The project environment is: SpringBoot + Oracle 11g Release 2, there are about
600 tables in the database, there are 4 tables that need to be divided into
tables, and there are too many indexes
4.0.0-RC1, it can be started normally duri... | 0 |
Hello,
when I run the following testcase in the dockerfile with npm 7.0.6 it fails
with:
npm ERR! Cannot read property 'once' of undefined
Running it with 7.0.5 works as expected.
Dockerfile:
FROM ubuntu:20.04
# silence debconf
ENV DEBIAN_FRONTEND=noninteractive
... |
# What / Why
This code assumes that `add` is only ever called with an object with a `once`
method:
run-script/lib/signal-manager.js
Lines 31 to 36 in 1c7bbcd
| const add = proc => {
---|---
| runningProcs.add(proc)
| if (!handlersInstalled)
| setupListeners()
|
| proc.once('exit', ({ code }) => {... | 1 |
Using rev 1278:a7e14835e46b of golang.org/x/tools the `stringer` command
generate a source file
(t_string.go) which fails to compile due to the following error:
./t_string.go:18: cannot use _T_index[i - T(1)] (type uint16) as type uint8 in assignment
p.go
package p
// NO... |
A pattern that I'm coming up on reasonably frequently in my code is the
following:
if _, ok := myMap[key]; ok {
// do some stuff
}
It seems to me like there would be some (albeit small) gains to be had in the
compiler detecting this particular case of discarding the value result of map-
lo... | 0 |
The following code raises an error (tested on pandas 0.17.0, matplotlib 1.4.3,
and Python 3.4.2)
>>> fig, ax = plt.subplots()
>>> fig.add_axes([0.2, 0.2, 0.2, 0.2])
>>> pd.Series(np.random.rand(100)).plot(ax=ax)
---------------------------------------------------------------------------
... |
When attempting to use the Pandas 0.17.0 plot method to target plotting on an
external axes: AttributeError: 'Axes' object has no attribute 'is_first_col'.
Pandas: 0.17.0
Numpy: 1.9.2
Matplotlib: 1.5.0
import pandas as pd
import numpy as np
from matplotlib import pyplot as plt
df ... | 1 |
When I hold down the Windows key, it's nice that it lists almost all the keys
that you can use with it.
Why is V missing (clipboard history?)
I think I've got it down now, but it would be nice when I've lost my mind.
Or is it because it's not in all versions of Windows 10 yet?
|
total list from MSFT support: https://support.microsoft.com/en-
us/help/12445/windows-keyboard-shortcuts
This list will be added into #890 with v2 of shortcut guide.
Combination | Effect
---|---
Win + Esc | Close magnification
Win + Enter | Narrator (Below 19h1)
Win + Pause | System Window
Win + PrtScn | ... | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.186.0
**System** : Mac OS X 10.10.2
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: No line exists for row 10. Last screen row: 9
At /opt/app/Atom.app/Contents/Resources/app/src/text-editor-presenter.js:385... |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.180.0
**System** : Mac OS X 10.10.2
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: No line exists for row 18. Last screen row: 17
At /Users/dan.treasure/Downloads/Atom.app/Contents/Resources/app/src/text-edito... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.