text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible-inventory
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /Users/kevin.ashline/code/DevOps/ansible/ansible.cfg
configured module search path = [u'/Users/kevin.ashline/.ansible/plugins/modules', u'/usr/share/ansible/plugins... |
If only newline symbol was added/removed, output of --diff mode may be
confusing for user:
TASK: [common | install /etc/timezone] ****************************************
--- before: /etc/timezone
+++ after: /tmp/tmpuzXAH7
@@ -1 +1 @@
-Asia/Baghdad
+Asia/Baghdad
changed: [redmi... | 0 |
**Symfony version(s) affected** : 3.4.12
**Description**
The values LessThan::TOO_HIGH_ERROR and LessThntOrEqual::TOO_HIGH_ERROR match
(whereas GreaterThan::TOO_LOW_ERROR and GreaterThanOrEqual::TOO_LOW_ERROR
don't).
I'm not sure which case is supposed to be correct (I suspect the former).
**How to reproduce** ... | Q | A
---|---
Bug report? | maybe
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3 or 3.4. and higher
Hello,
we are working with 3.3 or 3.4. and
I am not sure if it is really a problem, but I noticed, that
https://github.com/symfony/symfony/blob/master/src/Symfony/Compo... | 1 |
Hi, It looks like the way that `csr_matrix` objects are created by
`FeatureHasher` can result in outputs that explicitly represent a lot of 0s.
`FeatureHasher` uses the tuple-based initialization for `csr_matrix`, which
will just take 0s and store them rather than trying to filter them out for
efficient storage.
I ... |
### Describe the bug
While using `sklearn.ensemble.RandomForestClassifier` with a custom dictionary
specified for `class_weight` parameter, a `ValueError` is raised when a key
(label) present in `class_weight` is not found in any of the labels. I got
this error while using `TimeSeriesSplit`. Specifically, if a split... | 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.2-SNAPSHOT
* Operating System version: ubuntu
* Java version: oracle 11
### Steps to reprodu... |
* 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.4.6
* Operating System version: xxx
* Java version: xxx
### Step to reproduce this issue
Appl... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable):
Any other software?
# Steps to reproduce
Can't scroll
# Expected behavior
Can scroll
# Actual behavior
Can't scroll
|
`AppKeyBindingsSerialization::ToJson` iterates over _actions_ and serializes
down the first key it can find.
* * *
# Environment
Microsoft Windows [Version 10.0.18947.1000]
Windows Terminal latest store version
# Steps to reproduce
Haven't found a pattern yet.
# Expected behavior
My shor... | 0 |

Challenge Waypoint: Comment your JavaScript Code has an issue.
User Agent is: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Ubuntu Chromium/40.0.2... |
in every link from the "basic javascript" section i go(and the later Javascipt
lessons, not jQuery lessons or anything else), i have a
`TypeError: Object.assign is not a function`
two days ago these links worked and i already have completed these lessons but
now they're not working. all of them.
* i did reset ... | 1 |
The tutorial duplicates many of the examples already present.
For example now there is a color quantization example and a grey-scale
quantization example.
Also, there are now three k-means examples.
I'm pretty sure we can get rid of some.
Maybe @jaquesgrobler can have a look?
|
A few estimators like `Lasso` support the `warm_start` option.
lasso = Lasso(warm_start=True)
scores = []
for alpha in alphas:
lasso.set_params(alpha=alpha)
lasso.fit(X_train, y_train)
scores.append(lasso.score(X_test, y_test))
Due to how `GridSearchCV` is designed (use... | 0 |
_[I still consider this somewhat incomplete, and I feel the suggestions for
'Declined' (hardest one) are not varied enough, but I felt it was valuable
enough to post. I also subtly changed my mind on some of these during the
weeks since this was written, but within the time constraints I feel this is
the best I coul... |
Edit 2/29: Update proposal based on design changes; moved 'Solution' to top
since most people viewing this are familiar with the problems
* * *
## Solution
Support a "native UMD" declaration form that allows for a global var to be of
the type of a module.
A _global module export declaration_ has the syntax:
... | 0 |
## 🐛 Bug
I’d like to report a weird behaviour in 1.0 that I could resolve by only going
back to 0.4. I am training a network on quite a big data set (35 GB) and use 4
gpus by applying the command
torch.nn.DataParallel(model).cuda()
Further I am having a big batch size (>1000) which makes the command
torch.mul... |
Importing sklearn after importing torch cases segmentation fault. I have tried
reinstalling both scikit-learn and pytorch. I use pip (not anaconda)
A) Works
ipython
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
Type "copyright", "credits" or "license" for more information.
IPython 5.1.0 -- An enhanced Interac... | 0 |
In [4]: matplotlib.__version__
Out[4]: '1.5.0'
In [3]: from matplotlib.testing.decorators import cleanup
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-3-58e27e... |
Seems like the 1.5 no longer allows users to import testing decorators (e.g.,
`image_comparison`)
Consider the following similar conda environments:
conda create --name=_mpl14 python=3.5 matplotlib=1.4 nose --yes --quiet
conda create --name=_mpl15 python=3.5 matplotlib=1.5 nose --yes --quiet
p... | 1 |
I/flutter ( 5612): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 5612): The following assertion was thrown building MapPage(dirty, state: _MapPageState#7a02d):
I/flutter ( 5612): 'file:///C:/Flutter/flutter/.pub-cache/git/plugins-... |
I want a landscape page in my app
use this code
@override
void initState() {
super.initState();
SystemChrome.setPreferredOrientations([
DeviceOrientation.landscapeRight,
DeviceOrientation.landscapeLeft,
]);
}
in android, it works well. app coul... | 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
... |
is there a plan to add the `angular.copy` function into facade/lang? If not
anywhere in the project?
| 0 |
I'm trying to highlight the current item in my menu by checking the
Router.pathname but I'm getting the error
No router instance found. You should only use "next/router" inside the client side of your app.
Error: No router instance found.
You should only use "next/router" inside the client side... |
Similar to react-router's `Link`, it would be nice to be able to customize CSS
when a link is active, e.g with an `activeClassName` property.
| 1 |
@media (min-width:768px){
.nav.nav-justified{display: table;}
.nav.nav-justified:before,.nav.nav-justified:after{display: none;}
}
|
.nav.nav-justified:before{
display: none
}
| 1 |
By default, if we restart the computer, (and we have apps in autostart) all
previously launched apps appear on the first desktop and must be redeployed on
virtual desktops.
(I don't know if I explained it correctly)
|
Preserve application and virtual desktop layout between reboots! :)
| 1 |
## Steps to Reproduce
Run `flutter doctor` after downloading flutter.
## Logs
None, it's failing on doctor.
## Flutter Doctor
Updating flutter tool...
FINE: Pub 2.0.0-edge.0d5cf900b021bf5c9fa593ffa12b15bcd1cc5fe0
IO : Spawning "cmd /c ver" in C:\flutter\packages\flutter_tools.
IO : Finished ver. Exit code ... |
> ubuntu 17.04
## 环境搭建遇到错误
git clone -b alpha https://github.com/flutter/flutter.git
evanyan@ps:~$ flutter doctor
Building flutter tool...
The setter 'readEventsEnabled=' was called on null.
Receiver: null
Tried calling: readEventsEnabled=false
package:pub/src/source/... | 0 |
Here's the command in "Services" under Windows:
C:\Program Files (x86)\Java\jre\bin\java.exe
-Djava.util.logging.config.file=conf\windows-wrapper-logging.properties
-DworkingDir=C:\NEO4J-~1.M05\bin.. -DconfigFile=conf\neo4j-wrapper.conf
-DserverClasspath=lib/ _.jar;system/lib/_.jar;plugins/
_.jar;system/coordinator/... |
@Kwattro: 'Hello,
Version: Neo4j Server 1.8M06
Situation:
Given the following example from the doc .
_NB: I changed intetionally the last operation id, so there is a duplicated
batch operation id in the query_
[ {
"method" : "POST",
"to" : "/node",
"id" : 0,
"body" : {
... | 0 |
This would constitute an addition of two new formatting flags, `{:e}` and
`{:E}` and corresponding traits (e.g `LowerSci` and `UpperSci`). Here's the
output I envision based on how Rust handles floating point and signs today.
Notably, this differs from how C does it (Rust already differs from C, see
#1375):
... |
%e should work like in printf in C, it should format a floating-point number
using scientific notation.
| 1 |
**Costin Leau** opened **SPR-1633** and commented
The current implementation of LocalSessionFactoryBean resets the config time
data source before leaving afterPropertiesSet. However, other frameworks that
use Hibernate namely jbpm will not find a datasource when trying to create the
schema as they will unfortunatel... |
**nebhale** opened **SPR-1927** and commented
* * *
**Affects:** 2.0 M3
| 0 |
Rather than just having the current [src] link at the top of the doc pages,
it'd be nice to be able to have a [src] link for each function that expands
with a code snippet of that particular function. Just like what the [-] and
[+] buttons already do for the markdown comments.
It'd be a really helpful learning tool ... |
Test case:
#[crate_id="foo"];
pub struct Foo;
impl Foo {
#[unstable] pub fn foo(&self) {}
}
| 1 |
# Bug report
**What is the current behavior?**
development mode , only modify css file trigger webpack hot reload, will
follow error:
<e> [webpack-dev-middleware] assets by status 40.6 KiB [cached] 1 asset
<e> assets by info 4.22 KiB [hmr]
<e> assets by chunk 3.3 KiB (name: common)
<e> ... |
# Bug report
**What is the current behavior?**
When using `require.context(__dirname, true, /\.mdl\.ts$/)` the context
`keys()` are duplicated.
I tested the same code with webpack@4.44.2 and it works as expected (see
expected behavior).
**If the current behavior is a bug, please provide the steps to reproduce.**... | 0 |
The following gives a syntax error on master as well as 1.5:
julia> f(@m for i in 1:3
println(i)
end)
ERROR: syntax: missing comma or ) in argument list
Stacktrace:
[1] top-level scope at none:1
Interestingly enough, it works just fine if I replace the `for` loop... |
Duplicate of JuliaIO/JLD2.jl#101
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, haswell)
... | 0 |
This often, but not always, exits with a segfault on my machine:
$ JULIA_CPU_CORES=1 ~/src/julia/usr/bin/julia-debug runtests.jl socket sysinfo rounding mod2pi show; echo $?
* socket
* sysinfo
* rounding
* mod2pi
* show
SUCCESS
Segmentation fault... |
Hi !
Seems `BigFloat` fails to compare when used in structs. Here is a minimal
example
struct DW1
h::Float64
l::Float64
end
struct DW2
h::BigFloat
l::BigFloat
end
x1, y1 = DW1(1, 2), DW1(1, 2)
x2, y2 = DW2(1, 2), DW2(1, 2)
println... | 0 |
When I touch a ListItem, hover styling doesn't go away.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior

List item should n... |
Create React App with Flow example as shown here:
https://github.com/callemall/material-ui/tree/v1-beta/examples/create-react-
app-with-flow does not work.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The example should work. I should be able to r... | 0 |
##### System information (version)
* OpenCV => 3.1
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
##### Detailed description
Why C programming language sucks is that char is only required to contain
ASCII, not UTF-8.
In Windows, _FILE *fopen(const char *filename, const ... |
Transferred from http://code.opencv.org/issues/148
|| Илья Москвин on 2010-02-25 21:54
|| Priority: Low
|| Affected: None
|| Category: highgui-gui
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None
## Unicode support requested
W... | 1 |
enum test { a }; let t: i64 = unsafe { std::cast::transmute(a) };
rustc output: https://gist.github.com/slaren/6078846
|
fn main() {
unsafe { std::cast::transmute::<[int,..1],int>([1]) }
}
rust: task failed at 'option::get none', /rust/src/libstd/option.rs:362
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try r... | 1 |
Regression from the change to make newtype structs immediates.
|
Minimal test case:
struct Wrapper(~str);
impl Wrapper {
pub fn new() -> Wrapper {
Wrapper(~"Bob")
}
pub fn say_hi(&self) {
println(fmt!("hello %s", **self));
}
}
impl Drop for Wrapper {
fn drop(&mut self) {}
... | 1 |
(Not exactly a show stopper here, but the message did say to file a bug
report.)
I tried this code:
macro_rules! mack_row {
hello => ()
}
I expected to see a syntax error happen. Instead, this happened:
hello.rs:1:1: 3:2 error: internal compiler error: wrong-structured lhs ... |
A simple malformed macro makes the compiler crash.
Code:
macro_rules! code_block {
$c:block => $c
}
Playpen error:
<anon>:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
<anon>:1 macro_rules! code_... | 1 |
## Checklist
* I have included the output of `celery -A proj report` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* I have verified that the issue exists against the `master` branch of Celery.
Django==1.10.3
boto==2.43.0
boto3==1.4... |
Because of this kombu issue #581, I'm trying to run the latest celery from
master along with the github versions of amqp, vine, billiard and kombu. When
I run a worker to retrieve messages from an AWS SQS queue, I get the following
error:
`<?xml version="1.0"?><ErrorResponse
xmlns="http://queue.amazonaws.com/doc/201... | 1 |
Challenge Use a CSS Class to Style an Element has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
... |
#### Challenge Name
All
#### Issue Description
After passing a few exercises, the display on the phone on the right hand side
of the code doesn't work (phone remains blank). Also, the text under run text
where it normally shows which criteria have to be met for the code to be
accepted is also missing. These issues... | 1 |
### What problem does this feature solve?
Because large applications may have MANY custom directives in addition to
custom components, it makes sense to treat loading of external definitions
similarly.
Because the Vue.directive(name, bindOrUpdate) signature exists, we would have
to have another call signature, perh... |
### Version
2.5.2
### Reproduction link
https://codepen.io/spenspazmer/pen/boZeyz?editors=1011
### Steps to reproduce
Focus one of the letters, press key down/up. Observe the difference in
behaviour.
### What is expected?
Focus should be retained when adding/removing components in the list both when
pressing u... | 0 |
I have the following code:
function logNumber(v: number) { console.log("number:", v); }
function logString(v: string) { console.log("string:", v); }
function foo1(v: number|string) {
switch (typeof v) {
case 'number':
logNumber(v);
break;... |
I'm using a tsconfig file in our project:
https://github.com/exceptionless/Exceptionless.Javascript and I'm seeing the
following behavior (Everything is in the same module, but multiple files..).


|
By default, alt-f is bound to `editor:move-to-end-of-word` and alt-h to
`editor:delete-to-beginning-of-word`. These conflict with activating `File`
and `Help` menus in Windows.
Suggestions:
* Reserve alt-f and alt-h for menu bar access and change editor shortcuts.
* Focus and activate menu bar via a single alt ... | 1 |
It is a common practice in scientific plottings that a barplot (or
violinplot/swarmplot) has statistical annotations such as p-values marked with
horizontal lines connecting the bars. There is already an implementation of
this as a separate project:
https://github.com/webermarcolivier/statannot
but having such a f... |
It'd be nice to be able to run some sort of statistic (e.g. Mann-Whithney) to
determine group differences in bar plots when hue is provided. When
significant (p<0.05) an asterisks can be added above those groups.
; // removedFromOurArray now equals
"Stimpson" and ourArray now`
Is missing the var keyword.

|
Challenge Waypoint: Manipulate Arrays With shift has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var our... | 1 |
The current implementation of GLTFExporter is caching textures as it processes
the scene but other parts of three js (e.g. TextureLoader and ImageLoader)
cache the image.
This creates problems when, for instance, you load various model files (via
FBXLoader etc) that have references to the same image files and you tr... |
I'm attempting to debug a shading issue that occurs on my meshes when animated
via skeletal animation.
 expected, but 0 found.
child: new Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
const ListTile(
leading: const Icon(Icons.album),
... | 0 |
# 🚀 Feature request
**_"Disjunctive Positive Constraint Decoding"_** Algorithm proposed by a
recent paper: _Guided Generation of Cause and Effect_
Currently the model.generation() method limits the user to just the highest
probability outputs. Here the user is able to force diverse outputs by forcing
the model to ... |
## Environment info
* any env
### Who can help
* discussed with @julien-c @sgugger and @LysandreJik
## Information
* The hub will soon reject push with invalid model card metadata,
* **only when`datasets`, `model-index` or `license` are present**, their content need to follow the specification cf. huggin... | 0 |
## 🐛 Bug
When using PyTorch1.3 C++ distribution in Visual Studio 2017 and follow the
tutorial of loading a TorchScript model from C++ described here
https://pytorch.org/tutorials/advanced/cpp_export.html
It all works fine as long as the model and the tensor data stays on the CPU,
but as soon as I try to move the m... |
## 🐛 Bug
When doing inference using LibTorch in C++ for semantic segmentation on the
GPU, i get the following error in debug compilation mode:
cuda_dispatch_ptr INTERNAL ASSERT FAILED at
C:\w\1\s\windows\pytorch\aten\src\ATen/native/DispatchStub.h:70, please report
a bug to PyTorch. DispatchStub: missing CUDA kern... | 1 |
`fit_generator()` seems to keep consuming memory throughout an epoch if
objects defined inside the generator class are not converted into a numpy
array. RAM keeps on getting filled until an epoch ends. For large enough
datasets, this leads to RAM completely filling up before a single epoch is
completed.
Is it possib... |
A major use-case for the scikit-learn API is automating hyperparameter opt.
With the current API we need to either:
1. Search through `nb_epochs`, duplicating most of the computation (essentially every `nb_epoch` except the largest is redundant).
2. Implement getting the best epoch ourselves, possibly using `Ear... | 0 |
julia> begin
module A
1
end
end
ERROR: syntax: module expression not at top level
Theoretically this should work, because module A is indeed in global scope?
Would be helpful to get working for macros which operate on large blocks of
global cod... |
Looks like a bug in `eval`:
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-5... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 4-beta2
When using .env in config, the casting is not work.
Invalid type for path "easy_admin.list.max_results". Expected int, but got string.
![screenshot from 2017-11-01 16-19-... | Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
Symfony version | 3.2
Related to #20434, if you try to pull data such as CACHE from an environment
variable and pass it to Twig, Twig's Bundle reads the type literally, as
"false" or "true" - as it is passed from `get... | 1 |
**System information**
* OS Platform and Distribution: Linux 18.04
* TensorFlow version 2.0-alpha
* Python 3.6.8
**Describe the current behavior**
Trying to write any tensor as histogram summary:
> /tmp/cpu-env/lib/python3.6/site-
> packages/tensorboard/plugins/histogram/summary_v2.py in _buckets(data,
> b... |
* TensorBoard version (from pip package, also printed out when running `tensorboard`)
\-- TensorBoard 1.14.0a20190301
* TensorFlow version if different from TensorBoard
\-- TensorFlow-gpu 2.0-alpha
* OS Platform and version (e.g., Linux Ubuntu 16.04)
\-- Linux, Arch, Kernel 4.19
* Python version (e.g... | 1 |
With r111, WebGlRenderer begins checking for a position buffer attribute and
uses its count in deciding whether to invoke the program. This introduced an
arbitrary new requirement that BufferGeometry have a 'position' attribute. I
suggest that the old behavior be followed, in which
BufferGeometry.setDrawRange() is re... |
##### Description of the problem
Rendering an InstancedBufferGeometry with no (used) attributes does not
render.
This happens when a shader uses only (implicit) gl_InstanceID and/or
gl_VertexID,
and user program establishes count with 'geom.maxInstancedCount = ...'
(It only applies to WebGL2 as earlier shaders ... | 1 |
Shardingsphere 4.1.1 has the problem of duplicate and missing data in paging
query?
|
I'm using sharding-jdbc 3.0.0.
There's a complicated sql statements, and some big tables have several
indexes, mysql will chose a better index according to its evalutation. But
it'll not a best index, so we add use index statement to force mysql to use
the index.
[bug details]
exception will be thrown if sql co... | 0 |
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
On Airflow 2.4.3
When using a deferrable operator the log disappears from the webpage while the
operator is deferred and appears when it is running/finished. This doesn't
happen consistently over all DAG runs.
The error h... |
### Apache Airflow version
2.4.3
### What happened
In the grid view I do not see the logs for the latest try number if the task
is in deferred state. I do see it in the "old" log view.
Grid view:

"Ol... | 1 |
Hi,
I'm face a interesting problem while executing alot of a simple query via head
plugin in a little time (about ~ 20 clicks successive)
{
"size" : 90000000,
"query" : {
"term" : { "username" : "kimchy" }
},
"fields" : []
}
The result is the follo... |
Hi,
I am executing a simple query (using the Chrome Postman App) on an index with
around 80000 records, with a 'from' value which is way higher than the number
of available pages.
{
"from" : 200000000,
"size" : 1,
"query" : {
"query_string" : {
"query" : "test"
}
}
}
This results in the following r... | 1 |
**Glide Version** : 4.3.1
**Integration libraries** : None
**Device/Android Version** : LG G4, 6.1
**Issue details / Repro steps / Use case background** :
Previously in Glide v3.7.0 the signature of the `encode` method in `Encoder`
interface was:
boolean encode(T data, OutputStream os)
And in Gl... |
My Project has encrypted files to get from diskcache, so use
"DiskCache.get(Key key)", I can't read data from file.And I suggest we can
change the return "File" with "InputStream".
| 1 |
**Dave Syer** opened **SPR-4855** and commented
Migrate Repeat and Retry from Spring Batch. They are almost completely self-
contained now (on trunk), so it shouldn't be a tough job - just need to decide
where to put them. Maybe the tests might have some batch dependencies, but
they would be easily factored out. Th... |
**Sami Dalouche** opened **SPR-2578** and commented
According to the documentation
(http://static.springframework.org/spring/docs/2.0.x/reference/transaction.html#transaction-
declarative-annotations), Annotating interface "IFoo" using `@Transactional`
is supposed to affect the implementations of implementations of... | 0 |
According to the documentation here:
http://celery.readthedocs.org/en/latest/userguide/workers.html#process-signals
I should be able to send a SIGTERM to my running worker process and have it
finish the task it is currently working on before it shuts down. However when
I call sigterm the process exits immediately wi... |
# Checklist
* I have checked the issues list
for similar or identical enhancement to an existing feature.
* I have checked the pull requests list
for existing proposed enhancements.
* I have checked the commit log
to find out if the if the same enhancement was already implemented in the
master branch... | 0 |
### Bug report
**Bug summary**
The new Cairo backend flips the `imshow` image compared to the Agg.
**Code**
import matplotlib
matplotlib.use("TkCairo") # or matplotlib.use("TkAgg")
import matplotlib.pyplot as plt
fig, ax = plt.subplots(figsize=(4,2.5))
im = plt.imread("hous... |
As of master (and probably since a long time)
from pylab import *
rcdefaults()
fig, axs = plt.subplots(1, 2)
axs[0].imshow(np.arange(4).reshape((2, 2)))
axs[1].imshow(np.arange(4).reshape((2, 2)), alpha=.5)
show()
produces, on gtk3agg
 AppleWebKit/537.36
(KHTML, like Gecko) Atom/0.43.0 Safari/537.36
|
in the command panel the word wrapping is a little off
User: @jonrohan
Atom Version: 0.41.0
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36
(KHTML, like Gecko) Atom/0.41.0 Safari/537.36
Screenshot: screenshot
| 1 |
Attempting to misuse a trait can cause a compiler panic. The offending code is
a simplified version of what I was working on.
I tried this code:
fn rem_is_zero<T: Eq + Rem + Zero>(n: T, m: T) -> bool
where <T as Rem>::Output: Zero + Eq
{
let z = <T as Rem>::Output::zero(); // Compiler ... |
Hello! I'm reporting an apparent compiler error stemming from a typo.
**Version**
$ rustc --version --verbose
rustc 1.4.0-nightly (7bf626a68 2015-09-07)
binary: rustc
commit-hash: 7bf626a68045be1d1a4fac9a635113bb7775b6bb
commit-date: 2015-09-07
host: x86_64-apple-darwin
release... | 1 |
**Chris Beams** opened **SPR-8275** and commented
* * *
**Issue Links:**
* #13081 java.lang.IncompatibleClassChangeError --> with new Version Of Quartz (2.0.0) !!! ( _ **"is duplicated by"**_ )
* #14030 Documentation concerning Quartz support is out of date
* #12642 Support Quartz 1.8.x or better
* #13369... |
**harish** opened **SPR-9406** and commented
RestTemplates HTTP status codes to only the ones that have associated
messages. All 1xx,2xx,3xx,4xx,5xx are legal and valid response codes.
RestTempllate should treat them as legal and not throw
IllegalArgumentException or ignore message body when any of them are passed.... | 0 |
yarn run v1.3.2
$ rimraf node_modules/.cache/babel-loader && next
/project/next.config.js:9
config.entry = async () => {
^
SyntaxError: Unexpected token (
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The on-demand-entries-ping should include the current cookies in the request.
## Current Behavior
The on-demand-entries-ping does not include the current cookies in the
request.
## Steps to Reprod... | 0 |
As per my stackoverflow question:
import numpy as np
a = np.zeros(4, dtype=np.dtype([('t', '<f8'), ('d', [('a', '<i4'), ('b', '<f8')], (100,))], align=True))
b = np.require(a, requirements=['ALIGNED'])
print([x.flags['ALIGNED'] for x in [a, b]])
prints `[False, False]` !
@charris wri... |
xlc_r -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -q64 -I/opt/buildaix/includes
-DNDEBUG -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1
-D_LARGEFILE64_SOURCE=1 -Ibuild/src.aix-5.3-2.7/numpy/core/src/private
-Inumpy/core/include -Ibuild/src.aix-5.3-2.7/numpy/core/include/numpy
-Inumpy/core/src/priva... | 0 |
### Input Code
const { x, ...y } = foo();
### Babel Configuration (.babelrc, package.json, cli command)
{
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-cli": "^6.18.0"
},
"scripts": {
"build": "babel --plugins ... |
Currently:
[1, 2].push(...arguments);
Outputs:
[1, 2].push.apply([1, 2], _slice.call(arguments));
But it should be (something like):
var _ref;
(_ref = [1, 2]).push.apply(_ref, _slice.call(arguments));
| 0 |
# Summary of the new feature/enhancement
Often times, I just want to quickly view images in a full size (or zoom in) in
my currently opened folder in the file explorer. To do that, you have to open
it in Photos or any other external app which takes some time to start up and
you will only see one image at a time.
Ha... |
Is it possible to specify the keyboard where the key remapping will happen?
This is quite useful for notebook users who also have a full keyboard in
office, the keyboard mapping is only needed for the build-in keyboard of
his/her notebook computer, not the normal full keyboard.
Thank you!
| 0 |
babel-node repl works differently from compiled code + node regarding
import. The ES6-way of importing works fine when I compile code with
babel and run it with with the node binary. In babel-node I can't
seem to import a node-module. The import doesn't throw any error, but
when I try to use the module, I get... |
> Issue originally made by @tony-kerz
### Bug information
* **Babel version:** 6.10.1
* **Node version:** 6.2.2
* **npm version:** 3.9.5
### Options
babel-node ./src/leak-test-async-simple.js
### Input code
import debug from 'debug'
import assert from 'assert'
... | 0 |
# Environment
Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 0.6.2911.0
Any other software?
I use PowerToys FancyZones to size my window.
# Steps to reproduce
1. Launch Windows Terminal with PowerShell Core as the current tab's shell
2. Resize t... |
# Description of the new feature/enhancement
Currently when I pin the windows terminal to my taskbar and open it, it will
open in windowed mode. I would like to have a setting, where the windows
terminal opens in fullscreen mode per default.
# Proposed technical implementation details (optional)
* Add setting `o... | 0 |
We agreed today that the metadata we produce for a single project should
contain only relative paths, because we do not need to reference symbols that
originated in a different node package.
This is a smell because we are about to change our package names, and the
string 'angular2' does not appear anymore, however t... |
Hello,
I'm submitting a FEATURE REQUEST / QUESTION.
I am aware that Angular2 default DI Context strategy is to enrich an
application-wide Dependency Injection Context. But I would like some
Injectables to not be globally available.
Here is a concrete example of what I am trying to achieve.
There is probably a do... | 0 |
`broadcast_arrays` does not indicate the unbroadcastable shapes on failure,
unlike implicit broadcasting and broadcast_to. It would be nice if it did.
In [1]: np.arange(2) + np.arange(3)
---------------------------------------------------------------------------
ValueError ... |
Currently, `np.broadcast_to` prints the nonbroadcastable shapes in its error
message, but not `np.broadcast_arrays`:
In [1]: np.broadcast_to([1, 2], 3)
<elided>
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (2,) and requested shape (3,)
... | 1 |
Requests does not accept headers that are subclasses of string or byte.
They are required i.e. to obfuscate secrets in certain environments, so this
is also a security related issue.
The issue was introduced by `e36f345` at June this year by @nateprewitt
A possible fix is given in this PR #6230
## Expected Resul... |
When using string enums as key values for the `headers` dict parameter with
`requests.get()` function in `v2.28.0` it raises an `InvalidHeader` error but
using previous version `v2.27.1` works well without any error. It seems there
was an unexpected breaking change with that release.
## Expected Result
Dict keys fo... | 1 |
This may be a duplicate, but I haven't seen this resolved anywhere in the
similar-looking issues. With the current nightly, the following borrow is not
allowed:
let mut a = 2u;
let mut p = &mut a;
p = &mut a; // Error here: "a already borrowed"
In terms of lifetimes, the first borrow shou... |
If you borrow immutably in an `if` test, the borrow lasts for the whole `if`
expression. This means that mutable borrows in the clauses will cause the
borrow checker to fail.
This can also happen when borrowing in the match expression, and needing a
mutable borrow in one of the arms.
See here for an example where t... | 1 |
* [*] I have searched the issues of this repository and believe that this is not a duplicate.
* [*] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2
* Operating System version: windows10(18362.175)
* Java version: jdk12.0.1
### Ste... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: Windows
* Java version: 1.8
### Steps to reproduce this issue
... | 0 |
The code:
graph_def = tf.GraphDef()
graph_def.ParseFromString(open(PB_PATH).read())
The error:
google.protobuf.message.DecodeError: Error parsing message
The SHA: `f2a42d48a885ce8956c3ea69ef900cf484a6e873`
Thanks.
|
I just upgraded TF to `469b3dd` and I'm now getting an error importing the
inception v3 model provided at
https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip
I didn't have this problem before the upgrade. Here is the error
Traceback (most recent call last):
File ... | 1 |
Some tests are not compatible with Android-L's security model.
Some tests (involving processing stderr/stdout of child processes) are
confused.
Here is error messages after patching cl/12559 (for pie)
WARNING: linker: /data/local/tmp/syslog.test-50176/syslog.test-50176 has text relocations. This is ... |
The current builder cross-compiles the test binaries, runs the compiled
binaries on the device, and parses the output of them. This does not work for
android-L that requires PIE and refuses to run the test binaries with the
following error message.
"only position independent executables (PIE) are supported."
Probab... | 1 |
I have a simple setup with 1 master and 2 nodes running a couple of pods on
Kubernetes v0.16.0.
When I simulate a crash on one of them, pods keep being scheduled on it
indefinitely.
$ kubectl get nodes
NAME LABELS STATUS
ip-10-0-21-131.eu-west-1.... |
I am running my cluster on aws. The setups has a etcd cluster with 3 etcd
nodes, 1 master and 4 minions.
I am running a simple hello-world nodejs script using docker to test my
application. For skydns i am using the steps mentioned here
I shutdown all minions, while my master and etcd were running.
A kubectl get... | 1 |
### Version
2.5.13
### Reproduction link
https://codepen.io/chenfeng163/pen/VyMrQy
### Steps to reproduce
父组件中部分组件发生状态改变,会引发子slot组件render两次
### What is expected?
父组件其他组件状态更新的时候不要影响slot组件的render
### What is actually happening?
子组件渲染两次
|
### Version
2.3.3
### Reproduction link
https://jsfiddle.net/06q3ctsp/
### Steps to reproduce
Child component's updated event is unexpected triggered when it has content,
not when it's content is changed.
### What is expected?
Child component's updated event is triggered only when it's content is
changed.
###... | 1 |
### Describe the bug
import axios, { AxiosInstance, AxiosResponse } from 'axios'
...
this.instance = axios.create( {
^
`TypeError: Cannot read properties of undefined (reading 'create')`
### To Reproduce
_No response_
### Code snippet
_No response... |
### Describe the bug
I recently updated from `0.27.2` to `1.1.3` and now my tests are failing. When
there's a test mounting a component which contains an axios import, the test
fails.
The output is the following:
$ federicontr@laptop axios-test % CI=true yarn test
yarn run v1.22.19 ... | 0 |
Taking the absolute value of the smallest negative machine size integer
returns a negative value.
On ARM (Raspian OS) machines (e.g. Raspberry Pi 3). If you run
numpy.absolute(np.array([-2**31]))
you get
array([-2147483648])
On Intel (Apple OS X), on the other hand,
... |
Python:
In [117]: abs(-2147483646)
Out[117]: 2147483646
In [118]: abs(-2147483647)
Out[118]: 2147483647
In [119]: abs(-2147483648)
Out[119]: 2147483648L
In [120]: abs(-2147483649)
Out[120]: 2147483649L
In [121]: abs(-2147483650)
Out[121]: 21474836... | 1 |
Does anyone know whether AdaBoostClassifier and DecisionTreeClassifier have
been improved to work with sparse matrix input X? If not, are there any
suggestions on current free AdaBoost package that works with sparse matrix? If
I need to implement my own version of AdaBoost that can takes sparse matrix,
what kind of c... |
AdaBoostClassifier does does not directly use the feature values of the input
array, so it should not need to require the input to be dense. This limits its
applicability to large scale high dimentional problems
| 1 |
* VSCode Version: 1.2
* OS Version: osx 10.11.5
Steps to Reproduce:
1. just open up vs code
2. it will eventually show a crash message and ask you if you would like to send it to apple
3. vs code appears to still be usable, but the crash pop up keeps coming back every minute or so
|
* VSCode Version: 1.2.0 (1.2.0)
* OS Version: OS X 10.11.4 (15E65)
Steps to Reproduce:
1. Three click the line number
2. Select a paragraph
| 0 |
At first I thought this was a problem with the theme Solarized Dark, but it
appears to be the same problem with most themes (not "Dark" or "Light").
The problem (albeit a small problem) is that when I for example paste several
lines in a row, the background color at the line-numbers changes after some
lines, as seen... |
Although this is somewhat small, this really gets me; whenever I create a new
file (that is the key here, this doesn't happen with ones previously created
and opened using the "open with code" context menu) after passing line 25
there is a bar that is a different color overlayed on the line numbers, which
as far as I... | 1 |
##### System information (version)
* OpenCV => 4.6.0
* Operating System / Platform => Windows 64 Bit 21H2
* Compiler => Visual Studio Code 1.69.2
* opencv_videoio_ffmpeg460_64.dll
* Python => 3.10
* opencv-contrib-python 4.6.0.66
* opencv-python 4.5.5.64
##### Detailed description
I download a '.mkv'... |
@alalek FFMPEG 4 now supports libaom enabling encoding of AV1 videos. I'm
thinking of adding support for it in opencv_thirdparty. If the final binary
`opencv_ffmpeg.dll` does not increase that much in size would this be
something that could considered to be included in the official build?
| 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.
Now dubbo requires java 8 or above, I notice there are still some
configuration or profile for java6 (and hudson?)
Those content is not ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... | 0 |
I am getting following errors:
node_modules/angular2/src/common/directives/ng_class.d.ts(72,35): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.d.ts(23,15): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/cor... |
## Update from @IgorMinar on 2014-11-10:
To summarize the constraints, the solution we are looking for must match the
following:
1. Be valid HTML (see this issue for discussion about `[`, `]`, `(`, `)` chars in attr name of valid html).
2. Be Web designer friendly
3. Interoperable with web-components (don't i... | 0 |
VScode will report an error: The mode has failed while tokenizing the input.
if the ruby file contains the % notation string syntax.
|
Take the ruby file from
https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/os/mac/xcode.rb
and paste it into VS Code, you get an exception: the mode failed to tokenize
the input
| 1 |
Even when annot is set to True, setting x/yticklabels to [] causes annotations
not to show. This behavior seems odd; if I don't want annotations, I won't set
annot.
Code:
import seaborn as sns
sns.set()
flights_long = sns.load_dataset("flights")
flights = flights_long.pivot("month", "year"... |
C:\Users\user\Anaconda3\lib\site-packages\matplotlib\axes_axes.py:6462:
UserWarning: The 'normed' kwarg is deprecated, and has been replaced by the
'density' kwarg.
Please suggest!! how to remove such warning?
| 0 |
* Electron version: 1.6.6
* Operating system: Mac Serria 10.12
My product sometimes crash(crash rate is 5% from the stats report) in Mac OS
serria when inputting.the crash report is
Operating system: Mac OS X
10.12.6 16G29
CPU: amd64
family 6 model 78 stepping 3
... |
* Output of `node_modules/.bin/electron --version`: 3.0.9
* Operating System (Platform and Version): MacOS 10.13.6
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable):
**Expected Behavior**
1. Create a webview Insert into the document.body. And run a lot... | 0 |
by **nautigar** :
In the section on Variable Declarations, the spec says:
If the type is absent and the corresponding expression evaluates to an untyped constant,
the type of the declared variable is as described in §Assignments.
In the Assignments Section, the only relevant parag... |
by **awpritchard** :
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Apply the patch attached as "patch" to an empty directory ... | 0 |
There are command line tools for changing the network settings, enable disable
services, etc. There are no command line tools in Windows for the video
monitor.
A command line tool that lets one set the screen resolution, rotation,
duplication/extension via the command line. The tool would work or multi
monitors by s... |
## 📝 Allow changing focus to a different zone via shortcuts
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
In a focus layout, a user is working in the main area, then she receives a
skype message. Her skype is open on another zone. Instead of reaching out to
mouse... | 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.7
* Operating System version: windows10
* Java version: 1.8
### Steps to reproduce this issu... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.8
* Operating System version: windows
* Java version: 8
### Steps to reproduce this issue
使... | 0 |
**Ashish** opened **SPR-8850** and commented
I am trying to specify a custom key generator. When I have the following in
the config file for enabling annotation based caching I get the error while
loading the config file. I need to generate a hashCode based on the
combination of methodName + params
<cache:annotatio... |
**ML** opened **SPR-2664** and commented
Section 9.3 in the manual states:
"If we use JTA, as in the dataAccessContext-jta.xml file from the same sample
application, we need to use a container DataSource, obtained via JNDI, and a
JtaTransactionManager implementation."
But http://www.onjava.com/lpt/a/6469 appears ... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1439 on 2010-03-27 by
@zachrahan, assigned to unknown._
import numpy
a = numpy.array([[1,2],[3,4]], order='F')
print a
l = list(a.flat)
print a
f = numpy.fromiter(a.flat, a.dtype)
print a
a2 = numpy.array(a.flat)
pr... |
_Original tickethttp://projects.scipy.org/numpy/ticket/819 on 2008-06-13 by
trac user ahaldane, assigned to unknown._
Hi,
I get an unexpected effect from doing .flat on arrays created by c_. In the
code below, the values in the variable 'b' seem to get re-ordered during the
call to array. Using .flatten() instead ... | 1 |
It would be cool if electron would serve as the go to platform for web devs
looking to roll out on all the popular platforms.
Native mobile is key because of the convenience of having an app sit on your
phone rather than in a browser tab somewhere. Could be popular because a lot
of the apps built on electron are alr... |
It'd be awesome if atom-shell supported iOS/Android. What is required to
achieve this support? Related to #366
| 1 |
# Summary of the new feature/enhancement
There are a lot of links/helpers in the start menu search to commonly used
settings in the control panel/settings apps. It'd be great to be able to
search and surface these as part of the Power Toys run search as well. E.g.
. I would like to be able to use
"Fancy zones" feature on those windows as well. Now it's not possible as of
v0.18.2, but it was ... | 0 |
### System info
* Playwright Version: [v1.35.1]
* Operating System: [All]
* Browser: [All]
### Source code
* I provided exact source code that allows reproducing the issue locally.
Link to the GitHub repository with the repro
**Steps**
1. Clone this repo and using your shell of choice navigate to the ... |
### System info
* Playwright Version: [v8.17.0]
* Operating System: Windows 10 Pro
* Browser: Chromium
* Other info:
### Source code
Due to security aspects i cannot share the company code. I would appreciate
any help you can provide with out reproducing the problem on your computer.
when i run the test ei... | 0 |
have been geting use cases that requires either of those, but Haven't found
how any of that can be implemented yet.
Who else sees a need for those features?
|
## Steps to Reproduce
On a mac with an iOS simulator open, execute
cd examples/layers
flutter run -t widgets/hello_world.dart
The build fails (log below). It appears that `pod install` was not done as
part of building (cc @jakobr-google )
Works fine on the same host machine with an Android emula... | 0 |
sharding-proxy version:4.0.0
I insert some rows to sharding-proxy by my custom hash algorithm.
person_id | name | last_update_time | account | which data node
---|---|---|---|---
174fd27ef0f34fd5b9296f102ffdbd47 | liuqiang | 2020-02-12 20:47:10 | 3 | ds_0
4295029899a64d1bbfc5b4d37b628f0c | wangwu | 2020-02-12... |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we c... | 0 |
Ansible: 1.9.4
Task is always changed:
- name: install /etc/timezone
copy: content="{{ timezone }}" dest=/etc/timezone mode=0644 owner=root group=root
notify: update tzdata
tags: timezone
Works as intended:
- name: install /etc/timezone
copy: content="{{ ti... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.7 (devel `8646cc7`) last updated 2014/08/04 22:04:49 (GMT -200)
##### Environment:
MacOS 10.9.4
##### Summary:
The copy module is not correctly identifying if the file has been changed when
the "content" option is used instead of "src".
##### Steps... | 1 |
**Environment:**
* Zorin OS 16 (Ubuntu GNU/Linux variant) 64-bit
* Deno 1.18.2
* VSCode 1.63.2
**Steps to reproduce:**
const blob_original = new Blob()
console.log('blob_original instanceof Blob', blob_original instanceof Blob)
const blob_copy = structuredClone(blob_original)
// Exp... |
Deno's implementation of structured serialize currently supports serializing
the JS built-in `SharedArrayBuffer`, and transferring the JS built-in
`ArrayBuffer` as well as the `MessagePort` web API. With #11823 it will also
support serializing the wasm built-in `WebAssembly.Module`.
But Deno also implements some web... | 1 |
### Describe the issue:
The multiplication of the python int and the numpy uint64 should return a
numpy int64 type, but it is numpy float64 type.
### Reproduce the code example:
import numpy as np
assert type(1*np.uint8(1)) == np.int64
assert type(1*np.uint16(1)) == np.int64
assert type(1... |
I was doing some testing using unsigned and signed integers with NumPy 1.20.3,
and found out that when you multiply them with each other, it results in a
64-bit float.
Same goes for addition/subtraction.
As far as I know, this was not the case for earlier NumPy versions (as
currently many parts of my code no long... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.