text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
### 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:**
* 7.... |
If you place an element with a css cursor style at the top of the page where
the title bar would be with titleBarStyle="hidden", the cursor always displays
as default. A simple example would be a link.
| 1 |
The following code produces a segmentation fault in my configuration:
np.bincount(np.ones(np.power(2,32),dtype=(np.uint16)))
platform : linux-64
numpy version: 1.93
|
I'm getting this weird concatenating issue when trying to transform a numpy
array. When I filter by the 2nd column of the array, I get correct results,
but when I filter by the third, the dtype is changed to U1, and the text is
truncated.
### Reproducing code example:
import numpy as np
dat =... | 0 |
Not sure if this is intentional or not but when a form is posted, the order in
which they are posted is not taken into account.
Basically, I want to have a collection of input fields which will be
drag/drop. The user will enter text in the input field and then may decide
they want to drag it above a previous input f... |
Looks like there is a bug, when generating URI of duplicated request. Here is
an example:
$request = Request::create('/test', 'GET', array('page' => 100));
$duplicated = $request->duplicate(array('page' => 1));
echo $duplicated->getUri();
// expected output: http://localhost/test?page=1
... | 0 |
Hi,
in many applications will be useful to have available not only the gradients
averaged on minibatches, but also its second momentum for each parameter.
I think developers can do it with a small computation overhead by modifying
accumulate_grad.cpp (I was not able to understand the underlying class
structure), ... |
Currently, loading checkpoints using `strict=False` can be fairly error-prone.
An extra level (for example with a `nn.DataParallel`) could lead to completely
missing loading all the weights, and there is no sign that this has happened.
### Proposal:
A way to enable user-code to verify for possible mistakes would be... | 0 |
### Buggy case
The following example produces an empty figure:
import matplotlib.pyplot as plt
fig = plt.figure()
ax1 = fig.add_subplot(1,1,1)
ax2 = ax1.twinx()
ax2.cla()
ax1.plot([1,2,3])
fig.savefig('test.png')
 method for the twinx axes also clears the
primary axes. With matplotlib 1.3.1 the method only clears the twinx axes as
expected. I have a much longer program where the twinx axes must be cleared
while retaining the primary axis plot. I would prefer not to replot the entire
graph each t... | 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.... |
I am using SQS as a broker, and trying to use an existing queue. but everytime
I am trying to send a message to the queue, celery creates a new queue with a
random id as name.
This is how my my tasks.py looks like
from celery import Celery
from kombu.utils.url import safequote
# real cre... | 0 |
There is already exists es7 proposal https://github.com/leebyron/ecmascript-
more-export-from
and it accepted to stage-1.
It sould be nice to have same in typescript. Without it, it is annoying to
write something like:
// module1.ts
module Module1 { // I should explicit wrap to module for export... |
The ES7 proposal is available at: https://github.com/leebyron/ecmascript-more-
export-from
The additions include:
reexporting default:
// proposed:
export v from "mod";
// symmetric to:
import v from "mod";
export {v};
reexporting as sub-module:
// proposed:
e... | 1 |
An official apt repository would be really, very nice.
At present we're hesitant to install any software that we can't automate
updates through the package manager.
Currently going to the elasticsearch website and downloading the latest deb
from a web page just isn't suitable.
|
Currently I´m checking once in a while if there are new packages available for
Debian systems, but this is cumbersome. Ideally I could add your repository
and import public keys into my apt keyring and get updates whenever they're
ready. It doesn't really scale on an admin level to verify all packages
manually ;-)
| 1 |
Python's for-else construct as described for example in section 4.4, here, is
sometimes very useful. (The idea is that the else clause will be executed
after the loop completes normally, but not if we break out of the loop.) Could
something similar be added to Julia?
As an example, code like:
converge... |
Allow and else clause on for and while loops that executes if the loop never
executes.
| 1 |
add a button to open an admistrator shell in the same windows (make it
possible to having adminstator shells and non administator shells in the same
window)
|
Hi! Is there a way to configure a profile so that the `commandLine` it
launches always starts with elevated (admin) permissions?
Currently, you can launch the entire application as Administrator, but then
every single `commandLine` runs as Administrator, which is not ideal.
| 1 |
## 🐛 Bug
Master branch build failure
## To Reproduce
git pull --rebase
git submodule sync --recursive
git submodule update --init --recursive
python setup.py develop
[3978/4367] Linking CXX executable bin/kernel_function_legacy_test
FAILED: bin/kernel_function_legacy_test
: && /usr/bin/c++ -Wno-deprecat... |
## 🐛 Bug
This is a build regression within last few days.
We got undefined reference `void fbgemm::CodeGenBase<unsigned char, signed
char, int, int>::storeCRegs<asmjit::x86::Zmm, 64>(asmjit::x86::Emitter*, int,
int, asmjit::x86::Gp, asmjit::x86::Gp, bool)`
 in the editor will restore the editor to previous challenge
Expectation:
* when a challenge is opened, the CTRL-Z (undo) history expected to be cleared
... | 1 |
The capability has been discussed here and here and here. I would like to see
a built-in way of doing this in the Typescript language itself. Sort of like a
deserializer.
JSON is the language of data. Typescript will have greater adoption if there
is an easy way to 'cast' a JSON string (or the javascript object crea... |
**Motivation**
The shape of JSON stored in files can be validated using JSON schema. However,
JSON schema cannot be used to ensure the stored JSON corresponds to a specific
TypeScript interface.
Understandably, most JSON tends to be stored in databases. However, there are
many cases where small documents are store... | 1 |
After installing tensorflow, I found only one tensorflow folder in the path
tensorflow/inlcude. In fact, it shoud consist of many other folders such as
third_party, google, Eigen and so on. I don't known the reason why I could not
find these folders. The way which I used to install tensorflow is "sudo pip
install --u... |
Will you make it possible to install and update it by distributions package
systems (deb & rpm)? You can make an official repository.
Will you make it possible to install a Tensorflow-devel package, which gives
acces to C++ headers to make programs, which link to Tensorflow?
| 1 |
**Current behaviour**
Every time I build the react app the same bundle with the same hash name is
built, Because of this the files get cached and the website loads the old
assets. Even if I have done changes in any existing (eg: css) file still the
built is creating the bundle with the same name.
**
At line 2523 in sqlalchemy\sql\compiler ,
text += "(%d)" % type_.length
causes a TypeError, as the '%d' expects a number, not 'max'
|
**Migrated issue, originally created by adridg (@adridg)**
With SQL Server, you can create columns of type VARCHAR(MAX). This is the
modern rendition of NTEXT or TEXT, and SQL Alchemy translates String() into
VARCHAR(MAX). With SQL Server 2012 or later, this happens automatically, and
it's described in
http://docs.... | 1 |
Hi,
Use-case:
1. I have a directive which performs my custom componetns search via ContentChildren
2. I have multiple re-usable container components
3. I want to use "search" directive in the template of these components
Here is plunker with STR:
1. Open plunker
2. Open browser's console
3. "dump inpu... |
**I'm submitting a ...**
[] bug report
[ x ] feature request
[ ] support request
**Current behavior**
Querying ngContent with a superclass doesn't work.
**Expected behavior**
Querying ngContent with a superclass should work.
**Minimal reproduction of the problem with instructions**... | 1 |
It appears that when a type alias to array type which uses an undefined
constant for it's size is defined, the compiler crashes. I have only been able
to reproduce this with the constants defined in uint modules.
This code
// This line prevents the crash
// use std::usize;
type Array = [u... |
Implementing my own fd_set because, per #26794, I can't find one exported
elsewhere. But trying to be clever about the size of the required array causes
a panic:
extern crate libc;
pub struct fd_set {
pub __fds_bits: [libc::c_long ; (1024 / usize::BITS)],
}
fn main () {
... | 1 |
xref #10577 (has test for duplicates with empty data)
I don't expect this is the correct behavior, although it's always possible I'm
doing something wrong. Importing data using the `names` keyword will clobber
the values of columns where the name is duplicated. For example:
from StringIO import String... |
I find R's `expand.grid()` function quite useful for quick creation of example
datasets. For example:
expand.grid(height = seq(60, 70, 5), weight = seq(100, 180, 40), sex = c("Male","Female"))
height weight sex
1 60 100 Male
2 65 100 Male
3 70 ... | 0 |
# Summary of the new feature/enhancement
Adding the possibility to customize what shortcuts you want to see in Shortcut
Guide and even add custom ones.
Then we can all add the Win+. shortcut so we don't always have to google it on
Bing 🙏
|
# Summary of the new feature/enhancement
When activating PowerToys Run, the search bar always appears in the center of
the screen, sometimes hiding relevant content to enter into the search bar. I
would like the ability to move the search bar to whatever location on the
screen by dragging it. PowerToys Run should al... | 0 |
##### System information (version)
* OpenCV => 4.11
* Operating System / Platform => Raspberry Pi 4
* Compiler => g++(Raspbian 8.3.0-6+rpi1)
##### Detailed description
Always download face_landmark_model.dat, even though it was not the first time
run cmake.
It wastes so many time.
note like that:
... |
##### System information (version)
* OpenCV => 4.2
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
##### Detailed description
PNG format starts to support EXIF information since 2017, but somehow using
IMREAD_COLOR to read a PNG file does not respect the orientation
Attached... | 0 |
Using go 1.5.1, I got this crash in a process that allocates many GB of RAM in
several maps. Probably a duplicate of #13227 but I'll let you guys decide
that! It's repeatable, but involves an enormous and confidential data set.
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64... |
I propose to change both Go package archives and Go object files to use the
more standard zip archive format.
In contrast to ar archives, zip archives admit efficient random access to
individual files within the archive
and also allow decisions about compression on a per-file basis.
The result for Go will be cl... | 0 |
# Description of the new feature/enhancement
Ability to specify a list of command(s) to be ran upon opening a new terminal.
This would be extremely useful if users wanted to configure their terminal
upon opening a new tab, for example, I would like that once I open a new CMD
instance it would go to a specific direct... |
# Environment
Windows build number: 10.0.18363.0
Windows Terminal version: 0.6.2951.0
Any other software? Nope
# Steps to reproduce
1. Start Terminal
2. Focus another window
3. Re-focus Terminal by clicking on the active tab
4. Enter text using your keyboard
# Expected beha... | 0 |
Opening a modal shifts the page layout left by adding the class `.modal-open`
to `body`.
`body.modal-open` has: `padding-right: 13px;`
Environment:
* Bootstrap 3.2.0
* Firefox 32.0 (Linux)
|
re: #9855
in 3.2.0, when body has a scrollbar, it's content now stays in place when
modal is opened (padding is added to the body).
But fixed top navbar, having position: fixed, left: 0 and right: 0, now jumps
to the right when modal is opened, as it ignores padding-right on the body.
| 1 |
Apologies if this comes across as noise. Just getting into react
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
No errors?
## Current Behavior
An error is printed to the console
## Steps to Reproduce (for bugs)
1. create a new project with cre... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Typography offers noWrap feature that allows one to ellipsize text if it is
larger than its container. This behavior should also be available when
typography is used within Grid Item.
## Current Beh... | 0 |
When adjusting zone sizes, could the zone size (height & width) in pixels be
overlaid or somehow displayed on each zone? Very hard now to adjust zones by
eye, would be nice to have some numbers to look at so that I can make sure two
zones are the same width or height or whatever. Thanks, otherwise FancyZones
is g... |
## ℹ Computer information
* Windows build number: 19041
* PowerToys version: 0.20
* PowerToy module: Run
## 📝 Provide detailed reproduction steps (if any)
Have an application installed with a high contrast version of its icon, like
Windows Terminal Preview
### ✔️ Expected result
The icon is displayed like... | 0 |
When following the tutorial, I could not run `$ flask initdb`.
Traceback (most recent call last):
File "/Users/dvf/environments/flaskTutorial/bin/flask", line 11, in <module>
sys.exit(main())
File "/Users/dvf/environments/flaskTutorial/lib/python2.7/site-packages/flask_cli/cli.py", ... |
on http://flask.pocoo.org/docs/templating/
the "Jinja2 Template Documentation" link at the top of the page gives a 404
error.
update link to http://jinja.pocoo.org/docs/templates/#
| 0 |
The idea is allow a simple, dynamically modifiable priority for indices.
Something akin to:
$ curl -XPUT host:9200/my-index/_settings -d '{
"index.priority" : 1
}'
By default, all priorities would default with `index.priority : 0`, thus being
of equal priority unless modified. From ther... |
Feature request:
When multiple shard replicas need recovery (eg, when you restart the whole
cluster), it can be beneficial to get some indices green before others.
In the Logstash case, getting the most recent indices by date.
In other cases, there may be application demands on which index you really
need back f... | 1 |
### Describe the bug
While installing scikit-learn, installation fails with setuptools error. If
setuptools version is downgraded to setuptools==58.2.0 from
setuptools==65.5.0(current stable), installation works fine.
### Steps/Code to Reproduce
pip install -U scikit-learn
### Expected Result... |
### Describe the bug
Unable to pip install sklearn on macOS Monterey 12.6 python 3.11
It is failing when trying to prepare metadata
Collecting scikit-learn
Using cached scikit-learn-1.1.2.tar.gz (7.0 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... ... | 1 |
by **raul.san@sent.com** :
The tags are not read if they are just before of package sentence.
$ cat email_test.go
// +build email
package valid
import "testing"
func TestEmail(t *testing.T) {}
$ cat a_test.go
// +build !email
package valid
im... |
This issue proposes that Go should support some form of generic programming.
It has the Go2 label, since for Go1.x the language is more or less done.
Accompanying this issue is a general generics proposal by @ianlancetaylor that
includes four specific flawed proposals of generic programming mechanisms for
Go.
The... | 0 |
Hey guys, thank you for adding the setMinimizable option here
One weird thing though. When we use that and minimize the window by using
WindowKey+D RequestAnimationFrame is still working. **Which is a good thing
for me!** Since I want it to always be running for my game, but is that
intended? Because I don't want to... |
The `--disable-renderer-backgrounding` command line switch only disables
throttling for timers, there is currently no way to disable throttling of
`requestAnimationFrame`.
Refs #4317 (comment).
| 1 |
# Environment
$ flutter doctor -v
[✓] Flutter (Channel master, v0.5.8-pre.128, on Linux, locale en_US.UTF-8)
• Flutter version 0.5.8-pre.128 at /home/user/opt/flutter
• Framework revision d71d10094d (26 hours ago), 2018-07-25 13:43:36 +0100
• Engine revision 95e91e31fa
... |
## Steps to Reproduce
When adding more than 3 items in a `BottomNavigationBar`, all items turn
white, and are unreadable on the light-gray background. Also, the active item
is also white, and not the provided `fixedColor`. A minimal code sample can be
found here
Also see the following images:

Android:

Notice how there is a ... |
The spec calls for a menu in the "cut/copy/paste" toolbar with additional
options for search/share/translate. It's unclear to me whether these 3 extra
options are fixed, or whether the application can decide which options to
provide.
In any case, we have no support for the `more` menu. We'll need to add it,
along wi... | 1 |
When a ngModel is attached to a HTML5 color input the resulting variable seems
to lag one check behind. meaning if you listen for the input to be changed and
then log the value the first ngDoCheck or ngAfterContentChecked returns the
previous value of the color not the current value.
A example of this is this code
... |
**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 |
## Feature request
I am not 100% sure if this still fits the scope of the webpack project.
I am working on the topic "Expanding Single Page Apps into multiple Browser
Windows", which can look like this:
, we are required to write a full file name including extension like:
import {foo} from './foo.js';
Even though we have a source code `foo.ts` or `foo.tsx`, the fi... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18980.1000]
Windows Terminal version (if applicable): 0.4.2382.0
# Steps to reproduce
1. Make sure you have multiple monitors (mine just happen to be in portrait mode)
2. Drag windows terminal to top of monitor.
3. Win... |
Able to group profiles
All profiles are shown in the one list. It would be much more convenient to
able to group some profiles with common label and show them in sub-lists.
| 0 |
This would help encourage us to have complete API docs.
@pcwalton says it might be good to wait until we have per-item exports,
because export currently exports a lot of things due to having four
namespaces. See #1893.
|
I would like to see a lint mode that could warn on missing documentations,
hopefully by type. Something like `-Wdoc-trait` or `-Wdoc-struct` to warn on
missing docs on traits or structs, etc.
| 1 |
From what I can see from issues like this **two finger gestures** like pan or
swipe are not supported. This is a blocker for developers wanting to develop
custom UI interactions that use multi finger gestures.
|
Does the Semantics class in Flutter provide any way to map Widgets to an
accessibilityIdentifier on iOS side? We rely on Appium for testing and the
Flutter driver is not sufficient for meeting our testing needs. Is there any
plan on the road-map for Flutter to support this soon?
| 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.
### Electron Version
v15.0.0-nightly.202106... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
14.0.0-beta.12
### Wh... | 1 |
Code folding seems to break if comments are placed at the very beginning of an
indented line, such as:
def customized_tools
require 'uglifier'
@page_module = "application"
@page_submodule = "tools"
@qp_id = current_user.token
@qp_id = 'ERROR' if !@qp_id... |
Using the following PHP file:
<?php
class Test {
public function test() {
// breaks folding
}
}
Attempting to fold the class results in a fold up to the comment.

### What happened
I was running a large DAG with a limited concurrency and wanted to cancel the
current run. I marked the run as `Failed` via the UI which terminated all
running tasks and marked them as `Failed`.
However, a few seconds later the run was set back ... | 1 |
### System info
* Playwright Version: v1.30.0
* Operating System: Windows
* Browser: Chrome
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
I am using playwright to control the browser. The tests are written using
mocha.
let reso... |
### System info
* Playwright Version: v 1.30
* Operating System: Windows
* Browser: Chromium
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
Hi all, when we try to add a trace file to check the details of cases,
we found sometimes the trace file ... | 0 |
With a multi-level mapping of parent/child relationships on an index,
searching with a `terms` aggregation by `_parent` on the "middle" child
document type (mapped as a child of one type and a parent of another) yields
"duplicate" buckets with bogus values for the `_parent` keys.
Here is an example, with document ty... |
I would like to be able to check over the node API if a node has a certain
plugin installed or retrieve the list of installed plugins.
For more details see google groups post:
https://groups.google.com/forum/#!topic/elasticsearch/QVRR9Q6VuG0
| 0 |
#### Description
In accordance with new pandas support in sklearn 0.20.0, I believe that we
should offer some runtime safety for users who chose to fit on dataframes,
that their column names and orderings should be checked on predict.
This is especially useful when pickling models and then using them in other
appli... |
#### Description
Sometimes it is convenient to first build a model on a recent dataset, save it
as a .pkl file and then apply the model to the new dataset. However, in the
last project, my friends and I found that the results turned quite wired after
applying the .pkl file on the new dataset. Actually, we implemente... | 1 |
Hello, this is not a bug just a question.
Can I ask why from 2.2 to 2.8 versions, and beyond, language support for Norsk
changes from NO to NB and back to NO (the two variations)? And is it possible
to actually have support for the both?
Thank you in advance for your time :)
|
I'm having some trouble with #3290. In
symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
Line 67 in be2e67c
| $options['class'],
---|---
`$options['class']` and `$options['property']` are `null` although I've set
them in the `getDefaultOptions` method of my form type (which has `entity` as
par... | 0 |
When I run
`https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dist_test/python/mnist_replica.py`,
the distributed example
I can run it with CPU(1 ps and 2 workers all on CPU in same machine )
but when I run it with GPU, I set the GPU
number to 2(1 ps on CPU and 2 workers on GPU in same machi... |
I have the same problem as issue #4033 and tensorflow/models#486 happening to
me in my own project with the nightly wheel. It is running fine on CPU, the
problem only happens on GPU (titan x pascal).
The code that's causing the problem is this:
`pair_idxs = tf.where(tf.greater_equal(iou, params.thresh))`
(iou is... | 1 |
### Describe your issue.
Scipy requires numpy.
But both include (at least in their Windows wheels) a form of libopenblas.
So when you want to redistribute an app that is using scipy you are forced to
redistribute 2 copies of libopenblas (each 35 MB) that both get loaded into
memory.
A simple solution would be to ... |
This is a follow up to gh-15050, which describes a performance issue on arm64
macOS due to having two OpenBLAS libraries present. In the `arm64` wheels for
SciPy `1.7.3`, that was fixed by setting a single environment variable
(`OPENBLAS_THREAD_TIMEOUT`) in `_distributor_init.py`.
That may not be the optimal long-te... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.5
* Operating System version: macos 10.15.2
* Java version: openJDK8
### Steps to reproduce ... |
* 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: 0.2.0
* Operating System version: mac
* Java version: 1.8
### Steps to reproduce this issue
![i... | 0 |
**Context:**
* Playwright Version: 1.27.0
* Operating System: Mac
* Node.js version: 16 LTS
* Browser: All
**Code Snippet**
I couldn't get it working in CodeSandbox but please see the reproduction here
(or try a sandbox)
1. run `npx playwright test`\- the test should pass
2. uncomment `import {testDa... |
### System info
* Playwright Version: v1.31.2
* Operating System: macos 13.2.1
* Browser: Chrome
* Other info:
### Source code
**Test file (self-contained)**
const { chromium } = require("playwright-core");
(async () => {
const browser = await chromium.connectOverCDP(`http://l... | 0 |
I got this while trying to overwrite the `getindex` function in BitBasis.jl,
it can be re-produced by the following code
using BitBasis
struct SubBit{T, L}
parent::BitStr{T, L}
index::Int
end
Base.getindex(x::BitStr, index::Int) = SubBit(x, index)
Then type
... |
The following recursively nested exception handling causes a segfault on linux
x86_64, with _both_ julia 0.6 and julia 1.0. This seems to happen at the
boundary of a stack overflow, as it's fine for all `n < 27542` on my system,
and seems to segfault above that.
This could be related to #17109, though running the fi... | 1 |
Looking through Heroku logs we are getting **a lot** of R14 Memory errors.
|
Challenge Change the Font Size of an Element has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
I found that any config of pixel w... | 0 |
* OpenCV => 3.4
* Operating System / Platform => Windows 7 64 Bit
* Compiler => Visual Studio 2017
* CUDA => 9.1
Can opencv build with cuda 9? There are many errors! however, when I build
opencv without cuda, it runs perfectly.
|
##### System information
* OpenCV => 3.3 main branch snapshot
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2017
CMake config output:
found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
at: C:/Users/C/Documents/OpenCV/opencv-master/build/3rdparty/ippicv/ippicv_w... | 1 |
* Electron version: 0.37.2
* Operating system: windows 7 64 bit
I am trying to print from my app. When I run window.print() it opens the print
menu. Once I click OK it adds it to the queue and it is immediately removed
from the queue and prints nothing. When I check the queue Pages is N/A and
Size has no informa... |
* Electron version: 0.37.2
* Operating system: Windows 7 64-bit
I have tried to call `mainWindow.webContents.print`, which showed the printer
dialog but when I choose the printer, it just does nothing. Not even an error.
I have tried with multiple printers such as physical and virtual one (like
print to XPS/PDF... | 1 |
In `dev` environment we're using a custom email constraint validator that's
being created by decorating the shipped email constraint validator:
app.dev.validator.email:
class: AppBundle\Validator\DevelopmentEmailValidator
public: false
decorates: validator.email
... |
Hi.
I have a decorator for doctrine.orm.validator.unique which is tagged with
validator.constraint_validator. With symfony 3.1.5 new checks were introduced
in here
My decorator:
app.decorating.doctrine_unique:
class: CapiBundle\Model\Validator\Constraints\UniqueEntityDecorator
... | 1 |
#### Describe the bug
The `params` values which i defined while creating a new instance are not part
of the request.
#### To Reproduce
I created a minimal example: https://jsfiddle.net/oqfract9
const instance = axios.create({
baseURL: 'https://jsonplaceholder.typicode.com/',
timeout: 100... |
**Describe the bug**
Specific request params do not get merged with the instance default params.
**To Reproduce**
const instance = axios.create({
baseURL: "http://www.example.com",
params: {
q: "question",
}
});
instance.get("/page",
{
... | 1 |
# Description of the new feature/enhancement
1. Include a Setting to auto-size the Terminal Window based on a percent of the current deskport/viewport size. For example, Width=80% display screen width; Height=40% Display Screen Height.
2. Include a Setting to designate the top left screen coordinates for the Ter... | In the original command prompt, users were able to go into file explorer, copy
any file, and would be able to paste it into the command prompt.
# Description of the new feature/enhancement
# Proposed technical implementation details (optional)
Please make it so that we can copy a file in file explorer, and if it has... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Element `div` not allowed as child of `label`. See
https://i.imgur.com/XyDTf9A.png.
## Current Behavior
<label class="c190">
<div class="c226">
<span class="c54 c45 c232 c23... |
I've got my own material-ui fork in a folder, and I've run `npm link` so I can
link it to a project I'm working on. This works fine, but I'm wondering how I
can make changes to material-ui and then quickly test those in my project,
without having to relink? I tried `npm run build` in the material-ui folder,
but n... | 0 |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Win 10
* TensorFlow installed from (source or binary):binary
* TensorFlow version (use command below):2.0.0-alpha0
* Python ... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Win 10
* TensorFlow installed from (source or binary):binary
* TensorFlow version (use command below):2.0.0-alpha0
* Python ... | 1 |
### Apache Airflow version
2.2.0b2 (beta snapshot)
### Operating System
ubuntu 20.04
### Versions of Apache Airflow Providers
n/a
### Deployment
Virtualenv installation
### Deployment details
pip install /path/to/airflow/src
### What happened
Given any DAG initialized with: `schedule_interval=None`
Run `a... |
Running the scheduler used to spit out logs of information. It now spits out
nothing other than the airflow header. Also, I am able to verify that when I
put logging in `airflow_local_settings` that I get log messages output on the
console.
Using commit `edd0fd3`
| 0 |
A clear and concise description of what the bug is.
### Expected results
what you expected to happen.
### Actual results
what actually happens.
#### Screenshots
If applicable, add screenshots to help explain your problem.
#### How to reproduce the bug
1. Go to '...'
2. Click on '....'
3. Scroll down to ... |
Make sure these boxes are checked before submitting your issue - thank you!
* I have checked the superset logs for python stacktraces and included it here as text if there are any.
* I have reproduced the issue with at least the latest released version of superset.
* I have checked the issue tracker for the sa... | 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/.):
No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): ... |
APIGroups are a really useful features, but there are several areas of the
code that need improvement to make their usage easier to understand. These are
few things I found while trying to reliably activate and configure the
`extensions` group downstream
1. We need a `GroupVersion` object to make it very obvious i... | 0 |
This happens on several pages under the jQuery section.
Example:
http://www.freecodecamp.com/challenges/waypoint-target-elements-by-id-using-
jquery
fccss <\---- was expected
$(document).ready(function() {
$("button").addClass("animated bounce");
$(".well").addClass("animated shake");
});
fcces <\---- w... |
Challenge http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-
slot-machine has an issue.
The four Javascript slot machine exercises all display the JS section of the
code incorrectly. Presumably `fccss` is supposed to be `<script>`, and
likewise `fcces` is supposed to be `</script>`.
![screen shot ... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
This issue is similar to #8963, to which I added a comment. If children are
added to a drawer where `persistent=true`, the component will spill onto the
page.
The component position should update automa... |
I am building a electron-react app and am using material-ui (latest v1.0) with
success. The controls all seem to display fine - as far as I can see. I use
TypeScript and vscode on Windows 10.
I use this code in the assumption it will select the dark theme for the
material-ui:
const appTheme = crea... | 0 |
**Glide Version : 3.6.1 __:
__Samsung Galaxy S4/Android 5.0.1__ :
**Monitor call with Charles** :
Hello,
For specific reasons, I have to change the cache folder, I did it with a
glideModule extension :
public class GlideConfiguration implements GlideModule {
@Override
public void... |
With Glide 4.0, the RequestOptions seems affected by ordering in API level 17.
It makes rounded corners cannot exist with fitCenter at the same time.
The following code will have a perfect scaled image but no rounded corner.
(Work perfectly on other version.)
RequestOptions options = new RequestO... | 0 |
**Daniel Serodio** opened **SPR-8673** and commented
The reference manual in PDF form is missing all figures (diagrams)
http://static.springsource.org/spring/docs/3.0.6.RELEASE/spring-framework-
reference/pdf/spring-framework-reference.pdf
eg. section "1.2 Modules" in page 27 of the PDF
* * *
**Affects:** 3.0.6
... |
**Mark Pollack** opened **SPR-7792** and commented
It is very difficult to override any behavior on
AnnotationMethodHandlerAdapter with a subclass. This class should be more open
to extension and automatic configuration in the namespace.
Avoiding the use of the namespace the registration of a custom
AnnotationMetho... | 0 |
# Summary of the new feature/enhancement
My use for PowerToys run would be primarily as an app switcher, secondarily as
an app launcher. Since the options to launch new instances also have the two
context buttons, I have to press tab 3 times to get to the option to switch to
the running instance.
There should be a ... |
# Add a feature to Keyboard Manager, which would let people remap a single key
to a shortcut.
# Proposed technical implementation details (optional)
| 0 |
Functional component which looks like this
function DateTime({ dateTime }) {
return <span>{(dateTime || new Date()).toLocaleDateString(currentLocale)}</span>;
}
being included to any conventional component causes this component's test
failing with
TypeError: inst.render i... |
I originally left a comment in #4936, but I felt this might be better as a
separate issue.
> I completely agree with the rationale behind no backing instances and no
> refs for stateless components. I want to use pure stateless components as
> much as possible.
>
> However, I'm running into instances where testing s... | 1 |
##### System information (version)
* OpenCV => Master
* Operating System / Platform => Any
* Compiler => Any
##### Detailed description
I am using the FFV1 codec proivded by FFMPEG to record videos with
`VideoWriter`. This defaults to using FFV1 version 3, however, I would like to
change the codec used to FF... |
I'm looking for guidance in regards to submitting a PR that will allow you to
specify raw options (i.e preset) using av_dict_set. This applies to
`VideoCapture` and `VideoWriter` The use case here being that you could
support encoding videos targeting a specific device (i.e Apple iPad). Or tune
encoding performance f... | 1 |
* [√] I have searched the issues of this repository and believe that this is not a duplicate.
* [√] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4.1
* Operating System version: Windows 10 专业版 1809 64位
* Java version: 1.8.0.191
*... |
* 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.
Recently I have found that some PRs do not trigger codecov-io. But it seemed
all PRs could trigger codecov-io previously. Does someone kn... | 0 |
## 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... |
Which version of ShardingSphere did you use?
ghcr.io/apache/shardingsphere-proxy:c9cc117c8f4b42c220f89c92851bf945c40c71b0
(helm cluster)
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
Expected behavior
JDBC connection is normal.
Actual behavior
java.sql.SQLExce... | 0 |
**Update 5 November 2015**
The functionality requested below is currently implemented in typescript since
at least 1.8 with one main difference:
Instead of having `typescript.main` and `typescript.definition` properties,
there is only one `typings` property which you can point to either a `d.ts`
file or a normal `... |
Sometimes we need to capture a union of types that may be a mixture of
primitives, functions, objects, etc. but we want to leave it parameterised
(just as we already can with interfaces).
## Example
A simple non-recursive example:
type Source<T> = T | (() => T);
Here, a source can either be a p... | 0 |
How I can just check URL in new tab opened after link clicking, and at once
abort all traffic to avoid not needed network traffic generation.
I tried with below test but it is not working.
### System info
* Playwright Version: [v1.34]
* Operating System: [Windows 11]
* Browser: [Chromium]
* Other info:
#... |
### System info
* Playwright Version: v1.32.2
* Operating System: Windows 10
* Browser: chromium, firefox, webkit
* Other info: Node v16.14.0
### Source code
* I provided exact source code that allows reproducing the issue locally.
**package.json**
{
"name": "testcase",
"v... | 0 |
Hello.
I read
https://docs.opencv.org/2.4/doc/tutorials/introduction/ios_install/ios_install.html#ios-
installation for iOS development.
"sudo ln -s /Applications/Xcode.app/Contents/Developer Developer" fails on
macOS Catalina as below.
ln: Developer: Read-only file system
Are there any workaro... |
Instructions here have you creating a symbolic link between the Xcode
developer folder and a root level developer folder. I don't know who thinks
creating symbolic links to the root level is a good idea, but it breaks
toolchains. For example, Android Studio, Google Cardboard, and a host of other
products in the past ... | 1 |
### Version
2.6.11
### Reproduction link
https://codepen.io/PatriciusSanctus/pen/PowdQpq
### Steps to reproduce
Vue.component('func-parent', {
functional: true,
provide: () => ({ foo: 'bar' }) // || { foo: 'bar' }
})
Vue.component('func-child', {
functional: true,
in... |
### What problem does this feature solve?
* being buffered by linting- / validation-tools about the invalid html
* risking conflicts with future html / svg / MathML-specs
### What does the proposed API look like?
# short version
Instead of `<… v-bind= …>` use `<… data-v-bind= …>`
# long version
I think I ca... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version:2.7.0
* Operating System version: win7
* Java version: 1.8
### Steps to reproduce this issue
1.... |
* [√] I have searched the issues of this repository and believe that this is not a duplicate.
* [√] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4.1
* Operating System version: Windows 10 专业版 1809
* Java version: 1.8.0.191
* Apo... | 0 |
MultinomialNB inherits coef_, intercept_ from BaseDiscreteNB defined by
def _get_coef(self):
return (self.feature_log_prob_[1:]
if len(self.classes_) == 2 else self.feature_log_prob_)
def _get_intercept(self):
return (self.class_log_prior_[1:... |
Hello. I think I found a mistake in brier_score_loss.
When you have a target = 1 and a prediction = 1 too, brier_score_loss should
be 0 (best result), but it gives 1. Why is it happening? Because
_check_binary_probabilistic_predictions gets target with only one class and
convert it to 0. And metric calculates for t... | 0 |
Had a ts-typings slack conversation with @mhegazy just now, regarding angular2
changing our typings to stop polluting the type-checker with our dependencies.
(details on that change:
https://docs.google.com/document/d/1vgepQPkuHS4P3rzANQpoMIDIXe0Rl9Z2QyTtb8dpMoI/edit#
)
While correct, this makes the getting starte... |
Referring modules in CommonJS and AMD is quite different. AMD can understand
CommonJS (relative paths) to some extent. CommonJS cannot understand AMD
mostly.
So this is the problem. What do I need to do to share the same code base
between CommonJS and AMD? What is a best practice for this?
Currently the options kno... | 0 |
# What / Why
`npm ERR! cb() never called!` every time I try to `install -g eslint`
## When
Everytime I try to install `eslint` via:
`sudo npm install -g eslint`
## Where
$ npm -v
6.13.4
$ uname -a
Linux debian10 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Li... |
### 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'm trying to run:
npx https://gist.github.com/kentcdodds/bb452ffe53a5caa3600197e1d8005733
However I get:
... | 0 |
* VSCode Version:1.0.0
* windows 10 home
Steps to Reproduce:
when i use shortcuts `workbench.action.terminal.openNativeConsole` i can only
open a cmd but i can't open a powerhsell. is there a why to change the shell
vsc open?
|
* VSCode Version: 0.10.11
* OS Version: Win7Sp1
Steps to Reproduce:
Before collapsing; Doesn't matter how many newlines I use.

After collapsing; I really don't think it should collapse all the newli... | 0 |
I've seen several questions regarding deleting images but none of them are
good for me.
Let's have a use case like this:
* user adds an entity to a list ("favorites")
* we load all the images for the entity and store them via Glide cache
* now user can have the images even in offline mode
* user removes ent... |
Hi,
How can I clear Glide's cache in case.
* Clear all cache
* Clear cache of an URL.
| 1 |
I've changed the directory of caravel.db to a local path.
When I restarted the machine and exeuted the "pip install caravel --upgrade",
input the "caravel db upgrade", the error is "sqlalchemy.exc.OperationalError:
(pysqlite2.dbapi2.OperationalError) duplicate column name: verbose_name [SQL:
u'ALTER TABLE table_c... |
Can't login via OAuth2 LDAP with some issues.
1. Error with `client_id=None`
2. Error `ERROR:flask_appbuilder.security.views:Error returning OAuth user info: name 'logging' is not defined`
First issue is docs-based, because with config:
'consumer_key':'SOME_CLIENT_ID',
'consumer_secret':'SOME... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.295]
Windows Terminal version (if applicable):Windows Terminal (Preview)
Version: 0.5.2661.0
Any other software?
# Steps to reproduce
1. Run Windows Terminal (Preview)
2. In drop down menu press Settin... |
# Save opened tabs and locations of the tabs
After reopening Windows Terminal, it would be nice to have loaded tabs from
previous closed session, also with locations. (Exactly like browsers can do
that).
| 0 |
I am installing tensorflow with GPU and meeting some problems:
WARNING: /home/EI/tensorflow/tensorflow/contrib/learn/BUILD:15:1: in
py_library rule //tensorflow/contrib/learn:learn: target
'//tensorflow/contrib/learn:learn' depends on deprecated target
'//tensorflow/contrib/session_bundle:exporter': Use SavedModel B... |
Currently it is not possible to scope all variables cleanly when using RNN
cells and Optimizers. RNN cells create variables with tf.get_variable and
optimizers create variables with tf.Variable. These two methods don't get
along, creating messy variable names when variable scopes are handled
differently by the two me... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
Dubbo version: 2.6.2
Operating System version: win7
Java version: 1.8
### Step to reproduce this issue
阅读源码发现,每个代理... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0-SNAPSHOT
* Operating System version: mac os
* Java version: 1.8
### Step to reproduce this... | 0 |
**Costin Leau** opened **SPR-4031** and commented
Right now, the beanAttributes group contains all the possible attributes used
for a bean definition. However, namespaces that extend it, cannot reuse
specific attributes and need to redefine them.
It would be nice to make the attributes global (while preserving the... |
**Rafał Piotrowski** opened **SPR-4935** and commented
I create simple bean which implements BeanFactoryPostProcessor and has
dependent bean injected with `@Autowired` annotation. Injection does not
occur.
Workaround is to use standard XML dependency injection.
* * *
**Affects:** 2.5.4
**Attachments:**
* auto... | 0 |
The bottom of the quickstart page has a link: Sharing your Localhost Server
with Localtunnel to a page with old/outdated information on Localtunnel. (it
is pointing to Localtunnel here, which doesn't exist).
Localtunnel now appears to be: here or on github here, and is installed via
`npm`, not `gem`.
|
At the Snippet 89 there is a link pointing to _Localtunnel_ website.
Unfortunelly, Localtunnel home page has changed from
http://progrium.com/localtunnel/ to http://localtunnel.me/
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Use new Next.js plugin for TypeScript
## Current Behavior
Use a hack to transpile TypeScript to JSX and then let Next.js handle it.
## Context
With the release of Next.js v5 the current example with ... |
# Bug report
## Describe the bug
I was working on Next.js with Netlify CMS by using withAmp().
I add `<style amp-custom>` in `Next Head` but because of using `withAmp()`
which (likely to) auto generate `<style amp-custom>` with blank style.
The result is duplication of using <style amp-custom> which will failed ... | 0 |
# Description of the new feature/enhancement
"SaferCPlusPlus" is essentially a collection of safe data types intended to
facilitate memory and data race safe C++ programming. This library is intended
to work with and be complimentary to the Core Guidelines lifetime checker over
its various stages of development and ... |
# Summary
Add "Duplicate Tab" option to open same profile in different tab
| 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
Windows Transport
##### SUMMARY
Allow connectivity to Windows hosts, via Win32 OpenSSH
(https://github.com/PowerShell/Win32-OpenSSH) opposed to WinRM.
I can see this was requested last year but was closed as it wasn't apart of
windows. Now there is a Micros... |
(orig comment reformatted for readability)
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
vmware_guest
##### ANSIBLE VERSION
ansible 2.5.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules',
u'/usr/share/ansible/plugins/modules']
ansible python ... | 0 |
**Alex Antonov** opened **SPR-2674** and commented
If a redirectToView is used after the request has been binded and validated,
both BeanPropertyBindingResult and DirectFieldBindingResult do not carry over
the underlying BeanWrapper and DirectFieldAccessor (due to them being
transient and thus not being serialized i... |
**Oleg Kalnichevski** opened **SPR-6180** and commented
Folks,
Please consider upgrading HttpClient to version 4.0 which is the latest stable
(GA) version of the library. Commons HttpClient 3.1 is very likely to be
deprecated / officially declared end of life very soon (3 - 6 months). There
have been no bug fixes i... | 0 |
Hello, when creating a browser window like this:
`new BrowserWindow({ show: false, webPreferences: { nodeIntegration: true,
webSecurity: false, partition: '', session:
session.fromPartition(`${counter}`) }`
and using a session:
`protocol.interceptBufferProtocol('http', (req, callback) => {
console.log('Hello Wo... |
Brief: When a session is set when creating a BrowserWindow, the protocol
intercept functions are not activated.
Electron version: 6.0.8
Operating system: (Bug happens on Mac, Win 7, Win 10 and Ubuntu, so it's not
an OS issue)
### Expected behavior
When the user navigates to a http page, the `protocol.interceptBu... | 1 |
# Problem
In the cycle.js project, data-flow is implemented by defining functions of the
type:
type CreateDataFlow<Source, Sink> = (sources: Source)=>Sink
Where `Source` and `Sink` are interfaces where every member is a property of
type `Observable`.
Each implementation of `CreateDataFlow` will spec... |
E.g. `componentDidMount` for a class that inherits from `React.Component`
class Foo extends React.Component<any, any>{
com/*here*/
}
refs TypeStrong/atom-typescript#809
| 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.