text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Using the `npm-name` module outputs `true` or `false` in a next project.
## Current Behavior
Attempts to use `npm-name` result in the error:
This dependency was not found:
* electr... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Following the README.md instructions to run a next.js project, but create the
project's folder in a subfolder which starts with a "."
Changing the text in index.js should initiate a recompile which is r... | 0 |
Hello!
I have been working my way through the tf.contrib.learn tutorials and have
been attempting to integrate the tf.contrib.learn.monitors.ValidationMonitor
into the 'deep' classifier in wide_n_deep.py as shown below.
### What related GitHub issues or StackOverflow threads have you found by
searching the web... |
hi all,
it would be really great to have a tutorial on how to use the many awesome
wrappers like dropoutwrapper, attentionwrapper, etc.
| 0 |
Hi guys, I hope this isnt't a really stupic question, but I'm unable to change
the color (or even edit any less variable) in the getbootstrap/customize
page.. I've tride in both Chrome and FF. Is this expected behavior?
Thanks,
John
|
Just an idea.
Make it so that when you are about to enter text into the text boxes, rather
than putting the cursor at the start and deleting the old content on type, you
would instead mark it all when you enter a text box, and the user could then
"unmark" a portion to merely edit the value slightly.
This is properl... | 1 |
`razzle.cmd` only checks Community and Enterprise paths of VS2017 to find
`msbuild`.
Simply adding another two `if` blocks for checking `%ProgramFiles%\Microsoft
Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe` and
`%ProgramFiles(x86)%\Microsoft Visual
Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.e... |
# Environment
Windows build number:
powershell version
$psversiontable
PSVersion 5.1.18362.145
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.145
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Win... | 0 |
## Bug Report
startup fail when using `mysql-connector-java 8.0.16`
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encryptDataSource' defined in class path resource [org/apache/shardingsphere/shardingjdbc/spring/boot/SpringBootConfiguration.class]: B... |
## Bug Report
### Which version of Sharding-Sphere did you use?
3.0.0
### Which project did you use? Sharding-JDBC or Sharding-Proxy?
Sharding-JDBC
### Expected behavior
SELECT
*
FROM
fin_material m
WHERE m.PROJ_ID = '10'
AND m.ID IN
(SELECT
c.MATERIAL_ID
FROM
fin_material_customer c
WHERE c... | 0 |
I know that there are na issues for indices but I have never encountered this
behavior before (pandas master):
(fully functional code depending on the requests and xlrd library and a berlin
open data set)
import pandas as pd
import requests
the_data = requests.get('http://www.berlin.de/imperi... |
The `ExcelWriter` class in line 550 of pandas/pandas/io/excel.py takes a
`datetime_format` parameter to format a datetime column.
Wouldn't it be useful to include a `font_size` parameter as well? Otherwise I
don't see how I can set the font size apart from the hard way through
`xlsxwriter`. Correct me if I am wrong.... | 0 |
[root@irlab julia]# make
LINK uijulia-release-readline
/usr/bin/ld: cannot find -lncurses
collect2: ld 返回 1
make[1]: *** [/home/huangshaomang/soft/julia/julia-release-readline] 错误 1
make: *** [julia-release] 错误 2
[root@irlab julia]#
what's up? please help me..
|
CC src/jltypes.o
CC src/gf.o
CC src/support/hashing.o
CC src/support/timefuncs.o
CC src/support/dblprint.o
CC src/support/ptrhash.o
CC src/support/operators.o
CC src/support/socket.o
CC src/support/utf8.o
CC src/support/ios.o
CC src/support/dirpath.o
CC src/sup... | 1 |
### Description
dag import fails sometimes due to some changes in sys config, ignored rare
case scenario.
Need an alert on slack/mail whenever dag import fails.
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
* Yes I am willing to submit a PR!
###... |
### Description
It would be great to be able to grant permission for each connection with the
Airflow permission value.
Currently, there are "an create on Connections, can read on Connections, can
edit on Connections, can delete on Connections and menu access on
Connections".
I think we need "can access on Conne... | 0 |
I'm running into this error:
./request.rs:1:7: 1:29 error: duplicate definition of type request
./request.rs:1 import mre::request::request;
^~~~~~~~~~~~~~~~~~~~~~
even though I only import `mre::request::request` once in that file. Perhaps
I'm running into a compile... |
This code:
static TEST: int = 10;
static TEST2: &'static int = &TEST;
Produces the following IR:
@_ZN4TEST20h60213af30ae88ef1eaaE = internal constant i64 10
@const = private constant i64 10
@_ZN5TEST220hc4be0dea553bf116iaaE = internal constant i64* @const
So `TEST2` points ... | 0 |
* I tried using the `@types/angular-xeditable` package and had problems.
* Authors: @andy-ms
I am getting the error - duplicate identifier for 'angular' module. I have
modified the xeditable's typing file, then its working fine. I would raise a
pull request. Please review it.
modified type definition is as f... |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/xxxx` package 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 question... | 0 |
Currently, there are two formulations in the documentation: (1) in the
`Returns` description, some form of "N trials given n successes" where the
last trial is incorrectly indexed as N + n and (2) in the `Notes`, "N failures
given n successes and p(success) = p". ~~However, neither of these
descriptions match the var... |
The docstring says that negative_binomial() returns:
out : ndarray or scalar
Drawn samples from the parameterized negative binomial distribution,
where each sample is equal to N, the number of trials it took to
achieve n - 1 successes, N - (n - 1) failures, and a success on the,... | 1 |
From @gcs-github on 2016-11-24T20:14:54Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
zfs
##### ANSIBLE VERSION
ansible 2.2.0.0
##### CONFIGURATION
hash_behavior = merge
force_handlers = True
pipelining = True
control_path = %(directory)s/%%p-%%h-%%r
... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
module system/zfs
##### ANSIBLE VERSION
ansible 2.2.0.0
##### CONFIGURATION
hash_behavior = merge
force_handlers = True
pipelining = True
control_path = %(directory)s/%%p-%%h-%%r
##### OS / ENVIRONMENT
Man... | 1 |
Bayesian classifier for categorical data when we have observations in test
data that not present in train data
can not believe you do not have it
since in real live it is always the case
|
#### Describe the bug
NB crashes when there is data in test data what was not used in train data
https://scikit-
learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html#sklearn.naive_bayes.CategoricalNB
in real live test data values are different from train data
| 1 |
python3 train_classes_v2.py --train 1/train/ --val 1/val/ --all 1/all/
Using TensorFlow backend.
2018-09-22 10:35:27.903598: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled
to use: AVX2 FMA
2018-09-22 10:35:... |
When trying to save my model I get the runtime error below. There was a
similar issue when model layers names were too long and it can be solved by
giving layers shorter names. This time the error pops up when saving optimizer
weights. getattr(model.optimizer,'weights') shows
[<tf.Variable 'Adam/iterat... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
`Celery.send_task` from `base.py` is trying to call `AMQP.as_task_v2` with the
`ignore_result` argument, which is not available on 5.0.6.
celery/celery/app/base.py
Line 744 in 171ab02
| ignore_result=ignore_result,
---|---
celery/celery/app/amqp.py
Lines 280 to 287 in 171ab02
| def as_task_v2(self, task... | 0 |
I just accepted a pull required for the `Hwloc` package to make it compatible
with Julia 0.6. I now want to tag a new minor release, so that people can
depend on this change. Unfortunately, I see error messages when trying to
publish this tag. I tried this both from a 0.6 and 0.5 Julia release.
I did this:
... |
Ref JuliaLang/METADATA.jl#8838
| 1 |
Since constructor visibility #2341 got merged. I haven't been able to utilise
it fully because the classes I can benefit from requires type parameters and
this typings on static methods.
abstract class Model<P> {
static create(props: P): this {
let model = window.store[this.name + p... |
When trying to implement a fairly basic, but polymorphic, active record style
model system we run into issues with the type system not respecting `this`
when used in conjunction with a constructor or template/generic.
I've posted before about this here, #5493, and #5492 appears to mention this
behavior also.
And he... | 1 |
## Question
**For English only** , other languages will not accept.
Before asking a question, make sure you have:
* Googled your question.
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
I... |
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Jdbc do you using?
1.4.2
目前可以显示下发到对应数据库执行的sql明细么?
| 0 |
Hi Electron team,
A few days ago,we make a new issue about this,but the problem is not solved,
you can see this issue:
#24443
Recently, we have scanned both BoringSSL and Chromium, but both of them have
no vulnerabilities .
so could you please help us .
Looking forward your soon feedback.
Thank you in advance... |
* Output of `node_modules/.bin/electron --version`: v2.0.11
* Operating System (Platform and Version): Arch Linux
**Expected Behavior**
Menu bar text font color should be white for a black/dark background.
**Actual behavior**
Menu bar text color is gray(close to black) with black background. So the text
is ... | 0 |
* If `mode == 'w'` and `warn==True` then weird `raw_input` is requested. Change this to raise/warn as appropriate
* change the `_quiet` field (default is `False`) to a warning (about duplicates in readback)
|
In #14576, we consolidated compression code and introduced support for
compressed URLs beyond just gzip. However, as described in #14576 (comment),
the c-engine cannot read bz2-compressed URLs in python 2. This error is coming
from `parser.pyx#L615-L621`. There may be potential to entirely bypass this
offending code ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I should be able to use the package request without crashes.
## Current Behavior
The server crashes when I import the package.
 keyboard please fix or help
:'(.
Thanks ! ;)
|
Original issue: atom/atom#1625
* * *
Use https://atom.io/packages/keyboard-localization until this issue gets fixed
(should be in the Blink upstream).
| 1 |
**Stéphane Nicoll** opened **SPR-7630** and commented
While migrating our app from 2.5.7 to 3.0.4 we have noticed a major slowdown
in the application context's startup.
Our application is using Spring Batch and has 22 batches. I have ran a
profiling session and noticed an _abusive_ call to
`java.lang.Class.getMeth... |
**Oliver Drotbohm** opened **SPR-8880** and commented
Suppose you have an application with a base package of `com.acme` with an
`@Configuration` class located in this package. Now suppose you use this
configuration class as `basePackageClass` inside `@ComponentScan`. This will
result in an exception saying the clas... | 0 |
Series.map works when passed a dict, but Index.map doesn't:
>>> s = pd.Series(['a', 'b', 'c', 'd'], index=['a', 'b', 'c', 'd'])
>>> d = {'a': 0, 'b': 1, 'c': 2, 'd': 3}
>>> s.map(d)
a 0
b 1
c 2
d 3
dtype: int64
>>> s.index.map(d)
Traceback (most recent ca... |
A DataFrame index has the map function, which expects a mapper. However,
unlike mapping a Series, it only accepts callables, and won't work when
mapping through dictionaries or series.
#### Code Sample:
df = pd.DataFrame({'col1': range(5)})
d = {0: 'zero', 1: 'one', 2: 'two', 3: 'three', 4: 'four'... | 1 |
C:\Users\ry\deno>python tools/setup.py
binary download
python C:\Users\ry\deno\third_party\depot_tools\download_from_google_storage.py --platform=win32 --no_auth --bucket=chromium-gn --sha1_file C:\Users\ry\deno\third_party\v8\buildtools\win\gn.exe.sha1
python C:\Users\ry\deno\third_party\dep... |
I've followed the manual : https://deno.land/manual.html#buildfromsource
And i've the error:
GetWinSDKDir
import vs_toolchain
ImportError: No module named vs_toolchain
After checking in https://github.com/denoland/deno/blob/master/.appveyor.yml i
have updated my PYTHONPATH to `C:\te... | 1 |
I am trying to follow the steps as per the readme file.
I get an import error.
After i inspected the repo i found that "gen_audio_ops" is missing under
tensorflow/python/ops package.
Following is an image which shows the import

Ubuntu 14.04 LTS
|
On Linux if no font is specified CJK characters will be showed as unrecognized
characters, see also atom/atom#6214.
| 1 |
#### Issue Description
Hello, the Video Challenges are not being marked as complete. I did the first
four or so of computer basics and nothing was checked. I exited the browser,
tried the first one two more times and it was still not marked as complete.
Then I tried the first one of JavaScript lingo, completed the q... |
It's not possible to mark some Computer Basics as completed. I tried to
complete them many times. No success.
Browser: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36`
OS: `OS X 10.11.3`
Screenshot:
 {
console.log('MY MENU DELEGATE');
}
menu.delegate.menuWillShow(); // doesn't call my function??
Note that the Menu is created using remote ... | 1 |
I'm using python shared memory from multiprocessing package to share numpy
arrays between processes.
There is a caveat, however, that populating such objects from buffer requires
duplicate copy operation.
np.frombuffer creates new array and there is no option to populate existing
array which is linked with a shar... |
I ran into this, and the solution found on numpy-discussion worked for me, but
does
turn up on a search of the issues.
Summary:
* Python <3.2 are compiled with VS2008 (SDK v7.0,"sdk for win7 + NET 3.5.1")
* Python 3.3 (+?) is compiled with VS2010 (SDK v7.1, "sdk for win7 + NET 4")
* It's often recommended t... | 0 |
Hey all,
So I believe the github wiki is the first main source of info for new
developers to the repo. As far as I'm aware, only collaborators can update it.
It may be an idea to create a new section in the docs instead of using the
github wiki. Perhaps putting `contributors` under the `Code` section of the
main pag... |
`applyMatrix3` method of `BufferAttribute` presumes that `itemSize` equals 3.
This can be seen in the BufferAttribute source code on line 202.
I'm a newbie of three.js and maybe I miss something, but I think that's not
always true.
For example, UVs in `ShapeBufferGeometry` have only 2 dimensions.
This led to som... | 0 |
Hello,
The simple python program:
import matplotlib.pyplot as plt
numbers = [1,2,3,4,5]
plt.plot(numbers)
plt.show()
returns the following exception instead of drawing a picture. I'm using
debian-testing and python 2.7.11-2 with:
dpkg -l python-matplotlib
ii python-matplotlib 1.5.3-1 i386 Python based plott... |
To help us understand and resolve your issue please check that you have
provided
the information below.
* Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
Platform: Debian Testing, using the python 2.7 (2.7.11-2 when I first started
seeing this, just upgraded to 2.7.13rc1 but the proble... | 1 |
## 🐛 Bug
Exception ignored in: <bound method _DataLoaderIter. **del** of
<torch.utils.data.dataloader._DataLoaderIter object at 0x114accb70>>
Traceback (most recent call last):
File "/Users/powerz/anaconda3/lib/python3.6/site-
packages/torch/utils/data/dataloader.py", line 399, in **del**
self._shutdown_worke... |
This causes errors in data loaders like this.
| 1 |
This is the result of using subdiv level 1 on a textured mesh in jthree
http://3developer.com/tmp/UVs.png
As you can see the seams are terrible. Also tried using image mode repeat as a
sugestion by "bai" from IRC but that didn't make a change
This is the same model in blender, subdiv level 1, UV subdivision turned... |
##### Description of the problem
Uncaught Rangerror: Offset is outside the bounds of the dataview
VTKLoader failing on loading legacy format VTU file in binary, unstructured
data grid.
I have the model and some screenshots of the error here:
https://www.dropbox.com/sh/ti1s42u4nx8nj9r/AAC4gcUsvYVunh968xZB3YNda?dl... | 0 |
by **beoran** :
What steps will reproduce the problem?
1. Unpack the attached testcase and cd to that directory.
2. $ ./makelib.bash
3. $ make install
4. $ gotest
What is the expected output?
SUCCESS
What do you see instead?
FAIL
What is your $GOOS?... |
In Go 1.3.x, it was possible to statically link a program which imports the
net package. This is important when building programs for cut-down
environments, for example busybox.
The problem can be reproduced on Ubuntu as reported by Vasiliy Tolstov:
package main
import "net"
func main() {
... | 0 |
Steps to reproduce:
i) Do this gist: https://gist.github.com/jviotti/aadc0ba1d5962cfe19cf but add
`frame: false` to BrowserWindow
ii) Notice you can drag the Window by clicking and ragging on Hello World
iii) Go to View Toggle dev tools so the dev tools are opened.
iv) Try to drag again.
Actual results:
Th... |
This is a regression—in Electron `0.35.1`, draggable regions of the window
stop working when the developer tools are opened. This means that the window
effectively can't be moved while the developer tools are open. It doesn't
matter if the developer tools are docked or in a separate window.
I think this might be a s... | 1 |
When i run my bootsrap run locally disappears by the gylphicon docs the bottom
border. Is this normal?
|
, however, another user has described a similar
error in v7.20.3, so I'm unsure whether I should close this issue or leave it
open.
**Using a git URL in the format`github:geotiffjs/geotiff.js#commit-hash` on
N... |
### Current Behavior:
The `package-lock.json` integrity value seems to depend on the
OS/architecture. Take the following git dependency which specifies a commit
hash:
npm pack "git+ssh://git@github.com/jhiesey/idb-kv-store.git#109ccad165fd6470e12fd66025da9e4743a46043"
The integrity value produced is ... | 1 |
Expected behavior:
In this video, you can see that Tree map..., Map... , 2 heat maps and
Sunburst... are not showing in the tree structure, while some charts have
duplicate.
It's not a consistent issue, other dashboards seems ok...@villebro @simcha90
please investigate 🙏
Screen.Recording.2021-05-26.at.10.38.54.P... |
#### How to reproduce the bug
1. Open explore view from chart list,
2. or Explore chart from dashboard,
### Actual results
You will see 2 /api/v1/chart/ _id_ requests
### Expected results
only 1 api call for each endpoint.
#### Screenshots
 AppleWebKit/537.36
(KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
var myStr = "I am a ... |
On the current staging, two challenges ("Escaping Literal Quotes in Strings"
and "Quoting Strings with Single Quotes") do not pass all tests with standard
solution code.
Namely, tests asserting regex match lengths for non-escaped double quotes are
failing:
`code.match(/[^\\\\]\"/g).length === 2` in the former chal... | 1 |
## 📝 New keyboard shortcut to minimize windows
Create a shortcut (ex: Win + Shift + m ) to minimize all windows in the screen
where the mouse is.
* * *
If you'd like to see this feature implemented, add a 👍 reaction to this post.
|
Ability to set any window "always on top".
It will be better to have this feature as this is required in most of the
scenarios when we refer and type or do something.
Best place for this feature inclusion will be in the window title right click
menu, with minimize, maximize, restore etc
| 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 a feature request that matches the one I want to file, without success.
### Problem Description
Electron apps are i... |
* Electron version: 1.4.13
* Operating system: Windows 7 - fails, Windows 8.1 - fails, Windows 10 - works only at the first try, subsequent tries fail, OS X 10.11 - works, Ubuntu 16.04 - works
### Expected behavior
When printing selected pages of a web page with electron the selected pages
will be printed.
###... | 0 |
`hyperkube` offers significant advantages in terms of reducing our
distribution size and simplifying the number of things that need to be
juggled. But some deployment scenarios are using separate binaries while
others are using `hyperkube`. We should switch everything over to `hyperkube`
and deprecate/remove the indi... |
Garbage collector changes the objects in local cache:
https://github.com/kubernetes/kubernetes/blob/v1.6.0-beta.4/pkg/controller/garbagecollector/graph_builder.go#L115
This is discouraged. It's probably ok for now, because the garbage collector
doesn't share the cache with other controllers. We need to revisit this ... | 0 |
I observed a developer unable to figure out how to use ListView due to lack of
content in the API doc. While the ListView constructor is relatively easy to
understand, ListView.builder() and ListView.custom are less so. It would be
great to include some sample code in the API doc.
|
I think we need some high level documentation of all the list and viewport
classes, including a class hierarchy diagram showing inheritance, mixins,
ownership, and who creates whom. It should probably lean on some other
documentation explaining the purpose of custom Element subclasses, too.
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Next should refresh dynamic imported components using HMR.
## Current Behavior
This bug depends on the place where the dynamic component is created. It works
when the dynamic component is created on a ... |
# Bug report
## Describe the bug
Build failed when importing firestore into Next app with error below (Error
message attached below) :
`Module not found: Can't resolve 'memcpy' in /node_modules/bytebuffer/dist`
## To Reproduce
Reproduce repo : https://github.com/charlesyeo92/test-next-firestore
## Expected... | 0 |
You can see this on the documentation site in Chrome and FF. When you hover
over the active element in a nav-list, you get a gray background that obscures
the text.
I looked for a quick fix, as this wasn't present in the 2.0-wip code I was
using previously, but I'm still getting my bearings with the source and was
u... |
here is the list of js files included
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="js/bootstrap-button.js" type="t... | 0 |
I'm not sure if this is desired behavior or not, but the two functions
currently have inconsistent output. It would be nice for `pmap()` to preserve
shape too.
julia> map(prod, Base.product(1:5, 1:5))
5×5 Array{Int64,2}:
1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
4 ... |
As discussed on the julia-users mailing list thread "parallelized
comprehensions"
https://groups.google.com/forum/#!topic/julia-users/DTyTqib3iOk
map preserves the shape of the input and does type deduction, whereas pmap
does not:
julia> map(x -> x.^2, 2*ones(2,2))
2x2 Array{Float64,2}:
4.... | 1 |
From @Plazik on 2016-11-03T13:19:28Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
apt
##### ANSIBLE VERSION
ansible 2.2.0.0
config file = /home/vagrant/my/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
ansible.cfg:
[defaults]... |
From @ahes on 2016-11-08T16:10:24Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
apt
##### ANSIBLE VERSION
ansible 2.2.0.0
##### CONFIGURATION
Default
##### OS / ENVIRONMENT
Debian Jessie 64 GNU/Linux
##### SUMMARY
When installing packages and using update_cache option apt module... | 1 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): yes, but there seems to be a bug
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you sh... |
We have a bunch of different controllers already and (at least now) they are
running on a single binary.
While looking into logs (in apiserver) one can see that a bunch of them are
doing very similar operations at the same time, e.g.:
I1002 11:46:31.421115 12 handlers.go:130] GET /api/v1/pods: (1... | 0 |
I noticed a problem when wanting to have a TextField selection and then
replacing the selected text when typing.
I tried the Flutter Gallery app v0.5.1 and it has the same problem.
## Steps to Reproduce
1. Open Flutter Gallery v0.5.1
2. Go to Material -> Text fields
3. Write something in the Salary input
4... |
i write chat on websocket, I do not have access to the socket connection
state, I found states in private sources(connecting, open etc)
in current implementation unclear, client connected to socket or performed
connection.
in below example , onDone called with long delay, although pong not received
and socket close... | 0 |
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
http://golang.org/doc/devel/release.html If a newer version of Go exists,
i... |
The following declaration
type E interface {
E
}
is accepted by neither the gc collection of compilers nor gccgo (interface type loop
involving E).
Arguably it is a legal declaration; at least there is no wording in the spec against it.
This is either a... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate. But I think it is related to #6971
I currently use snapshot testing for a project, but it seems like as soon as
i'm using a component which relies on material-ui/Button the tests fail with.
Invariant Violation:... |
I try to destroy my React application using "unmountComponentAtNode" I get an
error when my app includes a Dialog component.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Application unmounted without errors.
## Current Behavior
These errors:... | 0 |
### What related GitHub issues or StackOverflow threads have you found by
searching the web for your problem?
### Environment info
Operating System: Mac OS X EI captain 10.11.6
Installed version of CUDA and cuDNN:
No
If installed from binary pip package, provide:
1. A link to the pip package you installe... |
### Environment info
Operating System: Ubuntu 14.04
I'm trying to build the pi-examples by building the tensorflow via makefile on
Linux(Ubuntu 14.04).
So 1st I've done "Building on Linux" successfully from here:
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile#building-
on-linux
n... | 1 |
How to maximize the page in playwright?
|
Selenium feature:
https://www.selenium.dev/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#selenium.webdriver.remote.webdriver.WebDriver.maximize_window
Requested via Slack.
Scenario: Automate a website and then let the user complete something. Its
great if the max possible width/heig... | 1 |
## ℹ Computer information
* PowerToys version: 0.18.1
* PowerToy Utility: Fancy Zones
* Running PowerToys as Admin: Yes
* Windows build number: [run "winver"] 19041.450
## 📝 Provide detailed reproduction steps (if any)
1. Open Fancy Zones > Custom Themes
2. Add enough custom themes that they no longer... |
PowerToys notified me about an available auto-update from 0.18 to 0.18.1, but
I accidentally dismissed this notification. I tried to find a "start the
update"-button in the settings, but I couldn't find it. A restart of PowerToys
also didn't trigger a new notification for the in-app-update. The only option
to update ... | 0 |
I found that the v0.19.0-beta.1 version stopped updating after it was
released.
|
Is the project dead? Are new maintainers sought?
* 97 open pull requests
* 411 open issues
| 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
## Summary
In a Celery/RabbitMQ/Heroku setup with many tasks using countdown/eta and
retry, I'm experiencing workers suddenly not processing tasks anymore. They
don't raise an exception and the main Celery process does not terminate.
I will outline in some detail what I'm seeing and present a single case with a
log... | 0 |
Notice how `6` and `false` are not colored

|
* Open nodeAppInsightsTelemtryAppender.ts#40
* Notice broken colouring of comments inside contructor arguments

Other problematic languages with deep scope hierarchies:
... | 1 |
I think it might be a good add to let the user use buttons as prepend/addons.
There are a lot of uses for it (reseting a field, single-field submit button,
show field options etc) and it wouldn't be that hard to integrate. It just
needs a few CSS tweaks.
It's currently possible but the CSS result is rather messy :
h... |
Hi!! It would be nice to have a growl-like notification component within
bootstrap :)
Here are the most important jquery scripts:
http://webtoolkit4.me/2009/08/13/jquery-growl-likenotification-systems/
Personally I like jquery Purr http://kitchen.net-perspective.com/purr-
example-4.html
What do you think about t... | 0 |
>>> x = np.ones(10)
>>> np.add(x,x[:1],x)
array([ 2., 3., 3., 3., 3., 3., 3., 3., 3., 3.])
>>> x = np.ones(10)
>>> np.add(x,x[4:5],x)
array([ 2., 2., 2., 2., 2., 2., 2., 2., 2., 2.])
The first makes sense, but I expected the second to end with a string of 3's.
... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1085 on 2009-04-15 by
trac user tillmann, assigned to @charris._
> > > import numpy as np
> x=np.array([[1,2],[3,4]])
> print x
> [[1 2]
> [3 4]]
> x+=x.T
> print x
> [[2 5]
> [8 8]]
when writing code on such a high level of abstraction ... | 1 |
Allow toggling of whether a package is starred on atom.io from inside Atom.
This eases the install of Atom on other computers by using `apm stars
--install`.
|
* star packages
* unstar packages
* view your starred packages
| 1 |
I don't really know how to classify this. Maybe just something that should be
documented.
I have a `postcss.config.js` file that returns a function (i.e takes `ctx` as
a parameter, returns a config object). That works fine in Next.js 9.1. But in
9.2, I get this error:
> Error: Your custom PostCSS configuration may ... |
# Bug report
## Describe the bug
With the introduction of the _marvelous_ Built-in CSS Support, a new non-
standard PostCSS Config plugin syntax was introduced.
This syntax requires that plugins listed in `postcss.config.js` be **strings**
rather than **`require` statements**. This breaks backwards compatibility a... | 1 |
I'm trying to use `TF_LoadLibrary` on a mac and I keep getting errors such as:
Caused by: org.platanios.tensorflow.jni.TensorFlow$NativeException: dlopen(/var/folders/rw/lqrc8nk52kqcc4_zq3c2b6dh0000gn/T/tensorflow_scala_native_libraries7467192138547554485/libtensorflow_ops.dylib, 6): Symbol not found: ... |
As reported in #10 (comment) , the following test (at head: `d4b5c60`):
package bug
import (
"testing"
tf "github.com/tensorflow/tensorflow/tensorflow/go"
"github.com/tensorflow/tensorflow/tensorflow/go/op"
)
func TestBug(t *testing.T) {
... | 0 |
Hey,
I've noticed that on 1.3.0-beta.1 when petset is deleted its pods stay alive:
core@master ~ $ kubectl get petsets | grep mariadb
mariadb-galera 3 3 7s
core@master ~ $ kubectl get pods | grep mariadb-galera
mariadb-galera-0 1/1 Running 0 5s
mariadb-galera-1 1/1 Running 0 4s
mariadb-galera-2 1/1 Runnin... |
As part of #1702, we would like to use declarative configuration to maintain
the state of a Kubernetes cluster. We do this by issuing the local objects to
the server as JSON HTTP PATCH requests. As per the JSON merge patch spec, all
maps are merged together, keys that are omitted from the patch are left
untouched in ... | 0 |
Hello,
I couldn't find earlier posted questions about this, but if there are, excuse
me for posting a duplicate.
I wanted to animate my progress bar (from left to right), but when inspecting
the existing rules, I saw there is already a built-in transition for progress
bars:
.progress-bar {
... |
When using the content function for a popover, it seems to be executed twice
when the trigger occurs.
$("#blah").popover({
placement: 'bottom',
trigger: 'click',
content: function () {
console.log("Get c... | 0 |
#### Code Sample, a copy-pastable example if possible
# Building Dataframe (reused from example, the fact that it uses datetime and numpy is probably not that important)
date_range = pd.date_range(start=dt.datetime(2017,1,1), end=dt.datetime(2020,12,31), freq='W')
to_concat = []
for val in... |
Hi,
I updated to version 0.23.0 and all of a sudden the following code breaks:
import pandas as pd
df = pd.DataFrame(data={'date': list(pd.date_range('5.1.2018', '5.10.2018')),
'vals': list(range(10))})
df.groupby([df.date.dt.month, df.date.dt.day])['vals'].sum()
... | 1 |
Hi,
Chinese font not working in my app and all symbols are replaced by squares...
An Idea ?
Thanks
Cyril
|
On Linux if no font is specified CJK characters will be showed as unrecognized
characters, see also atom/atom#6214.
| 1 |
A quick and easy way to get ode23 and ode45 like in MATLAB is:
http://www.netlib.org/ode/rksuite/
The state of the art is SUNDIALS, but it is no longer maintained. The lead
developer went to develop video games! It is widely used in the national labs,
and can give us ode15s.
https://computation.llnl.gov/casc/sundi... |
I just compiled and ran Julie on a AMD, 64bit, Linux Mint distribution
machine.
In the manual/docs the following examples are given
x::Int8 = 10
type error: typeassert: expected Int8, got Int64
-----------
function gethostname()
hostname = Array(Uint8, 128)
ccall(... | 0 |
Hi,
Can elasticsearch be configured to listen on multiple IPs, but not on all?
So I want it to listen on all private ips + localhost, but not on the public
ips all present on the same node.
Thanks
|
Right now you can bind Elasticsearch to only a single address with either:
network.bind_host: "some_ip"
or
network.host: "some_ip"
It'd be convenient to be able to bind to multiple hosts like so:
network.bind_host: [ "some_ip", "some_other_ip" ]
In particular it'd allow... | 1 |
'flutter doctor' worked correctly it suggested I update so then
I ran 'flutter upgrade' as well as updating my macos and xcode. Then ran xcode
and which installed additional updates.
Karls-MBP-2:~ karllilley$ flutter doctor -v
[✓] Flutter (Channel beta, v0.2.3, on Mac OS X 10.13.4 17E199, locale en-US)
• Flutt... |
Our console output when running xCode builds is very noisy and hard to read.
We heard very good things about https://github.com/supermarin/xcpretty from
another team that runs xCode builds, so would be good to give that a try for
Flutter.
| 0 |
### Website or app
https://github.com/TheRitual/ByHeart
### Repro steps
Accualy this bug appears only on React Native debugger. The web version of
debugger doesn't show any errors. The project is new and i just installed
packages
$ expo install react-navigation
$ expo install react-navigation-st... |
### Website or app
https://zhivika.ru/product/26406103_plastyr_perc_bperf_10smh18sm_n
### Repro steps
1. Load page.
2. Open react components.
3. Click button "Смотреть все аптеки" for unfold all list.
### How often does this bug happen?
Every time
### DevTools package (automated)
react-devtools-extension... | 1 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
elasticache
##### ANSIBLE VERSION
ansible 2.3.0.0
config file = /home/lyle/projects/prima_cm/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.9 (default, Jun 29 2016, 13:08:31) [GCC 4.9.2]... |
##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
ec2_asg module
##### ANSIBLE VERSION
1.9
##### SUMMARY
From @ferrants on 2015-07-30T19:08:37Z
Experienced with `stable-1.9`.
Desired size is incremented by the batch size. The old instances are marked as
unhealthy. As the old instance is terminated, a new ins... | 0 |
Hello,
When i run this simple portion of code
import numpy as np
from scipy.spatial import SphericalVoronoi, distance
from scipy.spatial import _spherical_voronoi as spherical_voronoi
test = np.array([[-0.1382177 , -0.66701253, 0.36649207],
[-0.33718559, -0.0515926 , 0.71... |
Hi all,
It seems nquad has a memory leak when integrating a function implemented using
ctypes. Here is the code that can be used to replicate this issue:
Save this as testlib.c:
`//testlib.c`
`# include <math.h>`
`double f(int n, double args[n]){`
`return pow(args[0], 2) - exp(args[1]) * args[2]; //correspon... | 0 |
ERROR: type should be string, got "\n\nhttps://gist.github.com/iugo/1dde0cb200e57f64df71c31ca0400b16\n\n \n \n // main.ts\n import { blue } from 'colors';\n \n console.log(blue('hehe'));\n \n // deno compile --output=bin -c deno.json main.ts\n // ./bin (error, lost import map)\n \n // deno compile --output=bin --import-map import_map.json main.ts\n // ./bin (works!)\n \n \n // deno.json\n {\n \"compilerOptions\": {\n \"strict\": true\n },\n \"importMap\": \"./import_map.json\"\n }\n \n \n // import_map.json\n {\n \"imports\": {\n \"colors\": \"https://deno.land/std@0.167.0/fmt/colors.ts\"\n }\n }\n\ndeno version: 1.28.3\n\n" |
Hey! I have a smallish project that I'm working on, and when I compile the
command to make a binary, it seems to ignore the `import_map.json`. I have an
`"importMap"` key in my `deno.json`, but it doesn't pick it up. When I use
`--import-map ./import_map.json` it works, but it then gives me a warning that
the `"impor... | 1 |
Using npm install do download dependencies, should be fairly straight forward.
complete log shown below.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm... |
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
I find no way to install anything from a private registry.
I associated our scope with a registry, but then it gets completely ignored by
NPM.
### Expected Behavior
NPM should install the package from a regist... | 0 |
Slow tokenizers:
>>> import transformers
>>> t_slow = transformers.AutoTokenizer.from_pretrained("roberta-base", use_fast=False)
>>> t_slow.encode_plus("A <mask> sentence.")
{'input_ids': [0, 83, 50264, 3645, 4, 2],
'token_type_ids': [0, 0, 0, 0, 0, 0],
'attention_mask': [1, 1, 1,... |
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Bert
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* the official example scripts: (give details below)
* my own modified scripts: (give details below)
The tasks I am working on is:
* an official... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
[(ngModel)] without name is not allo... |
**feature request**
**Current behavior**
If opted into the new forms and I have code like this:
<form (submit)="process()">
<input [(ngModel)]="propertyName">
</form>
And this throws an error: `ORIGINAL EXCEPTION: Name attribute must be set if
ngModel is used within a form.`
**Expect... | 1 |
I had a question about a custom compound sharding algorithm. After editing the
shard algorithm, the middleware prompt does not implement the interface, but
the interface is implemented in the program.
Error message is as follows
Exception in thread "main" java.lang.AbstractMethodError: Receiver class
com.mysql.shar... |
(shardingsphere-proxy5.3.1)I had a question about a custom compound sharding
algorithm. After editing the shard algorithm, the middleware prompt does not
implement the interface, but the interface is implemented in the program.
Error message is as follows
Exception in thread "main" java.lang.AbstractMethodError: Re... | 1 |
I searched already several times but I cannot find out how to deactivate
multiple cursors or how to change/deactivate the key binding. Finally, I open
the issue here.
If there is an option for this, how could I possibly find it; or rather, how
can I find and search available configuration options in my version of th... |
On windows I expect that pressing Ctrl+Shift+Home or Ctrl+Shift+End selects
all text from the current marker position to the start or beginning of the
file.
This same behaviour exists in all windows native text editors from MS Word to
notepad and Sublime Text.
| 0 |
by **rafal.jeczalik** :
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
http://play.golang.org/p/qgs2Q1ydez
What is the expected output?
OK
OK
What do you see instead?
invalid operation: b && (i == 0 || i == 1) (m... |
Multi-line function declarations of the form:
func
(this Something)
name(args)
retval {
are not permitted. (Any one of the newlines shown above causes a syntax error.)
For complex definitions, to prevent a line going over 80 characters, one must do
something... | 0 |
This is about how to properly integrate twig sandbox with the twig-bundles
configuration.
The major problem with this is, that there is very limited documentation
available about the sandbox itself and none regarding the integration with
symfony. I think the sandbox is a very nice feature and should get some more
lo... |
It's only possible to have one route with a given name, but it is possible for
duplicate route names to go undetected because Symfony will silently ignore
the issue. I believe the second one found will overwrite the first, although I
guess the loading order is non-deterministic (or determined by factors that
can easi... | 0 |
Seems that the width of a unicode character is not calculated correctly. See
below.
α(1,
1)

|
it works fine if the package is in .julia/v0.x, but if it is somewhere else
then it claims there is no `test/runtests.jl` even if my `LOAD_PATH` is set
such that i can `using` it. i know that the recommended dev cycle is to keep
packages in .julia, but would it make sense to make Pkg.test() work otherwise?
| 0 |
The example
import tensorflow as tf
x = tf.Variable(1.)
A = tf.Variable(tf.ones((3,3)))
cost = tf.trace(tf.foldl(tf.matmul,tf.stack([x*A for _ in range(3)])))
tf.gradients(tf.gradients(cost, A), x)
# TypeError: Second-order gradient for while loops not supported.
illustrates tha... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10
* **TensorFlow installed from (source or binary)** : Binary
* **TensorFlow version (use command below)** ... | 0 |
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in
main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line
342, in run
prefix=options.prefix_path,
File "/usr/local/lib/python... |
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in
main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line
342, in run
prefix=options.prefix_path,
File "/usr/local/lib/python... | 1 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
Yes, script is below
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64
x86_64 x86_64 GNU/Linu... |
Hello!
I've recently updated to tensorflow version 1.5.0, and suddenly receive an
error, that I can't decipher, for code that worked before (in version 1.4.1):
`Cannot use 'transducer_training/while/rnn/strided_slice' as input to
'gradients/transducer_training/while/rnn/while/Select_1_grad/Select/f_acc'
because 'tra... | 0 |
Hello! I've scoured through other issues and can't figure out why the warning
is still around because it feels like I've done everything. Here's the setup:
Build scripts
"heroku-postbuild": "npm run build:prod",
"build:webpack": "webpack --progress --display-error-details --bail",
... |
I ran into a strange problem when transitioning to React `0.14.0`.
I use a promisified API internally in my application, and for various reasons
I need a handle to the mounted instance of an element. No big deal, this is
how I get a handle to that instance after react has finished its non-
deterministic render:
... | 0 |
@nikomatsakis and I agreed that it would be better to change the `ty::substs`
type to have the `tps` field be a map from node IDs to types, rather than a
vector of types as it is now. This allows ty params to be referred to based on
their node IDs rather than positionally as they are now. Among other things,
this add... |
As per comment in the former function in resolve.
| 0 |
In my org, each team is creating ES index daily so the number of index grows
very quickly. Usually users are interested only in their 'team' data.
Currently, some users execute query using Kibana w/o specifying index and
field name(it takes _all'). Such queries at times, bring our cluster to halt/
crash etc. I would ... |
Hitting `/_search` causes elasticsearch to search all types, all indices.
With very large indices this is a problem.
We currently have ~30Tb of data across multiple logstash indices.
If someone talks to ES (eg, using sense or a other method) and doesn't specify
the index name, the cluster effectively grinds to a... | 1 |
**Migrated issue, originally created by vijchti**
Oracle database via cx_Oracle on SQLAlchemy 1.0.6 (also tested on some older
versions, got same result).
About 50% of the time, using Query.first() on a query will return None. The
rest of the time the query returns results as expected. The same behavior is
not see... |
### Describe the bug
I am not able to specify language configuration when using PostgreSQL full-
text search functions (`to_tsvector`, `websearch_to_tsvector`,
`plainto_tsvector`) with psycopg3. The cause appears to be sqlalchemy casting
the configuration string to `VARCHAR`.
The example is adapted from the tutoria... | 0 |
I am creating this so I can pin it & to help keep track of several related
issues/work-items.
## Things we know:
* The grab handles are bright white/accent color/dark black
* The grab handles are too narrow / the borders are too thick / why can't I use the area outside the window frame to resize?
* #994 Split... |
# Environment
Windows build number: Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 0.4.2382.0
Far Manager: version 3.0.0.5454 x64
# Steps to reproduce
1. Install Far Manager
2. Open it from Windows Terminal by executing `far` command... | 0 |
The legacy 0.10 docs mentions having only 1 root element as a restriction to
`replace`.
Current version (0.11) seems to have `replace: true` work for components with
multiple root elements, but v-with breaks with no warning.
doesn't work - http://jsfiddle.net/r4h8p5jz/
works - http://jsfiddle.net/r4h8p5jz/1/
... |
See this: http://jsfiddle.net/qm2wqg8u/5/
If replace set to true, and a multi root template could cause the param can't
pass into component. In this case, the comment block cause the problem.
| 1 |
TL;DR archive/zip cannot decompress a password protected with AES 256
encryption, deflated archive.
Answers to the 5 questions:
* go version go1.5 darwin/amd64
* OSX Yosemite Version 10.10.5 (14F27) / 2.4 GHz Intel Core 2 Duo
* Attempted to unzip password protected .zip file:
* Password Encryption was se... |
ZIP file format specification includes encrypted archives.
Current implementation doesn't support writing/reading such archives.
| 1 |
**Is your feature request related to a problem? Please describe.**
My company is currently happily using SQLAlchemy (thank you!), and mostly
happily using https://github.com/dropbox/sqlalchemy-stubs. However, the latter
is unmaintained and thus we're regularly hitting issues (and submitting fixes)
that don't get fi... |
**Migrated issue, originally created by Anonymous**
is all against sqlalchemy r1343. sqlite 3.3.5, MySQLdb 1.2.1g3, python2.4, gcc
4.0.1
The repro case is for sqlite. It outputs::
self.execute(statement, parameters, connection=connection, cursor=cursor, return_raw=True)
File "/home/robin/de... | 0 |
### Bug summary
When figure.autolayout is set to True the output in the EPS file becomes
blank. The file is produced and no errors are mentioned.
### Code for reproduction
import matplotlib.pyplot as plt
plt.rc('text', usetex=True)
plt.rcParams["figure.figsize"] = [3.4, 2.47]
plt.rcP... |
### Bug summary
Setting 'figure.autolayout' to 'True' removes most of the EPS savefig.
### Code for reproduction
import matplotlib.pyplot as plt
plt.rcParams['figure.autolayout'] = 'True'
plt.plot([1, 2, 3], [1, 2, 3], 'o-')
plt.title(r'$\sum_{i=0}^{\infty} x_i$ just a test')
... | 1 |
The current README.md file just has a few links and I think a better
documentation with better wording would make the code more welcoming to
beginners who wish to contribute.
|
##### System information (version)
* OpenCV => 4.0.1
* Operating System / Platform => Mac OS X 10.14
* Compiler => XCode 9.2
##### Detailed description
cv::dnn::blobFromImage should support aspect-ratio resizing.
It currently warps the image by stretching it if you don't crop.
Making use of cv::copyMakeB... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.