text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
module_utils
##### 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.13 (default, Jul 21 2017, 03:24:34) [GCC 7.1.1 20170630]
... |
I suspect that @bcoca's atomic-copy changes in `caf6bd6` can cause some
unintended SELinux-related side effects. I've got a playbook that copies a
file to the destination host:
Before:
[root@nagios limits.d]# ls -lZ
-rw-r--r--. root root system_u:object_r:etc_t:s0 90-nproc.conf
-rw-r--r-... | 0 |
I got the compiler to panic. Here is the **backtrace** :
$ RUST_BACKTRACE=1 cargo build
Compiling mdbook v0.0.1 (file:///home/mathieu/Programming/Rust/mdbook)
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appr... |
macro_rules! foo {
() => ()
}
pub fn main () {
for foo!() in (1..) {
}
}
error:
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://g... | 1 |
I start to get the feeling that the float parts of core are too huge to have
them linked into every rust program. Besides, #2187 suggests an overhaul of
math. So is it time to pull it into a separate lib, just like in C, and only
keep as few as possible but required minimal bits in core?
|
The borrow checker gives different results when functions are manually
inlined, giving confusing or annoying results.
The following compiles:
struct Foo {
x: int,
y: int,
}
impl Foo {
pub fn foo(&mut self) {
let y = &mut self.y;
self.x = sel... | 0 |
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-
parallel/7142/
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/service.go:278
Expected error:
<*errors.errorString | 0xc20802bf70>: {
s: "timed out waiting for the c... |
"Services" e2e test seems to be broken (flaky) on head. See:
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/8170/console
Summarizing 3 Failures:
[Fail] Services [It] should be able to create a functioning external load
balancer
/go/src/k8s.io/kubernetes/_output/dockerized/go/s... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
`tower_credential`
##### ANSIBLE VERSION
ansible 2.4.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/lmadsen/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python mo... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
tower_credential
tower_*
##### ANSIBLE VERSION
ansible 2.4.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/notting/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible p... | 1 |
# Environment
Windows build number: 18362.175
Windows Terminal version (if applicable): 0.2.1715.0
# Steps to reproduce
Change settings an put `Cascadia Code` or another missing font
# Expected behavior
If the font is missing or wrong, keep Consoles by default, but don't crash
Maybe a hi... |
I added a new profile to the profiles.json specifying a font that is not
installed on my system. When attempting to start the profile the app crashes
with the following:
> The program '[15980] WindowsTerminal.exe' has exited with code -1073741819
> (0xc0000005) 'Access violation'.
Specifying a font that is installe... | 1 |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... |
Currently, the Redis and SQS transports provide a `visibility_timeout` option
in the config. This has an effect on how apply_async() works with either eta
or countdown kwargs. The caveats regarding this are buried in:
http://docs.celeryproject.org/en/latest/getting-
started/brokers/redis.html#redis-caveats
http://d... | 0 |
Hello everyone,
I got the code from tensorflow website for this tutorial. It processed for a
long while and got the following errors. Installing tensorflow from sources
also did not work for me as it gave me many errors. so I deleted everything
installed tensorflow on my Ubuntu 16.04 LTS. Please please help me in
r... |
Hello everyone,
I got the code from tensorflow website for this tutorial. It processed for a
long while and got the following errors. Installing tensorflow from sources
also did not work for me as it gave me many errors. so I deleted everything
installed tensorflow on my Ubuntu 16.04 LTS. Please please help me in
r... | 1 |
- name: debug
debug: msg="{{ [1,2,3]|reject('odd') }}"
##### Issue Type:
Can you help us out in labelling this by telling us what kind of ticket this
this? You can say โBug Reportโ, โFeature Ideaโ, โFeature Pull Requestโ, โNew
Module Pull Requestโ, โBugfix Pull Requestโ, โDocumentation Repor... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.8 (devel)
##### Environment:
Ubuntu 12.04
##### Summary:
Some jinja filters (`select_attr` among others) return generators. It seems
currently impossible to loop over these in playbooks. (also tested on ansible
1.6.3)
##### Steps To Reproduce:
run... | 1 |
**Let us know what functionality you'd like to see in Playwright and what is
your use case.**
A special locator to visually locate an element.
In taiko, browser automation library by thoughtwork, you could locate element
visually like the following:
`click(checkbox(near("Username")))`
Taiko calls it proximity ... |
### System info
* Playwright Version: v1.32.3
* Operating System: macOS 13.3.1
* Browser: All
* Other info: pnpm v7 as package manager on Node v16
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
https://github.co... | 0 |
julia> s = UDPSocket()
Error showing value of type UDPSocket:
ERROR: type UDPSocket has no field buffer
in show at stream.jl:236
in anonymous at show.jl:1351
in with_output_limit at ./show.jl:1328
in showlimited at show.jl:1350
in writemime at replutil.jl:4
[inlined ... |
it seams that show() method for UDPSocket type objects is broken.
julia> UDPSocket()
Error showing value of type UDPSocket:
ERROR: type UDPSocket has no field buffer
in show at stream.jl:237
in anonymous at show.jl:1278
in with_output_limit at ./show.jl:1255
in showlimited a... | 1 |
# Bug report
**What is the current behavior?**
Loader options publicPath doesn't seem to have any effect of for given
outputs.
See more info on this issue originally made for `mini-css-extract-plugin`
**If the current behavior is a bug, please provide the steps to reproduce.**
**What is the expected behavior?**... |
### Synopsis
webpack fails when pushing animated GIFs into the loader pipeline. The file
content is scrambled.
I tested this issue with both, `url-loader` and `file-loader`.
Other file types are processed correctly.
## System Data
* Operating System: Windows 10x64
* Node Version: v10.15.3
* NPM Version: 6.... | 0 |
?
public final haha(){
}
|
From #1524, I see that the default method are all "virtual", but sometimes I
don't wanna some public method to be overidden. Would you invent a mechasim to
force the users that they cannot override a public method (with the key word,
something like "sealed")?
Thanks!
| 1 |
#### Description
I noticed that sklearn.metrics.pairwise.pairwise_distances function agrees
with np.linalg.norm when using np.float64 arrays, but disagrees when using
np.float32 arrays. See the code snippet below.
#### Steps/Code to Reproduce
import numpy as np
import scipy
import sklearn.met... |
There is a new bug in master brunch, `scikit-learn/sklearn/utils/fixes.py`
in line 406: `if np_version < (1, 12, 0):` , an error occured, `TypeError:
unorderable types: str() < int()`.
It's because in the function :
def _parse_version(version_string):
version = []
for x in version_s... | 0 |
**Elasticsearch version** : 2.4.0
**JVM version** : 1.8
**OS version** : Elastic Cloud
**Description of the problem including expected versus actual behavior** :
distanceInMiles() is not recognized when GeoPoints come from an array.
Expected behavior is that the geo distance methods would operate on individual... |
It will be really confortable to allow call to arcDistance from GeoPoint.
Indeed actually we can only call them from GeoPoints (and that will use only
the first point).
| 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 anymore and we c... |
## Preface
currently the agent module use `maven shade plugin` as the solution for
dependency conflict, however this makes a lot of dependency duplication in
different plugin modules, followings are the plugins :
.
* I wan... | 0 |
It calls `assertDuelOptimization` which is fairly confusing but doesn't seem
to assert a whole lot. In fact I'm not really sure what it does assert.
When you run the whole suite with `@Seed("A72FE66BDD9F236C")` it GCs fairly
hard.
This cam up in:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+maste... |
with this see:
`gradle :core:integTest -Dtests.seed=9D639ADBB7706439
-Dtests.class=org.elasticsearch.search.sort.GeoDistanceIT
-Dtests.method="testDuelOptimizations" -Dtests.security.manager=true
-Dtests.locale=el -Dtests.timezone=CET`
I run into:
==> Test Info: seed=9D639ADBB7706439; jvm=1; suite=1... | 1 |
like cmder or other terminal,can set a shortcut key,this shortcut key can hide
or show terminal window.
and if enable this setting ,the terminal do not show in taskbar.
: )
|
The petty thing I miss most when I pop into Windows is having a separate hot
key terminal for each of my three monitors. The closest i've ever been to
believing in god was when I realized that was obtainable and if you could make
that happen in Windows I just might have to kiss you.
| 1 |
XMLHttpRequest is discouraged and will be more rare to be found in the new
contexts like service worker.
Should `axios` use `fetch` when `XMLHttpRequest` is not available?
|
#### Describe the bug
When specifying an expected `response.data` type to the post method it also
sets that expected type to the request body. Also, when not specifying a type,
the type for the `response.data` gets inferred to be the same as the type of
the request body. This leads to typescript errors in VS Code an... | 0 |
The majority of unique code per resource type in our `RESTStorage`
implementations deals with populating default values on an object and
validating the object prior to persistence. The other 99% of the code is
pretty common across all of our resource types and could be generalized. When
we look at our tests, the majo... |
We're using Kubernetes 1.2.1 on AWS.
We've been experiencing duplicate UDP packets. It happens only on a very
specific setup:
1. A pod (pod1) that exposes some UDP port
2. A service that directs traffic to that pod
3. Another pod (pod2) to send UDP packets (we used netcat for this)
4. The pods must be runni... | 0 |
When running
import pandas as pd
index = pd.date_range('1/1/2000', periods=9, freq='0.9S')
series = pd.Series(range(9), index=index)
>>> series
2000-01-01 00:00:00.000 0
2000-01-01 00:00:00.900 1
2000-01-01 00:00:01.800 2
200... |
from SO: http://stackoverflow.com/questions/22178642/assignment-modification-
of-values-in-an-indexed-subframe-in-pandas
data = {'me':list('rttti'),'foo': list('aaade'), 'bar': arange(5)*1.34+2, 'bar2': arange(5)*-.34+2}
df = pd.DataFrame(data).set_index('me')
df.loc['r',['bar','bar2']]*=2... | 0 |
by **markf@wingedpig.com** :
I posted this to go-nuts before realizing that this is probably a better place for this.
I apologize for the duplication.
Using code.google.com/p/go.net/html to parse and then re-render a chunk of HTML I
believe results in improper escaping of single quotes... |
by **ranveerkunal** :
What steps will reproduce the problem?
I am trying to use:
https://github.com/nsf/termbox-go
but when I do go build on the code I get link errors.
Little Details:
Code:
############################################
package main
import(... | 0 |
**Apache Airflow version** : 2.0.1
**Environment** :
* **Cloud provider or hardware configuration** : Google Cloud Platform Compute Engine
* **OS** (e.g. from /etc/os-release): NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)"
* **Kernel** (e.g. `uname -a`): Linux finance-airflow 5.4.0-1041-gcp #44-Ubuntu SM... |
**Apache Airflow version** : 2.0.1
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
N/A
**Environment** :
* **Cloud provider or hardware configuration** :
* **OS** (e.g. from /etc/os-release): Mac OS Big Sur
* **Kernel** (e.g. `uname -a`):
* **Install tools** : pip 20.1.1
* ... | 1 |
I upgraded to React v16 and chai-enzyme v3, and any component test that I have
that utilizes Material ui (particularly MuiThemeProvider) that is `mounted`
throws various errors like the following:
`TypeError: Cannot set property 'stroke' of undefined`
`TypeError: Cannot set property 'display' of undefined`
* I ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
We match the specification. It could also be the opportunity to make the
implementation more customizable friendly.
https://material.io/guidelines/components/buttons.html#buttons-flat-buttons

Also schema dro... |
I use sample data(World Bank). But it fails to show the slices in dashboard.
| 0 |
**Do you want to request a _feature_ or report a _bug_?**
_bug_
**What is the current behavior?**
When mouse enter disabled form element, trigger `mouseenter` events, but it
not trigger `mouseleave` when mouse leave from the element.
**If the current behavior is a bug, please provide the steps to reproduce and
i... |
### Website or app
https://codesandbox.io/s/new
### Repro steps
1. Open up Chrome inspector
2. Expect Components + Profile tabs to appear
Computer:
2019 MacBook Pro (Intel)
Browser:
Google Chrome
Version 99.0.4844.51 (Official Build) (x86_64)
DevTools:
4.24.0 (3/10/2022)
### How often does this bug... | 0 |
Currently we print multiple exception stacks on a test failure. It will be
good to
* Print only the first exception from a failing test only
* In the event of multiple exceptions from different testsets, print all of them only if an env variable is set. Default is to print only one.
* Don't print known excepti... |
I inserted one `@test 1 == 2` in a `@testset` loop in my package and this is
the results:
tree type: Test Failed
Expression: 1 == 2
Evaluated: 1 == 2
in record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:428
in do_test(::Base.Test.Returned, ::Expr) at ./test.jl:281... | 1 |
Transferred from http://code.opencv.org/issues/4497
|| Brian Kamery on 2015-07-22 14:14
|| Priority: Normal
|| Affected: branch 'master' (3.0-dev)
|| Category: java bindings
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
## Path format error failing... |
Reason:
* duplicates behavior and implementation (fixed type, fixed size)
relates #8535
| 0 |
This issue appears to be very similar to issue #1263 .
I'm running celery 3.0.21 on both a Window XP and Linux virtual machine.
Whenever a task is dispatched to the Windows VM, I will get the same error as
reported in #1263, which was reported fixed in 3.0.18. When the same task is
dispatched to the Linux VM, no err... |
Hi,
After upgrading Celery to 3.0.13, all tasks break showing the following
message:
[2013-01-08 15:22:25,405: ERROR/MainProcess] Task varnish_bans_manager.core.tasks.bans.Submit[43fb4a02-887f-456d-8326-1c02c1c9faa2] raised exception: Task of kind 'varnish_bans_manager.core.tasks.bans.Submit' is not r... | 1 |
The item (and mapping) do not exist in one of the indexes but exists in the
other indexes. A sort is performed.
Works fine when the sort is removed from the query.
Here is a gist.
https://gist.github.com/1820642
|
We currently have a very large maven build system, comprising of 6k lines of
xml. While maven parent POMs have been very useful in de-duplicating build
logic across elasticsearch and plugins, the rigidity of maven has required us
to begin implementing most of our test logic through `maven-antrun-plugin`.
Another majo... | 0 |
Make sure these boxes are checked before submitting your issue - thank you!
* I have checked the superset logs for python stacktraces and included it here as text if any
* I have reproduced the issue with at least the latest released version of superset
* I have checked the issue tracker for the same issue and... |
Slices have ability to export data to CSV but it's not possible to do from
dashboard
It's possible to open slice from dashboard to do that, but after opening
slice, all dashboard filtering is lost and has to be repeated in slice
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4
* Operating System version: win10
* Java version: 1.8
### Steps to reproduce this issue
!... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.2
* Operating System version: window 7
* Java version: java7
### Steps to reproduce this iss... | 0 |
This seems to work ok
julia> "doc for my custom struct"
struct teststruct
"doc for x"
x
"doc for y"
y
end
teststruct
help?> teststruct.x
doc for x
However, the docstrings for fields of a parametric struct b... |
From Discourse
Trying to get the documentation for `Bar.x` works, but not `Foo.x` or
`Foo{Float64}.x`:
# file tmp4.jl
"""
This is struct Foo
"""
struct Foo{T}
"""
This is field x
"""
x
end
"""
This is struct Bar
"""
struct Bar... | 1 |
Show syntax error while open all es6 files in folder 'node_modules' and it's
subfolders, and reopen the file, will show repeatedly syntax error in
multilines.
open the es6 project:

open es6 file in root fo... |
Hi.
Thanks for your product, I really enjoy using it. However I have one problem:
When using ES6 features, like the arrow functions, I get the message "This can
only be used with ES6. Make sure to have a jsconfig.json-file which sets the
target to ES6".
However I have a `jsconfig.json`-file in my root (the folder... | 1 |
Windows 10 Home 1903
Windows build number: 18362.356
Windows Terminal version: 0.5.2762.0
1. Open Azure cloud shell
2. resize the window horizontally, using mouse
Text should wrap according to the width of the window
Text disappears, which does not the window and disappears after reduci... |
Apologies if this explanation is confusing. I've mentally internalized the
problem here, but I'm not sure if I can fully articulate. Here goes...
When receiving characters in a stream fashion (in either conhost or the
Terminal), there are a bunch of situations that occur that run off the golden
path rails of "just p... | 1 |
# Symptoms
On julia 0.6.1 it appears `libgit2` builds incorrectly on older Debian system.
After modifying`/deps/libgit2.mk` to set `-DBUILD_CLAR=ON` (so the `libgit2`
tests will be built) and building julia, running the `libgit2` tests segfaults
part way through. This happens on Debian 6, but not Debian 7.
Also on... |
It appears that broken symlinks within the SSL_CERT_DIR can cause Julia to
raise an exception during startup:
$ mkdir /tmp/certs
$ cd /tmp/certs
$ ln -s bar foo
$ ln -s /doesnotexist bar
$ SSL_CERT_DIR=/tmp/certs julia # Julia 0.6
fatal: error thrown and no exception handler availa... | 1 |
* VSCode Version: 1.0.0
* OS Version: OSX 10.11.4
Steps to Reproduce:
1. Create new `.py` file
2. Start typing `def test():`
3. Press enter
Expected:
Code editor should indent function body.
Actual:
Editor keeps old indention

On the version 0.10.8 the cursor position is 0
| 1 |
There are nice `failure_forward: false` and `use_forward: false` options that
allow me exactly what I want - to have forwards instead of redirects. But I
also want to have something like `target_forward` or `success_forward` option
that will allow me to use forward instead of redirect.
Its convenient to have redirec... |
Probably in Symfony 2.4 I'm going to make a few changes to the form
architecture to enforce a proper form lifecycle. A BC layer will be provided
until Symfony 3.0.
I'm writing this mainly as instructions to my future me, but anyone interested
in the topic is invited to chime in :)
#### Summary
* `Form::setData()... | 0 |
# Environment
Windows build number: 1909 (18363.836)
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): Powertoys Run
# Steps to reproduce
Alt+Space
Search for "Bildschirmtastatur" or "winver" for example
# Expected behavior
Bring up the on... |
# Summary of the new feature/enhancement
Add the following shortcuts to Shortcut Guide:
**Win+Shift+S** \- Snip & Sketch
**Win+V** \- Open Clipboard (if enabled)
**Win+.** \- Emoji
**Win+T** \- Switch between apps in Taskbar
**Win+P** \- Project
**Win+W** \- Windows Ink (if available)
**Win+Ctrl+F4** \... | 0 |
After opening the user preferences (Command-comma on Mac), the status bar
shows three warnings in the status bar:

These warnings persist even after closing the settings.
|
Hi,
After updating to version 0.10.8 i have warning in the status bar.
The only extension installed is for golang.

**
I'm not so sure this is intended behavior or is a bug, but query().get() does
not joinedload the relationship that is specified as `lazy=joinedload` when
reloading the instance, marked as expired in identity map.
https://gist.github.com/chongkong/1460884de... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
this patch begins to provide this behavior. However a lazyloader from an
expired object emits a second unnecessary load (or an unnecessary join,
depending on how you look at it), and polymorphic loading breaks entirely,
probably due to an incompatibi... | 1 |
X-post from webpack/webpack#1544:
For example, if I have the js:
import React, {PropTypes} from "react";
import Branding from "./Branding";
const Layout = ({children, customSignIn}) => (
<div className="container" style={{marginTop: 60}}>
<div ... |
### tl;dr
`['default']` can be omit
### Details
When using an imported identifier the generated code is too verbose.
e.g.
import Foo from 'foo'
const a = Foo.bar()
produces:
var _Foo = require('foo');
var _Foo2 = _interopRequireWildcard(_Foo);
var a = _Foo2['default'].b... | 1 |
Subj,
as example
I create some module in another folder ( /projects/MY_MODULE )
MY_MODULE not compiled, source code
then run npm link
after go to my project and run npm link MY_MODULE
Compile my project and have error two copies React
i`am try
{
test: /\.js$/,
exclu... |
# Bug report
**What is the current behavior?**
cc @sokra
I find a bug that cause Webpack hangs after build finished in latest version
5.32.1 because of this line in #14174
Webpack 5.52.1 prod build with cache:
webpack 5.52.1 compiled with 8 warnings in 2010 ms
โจ Done in 61.31s.
Webpack 5... | 0 |
git pull #2127e0d56d85ff48aafce90ab762650e46370b63
./configure --enable-clang --disable-libcpp --prefix=/home/ken/proj/rust --enable-ccache
make clean
make RUSTFLAGS=-g VERBOSE=1
CFG_LLVM_LINKAGE_FILE=/home/ken/proj/rust/src/rust/x86_64-unknown-linux-gnu/rt/llvmdeps.rs LD_L... |
rustc: /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/llvm/lib/IR/DebugInfo.cpp:159: uint64_t llvm::DIVariable::getPieceOffset() const: Assertion `isVariablePiece()' failed.
Aborted (core dumped)
make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/st... | 1 |
Just installed on MacOS from source (see #8353). Did not install nose.
`python3 runtests.py -v`
fails, reporting
`!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection
!!!!!!!!!!!!!!!!!!!! `
without running any tests because
`scipy/_lib/tests/test__gcutils.py` and
`scipy/io/matlab/tests/test_mio5_ut... |
The current default ncv parameter for sparse.linalg.eigs() often leads to
wrong answers.
In the _ArpackParams class constructor, the ncv parameter is set to the bare
minimum of 2*k + 1 (where k is the number of requested eigenvalues).
`if ncv is None: ncv = 2 * k + 1`
This is often insufficient to obtain converg... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
module: win_firewall_rule
##### ANSIBLE VERSION
ansible 2.3.0.0
config file = /Users/derek/.ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.10 (default, Jul 30 2016, 19:40:32) [GCC 4.2.1 Compatible
Apple LLVM 8.0.... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible-vault, single vaulted variable
##### ANSIBLE VERSION
ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides
python version = 2.6.9 (unknown, Sep 1 2016, 23:34:39) [GCC 4.8.3 20140911 (Red Ha... | 0 |
#### Problem description
When using Pandas read_excel function with an Excel file that has a column
heading that is blank, Pandas will regard the column with the blank heading as
the index.
Consider this example file: https://tinyurl.com/y8br2js4
Within this file, column B does not have a column heading, it is ju... |
### Code Sample, a copy-pastable example if possible
**Example 1 (weird column/value assignment)**
import pandas as pd
# Writing excel file with no column name in first column
tab = pd.DataFrame([['a', 'x'], ['b', 'y']], columns=['col1', 'col2'])
print('Original:\n', tab)
tab.to_e... | 1 |
Hi,
I would like to use the kubelet API from `pkg/kubelet/server.go`. However, I
could not find any documentation around it. Could someone pls. point me to the
right place? Thanks :)
|
I've noticed at least 10 separate test flake issues open in which at least one
failure looks like this:
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:128
Jul 20 11:12:15.579: Couldn't delete ns "e2e-tests-kubectl-2k86f": namespace e2e-tests-ku... | 0 |
### Bug report
**Bug summary**
Details copied from here, as I believe this is a bug:
I understand that `constrained_layout` is still experimental in `matplotlib`,
nevertheless, I found this odd behaviour, which I guess is a bug and I wonder
how to circumvent it.
If you run `re_add_colorbar_axes_as_subplot` with `... |
Ahoy!
I have recently updated matplotlib through conda to version `14.0`
(`np19py27_0`).
I am using windows 8, python 2.7.7 (Anaconda distribution 2.0.2 32-bit)
Unfortunatelly my windows user name contains non-ascii caracter (`ล`) and
importing matplotlib gives errors. ๐ข (previous matplotlib versions I used di... | 0 |
Extension to #1692.
Motivation:
A common file layout for some projects is to organize code by feature, rather
by the kind of the file. This means that the implementation of a feature,
along with its unit tests and end to end tests are all grouped into a single
directory structure. I use this convention in my own p... |
Listening to @nycdotnet has me fired up to tackle this one. Thanks, Steve.
(btw, you can check out his good interview here:
http://www.dotnetrocks.com/default.aspx?showNum=1149)
The proposal here was first started in times prehistoric (even before #11),
when dinosaurs walked the scorched earth. While nothing in this... | 1 |
## ๐ Bug
When use gpu to train a two-convolution-layer model, the random behavior is
different in the running of two times.
## To Reproduce
1. write this code in some file, on my computer the source code is named `try.py`
import torch
import numpy as np
import random
torch.manual... |
Hi,
I came across this problem while using pytorch:
The dot product between 2 vectors with floating precision can become
arbitrarily small/large. This problem does not occur when using the sum and
product operation separately:
v1, v2 = torch.FloatTensor([1., 1.]), torch.FloatTensor([-1., -0.9999999])... | 0 |
##### System information (version)
* OpenCV => 4.2 python
* Operating System / Platform => 20.04.1-Ubuntu x86_64
* Compiler => binary provided by apt package
##### Detailed description
It seems that cv2.cornerSubPix function does only accept the corners output
from cv2.findChessboardCorners directly.
Rever... |
##### System information (version)
* OpenCV => opencv-contrib-python-headless==4.1.1.26
* Operating System / Platform => OS X
##### Detailed description
I create three 3-channel images and draw a circle into them. In the second
case I use the step trick `A[:, :, ::-1]` to flip the R and B channels in the
image... | 1 |
Perhaps it's duplicated, if it's the case, please redirect me, but how can I
make a test that verifies that some piece of invalid code gets rejected by
type checker?
Authors: @andy-ms
|
Latest changes by @jacobwgillespie @RyanCavanaugh may have caused this issue.
"@ types/react": "^16.3.11" causes this error because it loads 16.3.12 which
breaks. Removing ^ from the version like "16.3.11" fixes the problem.
The TS starter kit of Microsoft fails too.
https://github.com/Microsoft/TypeScript-React-Sta... | 0 |
ninja: Entering directory `out/R'
[22/282] CC obj/vendor/crashpad/util/obj/vendor/crashpad/util/crashpad_util.gen/util/mach/crashpad_util.child_portUser.o
FAILED: ../../vendor/llvm-build/Release+Asserts/bin/clang -MMD -MF obj/vendor/crashpad/util/obj/vendor/crashpad/util/crashpad_util.gen/util/ma... |
ninja: Entering directory `out/D'
[23/505] OBJCXX obj/vendor/breakpad/src/common/mac/dump_syms.dump_syms.o
FAILED: ../../vendor/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/vendor/breakpad/src/common/mac/dump_syms.dump_syms.o.d -DHAVE_MACH_O_NLIST_H -DNDEBUG -DV8_USE_EXTERNAL_STARTUP_DATA ... | 1 |
### Describe your issue.
Installing scipy==1.8.0 fails on MacOS M1 with python3.9, because the build
requires numpy 1.20.0 that doesn't build on M1
(https://github.com/scipy/scipy/blob/v1.8.0/pyproject.toml#L30)
Can someone please update this is make it really a minimum requirement to use
1.20.0 and not a hard requ... |
I'm trying to use pip to install scipy (python 3.10.2 and two different
commands as visible in the terminal output) and I get a litany of errors
instead of it actually installing. I don't quite know what more information
would be desired - I'm on Big Sur on a 2020 M1 if that helps.
Terminal Saved Output.txt
| 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your-
javascript-slot-machine-to-life has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
: No, using stock tensorflow
* Python version: 2.7
* Bazel version (if compiling from source): 0.22.0
* GCC/Compiler version (if compiling from source): gcc version 8.2.0 (Debian 8.2.0-20)
... | 0 |
### Bug report
When plotting and saving a lot of spectrograms in a loop, there seems to be a
memory leek. I'm aware that this is some kind of a common problem and I tried
already all kind of combinations of plotting the figure new every step,
reusing the figure, using plt.close(), plt.close('fig'), gc.collect(),
plt... |
matplotlib seems to leak memory when I switch to log scale on the Y axis, for
the functions `pcolorfast`, `pcolormesh`, `imshow` and `specgram`
Please consider the following spectrogram animation (sorry for the extra
dependencies to `scipy`)
from scipy.signal.spectral import spectrogram
from scipy... | 1 |
I have successfully run Android Demo with Tiny Yolo ( _graph-tiny-yolo-voc.pb_
\- 60mb),:
private static final String YOLO_MODEL_FILE = "file:///android_asset/graph-yolo-voc.pb";
private static final int YOLO_INPUT_SIZE = 416;
private static final String YOLO_INPUT_NAME = "input";
p... |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 Home
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: No
* TensorFlow installed from (source or binary): Source
* TensorFlow version: 1.11
* Python version: 3.6
* I... | 0 |
Example:
class Class1 {
private privateMember;
}
class Class2 implements Class1 {
}
The compiler says:
`Property 'privateMember' is missing in type 'Class2'`
But obviusly a private member never will be part of an interface.
|
Hi, we have a requirement to create mocks of real classes defined in code. The
exact requirements are
* A specific mock should define the public API of the real class.
* If the public API of the real class changes in any way then the compiler should detect the corresponding breakage in the mock class.
A possibl... | 1 |
Hi,
There's a problem when i want to remove directories retrieved by finder
instance. The problem is that the directory is successfully deleted but there
was an exception generated after that:
RecursiveDirectoryIterator::__construct(/home/fattouch/NordnetProjects/diamant/app/../web/data/tmp/in/email/attachments):
... |
When you access the
\Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes
method with `$attributesAsString = false`, you run into the following issue:
> Uncaught exception 'Symfony\Component\Debug\Exception\ContextErrorException'
> with message 'Catchable Fatal Error: Object of class
> Sy... | 0 |
by **bortzmeyer** :
Which operating system are you using?
Debian "squeeze"
Which revision are you using? (hg identify)
9b116c4a5f91 tip
Please provide any additional information below.
The function isDomainName actually check that its argument is a valid HO... |
by **capnm9** :
uname -a
Linux rpi 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux
A simple app with RPi specific OpenVG bindings:
GOTRACEBACK=3 ./bin/clock
fatal error: malloc/free - deadlock
[signal 0xb code=0x1 addr=0x2f0 pc=0x2d4dc]
gorouti... | 0 |
Trying to squish the memory leaks reported by valgrind during in the test
suit, I noticed that we do not have tp_traverse implemented. There are two
things here: First, tp_traverse for the `base` attribute, and second for
object arrays. I guess we should implement both, or is there some reason
against object array tr... |
Using numpy 1.15.0rc2 wheels, `numpy.dot` faults with a `Bus error: 10` if the
call is made from a non main thread which is not a 'Python native' thread; in
particular a Qt5 `QThreadPool`'s managed thread (via PyQt5).
Code
import numpy as np
from PyQt5.QtCore import QRunnable, QThreadPool
... | 0 |
Seems like the HTML is appended twice to the phone viewer when a new challenge
is loaded (see screen shot below). As soon as the exercise code is changed it
is rendered correctly.
 {
... | 0 |
## Environment info
* `transformers` version: 4.9.0.dev0
* Platform: Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29
* Python version: 3.8.10
* PyTorch version (GPU?): not installed (NA)
* Tensorflow version (GPU?): 2.5.0 (False)
* Flax version (CPU?/GPU?/TPU?): 0.3.4 (cpu)
* Jax version: 0.2.17
* JaxLib ... |
## Environment info
* `transformers` version: 4.9.0.dev0
* Platform: Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29
* Python version: 3.8.10
* PyTorch version (GPU?): 1.9.0+cpu (False)
* Tensorflow version (GPU?): 2.7.0-dev20210705 (False)
* Flax version: 0.3.4 (tpu)
* Jax version: 0.2.16
* JaxLib versio... | 1 |
**TypeScript Version:** 3.0.3
**Search Terms:** graphql, GraphQLNonNull
**Code**
export const UserConnection = connectionDefinitions({
name: 'User',
nodeType: GraphQLNonNull(UserType),
});
// A *self-contained* demonstration of the problem follows...
// Test th... |
* I tried using the `@types/node` and `@types/requirejs` packages and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* \- Authors: @jkomyno , @a-... | 0 |
The E2E test `Kubectl client Kubectl describe should check if kubectl describe
prints relevant information for rc and pods` failed with:
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:653 Expected error: <*errors.errorString | 0xc2084e9fa0>: { s: "gave up wait... |
e2e-gce/8241 failed a kubectl test which timed out getting the redis pod into
running:
scheduler assigned redis-master-k6hgb to node . _-dhly (._ -128.243)
logs from kubelet on .*-dhly
I0827 20:12:52.079928 4057 server.go:705] GET /stats/e2e-tests-kubectl-8myat/redis-master-k6hgb/feaaa022-4cf7-1... | 1 |
When I click a menu (e.g. File), mouse over to a different menu (e.g. Edit)
and click again, I expect the menu to be dismissed. Instead, it flickers and I
need to click again to dismiss it. If I click the same menu I clicked the
first time (File in the example above), the drop down is dismissed as
expected.
I'm usin... |
If I click `File` and then click `File` again, the menu closes (correctly).
If I click `File` and then click a different top-level menu item (`Edit`,
`View`, `Selection`, etc.) the menu blinks closed and then reopens immediately
(incorrectly).
Tested on Electron 0.29.2 and Atom 1.0.2, Windows 8.1.
| 1 |
Panic on format:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', cli\fmt_errors.rs:211:45
It only panic's specifically on this specific line:
if (name === this.#DB[i].name) throw new Error(name);
I wanted to provide a log but idk how to run with `RUST_BACK... |
I'm experiencing a strange bug with `Deno`.
When a exception is thrown the main process panics. This is the trace:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', cli\fmt_errors.rs:86:8
stack backtrace:
0: 0x7ff7af88a45b - <unknown>
1: 0x7ff7af53cecc ... | 1 |
Hello Vue Lovers! :D
Today I realized that there is something I really miss in VueJS that I liked
in Angular2.
It's the ? operator. It's explained very good here:
https://angular.io/docs/ts/latest/guide/template-syntax.html#!#safe-
navigation-operator
I give a quick example.
Everybody knows this problem.
If I... |
# Feature Request
## Problem
While accessing the data from view in template expression, if a null object is
used like below :
{{ book }}
View is rendered and displayed value is blank.
Suppose the template expression involves a property path, as in this next
example where weโre displaying th... | 1 |
**Migrated issue, originally created by Anonymous**
This issue occurs under the following circumstances:
* When a relationship has the cascade property set to "all, delete-orphan",
* There is a UniqueConstraint set on the child model
* Simultaneously deleting and creating new child objects, through the backr... |
When I try to compile a query with datetime parameters using `literal_binds`,
e.g.:
from sqlalchemy import create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy import Column, DateTime
from sqlalchemy.orm import sessionmaker
from datetime import datetime
... | 0 |
I have a textfield that has keyboard type multiline and maxLines: null. The
text will wrap on any device (including my real one) while I run the code in
debug mode, but only continues on the same line when I run it on release mode.
`new TextField( decoration: new InputDecoration.collapsed( hintText: 'Blah
blah blah... |
From @mehmetf
Turns out the effect is dependent on the widgets in the column.
The following is consistent between --debug and --release:
Column(
children: [
new TextFormField(maxLines: null),
new TextFormField(maxLines: null),
],
),
... | 1 |
_From@Wosi on November 10, 2015 12:0_
I created a `languageDef.js` file for ObjectPascal that used to work from the
first preview version until v0.9.2.
As far as I know this format is no longer supported so I moved to the `.plist`
definition format. I was able to rewrite the grammar definition in order to
let the... |
* VSCode Version: 1.0.0
* OS Version: OS X El Capitan 10.11.4
Steps to Reproduce:
I'm trying to bind `quick open` (ctrl+p) command to `shift shift` (shift x2)
keys like IntelliJ IDEA in VS Code Extension (TypeScript).
But `vscode.commands.registerCommand('type', (args) => args.text)` can't
detect shfit key.
H... | 0 |
Was working on a `removeDiacritics()` helper for `deno_std` and it appears
that Deno is not properly handling `string.normalize()`.
**env** :
deno: 0.3.2
v8: 7.4.238
typescript: 3.2.1
**Example** :
strTest.ts
let input = "รฉรจรฑรซร รครกรผรบรนรฌรญรฎรฏรฆรง";
console.log(input.normali... |
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 |
Suggest assign "Shift+Win+arrow" for Fancyzones and leave "Wim+arrow" with
system's twin zones, then I have 2 options at the same time, 2 half zones by
"Wim+arrow" , and 3 zones (or any others you want) by "Shift+Win+arrow".
btw, I can drag and drop the board of both zone with "Wim+arrow" , but it need
3 actions by... |
I recently installed a new application.
But when I used PowerToys Run, I found that it could not recognize the new
application.
Only "XXX.lnk" and "Search: path" will be displayed instead of app name and
"win32 app".
Hope this problem can be fixed.
| 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1631 on 2010-10-10 by
@nstange, assigned to @charris._
Hi everybody,
for numpy-1.5.0, the testsuite crashes here with an SIGBUS here:
"Test filled w/ flexible dtype ... Bus Error (core dumped)"
(numpy-1.5.0/numpy/ma/tests/test_core.py)
and here:
"Test th... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1094 on 2009-04-24 by
trac user Gerard, assigned to @charris._
Running the numpy (version 1.3.0, but also occurs on 1.2.1) autotester fails
on masked array test case with a bus error. Used system is Solaris 5.8:
uname -a
SunOS wsasd529 5.8 Generic_117350-18... | 1 |
As subject says, always error msg saying "Safari cannot open the page, because
it cannot open make the secure connection with the server". Has anybody
encountered the problem and can you share your experience how to fix ?
Opening the website from Firefox is OK.
System: Mac 10.12.6.
|
* * *
### 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)** :
Ubuntu 16.04
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile de... | 0 |
* User defined, meaning that the user can actually customize the hotkeys to there own liking
* not Microsoft Predefined hotkeys, that cant be changed (microsoft is bad at this)

|
# Environment
Windows build number: [run "ver" at a command prompt]
PowerToys version:
PowerToy module for which you are reporting the bug (if applicable):
# Steps to reproduce
# Expected behavior
# Actual behavior
# Screenshots
| 0 |
### Scenario
$ deno test ${pem_hello} ./hello.ts
$ deno test ${pem_world} ./world.ts
# WILD PERM
$ deno test -A
$ deno run ${perm_hello} ./hello.ts
$ deno run ${perm_hello} ./world.ts
$ deno compile ${perm_hello} ./hello.ts
$ deno compile ${perm_world} ./world.ts
### Feat
... |
With basic code such as this:
const baseDir = "./";
const watcher = Deno.watchFs(baseDir);
for await (const event of watcher) {
console.log(event);
}
And then when I go ahead and change a file, **just once!** , I get three
concecutive events that look like this:
{
... | 0 |
* `transformers` version: 3.0.2
* Platform: Linux
* Python version: 3.6
* PyTorch version (GPU?): 1.4 (GPU)
* Using GPU in script?: Yes
* Using distributed or parallel set-up in script?: No
### Who can help
@sshleifer
## Information
Model I am using (Bert, XLNet ...): BART
The problem arises when usi... |
transformers/examples/seq2seq/finetune.py 219row :
if max(scheduler.get_last_lr()) > 0:
warnings.warn("All learning rates are 0")
why, is there something i left?
| 1 |
class PDMixIn(object):
@property
def _constructor(self):
return self.__class__
class DF(PDMixIn, pd.DataFrame):
_metadata = ['my_prop']
def __init__(self, *args, **kwargs):
my_prop = kwargs.pop('my_prop', 'some_prop')
... |
#!/bin/env python
"""
Example bug in derived Pandas Series.
__finalized__ is not called in arithmetic binary operators, but it is in in some booleans cases.
>>> m = MySeries([1, 2, 3], name='test')
>>> m.x = 42
>>> n=m[:2]
>>> n
0 1
1 2
dtype: int64... | 1 |
`pyplot.stem()` does not work when the data contains dates because
`axes.stem()` forces the data to float (
matplotlib/lib/matplotlib/axes/_axes.py
Line 2285 in 998676a
| y = np.asarray(args[0], dtype=np.float)
---|---
and
matplotlib/lib/matplotlib/axes/_axes.py
Line 2290 in 998676a
| second = np.asarr... |
Hey everyone,
I recently updated to MPL 1.3.1 on our group workstation and the stem function
does not work anymore with datetime objects as the first argument floating
point values on the y axis (same length of course). A similar issue with the
same error was reported here two weeks ago:
http://stackoverflow.com/qu... | 1 |
Error 'IO error: Broken pipe (os error 32)' contains boxed error of unknown
type:
Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })
Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
error: Uncaught (in promise) Error: IO error: Broken pipe (os error 32):
Broken pipe (os error 32)
at async ... |
[Using Deno 1.28.0]
I frequently have the following exception that kills my program:
error: Uncaught (in promise) Error: IO error: Broken pipe (os error 32): Broken pipe (os error 32)
at async deno:ext/websocket/01_websocket.js:507:13
I had a look at the source code, and it seems that this s... | 1 |
Moving a file using the `mv` command while it is open in atom causes it to
show the following error-message.
`Uncaught TypeError: Cannot call method 'getScreenRow' of undefined
/usr/local/share/atom/resources/app/src/editor.js:1311`
Version/Platform:
`eaeb5b3`
`Linux luto-portable 3.14.4-1-ARCH #1 SMP PREEMPT T... |
## Repro Steps
1. Open Atom
2. Create file `foo.md`
3. Highlight file in tree view
4. Press Delete button
5. Click "Delete" option (not "Move to Trash")
**Expected:** No error occurs
**Actual:** Exception happens:
Uncaught TypeError: Cannot call method 'getScreenRow' of undefined
... | 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: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
remov... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.5
* Operating System version: Red Hat 4.8.5-11
* Java version:1.8.0
### Steps to reproduce t... | 0 |
Is there any support to do async validation only when the form field lost
focus or it is blur or when the user is done his data entry?
currently validation is happening for each and every character entry, which is
not right. I want to call a validation only when the user has completed his
input for that particular ... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
Run your app on an Android Emulator
Type something in a textformfield (which has a validator)
call .clear() on a TextEditingController
Type with the on screen keyboard: fine
Type with your computer's keyboard: crash
iOS: fine
`E/AndroidRuntime(21783): java.lang.IndexOutOfBoundsException: replace (0 ...
-1) h... |
There is strange situation, when I enter the value for Phone number after
completing the above fields then app crashes. All the text fields are right
aligned. And keyboardType = TextInputType.text. But for phone number field
keyboardType is TextInputType.phone.
If I change the keyboardType: to TextInputType.text th... | 1 |
Debugging crashes when adding watch and i get the below message
**Assertion failed: object- >InternalFieldCount() > 0, file
d:\jenkins\workspace\nodejs-msi-julien\d8c2e2bb\src\util-inl.h, line 117**
Version 0.10.10
Commit `5b5f4db`
|
When debugging a NodeJS Express.js POST method using Postman (The Chrome app)
with babeljs transpiled code this error is thrown:
`Assertion failed: object->InternalFieldCount() > 0, file
d:\jenkins\workspace\nodejs-msi-julien\d8c2e2bb\src\util-inl.h, line 117`
* This bug is reproducable over different POST url's... | 1 |
### First check
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
### Description
How can I generate the swagger without starting the ... |
### Is your feature request related to a problem
Not a bug, just a problem with my CI system.
I want to be able to programmatically access the openapi schema and save it to
a file without running the web server
### The solution you would like
Ideally, I'd like to write a script that would output the openapi schem... | 1 |
Because of the privileges control of the server,
The Status Code that is sometimes returned is 401
When I tried to process Status Code, I triggered an exception directly.

![qq 201804271330... |
Hello All,
We are working on react-redux client application where axios library used for
any XHR request. Sometimes backend service (Spring Boot REST endpoint) returns
4xx/5xx series HTTP response code. While we are trying to catch response
status code from error object, found it is not available. Is there anyway HT... | 1 |
a = Array(Array{Float64,1},2)
a[1] = [1.;2.;3.]
a[2] = [3.;4.;5.]
broadcast(*,[2.;3.],a)
gives
2-element Array{Any,1}:
[2.0,4.0,6.0]
[9.0,12.0,15.0]
I would have expected an `Array{Array{Float64,1},1}`.
|
The following code fails with an `InexactError()`:
X = [1,2,3]
Y = [4 5]
broadcast(atan2, X, Y)
whereas
[atan2(x,y) for x in X, y in Y ]
(albeit producing an array of type `Any`), while
atan2([1,2,3],[4,5,6])
produces an array of `Float64`.
Can w... | 1 |
In this case, picture is worth 1000 words:

* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
* Data urls should be left unmodifi... |
* I have searched the issues of this repository and believe that this is not a duplicate.
We use semantic-ui for our styling. I have tried the latest 5.0.1-canary17 and
the problem is also there.
## Expected Behavior
When simply upgrading from 5.0.0 to 5.0.1-canary.1 I expect the CSS to be the
same
This is ... | 0 |
โ src git clone git://github.com/symfony/symfony.git
Cloning into 'symfony'...
remote: Counting objects: 144068, done.
remote: Compressing objects: 100% (44515/44515), done.
remote: Total 144068 (delta 91155), reused 135518 (delta 83912)
Receiving objects: 100% (144068/144068), 22.8... | Q | A
---|---
Bug report? | no
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 4.0.8
Hi,
I'd like to jump on the Symfony 4 bandwagon but I'm usure how a Command can
use env vars when it's part of a website project.
The symfony documentation recommends to define the necessary e... | 0 |
# 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 checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.