text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
# 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... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussions forum first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
ovirt_disks
##### ANSIBLE VERSION
2.4.1
##### OS / ENVIRONMENT
fedora
##### SUMMARY
Currently the disk upload/download isn't optimal solution.
This issue asks for improvement based on following patches:
* https://gerrit.ovirt.org/... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible_module_subversion
##### ANSIBLE VERSION
2.4.3.0
##### CONFIGURATION
DEFAULT_ASK_PASS(/home/moss/Documents/Developpement/Ansible-playbooks/ansible.cfg) = True
DEFAULT_HOST_LIST(/home/moss/Documents/Developpement/An... | 0 |
Hi,
I put data from dataframe to SQL Server:
engine = create_engine('mssql+pyodbc://localhost/...')
# ...
df.to_sql(name='data', con=engine, if_exists='append', index=False)
With version 0.21.1 and previous version this is successfully executed, but
with version 0.23 I get error:
... |
#let's import packages to use
import numpy as np
import pandas as pd
from sqlalchemy import create_engine
# #use pandas to import data
df = pd.DataFrame(np.arange(0,20000,1))
#create the engine to connect pandas with sqlite3
engine = create_engine('sqlite://')
#c... | 1 |
##### Issue Type:
“Docs Pull Request”.
##### Ansible Version:
1.7
##### Environment:
Centos 6.5
##### Summary:
Running module mysql_db with state of import and with a missing database name
on mysql return connection error message.
##### Steps To Reproduce:
The following test
- name: test state... |
From @velotraveler on 2016-11-11T01:14:16Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
iptables
##### ANSIBLE VERSION
ansible 2.2.0.0
##### CONFIGURATION
##### OS / ENVIRONMENT
from OS: Red Hat Enterprise Linux Server release 6.6 (Santiago) / iptables
1.4.7
managed OS (2 hosts):... | 0 |
On Mac the find widget is too wide, the matches space is too large, especially
in this case when I have single digit numbers. Due to this the lower
checkboxes seems misaligned

|
The context menu does not show under the cursor if window.zoomLevel is set to
non-0 value.
| 0 |
**Describe the bug**
Use MSSQL, the password contains @, the error shows `Failed to execute
migrations to revision 12685bc9edf4. (pyodbc.OperationalError) ('HYT00',
'[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0)
(SQLDriverConnect)')` when using sqlalchemy; while the connection is
succ... |
**Describe the bug**
When a password contains a `@` character. Sqlalchemy with a string url cannot
connect to the database.
I greatly suspect that it was induced by #6482.
Was working fine in 1.4.15.
**To Reproduce**
url = (
"mssql+pyodbc://"
"SA:P@my_password@127.0.0.... | 1 |
This is JS-only API and causes compiler warnings in Dart.
|
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
I can't explain this one. Here's a test case I've been able to whittle down
from a bigger class:
'use strict';
const Thing = {
x() {
return <Dingbat uid={'hello'}/>;
},
y() {
for (let row of this.rows) {
let uid = 42;
console.log(... |
With the code:
function foo() {
let input = ['a', 'b', 'c']
let output = {}
for (let c of input) {
let name = c
output[name] = name
}
return output
}
The output from babel is:
'use strict';
function foo() {
var i... | 1 |
**I'm submitting a ...** (check one with "x")
[ x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
When there are sibling components, one with ViewEncapsulation.Native and the
other with ViewEncapsulation.None, the styles that any component stylings are
being appended to the shadow root of the one component set to Native.
~~Plunker:http://plnkr.co/edit/huN8xe0S7xH5CUw4B2P6?p=preview~~
**Updated Stackblitz** : h... | 1 |
As discussed here it is possible for Java jar files (zip formatted archives)
to include a prefixed bash script that allows them to act like fully
executable applications. Many existing tools (`java -jar`, `unzip` etc)
support zip files with additional prefixed bytes.
Unfortunately `go` currently doesn't support the ... |
by **zheganin@enaza.ru** :
runtime package fails to pass test. Actually, this is 100% reprodicible meaning it
fails, but reasons can differ each time (I just hit all.bash every time):
- can just silently "FAIL" without stating a reason, prior to
"GOMAXPROCS=2" phase
- can state "fatal e... | 0 |
Will be great if we can duplicate/divide terminal screen like tmux or cmdr
using some key shortcuts like Ctrl + Alt + H for horizontal division or Ctrl +
Alt + V for vertical, and the new terminal need open in the same path of the
previous terminal if we are in c:\Users the new terminal need open in the same
place, i... |
I'm pretty new to using linux, and don't understand much, but my issue is the
following:
Every time I use the linux subsystem in windows 10, I want to work in the same
directory, where my repos are located. I want to switch to the new terminal
app, but every time I open a new linux terminal, it starts out in my win... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): "stat... |
Forked from #23684 ...
There are debate over that pr on system automatically publishs the fields in
NodeStatus.NodeSystemInfo. I don't fully understand the concern, but in my
opinion, the advantage of publishing those labels will help debugging and
analyzing the issues related to different OSImage, RuntimeVersion,
K... | 0 |
* table_demo (id int primary key, column_a int, column_b longtext)
* mybatis dynamic sql like this:
insert into table_demo (id, column_a, column_b) values ((#{id,jdbcType=VARCHAR}, #{columnA,jdbcType=INTEGER}, #{columnB,jdbcType=LONGVARCHAR})
If jdbcType of columnB is specified as
`org.apach... |
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Sphere do you using?
sharding-proxy-3.0.0.M2-SNAPSHOT (with github dev branch)
I use the database pressure measurement tool to test the sharding-proxy
perf... | 0 |
# Summary of the new feature/enhancement
The ability to be able to search the web using PowerToys Run
# Proposed technical implementation details (optional)
It would be nice if there was an option to enable searching the web using
PowerToys Run.
Preferably, make the browser selectable and same with search engine... |
# Summary of the new feature/enhancement
I want to be able to start a web search from the launcher.
Ideally, I'd type `bing power toys` and it would navigate to
`https://www.bing.com/search?q=power+toys` in my default browser.
`google power toys` would go to the equivalent.
The ability to specify the keyword/se... | 1 |
I'd like to be able to host a next.js app on it's own base path (e.g.
`/some/base/path/` \- on a configurable http proxy). This is primarily for use
with JupyterHub to run as a separate service (on e.g. `/services/nextApp`).
I've gotten everything to work for the express app (that uses next handlers
underneath) as we... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I'd expect sourcemaps of a basic module to enable breakpoint selection on all
lines, except those clearly represented differently through transpilation.
## Current Behavior
A basic component is not debu... | 0 |
Hi! I am writing some site (taxi with google maps in real time for our city),
and I was created modal with form (for selecting taxi filters and your
coordinates), and height of this modal was bigger, than height of my
smartphone screen. I was tried to scroll modal down, to select other filters,
and modal just was... |
This issue might already exist however after a bit of searching I couldn't
find anything. I apologize in advance for that.
* Problem:
If the content of the modal window is bigger than the screen, you can't scroll
and see the bottom of your modal window on certain platforms.
* Concerned platforms (what I've te... | 1 |
##### System information (version)
* OpenCV => :4.0beta:
* Operating System / Platform => :Windows 64 bit:
* Compiler => :Visual studio 2017:
##### Detailed description
Net is loaded from Onnx, the net just can not successfully update input data
from setInput
invalid when call function setInput for the sec... |
##### System information (version)
* OpenCV => `4eb2966`
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2017
##### Detailed description
When compiling with MKL and OpenMP, `parallel.cpp` defines `ProxyLoopBody` in
such a way that it is missing an overload that accepts `cv::Range`... | 0 |
Matplotlib pcolormesh introduces spurious features along the prime meridian
when deployed with a PolarStereo projection.
**Code for reproduction**
from netCDF4 import Dataset
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
# Double check the versions
import cartopy... |
### Description
The new shading default
cartopy/lib/cartopy/mpl/geoaxes.py
Line 1669 in 08db54f
| shading = kwargs.pop('shading', 'auto')
---|---
can lead to artifacts in the plot which do not happen with `shading="flat"`.
This happens for coordinates that cross the zero line. As far as I can see
mat... | 1 |
1. I opened a markdown file
2. I typed ctrl-shift-m to get the markdown preview
3. I highlighted some text in the markdown preview, and right clicked.
**Atom Version** : 0.201.0
**System** : Microsoft Windows 8.1 Enterprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module '.... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
What steps will reproduce the problem?
1. install sdl (i used macports)
2. install go-sdl (github.com/banthar/Go-SDL). you can't use goinstall, and each
makefile needs to be tweaked to include the following line:
CGO_CFLAGS:=`pkg-config --cflags sdl | sed 's:\(-I[^ ]*\)/SDL:\1:'`)
3. ... |
What steps will reproduce the problem?
1. sudo apt-get install mongodb-server
2. go get -u launchpad.net/juju-core/...
3. go test launchpad.net/juju-core/cmd/jujud
What is the expected output? What do you see instead?
% go test launchpad.net/juju-core/cmd/jujud ... | 0 |
# Bug report
When unit testing a utility function that needs access to the
publicRuntimeConfig with jest, it throws error `Cannot read property
'publicRuntimeConfig' of undefined`
## Describe the bug
For example if i am testing a file that has Contentful stuff in it, and the
access token those kind of stuff comes ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Steps to Reproduce (for bugs)
next.config.js
module.exports = (phase, { defaultConfig }) => {
return {
publicRuntimeConfig: {
defaultEnvironmentSettings: 'test'... | 1 |
pub struct FragmentRepr(Vec<FragmentRepr>);
pub fn accepted(mut entry: &mut FragmentRepr) {
loop {
let FragmentRepr(ref mut discrs) = *{entry};
entry = &mut discrs[0];
}
}
pub fn rejected(mut entry: &mut FragmentRepr) {
loop {
let Fr... |
UPDATE: This example works now, but needs someone to add a test. See mentoring
instructions below.
* * *
I'm trying to compile some examples using nonlexical lifetimes. To do so, I'm
compiling rustc using the `master` branch, and the `-Z nll` compiler option.
rustc 1.24.0-dev
binary: rustc
co... | 1 |
so it appears that [9] is wrong, should be consistent with [7],[8]
In [1]: index = date_range('20130101',freq='2D',periods=6)
In [2]: df = DataFrame(np.arange(20).reshape(5,4),columns=list('ABCD'),index=index.take([0,1,2,3,4]))
In [3]: df.resample('2D',how='max')
Out[3]:
... |
#### Code Sample, a copy-pastable example if possible
data_frame.groupby(pd.TimeGrouper('D', convention='start', key=time_column)).count()
data_frame.groupby([pd.TimeGrouper('D', convention='start', key=time_column)]).count()
give below two different outputs
location pr... | 1 |
Flutter crash report; please file at
https://github.com/flutter/flutter/issues.
## command
flutter run
## exception
FormatException: FormatException: Bad UTF-8 encoding 0xc3 (at offset 171)
#0 _Utf8Decoder.convert (dart:convert/utf.dart:490)
#1 _Utf8ConversionSink.addSlice (dart:conve... |
~/Code/flutter/examples/material_gallery[master] $ flutter --version
Flutter on channel master (from git@github.com:flutter/flutter.git)
Framework revision c167efc (10 minutes ago); engine revision 4062813
Output:
~/Code/flutter/examples/material_gallery[master] $ flutter bui... | 0 |
Hello. First I would like to say it is not a bug report, but rather an
expression of my inability to find answers by myself.
IMPORTANT
I would like to see the set of correct settings that lowers memory consumption
to minimum while retaining speed at a high enough level with using
proxy/dropped requests and scale a... |
There are situations where websites return 200 responses but the content is
not available due to bans or temporal issues which can be fixed by retrying
requests.
There should be an easier way to retry requests inside spider callbacks, which
should ideally reuse the code in Retry downloader middleware.
I see two app... | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/976 on 2009-07-16 by
trac user senyai, assigned to unknown._
I've got python 2.5.4, scipy 0.7.1 under windows XP 32 with 2G ram. I get
crash when running [http://www.arseniy.net/files/scipy_bug.py]
|
_Original tickethttp://projects.scipy.org/scipy/ticket/905 on 2009-03-31 by
trac user parejkoj, assigned to unknown._
I'm trying to run scipy.stats.mode (in scipy.stats.stats) on a 2-d ndarray,
but it takes an extremely long time. The data is an image (astronomical data),
with:
data.shape = (227,3104)
data.dtype... | 0 |
#### Code Sample
Series([10**x for x in range(5)]).plot.bar()
Series([10**x for x in range(5)]).plot.bar(logy=True)
#### Problem description
The behavior changed from last version, 0.20. In last version,
`Series.plot.bar` uses one color for bars. In the new version, it uses
different colors for b... |
I start with a dataframe (`df`) containing staggered measurements
(select->copy->`from_clipboard()`):
CO2 CO2 CO2 CO2
2016-09-08 00:00:00 1581.0
2016-09-08 00:00:01 1415.0
2016-09-08 00:00:03 1455.0 1446.0
2016-09-08 00:00:05 1581.0
2016-09... | 0 |
By default Bootstrap Modal caches data loaded from remote resource. In my case
I have different links to show different content in the same modal instance.
<a class="btn btn-success pull-right" href="/feedback" data-target="#modalFeedback" data-toggle="modal">Write review</a>
<a class="btn btn-succ... |
This is for tracking #12296, in case the PR's author is unable to follow up.
| 1 |
**I'm submitting a bug/feature request** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTIN... |
Some subtle bug
export class BaseComp {
@Input() val: any;
...
}
@Component(...)
export class Comp extends BaseComp {
//@Input() val: any;
//@Output() evt = new EventEmitter(); <----
//If uncomment this one, you have to uncomment also @Inpu... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-target-a-specific-
child-of-an-element-using-jquery has an issue.
The instructions say to input _$(".well :nth-child(2)").addClass("animated
bounce");_ or _$(".target:nth-child(2)").addClass("animated bounce");_ —and in
fact, both work well—, but I doubt most... |
Claim your responsive design web design certificate needs a little editing -
two of the steps mention beginning and intermediate algorithm scripting.

User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-staging-parallel/4611/\n\nFailed: Horizontal pod autoscaling (scale resource: CPU) ReplicationController\nlight Should scale from 2 pods to 1 pod using HPA version v1 {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:103\n Expected error:\n <*errors.errorString | 0xc208bbe3d0>: {\n s: \"Only 1 pods started out of 2\",\n }\n Only 1 pods started out of 2\n not to have occurred\n \n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/11123/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] ReplicationController light Should scale from 1 pod to 2 pods\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:88\n Expected error:\n <*errors.errorString | 0xc820de4c80>: {\n s: \"Only 0 pods started out of 1\",\n }\n Only 0 pods started out of 1\n not to have occurred\n \n\nPrevious issues for this test: #27443 #27835\n\n" | 1 |
# 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... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussions forum first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports... | 0 |
##### System information (version)
* OpenCV => 3.4.0
* Operating System / Platform => Linux Ubuntu 16.04 X86 64 Bit
* Compiler => gcc 5.4
##### Detailed description
Running BFmatcher with crossCheck enabled doesn't really cross check.
According to the documentation
(https://docs.opencv.org/trunk/d3/da1/class... |
I am trying to install opencv on my mac
` cd ~/opencv mkdir release cd release cmake -D CMAKE_BUILD_TYPE=RELEASE -D
CMAKE_INSTALL_PREFIX=/usr/local .. make`
I get the following error,
` ld: framework not found CoreImage clang: error: linker command failed with
exit code 1 (use -v to see invocation) make[2]: *
[l... | 0 |
I think this was just missed as part of the infix expansions, or is there a
reason these don't allow for their setindex variant? Looks like a parser
failure to me.
MWE:
julia> a = [1]
1-element Vector{Int64}:
1
... |
@andreasnoack mentioned this on Slack:
julia> (Complex{T} where T) <: Complex
false
The annoying part is that in `Complex`, the upper bound for the `TypVar` is
`Real`, but in `Complex{T} where T`, the upper bound is simply `Any`. But
since it's not possible to instantiate e.g. `Complex{String... | 0 |
I think when setting `suggest_mode` to be `missing`, no suggestion should be
returned if the term exists in the index. But it turns out not to behave like
my expectation. Is it a bug or anything?
Below is what i did. (with elasticsearch 1.5)
# remove all
$ curl -XDELETE elastic:9200/*
{"acknow... |
I have found a few odd cases where the phrase suggester with suggest_mode:
"missing" generates a suggestion even though the query returns results. I am
querying across two indexes but the query term only exists in one of the
indexes. I get the search results I expect, but I do not expect to get a
suggestion.
I am tr... | 1 |
> Describe how to replicate the bug.
I'm doing the fairly standard thing of adding a `g.user` property on the
appcontext in my app, but `pylint` is complaining with:
Assigning to attribute 'user' not defined in class slots (assigning-non-slot)
Ignoring the pylint warning makes mypy complain very... |
Thanks for a recent release of `flask` which looks great. 🎉 Just started
testing it out.
This is not directly a bug afaik, but our CI started failing on the new
release of `flask` and `werkzeug`.
Following the flask documentation, it appears the recommended way of setting
new attributes to `flask.g` is simply doin... | 1 |
[Enter steps to reproduce below:]
1. Opened file
2. Tried to use color-picker with shortcuts + right-click, error appeared.
**Atom Version** : 1.0.0
**System** : Microsoft Windows 8.1 Pro
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find m... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
### First check
* [YES ] I used the GitHub search to find a similar issue and didn't find it.
* [ YES] I searched the FastAPI documentation, with the integrated search.
* [ YES] I already searched in Google "How to X in FastAPI" and didn't find any information.
### Description
How can I add multiple request ... |
OpenAPI allows describing multiple accepted content-types for a request.
Is it possible via FastAPI means?
I'd like to make a password login endpoint accepting both `application/json`
and `application/x-www-form-urlencoded` using a single handler.
| 1 |
I am testing the fitting functionality of scipy. I noticed that I can fix
certain shape parametrs, fix the `loc` and `scale`, as well as give starting
points for `scale` and `loc`. Is it also possible to give starting positions
for shape parameters? Simply put I'd like to be able to specify `s` in the
following examp... |
I've got a numpy.ndarray of shape (24569,) (also tried with (24569,1)) with
samples of random variables (not the distribution)
`fit_alpha, fit_loc, fit_beta=stats.gamma.fit(data)`
results in fit_alpha and fit_loc being nans, while fit_beta = 1
`I've tried to suggest starting parameters by using
stats.gamma.fit(dat... | 1 |
I just opend atom and right clicked a folder to create a new file. Dont really
know whats happening. I just
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (module.js:... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
**Symfony version(s) affected** : 4.1.8
**Description**
My app base on laravel 5.6, when I upgrade composer libs, symfony http-
foundation is update from 4.1.7 to 4.1.8. And laravel feature test is crash,
it can not simulate request to url, all return 404 code.
I think a minor version should not broke compatibili... |
**Symfony version(s) affected** : 4.1.8
**Description**
`(in built in server)[ERROR] The process has been signaled with signal "11".`
**How to reproduce**
In any new project, if you clone `symfony/website-skeleton` run built-in
server
**Additional context**
I think it has a relationship with latest [Routing... | 1 |
`sphinx-gallery` was originally created from matplotlib's code to create a
sphinx gallery but has since been packaged properly, and evolved to have more
features and be more robust to sphinx build systems.
It has a couple of nice features that come out of the box including better
formatting of gallery examples docst... |
We are slowly moving to MEP12 compliant examples.
`sphinx-gallery` was originally created from matplotlib's code to create a
sphinx gallery but has since been packaged properly, and evolved to have more
features and be more robust to sphinx build systems.
It has a couple of nice features that come out of the box in... | 1 |
Moving this piece from this comment. Generally the idea is to have the kubelet
to attach SHA of the image(s) running in a pod in the pod status field. This
will be useful for the aforementioned image policy proposal and related image
auditing capabilities.
@erictune fyi
|
The image digest from an image is much more useful to be reported with a
container than just the image id. We should return the digest as well, which
would allow policy tie back to 3rd party engines as well as understanding the
exact image in use. I believe the gap today is the local graph driver doesn't
preserve the... | 1 |
For building a lib i want to disable codeSplitting with webpack
adding the LimitChunkCountPlugin
plugins: [
new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1,
}),
],
but get this error on build
ERROR in webpack/runtime/runtimeId
Runti... |
# Bug report
**What is the current behavior?**
When updating the code loaded by web worker nothing happens.
**If the current behavior is a bug, please provide the steps to reproduce.**
This is a very simple configuration where HMR doesn't work:
https://github.com/wclr/webpack-worker-hot-reload
**What is the ex... | 0 |
I find the reliance on conda in the Ubuntu development environment quickstart
guide exceedingly complex, not to mention the need to rename `libgfortran.so`,
but I guess that those instructions are there for a good reason (historical
pain setting up development environments, messed up Python installations...
and other... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1721 on 2012-08-21 by
trac user alataza, assigned to unknown._
Hi!
I'm a complete newbie to SciPy and NumPy. I've downloaded and installed these
packages as I need them to run the Brian simulator. I'm using OSX 10.8 (just
installed from the scratch to be able ... | 0 |
There seems to be a bug in the documentation of the classification of text
documents: http://scikit-
learn.org/stable/auto_examples/text/mlcomp_sparse_document_classification.html#sphx-
glr-auto-examples-text-mlcomp-sparse-document-classification-py
The files are opened as utf-8 which leads to a bug. I have solved t... |
Sometimes I get what seems to be a divide-by-zero in the Nyström kernel
approximation:
/usr/local/lib/python2.7/site-packages/sklearn/kernel_approximation.py:445: RuntimeWarning: divide by zero encountered in divide
self.normalization_ = np.dot(U * 1. / np.sqrt(S), V)
/usr/local/lib/python2.7... | 0 |
## 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... |
## Feature Request
**For English only** , other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we cannot make decision by current information, we
will **close it**.
Please answer these questions before submitting your issue.... | 0 |
The output of `scipy.ndimage.rotate()` for a single 180 degree rotation is
inconsistent with the result of two consecutive 90 degree rotations. I had
expected these should be equivalent. Is this expected behaviour?
#### Reproducing code example:
# Sample code to reproduce the problem
import numpy ... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1378 on 2011-01-29 by
trac user tmcookies, assigned to unknown._
When rotating 3d-structure elements, some values get lost. I have two cases
that i can show:
import numpy as np
from scipy.ndimage import rotate
cTA = np.array([
... | 1 |
When you do a search with the google search button on scikit-learn.org, the
result are blended with the index page :

If I do the same thing on the local version generated from ma... |
#### Description
I noticed problems with the search results on the scikit-learn website. I am
not sure if this problem just occurred today after 0.18 went live. Below is a
screenshot of how it looks like when I do a search on the main page; on
subpages the search does not seem to work altogether -- tested it on Chro... | 1 |
As you can see in the attached image, markdown syntax highlighter takes into
account the _ and * present in a code block. I think that it should ignore any
of these characters if they are within an indented code block.

Even,when there is no newline after the line contains the `*`

**Code**
for (let num of [ 1, 2, 3 ]) {
num.toString();
}
**Expected behavior:**
There should be no error; `num` should be reported as just a `number`.
**Actual behavior:**
`num` has type `number | undefined`, so compiler complains... |
The variable in a for-of loop contains `undefined` when the target is set to
es6. For es5, everything works as expected.
**TypeScript Version:**
nightly (1.9.0-dev.20160428)
**Code**
for (const x of ["a", "b"]) {
x.substring;
}
tsconfig.json:
{
"compilerOptions": ... | 1 |
## Bug Report
**Current Behavior**
I use the "useBuiltIns": "usage" option in .babelrc file.But cause white
screen in ios9.3 version,but ios10+ version is normal.
**Input Code**
* My config is :
{
"presets": [
[
"@babel/preset-env",
{
... |
I want to report a **bug** which is related to the release of version
**3.2.0**.
It works on 3.1.4 perfectly and I found the piece of code that breaks the
application which has to run on Andoird 2.x devices.
## What happened:
`Promise.then` stopped working. The provided callbacks do not execute at all.
## How I f... | 1 |
/docs

https://cdn.jsdelivr.net/npm/swagger-ui-dist@3/swagger-ui-bundle.js
Error!
|
### First Check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
setup
##### ANSIBLE VERSION
ansible 2.4.0.0
config file = None
configured module search path = [u'/Users/anandb/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/py... |
##### Issue Type:
Feature Pull Request
##### Ansible Version:
All versions.
##### Environment:
Ubuntu 14.04, and all other.
##### Summary:
The module "lineinfile" should have an option to remove duplicate lines
matched by regexp.
Currently it changes only the last line.
##### Steps To Reproduce:
Let's say ... | 0 |
> For translation and summarization training, decoder_input_ids should be
> provided. If no decoder_input_ids is provided, the model will create this
> tensor by shifting the input_ids to the right for denoising pre-training
> following the paper.
>
> https://huggingface.co/docs/transformers/v4.16.2/en/model_doc/ba... |
Here
https://huggingface.co/transformers/model_doc/bart.html
It says that for both BartForConditionalGeneration and BartModel,
decoder_input_ids will be generated by shifting input_ids if not given.
However, from the source codes, forward function of
BartForConditionalGeneration has these lines:
if labels is... | 1 |
# Summary of the new feature/enhancement
Please change the powertoys icon to something that uses a single color. Most
applications follow this rule which makes is easy to organize their icons in
the tray in a way that lets you quickly find the icon, but a multicolor icon
like the current one doesn't fit anywhere. Al... |
# Summary of the new feature/enhancement
* Add functionality to switch between settingsv1 and settingsv2 based on the Windows OS version.
* Keep both setting UIs and do OS detection
If RS4/5
* old settings
* KBM disabled even if JSON says it is enabled
* Launcher disabled even if JSON says it is enab... | 0 |
There is some properties in Html ,like below:
/* Keyword values */
writing-mode: horizontal-tb;
writing-mode: vertical-rl;
writing-mode: vertical-lr;
/* Global values */
writing-mode: inherit;
writing-mode: initial;
writing-mode: unset;

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angu... | 1 |
Challenge http://freecodecamp.com/challenges/waypoint-bring-your-javascript-
slot-machine-to-life has an issue.
Using `$($('.slot')[0]).html(slotOne);` with single quotes rather than double
quotes is not accepted by the validator.
|
Over the past 12 hours @VarCI-bot has consistently fussed campers who reported
legitimate bugs, telling them that to not bug report when they just need help
solving a challenge.
| 0 |
I was trying to add profiler to the existing tensorflow object detection API,
the following part of code is added to
tensorflow/tensorflow/contrib/slim/python/slim/learning.py
Line 489 in dfa0f87
|
---|---
if run_metadata is not None:
logging.info('Added profiling by User')
Pr... |
Hi! I was using the official minist summaries example which uses run_metadata
to track model runtime statistics:
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py
I tried to add simple profiler python API as suggest by
https://github.com/tensorflow/ten... | 1 |
**Steps to reproduce and a minimal demo of the problem**
Add path `/**` and try to reach it with some query string e.g.
http://plnkr.co/edit/pnsgl3P3pfS0pT4bydvv?p=preview
**Current behavior**
On the wildcard route (`/**`) query params appears twice.
**Expected/desired behavior**
Query string should not be du... |
While working on CJS bundles we've decided to duplicate facades code in each
and every bundle. This means that if multiple bundles are loaded on the same
page (say, core and http) we are executing code contained in facades twice.
But it turns out that we've got a piece of code in `facade/lang.ts` that leads
to
`Ran... | 0 |
Users should be able to get datasets returned as [Sparse]DataFrames with named
columns in this day and age, for those datasets otherwise providing a Bunch
with `feature_names`. This would be controlled with an `as_frame` parameter
(though `return_X_y='frame'` would mean the common usage is more succinct).
|
We are terrible at removing "help wanted" labels from issues that have
solutions in the works. Having another label added automatically when a PR
exists that claims to fix an issue would help. Or perhaps just automatically
removing "help wanted" would do.
Unfortunately GitHub provides little in the way of API to ide... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : no
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04
* **TensorFlow installed from (source or binary)** : source
* **TensorFlow version (use command b... |
For semantic segmentation, it is very import to syncbn. would you tell us how
to do it?
| 0 |
**Context:**
* Playwright Version: 1.21.1
* Operating System: Linux Pop!_OS 22.04
* Node.js version: v14.19.0
* Browser: WebKit
System:
* OS: Linux 5.16 Pop!_OS 22.04 LTS
* Memory: 29.55 GB / 125.80 GB
* Container: Yes
Binaries:
* Node: 14.19.0 - ~/.nvm/versions/node/v14.19.0/bin/node
* Yarn: ... |
Blocked by:
* actions/runner-images#5428
Requires the following changes so far:
* Chromium
* WebKit
* Firefox
* Docs changes that we support it #14588
* Regenerate required dependencies #14588
* Add tests on e.g. GitHub Actions #14741
* Evaluate if we want to add Ubuntu 22 Docker images as well
*... | 1 |
* VSCode Version:
* OS Version:
Steps to Reproduce:
1. ctrl + ` to open terminal view.
2. type "cls" then press "enter" key; the terminal displays not right.
|
* VSCode Version:1.0.1
* OS Version:win7
今天更新到版本1.0.0之后 vscode界面成了中文,怎么改回到英文?
| 0 |
**Paul Bakker** opened **SPR-6497** and commented
Sometimes it's necessary to execute different code to setup a model for a
different type of content.
For example; a list of employees should be returned directly for rendering
HTML, but should be wrapped in a JAXB class for rendering XML, as in the
following examp... |
**Marc Ludwig** opened **SPR-4626** and commented
* * *
**Affects:** 2.5.2
**Attachments:**
* ConfigurableTestCase.zip ( _3.09 kB_ )
| 0 |
## 🐛 Bug
When I place a `torch.arange()` tensor on a GPU I get the following error:
RuntimeError: parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
This occurs on a system where I have a Tesla K80 and two Tesla K40c cards
(also a GeFo... |
## 🐛 Bug
I am using a Tesla K40m, installed pytorch 1.3 with conda, using CUDA 10.1
## To Reproduce
Steps to reproduce the behavior:
1. Have a box with a Tesla K40m
2. `conda install pytorch cudatoolkit -c pytorch`
3. show cuda is available
python -c 'import torch; print(torch.cuda.is_availa... | 1 |
As title says, should at least show up in:
1. https://docs.julialang.org/en/v1.6-dev/manual/control-flow/#man-loops
2. `?outer`
|
julia> function f(::f) where f
f
end
f (generic function with 0 methods)
julia> function g(::f) where f
f
end
g (generic function with 1 method)
The first definition fails to work while the second does. The first one has no
methods.
`Version... | 0 |
### Is there an existing issue for this?
* I have searched the existing issues
### This issue exists in the latest npm version
* I am using the latest npm
### Current Behavior
I see npm is using project specific repositories containing the libraries used
in the particular project. The issue is this creates d... |
### Current Behavior:
While trying to install packages from GitHub package repository, I get 401
error when using npm v7 (tried with 7.3 and 7.4.2) while it's working with v6
(6.14.11)
Full error:
npm ERR! code E401
npm ERR! Incorrect or missing password.
npm ERR! If you were trying to login,... | 0 |
I'm running the latest Deno version today, While executing the exe, I got
these errors:
error: Uncaught SyntaxError: Identifier 'once2' has already been declared
at file://$deno$/bundle.js:20247:0
Version:
)
First line of `https://dev.jspm.io/cowsay-browser`
import { dew } from "/npm:cowsay-browser@1.1.8/index.dew.js";
### Actual
Deno tries to import `/npm:cowsay-browser@1... | 0 |
Currently the Blender Exporter doesn't seem to be exporting multiple
animations in Pose mode.
I have created a simple blend showing a cube with two basic animations, rest
and walk.
When I set the armature to rest mode and export, with rest mode selected in
the exporter, I get both animations in the exported file an... |
Hey im rigging and animating my character with mixamo...then i import them to
blender via FBX ...i then export them to js with your exporter (tried every
exporter ...every).
The result is here:
http://instagram.com/p/y8NQjQkk9-/?modal=true
it always looks distorted like this and i cant seem to understand it...its... | 1 |
### Feature request
Given playwright has its own test runner, I was expecting to be able to drop
the use of jest for simple unit testing in favour of `@playwright/test` which
would simplify a lot of things..
* No need to install, configure jest
* All tests could be invoked with a simple glob, rather than having... |
### System info
* Playwright Version: `v1.34.1, v1.33.0`
* Operating System: `Ubuntu Jammy`
* Browser: `All`
* Other info: This is a bug that affects the Docker image `mcr.microsoft.com/playwright:v1.33.0`
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Steps*... | 0 |
## Bug Report
We've been working fine on 7.12.17, but tried updating to 7.13.5 - no breaking
changes are mentioned and this is the only change we did. It errors out,
complaining about regeneratorRuntime is not defined.
We are using `"browserslist": "last 2 Chrome versions"` in package.json, with
this babelrc:
... |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
class App extends React.Component {
constructor(props) {
super(props);
this.Test = function () {
return <>123</>;
};
}
... | 0 |
* VSCode Version: 1.2.0
* OS Version: Windows 10 Insider Preview, Build 14352

Steps to Reproduce:
1. Ctrl + `
2. npm -v
|
* VSCode Version: 1.2 insider
* OS Version: windows 10 insiders
* node - 6.2.0
* npm - 3.8.9
Steps to Reproduce:
1. Open integrated terminal
2. type `npm -v` or `npm start` or just `npm`
3. `npm` throws errors
:
Any other software?
[ZtreeWin](http://www.ztree.com/html/ztreewin.htm)
# Steps to reproduce
1 - Install ZtreeWin, or PowerShell PowerTab
2 - Make Terminal Window large... |

> TrueType fonts are recommended for high DPI displays as raster fonts may not
> display clearly.
I agree that TrueType fonts are recommended. However, the motivation is
irrelevant and misleading.
It is ... | 0 |
I check the RC2 today and it seems the affix sidebar is not following when you
scroll. Maybe you missed something? I don't know, maybe not really an issue.
|
The left sidenav on the bootstrap doc site it's not affixing on the left, it
scrolls away.
| 1 |
##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
add_host module
##### ANSIBLE VERSION
1.9.0.1
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
Trying to use the add_host module to add fresh servers to a group for tasks
later in the playbook I keep getting this error. It will fail the first run
but d... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
delegate_to
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /Users/tagir/.config/ansible/ansible.cfg
configured module search path = [u'/Users/tagir/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible p... | 0 |
Hi,
I found that the Tensorflow Lite did not support Siamese network with
parameter sharing of conv2d layers and batch normalization layers yet. (e.g.
EnsureBiasVectors will fail to deal with different names of conv output layer
with the same kernel.) Is there any plan to support it?
Thanks.
|
**System information**
* TensorFlow version (you are using): tf 2.0-preview
* Are you willing to contribute it (Yes/No): No
**Describe the feature and the current behavior/state.**
When we are looking into issue: tensorflow/addons#12, as @jaingaurav said,
SetShapeFn only works in graph constructing stage. So ... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 4... |
### Issue Details
* **Electron Version:**
* 5.0.4
* **Operating System:**
* Windows 10
* **Last Known Working Electron version:**
* None
### Expected Behavior
webContents.print(option, callback) can work with parameters.
### Actual Behavior
webContents.print() will work without parameters.
Bu... | 1 |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response **more than 7 da... |
### BackGround
Using the built-in test suite in the MySQL test tool, evaluate the level of
support for MySQL provided by ShardingSphere. In the initial round of testing,
there were over 1,000 cases in which errors occurred during parsing due to
lack of support from the SQLParser. Here are the unsupported scenarios,
... | 0 |
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/bumptech/glide/gifdecoder/GifDecoder$BitmapProvider
Guessing it's related to #2863.
|
I am using SimpleTarget to draw thing over downloaded images and then showing
in ImageView.
When i navigate from the activity and back and attempt to reload the images,
the things that i drew previously are not cleared. I assume Glide is setting
previous bitmap from memory. Is there a way to override it? Here is my... | 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: xxx
* Operating System version: xxx
* Java version: 1.8
### Expected Result
![87CC3749-F6C5-433... |
* 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: mac
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
When incorrectly passing a keyword to a variable, the error message is
confusing:
fatal: [flexo.kormoc.com] => Traceback (most recent call last):
File "/Users/kormoc/Projects/Ansible/ansible/lib/ansible/runner/__init__.py", line 421, in _executor
exec_rc = self._executor_internal(host, ne... |
The following playbook generates a traceback when run on the devel branch:
- name: test
hosts: all
gather_facts: false
vars:
- a_list:
- a_value
tasks:
- name: I meant to concat a string with an array value
debug: msg="{{ 'foo => ' + a_list[0]... | 1 |
celerybeat is getting stuck without throwing any error:
command:
`celery -A main:celery_app beat --pidfile=/var/run/celerybeat/celerybeat.pid
--logfile=/var/log/celerybeat/celerybeat.log
--schedule=/var/run/celerybeat/celerybeat-schedule -l debug `
output:
celery beat v3.1.23 (Cipater) is startin... |
# 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 main branch.
* I have included all related issues and possible dupli... | 0 |
ERROR: type should be string, got "\n\nhttps://github.com/crabtw/rust-bindgen is super cool and ought to be part of\nthe toolset we distribute with rustc.\n\nIt might be the right time to consider bundling libclang with rustc as well,\nfor this reason as well as possibly other forms of integration (our driver,\ncargo, etc.)\n\n" |
Make a pass that executes bindgen during the build.
This would build the jsapi module automatically based on the header files:
#[bindgen(files("jsapi.h", "jswhatever.h"), name = "jsapi")];
It would never generate any `.rs` files, just insert it directly into the AST.
| 1 |
Please add vietnamese to list of support language analyzer
|
As we split cloud-aws plugin into two separate plugins, I think we don't need
to keep both `cloud.aws` and `cloud.aws.[s3|ec2]` settings in two separate
settings.
For example we have both `cloud.aws.protocol` and `cloud.aws.ec2.protocol` for
ec2, they are totally same now.
| 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/772 on 2008-05-07 by
@alberts, assigned to unknown._
Valgrind warning when running test for compress2d:
==14758== Conditional jump or move depends on uninitialised value(s)
==14758== at 0x4330DB6: PyArray_MapIterReset (arrayobject.c:10190)... |
_Original tickethttp://projects.scipy.org/numpy/ticket/338 on 2006-10-12 by
@alberts, assigned to unknown._
When running the following code:
#!python
import numpy as np
import scipy as sp
from scipy.interpolate import interp1d
print np.__version__
print sp.__vers... | 1 |
Specifying a file isn't required to run deno test. It will run all the tests
in the directory I'm running the command in.
$ deno test -A
Check file:///home/kyle/Projects/deno/react_app/env_test.ts
running 10 tests from ./env_test.ts
...
I found that if I add the `--watch` flag, it was... |
Other commands like `deno fmt/lint --watch`, will watch and fmt/lint all the
files in the project if no files are passed on the command line, but this does
not seem to work for `deno test --watch`.
// test.ts
import { assertEquals } from "https://deno.land/std@0.163.0/testing/asserts.ts";
... | 1 |
# Environment
"symfony/symfony": "2.5.*-dev",
"payum/payum-bundle": "0.11.*@dev",
"payum/payum": "0.11.*@dev",
"payum/paypal-express-checkout-nvp": "*",
I have a CustomBundle, there is a `services.yml` file with default parameters
in `[Bundle directory]/Resources/config` directory:
... |
I trying to use third-party bundle. (http://knpbundles.com/ornicar/ApcBundle).
This bundle requires me to provide `ornicar_apc.host` config value. I am
trying to re-use existing configuration value `router.request_context.host`,
which is overrided in my `parameters.yml`, but third-party bundle always
compiled with de... | 1 |
It seems that provided code example leaks memory on numpy 1.16.0. This can be
observed via top or htop while the program executes. The same code with numpy
1.15.4 has stable memory footprint. I couldn't isolate the problem without
multiprocessing.
I've reproduced the same behavior on Ubuntu and MAC OSX on python ver... |
### Reproducing code example:
import numpy as np
import pickle
import os
import itertools
import psutil
import gc
import sys
print ('NumPy version:', np.__version__, 'Python version:', sys.version)
for i in itertools.count():
pickle.dumps(np.zeros(1024*1024)... | 1 |
_Related#51_
The following default keybindings conflict with default Ubuntu OS keybindings.
Move app to different workspace:
{ "key": "ctrl+shift+alt+down", "command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus" },
{ "key": "ctrl+shift... |
Steps to reproduce:
1. Find a merge conflict

2. Press backspace twice on the line containing `======`
3. Undo the changes
4. Repeat 2-3 a couple times
The text decorations will stack as shown be... | 0 |
##### System information (version)
* OpenCV => 4.5.4
* Operating System / Platform => win10 LTSC 2021
* Compiler => Visual Studio 2019
* Python Version => 3.9.9
##### Detailed description
* cv2.resize() function return cv2.error (-215:Assertion failed) _step >= minstep in function 'cv::Mat::Mat'
* open... |
##### System information (version)
* OpenCV => 4.5.4-dev
* Operating System / Platform => Windows 64 Bit
* Compiler => precompiled from opencv-contrib-python-headless 4.5.4.58
##### Detailed description
Issue encountered in python: opencv/opencv-python#575
cvtColor should be able to convert a single pixel'... | 1 |
## 🐛 Bug
While trying to convert resnet18 based pytorch model from here. Below error
comes up:
> RuntimeError: Failed to export an ONNX attribute 'onnx::Gather', since it's
> not constant, please try to make things (e.g., kernel size) static if
> possible
## To Reproduce
Steps to reproduce the behavior:
1. Do... |
Trying to convert this pytorch model with ONNX gives me this error. I've
searched github and this error came up before in version 1.1.0 but was
apparently rectified. Now I'm on torch 1.4.0. (python 3.6.9) and I see this
error.
File "/usr/local/lib/python3.6/dist-packages/torch/onnx/ **init**.py", line
148, in export... | 1 |
A red squiggle would be good here:

|
* VSCode Version: 1.3.0-insider
* OS Version: Windows 10.
See screen shot. Shouldn't bld have a squiggle

| 1 |
The documentation on how to write documentation is out of date:
http://matplotlib.org/devdocs/devel/documenting_mpl.html#documenting-
matplotlib
Specifically, it should refer to our MEP10
|
I'm running this on Windows 10 / Anaconda Python 3.4.3 / jupyter iPython 4
Here's some repro code:
import matplotlib.pyplot as plt
import numpy as np
fig = plt.figure(1)
ax = plt.axes([0., 0., 1., 1.])
points = np.random.rand(2,2) # plot 2 points, totally fine
ax.scatter(... | 0 |
# Bug report
Unable to navigate to another route when using `@zeit/next-sass` in version
`8.0.4`.
## To Reproduce
On clicking the link from index page, it doesn't route to about page(when
using `@zeit/next-sass`). But after removing (`@zeit/next-sass`), it works as
expected.
This unusual behaviour happens on clie... |
# Feature request
## Is your feature request related to a problem? Please describe.
one issue I've run across is a simple routing solution for dynamic path
segments.
## Describe the solution you'd like
I'd like to have a function like this that next.js provides to me
function buildAsPath(pathname, ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
It is possible to override styles of `Popover` inside `Menu`.
## Current Behavior
It is not possible to override styles of `Popover` inside `Menu`.
## Steps to Reproduce (for bugs)
N/A
## Context
`... |
* [ x] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
NextJS sample apps should run without any error.
## Current Behavior
Throws the following errors
This dependency was not found:
* material-ui/colors/green, material-ui/colors/green in ./getPa... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.