text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
### Version:
`go version devel +4ffa5eb Sun Mar 27 05:31:54 2016 +0000 linux/amd64 `
### Env:
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/shaharko/gopath"
GORACE=""
GOROOT="/home/shaharko/src/go_master"
GOTOOLDIR=... |
http://play.golang.org/p/VMk-h3Js4z
produces the following output:
6 2 5 3 4 1
which appears to initialize the variables a to f in the order they are mentioned in the
composite literal in makeOrder.
However, the spec says ( http://tip.golang.org/ref/spec#Program_ex... | 0 |
In issue #13133 for AngularJS it becomes clear that AngularJS doesn't work
well with AMD. But AMD or CommonJS seem to become the default loading
technique for TypeScript.
Will Angular v2 cope with this problem and work with AMD/CommonJS loaders,
like RequireJS?
|
Most developer workflows are based around CJS (Browserify or WebPack) and not
System.js. Since System.js can consume cjs bundles, I suggest we replace our
System.register bundle with a CJS bundle. In this case, developers that use
Browserify or WebPack will be able to use it, and it should still work with
System.
No... | 1 |
Currently all the twig files have to be put inside the Resources/views folder
of the app or bundle folder. Some time ago a new option was added to add new
paths where the file locator should search for. However, I'm unable to use it
because it seems that they are ignored. We can analyze a simple test case
where I wan... |
symfony 2.0.0 beta 4.
Error
ErrorException: Warning: is_file() [function.is-file]: open_basedir
restriction in effect. File(/etc/java) is not within the allowed path(s):
(/home/tickets/:/tmp:/var/tmp:/usr/local/lib/php/) in
/usr/home/tickets/domains/tickets.antarion.ru/public_html/vendor/symfony/src/Symfony/Compo... | 0 |
### Problem
Currently loader context provides an opaque API for error reporting: only
`message` , `stack` and (undocumented?) `hideStack` error object
properties are used to report an error to a user.
Thus the appearance of error varies widely between different loaders. Babel,
eslint, css, postcss, sass loade... |
**Do you want to request a _feature_ or report a _bug_?**
I'd like to report a bug.
**What is the current behavior?**
I'm having this code and I need a way to specify the public path in a dynamic
fashion:
// main.js
__webpack_public_path__ = '/some-custom-public-path';
import css from... | 0 |
### System info
* Playwright Version: [v1.31]
* Operating System: [ Windows 11, Docker Linux alpine]
* Browser: [ Firefox]
* Other info:
### Source code
Code sharing is not possible as it's a Restricted project.
**PS;** : I tried multiple way of waits (hard, soft) an interaction of
elements, reload of the... |
### System info
* Playwright Version: v1.34.3
* Operating System: macOS 13.4
* Browser: Chromium
* Other info: VS Code 1.78.2, extension version v1.0.11
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
https://git... | 0 |
Compiled from getbootstrap.com:
.modal-backdrop.fade {opacity:0;}
.modal-backdrop.in {opacity:0.5;}
The result is a solid black backdrop with opacity:1;
These declarations are of equal specificity and cancel each other out.
the declaration for "in" should read:
.modal-backdrop.fade.in{opacity:0.5;}
|
Hi!
I just generated a customized version and the modal background is totally
black (I also generated a version without any change to be sure it wasn't me
that caused that):
 or
waitForEnabled(... |
### System info
* Playwright Version: [v1.33]
* Operating System: [Windows 11]
* Browser: [WebKit]
i set userAgent in browsercontext using launchPersistentContext as
`Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15
(KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1`
b... | 0 |
**Update:**
If anyone ends up needing this functionality, I've released it as vue-
nonreactive with the appropriate admonitions and everything.
* * *
We have some non-plain models where we need to disable Vue's observation and
walking. An example is a resource model that has access to a cache so that it
can looku... |
### What problem does this feature solve?
for example,there is a row component which includes some cols,i wanna the cols
have transition effect,and give row some props.But ,the props i wrote does no
effect on the row component.and if i use 'row > transtion-group' combination,
some css will lose there effect
### Wha... | 0 |
When adding a node to a load balance with state=present, it throws an error on
subsequent ansible runs with:
"Duplicate nodes detected. One or more nodes already configured on load
balancer."
I would assume "present" should just be a changed=False noop if it's already
in the LB.
|
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ios_config, iosxr_config, nxos_config
Any config module with before and after
##### ANSIBLE VERSION
$ ansible --version
ansible 2.2.1.0
config file = /home/jmighion/git/blank-ansible-repo/ansible.cfg
configured module search pat... | 0 |
## 📝 Provide a description of the new feature
## _What is the expected behavior of the proposed feature? What is the
scenario this would be used?_
This is for the Fancy Zones module. This feature would let users assign
shortcuts to move the active window to a specific zone of a layout.
For example: If a layout h... |
Add the option to toggle SHOW/HIDE the desktop icons when hitting a hotkey or
combo. Shift+click / double click / double right click on the desktop may be a
good option as it doesn't do anything at the present.
Windows looks so much cleaner when the icons are hidden, yet the desktop is a
useful place. I think it cou... | 0 |
Uncaught Error: Cannot find module './context-menu' Error: Cannot find module
'./context-menu' at Function.Module._resolveFilename (module.js:328:15) at
Function.Module._load (module.js:270:25) at Module.require (module.js:357:17)
at require (module.js:376:17) at BrowserWindow.
(C:\Users\abs\AppData\Local\atom\app-0.... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
When setting a placeholder in a standard text input placeholder field, the
placeholder is not centered in Safari 5.1.3
Screenshots:
Placeholder (not centered)
http://imgur.com/rZ0ij,qUU7V#0
Entered Text (centered)
http://imgur.com/rZ0ij,qUU7V#1
|
Is it not.
| 0 |
## Bug Report
**Current Behavior**
The babel-cli in `--watch` mode does not output any messages following the
first compilation. It seems as though the CLI is not doing anything even
though files are compiling.
**Input Code**
babel src -d lib --watch
**Expected behavior/code**
The CLI should displ... |
> Issue originally made by @jimfb
### Description
A JSX element like `<div ref="foo" ref="noise">` is not technically
legal/valid. Babel should do something reasonable (throw, pick one value and
warn, etc). The bug report below seems to indicate that it currently produces
illegal javascript when this happens.
Came... | 0 |
I am using Visual Studio 2015 Update 1 and Typescript for VS2015 1.8.4.
I have a project that contains TypeScript files.
Here's my `tsconfig.json`
{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
... |
**TypeScript Version:**
1.8.2
When building a Visual Studio solution using a tsconfig.json file, the
CompileTypeScriptWithTSConfig task reports "Skipping target
"CompileTypeScriptWithTSConfig" because all output files are up-to-date with
respect to the input files.", even though I have indeed modified my .ts files... | 1 |
$ uname -a
Darwin users-MacBook-Air.local 14.5.0 Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
$ go version
go version devel +c468957 Sun Sep 27 01:04:59 2015 +0000 darwin/amd64
# The only thing the program does is fmt.Print("H... |
by **awreece** :
This is a feature request for an additional flag for compilation to create a sanitized
or hardened binary.
This binary could include a number of features, espescially including:
- fake paths (ala /go/root/<pkgname> instead of the real filename)
- doesn't have sta... | 1 |
## 🐛 Bug
I installed PyTorch via conda in a Windows 10 machine, Python 3.6 environment.
I get this error:
ImportError: cannot import name 'caffe2_pb2'
When trying to execute this tutorial:
https://pytorch.org/tutorials/advanced/super_resolution_with_caffe2.html
Specifically when importing the Caffe2 ONNX Bac... |
## 🐛 Bug
Reported by @m3rlin45
from caffe2.python import workspace
Python 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 13:35:33) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from caffe2.python import workspace
... | 1 |
I'm using ansible 2.0.0.1 and while excuting any command on the remote server
or local server, I'm getting following error
[root@wautomation-tst01 ansible]# ansible werindbalajil01 -l ping
ERROR! need more than 2 values to unpack
I trying reinstalling, but still getting the same issue
anybody help?
##### Issue ... |
Issue Type:
Bug Report
Ansible Version:
2.0.0.2
<=1.9.4 is not affected
Ansible Configuration:
Default (no ansible.cfg)
Environment:
Gentoo amd64
Summary:
After upgrading to ansible 2.0 (2.0.0.2) it began to give me an error
"ERROR! need more than 2 values to unpack"
when I have s... | 1 |
**Xarx** opened **SPR-8344** and commented
What happens:
When
org.springframework.beans.factory.support.DefaultListBeanFactory.findAutowireCandidates()
determines candidate beans, it instantiates all of them at the end. Even when
the candidates are marked as lazy-inited. In my opinion, this is unnecessary.
Lazy-in... |
**Koen Serneels** opened **SPR-9404** and commented
I have been migrating from hibernate 3.3.x to hibernate 4.1.3-final using
Spring 3.1.1-release.
Besides the hibernate specific refactorings (due to API changes) I thought the
only changes for the Spring integration were changing packages names:
* Use the Loca... | 0 |
I am using the latest packages with google_sign_in version 3.0.4 and flutter
version 0.4.4. The following code doesn't catch sign_in_failed error when I
dismiss the google sign in dialog and I get a PlatformException.
try {
googleUser = await _googleSignIn.signIn();
} catch (error) {
... |
iOS build fails after updating to cloud_firestore 0.8.0 (Android has a
workaround, please look at ticket #21543). I am using beta channel and
everything is up to date.
## Steps to Reproduce
1. Build works using cloud_firestore: "^0.7.4" in pubspec.yaml
Launching lib/main.dart on iPhone X in debug mode...
Start... | 0 |
`
**Current behavior**
ng build
ng build --aot
ng build --prod
ng build --prod --aot
can not build successfully;
**Expected behavior**
i can ng serve to running in local;
but can't build .
And i have updated everything use 'ncu -u ' & 'npm install'
**What is the motivation / use case for changing the beh... |
* **I'm submitting a ...**
* bug report
* feature request
* support request => Please do not submit support request here, see note at the top of this template.
**Current behavior**
If you have base class A, with dependencies specified in its constructor, and
then create class B, which subclasses A, and do ... | 0 |
When running the latest julia (0.3.0-prerelease+2494) inside emacs, julia
either crashes (shell, eshell):
$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ ... |
EDIT: "August 2018 Update: xoroshiro128+ fails PractRand very badly. Since
this article was published, its authors have supplanted it with xoshiro256**.
It has essentially the same performance, but better statistical properties.
**xoshiro256** is now my preferred PRNG**." I previously quoted: ~~"The clear
winner is x... | 0 |
**Context:**
* Playwright Version: `1.16.3`
* Operating System: `macOS 12.0.1 (21A559)`
* Browser: WebKit
* Extra: ARM64
### System:
* OS: macOS 11.6
* Memory: 2.85 GB / 32.00 GB
### Binaries:
* Node: 16.3.0 - /usr/local/bin/node
* Yarn: 1.22.10 - /usr/local/bin/yarn
* npm: 7.7.6 - /usr/local/b... |
### Fix: `npm i -D @playwright/test@1.17.0-next-alpha-nov-5-2021`.
It gets included in version 1.17.0.
* * *
**Context:**
* Playwright Version: 1.16.1
* Operating System: MacOS Monterey 12.0.1
* Node.js: 14.18.0
* Browser: Webkit
**Code Snippet**
const myContext = await browser.newContext(... | 1 |
When making themes with `themestrap`, I often end up making new variables for
a number of hardcoded things in bootstrap.
Most often these are the `border-width`s of a lot of elements.
How are you guys thinking about addings more variables in general, and
especially in the `border-width`-case? I would follow up wit... |
Navbar.less file has the following definition of the .navbar-fixed-... styles:
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0; // override .navbar defaults
border-width: 1px 0 0;
}
It would be better if ... | 1 |
Numpy tried to convert an infinite list to numpy.ndarray and I never stopped.
This problem occurs when an array appended with itself more than once.
### Example:
from numpy import asarray as ar
#from numpy import array as ar
a = []
#Range must be more than 1.
for i in range(2):
... |
I grant that this one is quite abusive, but bugs that lead to this problem
_can_ happen:
$ ipython3 --pylab
Python 3.5.0 (default, Nov 20 2015, 16:20:41)
Type "copyright", "credits" or "license" for more information.
IPython 4.0.0 -- An enhanced Interactive Python.
? -> In... | 1 |
Hi guys,
There seems to be an issue with the way Twig load templates. I know it has
been mentioned in the tread below that this is related to the fact that you
must follow the naming convention name.format.engine.
#3150
However, the stand alone version of Twig doesn't trigger the same issue. I can
for instance na... | 1 | |
**System information**
* Script can be found below
* MacBook Pro M1 (Mac OS Big Sir (11.5))
* TensorFlow installed from (source)
* TensorFlow version (2.5 version) with Metal Support
* Python version: 3.9
* GPU model and memory: MacBook Pro M1 and 16 GB
Steps needed for installing Tensorflow with metal... |
When multiple processes import keras simultaneously, there is a race condition
with reading/writng the `~/.keras/keras.json` file here:
https://github.com/fchollet/keras/blob/master/keras/backend/__init__.py#L15-L47.
One process can be in the middle of writing the file while the other is trying
to read it, leading to... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.418]
Windows Terminal version (if applicable): 0.6.2951
# Steps to reproduce
adding `shift +ins` for paste does not work, while `ctrl+shift+v` works in
`profile.json`
"keybindings": [{ "unbound": "... |
# Description of the new feature/enhancement
Ability to clone the current tab preserving the current directory
# Proposed technical implementation details (optional)
| 0 |
**Pablo** opened **SPR-7710** and commented
In freemarker, if I use the formInput macro with an array parameter:
<`@spring`.formInput "command.values[0]"/>
spring generates a form with an invalid id: 'values[0]'
This is related to https://jira.springframework.org/browse/SPR-2380, which was
the same bug but with ... |
**Przemek Ch** opened **SPR-8732** and commented
Method
protected String autogenerateId() throws JspException {
return StringUtils.deleteAny(getName(), "[]");
}
form AbstractDataBoundFormElementTag class doesn't work with freemarker.
Example
<@spring.formInput path="lead.... | 1 |
I'm trying to use react-datepicker in one of my react components. When I
import the `CSS` file like mentioned below, I get an error.
`import 'react-datepicker/dist/react-datepicker.css'`
The error I get is,
Error in react-datepicker/dist/react-datepicker.css
Module parse failed: /path/to/my/... |
The glamor style tag is always included regardless of use of glamor. This is
in `2.0.0-beta.24`.
`<style type="text/css" data-glamor=""></style>` is present within the DOM
upon rendering dev or final build.
Take for example this `_document.js` fragment.
import Document, { Head, Main, NextScript }... | 0 |
It's currently not possible to compute the full eigendecomposition with
`eigsh`.
>>> A = rand(5, 4)
>>> AA = np.dot(A.T, A)
>>> from scipy.sparse.linalg import eigsh
>>> eigsh(AA, AA.shape[0])
[...]
ValueError: k must be between 1 and the order of the square input matrix.
https://g... |
In the context of #15351 and reviewing #15299, I noticed a bunch of
inconsistencies that should be fixed IMO.
## TL;DR
Courtesy of @tirthasheshpatel:
* `factorial`, `factorial2`, and `factorialk` behave inconsistently for several different combinations of inputs. (for example, `factorial2` returning 0-dim arrays... | 0 |
When using `jax.numpy.histogram2d` together with the `range` keyword argument,
an error occurs.
import jax
import jax.numpy as jnp
import numpy as np
samples = jax.random.uniform(jax.random.PRNGKey(123), shape=(2, 30))
lims = [[-.5, .5], [-.5, .5]]
# numpy version works fi... |
from jax import numpy as jnp
a = [-2,2]
b=jnp.array([a,a])
print(b)
jnp.histogram2d(jnp.ones(10), jnp.ones(10), bins=10, range=b)
Suggested fix from the user: this line should probably have `range[i]`. (That
seems to fix it, but I didn't try writing tests!)
@jakevdp could you take a loo... | 1 |
Why is that doubled?
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " "... |
show on bootstrap.css
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/... | 1 |
For example, let us say, there is an already formed web page and for example
there is a section with product description, that doesn't use any classes of
the web page due to `reset.css v 2.0` and for example it would be great to
apply `bootstrap.css` to this section specifically.
Maybe it will be possible in future ... |
To prevent random mixing of styles maybe we should use prefix?
For example, `.tb-span6` or `.tb-row` instead `.span6` or `.row`?
`.menu`, `.navbar` is so common class names so it may a little confusing
without prefix
| 1 |
# Environment
Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?
# Steps to reproduce
# Expected behavior
# Actual behavior
|
* Your Windows build number: 10.0.18362.86
* What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
1. open the terminal app;
2. add the tab by "ctrl+t" or "click the add tab button";
example step: add 1 cmd tab, add 1 PowerShell tab,add 2 cmd t... | 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/.): No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): `ku... |
I have a cluster with ~130 pods. Running back-to-back 'get pods' shows me
wildly different understandings of their state, even though I can tell from
docker that they have not crashed or anything.
thockin@freakshow kubernetes master /$ ./cluster/kubectl.sh get pods -l
app=hostnames | awk '{print $(NF)}' | sort | uni... | 0 |
export default class foo {
}
export default function bar() {
}
var x = 10;
export default x;
In the above example, the error messages are:
1. On `foo`: "Duplicate identifier 'foo'."
2. On `bar`: "Duplicate identifier 'bar'."
3. On `export default x`: "Dupli... |
I have decorator:
export function Document() {
return function(objectConstructor: Function) {
console.log(objectConstructor.name); // when targeting es5 it gives me what I want - the name of my class. When targeting es6 it does not give anything
}
}
Here is decorator usa... | 0 |
**Bug summary**
When plotting the attached time vs. masked arrays using `plot_date`,
`matplotlib` chooses a timespan of 4½ years despite the time axis covering
less than 4 days (I had to make it a zip or github would not permit it as an
attachment). This happens because most of the data in `y` is masked; the data
i... |
As explained in my original StackOverflow question, I've found some unexpected
behavior when plotting single points in matplotlib.pyplot with Datetime
objects. Plotting multiple points (>1) gives the range of dates with some
buffer on either side. Plotting a single point causes the range to span
multiple years (2014 ... | 1 |
From this http://jsbin.com/iDiZUf/6/edit?js,output snippet, you can reproduce
by:
1. Load page: http://jsbin.com/iDiZUf/6/edit?js,output
2. Click glyphicon-question-sign next to "Preapplication"
3. Click "1. Type of Submission"
4. Click "1. Type of Submission" again.
5. Try to click glyphicon-question-sign... |
Using toggle popover hidden and ok. When using hide command, popover is
hidden, but button inside popover still trigering mouse over.
http://jsfiddle.net/conx/n8FYQ/4/
| 1 |
already baked into V8 (I think?) so hopefully not too big of a stretch.
(can get by on userland hacks but, for example, interacting with the AWS API
requires hand rolling your own signing which is probably a big blocker for
most folks)
|
Some applications like handling password will require hashing and encryption.
These operations could be implemented in js/ts, but It really needs to be
handled from a trusted environment to be secure. It looks like there have been
some attempts to get this one rolling before recently with #1461.
| 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.
Previous issues have been posted to VSCode GitHub. Th... |
### 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
window.print not work in a pdf vie... | 0 |
It would be convenient in many cases to be able to add a filtering condition
to comprehensions, something like:
[ f(x) for x in 1:n if somecondition(x)]
where the resulting array only contains those x where somecondition(x) ==
true. This mirrors python's syntax.
|
Quoting @rtzui in #547:
On the other hand more powerful:
x=[1,2,3,4,510,1,2,3,1,9]
y=[sqrt(a) | a ∈ x, x%2==0]
(Discussion from @pao)
There is an open syntactic question. The Haskell syntax (shown above) has
guards as boolean expressions separated by commas and interspersed with
membershi... | 1 |
**Windows 10
TF Version: b'v1.11.0-rc2-4-gc19e29306c' 1.11.0
Anaconda Python 3.6.5
GPU: GeForce GTX 1070 Max-Q Design
Tensorflow 2.0 (gpu) preview installed via pip.**
I'm building a reinforcement learning framework on top of TensorFlow 2.0 using
the `tf.keras` API and I've come across the following issue.
... |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
* TensorFlow installed from (source or binary): binary
* TensorFlow version (or github SHA if from source): 1.12
**Provide the text output from tflite_convert**
Some of the operators in the model are n... | 0 |
# What / Why
> n/a
## When
* n/a
## Where
* n/a
## How
### Current Behavior
* n/a
### Steps to Reproduce
* n/a
### Expected Behavior
* n/a
## Who
* n/a
## References
* n/a
|
# What / Why
> n/a
## When
* n/a
## Where
* n/a
## How
### Current Behavior
* n/a
### Steps to Reproduce
* n/a
### Expected Behavior
* n/a
## Who
* n/a
## References
* n/a
| 1 |
**TypeScript Version:**
1.8.7
**Code**
computeFunctionFromDBFieldName = (): any => {
if (this.dbFieldName) {
return function(object: any): string {
return argJsonObject[this.dbFieldName];
...
}
**Expected behavior:**
this.comput... |
Hi,
I just updated the typescript compiler from 1.0.1.0 to 1.1.0.1.
Then when I using the Webstorm Typescript Transpiling, it keeps reporting
TS2300: Duplicate identifier.
I investigate a bit, it seems like the references is the problem.
In our current project, we include all the .ts files and external library
.... | 0 |
keyMirror as other utils could be exposed as React.utils.keyMirror or by the
way you want, many people have to include the package separated and this could
be optimized.
|
I'm finding I really love something like `keyMirror` on non-react related
fluxy projects. Is there a good NPM module for this, or considerations of
making it a separate module?
| 1 |
I'm on Windows 7, using the Romanian (Programmers) keyboard arangement. Right-
Alt + s is supposed to be ș (s with comma below), but in Atom it opens a Spec
Suite window (which seems to be running some kind of tests). Maybe the issue
is that you should differentiate between left and right Alt?
|
> Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very
> basic mistake. I have a Hungarian keyboard layout, I can only write specific
> keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom
> doesn't recognize and treat like Alt-W or something?
> The point is there are some... | 1 |
I am trying to model a employee hierarchy where every employee can be a
manager of a team of employees and, at the same time, she can be part of a
team managed by other employee:
curl -XPOST 'http://localhost:9200/manager_employee' -d '{
"mappings": {
"employee": {
"_parent": {
"type": "employee"
},
"pro... |
We don't explicitly prohibit types from referring to themselves as parents.
This functionality worked fine before 0.90 release, but since 0.90 it seems to
be broken for the `has_parent` query. In the following script, both search
requests return results in 0.20.x but only the second search request returns
results in ... | 1 |
by **xuxinhua1984** :
The code is:(test.go)
package main
import "fmt"
func main() {
fmt.Println("Hello, World")
}
Then, I build it: go build test.go. It is OK.
But when I delete $GOROOT/src/pkg/fmt directory, then build test.go, it failed:
cannot find packa... |
by **dpsplunk** :
See http://tip.golang.org/pkg/syscall/ and search in page for EPOLLET
Compare value against /usr/include/sys/epoll.h on Linux (or possibly
/usr/include/x86_64-linux-gnu/sys/epoll.h if on Ubuntu 12.04)
Go version has a negative value; whereas, Linux version is pos... | 0 |
Using the groupby().rolling() object seems to duplicate a level of the index.
In [9]: d.groupby(level='ticker').rolling(30).mean()
Out[9]:
ticker ticker date
BMO BMO 2006-01-02 NaN
2006-01-03 NaN
TD TD 2016-09-22 5... |
I found another oddity while digging through #13966.
Begin with the initial DataFrame in that issue:
df = pd.DataFrame({'A': [1] * 20 + [2] * 12 + [3] * 8,
'B': np.arange(40)})
Save the grouping:
In [215]: g = df.groupby('A')
Compute the rolling sum:
... | 1 |
Cannot pip install numpy.
### Reproducing code example:
`python -m pip install numpy`
### Error message:
Collecting numpy
Using cached numpy-1.19.5.zip (7.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored o... |
I'm not 100% sure if this is an issue with numpy or with me, so I'm cross-
posting my stackoverflow question here.
### NumPy/Python version information:
* Python 3.9.1
* Numpy 1.19.5
### Reproducing code example:
python3 -m pip install numpy
### Output
Collecting numpy
Usin... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.2.7
If you have a configuration node with a non-string type, e.g. `IntegerNode`,
and pass an env variable, even though the env variable will be resolved in an
integer, the value won't pass the vali... |
Depends on: #3879, #3968 (`OptionsParser::replaceDefaults` is required)
I want to add three options to the ChoiceType that abstract functionality of
EntityType for use in all choice fields. See also #3479.
The new options are:
##### "choice_labels"
If given, the "choices" option is interpreted as storing the choi... | 0 |
I've reduced this down to about bare minimum:
use std;
native mod foo {
fn bar(x: int);
}
obj new(i: int) {
fn f() {
str::as_buf("", {|_x| foo::bar(i) });
}
}
Errors out with:
rust: upcall fail 'Assertion cx.fcx.llobjfie... |
The following code crashes rustc `f05eaa4` (2011-12-09):
use std;
import std::option;
import std::ptr;
import std::str;
import std::vec;
#[link_name = "pcre"]
native mod _native {
type _pcre;
type _pcre_extra;
fn pcre_exec(re: *_pcre, extra: *_pcre_e... | 1 |
One of the benefits of using `{ loose: ["es6.modules"] }` is that `import`
statements don't have to appear at the top level.
However, references to variable bindings created by nested `import` statements
appear not to be rewritten:
function test() {
import x, {y as z} from "some/module";
c... |
One misunderstanding I have about Babel is why the example on the homepage has
`myOldWeirdJavaScript` as the input and `myNewTransformedJavaScript` as the
ouput. Isn't it the other way around, ES6->ES5? Nowhere on the site does it
actually say babel compiles ES6 into ES5, as obvious at that may be. I
confusingly thou... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### 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.2
* Operating System version: Win7
* Java version: jdk8
### Steps to reproduce this issue
... | 0 |
Hi!
Will you implement touch swipe for carousel?
Thanks.
|
http://getbootstrap.com/javascript/
is it possible to make it work when we swipe.
| 1 |
Why there's no default crossFade animation for fallback and error drawables? I
want to toggle image (null <-> not null) and animate between image and
fallback (or error if it occurs). Animation only shows in fallback -> image
direction but not the other way around.
I'm loading my images like this:
pri... |
I would like to do two functions but hard to found source support on it with
Glide.
Since I have a dynamic size list view, I don't know the exactly height of it.
I need to make a background ImageView behind it, and the background is a
network image.
**** **I have wait all of the listview item generate finished ... | 0 |
React `15.2` now warns of any DOM properties that are not valid HTML5.
`material-ui` is producing a lot of these warnings as it is passing down props
it shouldn't be to DOM components.
|
### Problem description
React is about to release a new version of React: v15.2.0. They are
introducting a new warning.
For more details, react-bootstrap/react-bootstrap#1994 is a good place to
start.
We are already aware of this issue (props forwarding down the tree) and we
have tried to address it. However, I'm... | 1 |
**Migrated issue, originally created by zaazbb (@zaazbb)**
asyncio + uvloop is very fast now.
uvloop makes asyncio fast. In fact, it is at least 2x faster than nodejs,
gevent, as well as any other Python asynchronous framework. The performance of
uvloop-based asyncio is close to that of Go programs.
from: https:/... |
**Migrated issue, originally created by Ігор Горобець**
Hello!
How about integrate it?
Is it even possible?
| 1 |
We are in 2019 — we need a support SVG!
|
* Electron version: 1.6.10
* Operating system: elementary OS 0.4.1 Loki
### Expected behavior
It should be possible to set a tray image in SVG format. This would allow tray
icons to adapt to the current theme (ie. appear white on black, or black on
white).
### Actual behavior
The image must be supplied as a P... | 1 |
First of all you guys created an amazing framework. It looks great and it
works great so far for everything I need it for.
But I find myself more and more creating some hacks around DatePicker and
TextField. In case if user wants to reset the value of those controls I need
to put "x" iconButtons outside of controls ... |
Once a `DatePicker` field is set, there is no way to clear it. You can only
select a different date, not completely remove the date.
| 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/.):
No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there... |
**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.):
... | 0 |
5 machines now, Chrome and Firefox, Windows and ChromeOS, and i am seeing a
common pattern.
All `.row`s have a negative margin.
Example: http://jsfiddle.net/Yd4ee/1/
Screenshot: http://d.pr/i/wIh1
At first i thought this _had_ to be a usage issue.. Then i noticed that even
the official documentation is suffering... |
I have tried to make my layout **100%**. And for that I didn't use any `<div
class ="container">`. Just started with `<div class ="row">`.
<div class="row">
<div class="col-md-3">
<div class="sectionLeft">
Sidebar Content
</div>
</div>
<di... | 1 |
## Checklist
* I have included the output of `celery -A proj report` in the issue.
* I have included all related issues and possible duplicate issues in this issue.
* I have included the contents of `pip freeze` in the issue.
* I have verified that the issue exists against the `master` branch of Celery.
* ... |
I know there are a few other posts similar to this already, and I have copied
their solutions.
Example = app.register_task(Example())
Example.apply_async()
But this format does not register tasks. I think there must be a simple
problem with my app or celery settings. Class-based tasks are st... | 0 |
### Apache Airflow version
2.5.3
### What happened
When trying to view the logs for a task on a manual DAG run I get a nasty
error:
Traceback (most recent call last):
File "/venv/lib/python3.9/site-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
... |
### Apache Airflow version
2.5.3
### What happened
When TI has cleared RunID + replace to spacebar


By the way, I'm in a tutorial about `String Type` in here
https://www.typescriptlang.org/docs/handbook/basic-types.html
**TypeScript Version:**
1.8.10
**Code**
## It _doesn't_ work.
_hello.ts_
let name: string = "bob... |
# Proposed module resolution strategy
**UPDATE** : proposal below is updated based on the results of the design
meeting.
Initial version can be found here.
Primary differences:
* instead of having `baseUrl` as a separate module resolution strategy we are introducing a set of properties
that will allow to cus... | 0 |
It seems that every optional parameter that goes into send is also settable on
the Session (e.g. verify, stream, etc.). Except timeout.
Would it be possible to change the behaviour so that timeout gets merged in
from session just like all the other arguments?
|
Preface: I have a feeling that this isn't an issue with requests itself, but
it did up come while I was using it, so I was hoping that you could offer some
insight. This issue might even be the same one that hellt had in #3212 , but
there are a few differences that made me uncertain whether that is actually
the case.... | 0 |
version: 1.13.3
Example:
>>> junk, inv = numpy.unique([], return_inverse=True)
>>> print(inv)
array([], dtype=bool)
The documentation says numpy.unique shall return indices; the sudden change of
type is surprising at best.
|
Hello,
Obviously, this issue is related to #3588. However I give here a more accurate
(hopefully) description of the bug and some hints regarding where things go
wrong.
Here is a sample code producing the problem:
import numpy
import pickle
a = numpy.ma.array([1.0, 2.0], dtype=object)
... | 0 |
### Describe the issue:
I am experiencing a NumPy crash in a rather complicated environment. I have a
Fortran+MPI application, GEOS (https://github.com/geos-esm) that calls a
Python function at some point via a CFFI interface. My application crashes
every time I try to 'import numpy' and the traceback looks like wha... |
### Describe the issue:
We recently embedded a python interpreter in a scientific Fortran code, and we
are having problems with debugging floating point errors that happen inside
our code. We typically do this by enabling all the floating point traps, but
we can't get past the `import_array()` call during initializa... | 1 |
When I run unit test with nodejs and use inject in beforeEach then throw me an
error:
TypeError: Cannot read property 'getXHR' of null
at _runtimeCompilerBindings (angular2/src/testing/test_injector.ts:129:32)
at Object.createTestInjectorWithRuntimeCompiler (angular2/src/testin... |
This issue was posted by @francois-appliware under angular/vladivostok and was
gaining traction until the repo was merged into this one. I'm posting it here
for visibility.
> Hi,
> I am working with the new router and had an issue that I "managed to
> resolve", but as I don't quite understand how everything works... | 0 |
I have yet to identify the bug that causes this, but it seems that it has only
so far happened as a result of closing a tab that the developer tools is
opened.
|
When trying to write an "@" using ALT + Q on a german keyboard nothing
happens.
Not sure if this is an explicit problem with german keyboards.
| 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Variables
##### ANSIBLE VERSION
ansible 2.1.2.0
##### CONFIGURATION
No changes
##### OS / ENVIRONMENT
macOS Sierra (10.12)
##### SUMMARY
Variables defined as integers (without quotes) are converted to strings when
using them in the def... |
With the addition of a lot of rax modules, there is a lot of duplicate code
currently.
Migrate some duplicate boilerplate code that usually shows up in main() into
`lib/ansible/module_utils/rax.py`
All rax modules should be updated to use it.
This is just a placeholder so that it's visible that this is being worke... | 0 |
Hi,
I was expecting that an environment variable (eg: SYMFONY__VAR) would have
precedence instead of the same var defined inside the parameters.yml file.
Instead, if the parameters.yml defines a var with the same name of an
environment variable, the last one is ignored.
|
I want to use the SYMFONY__* env variables that are detected in `Kernel` are
overwritten by parameters of the same name in `parameters.yml` for example.
However i would suppose using the environment variables is a mechanism to
overwrite the parameters.yml in production, so exactly the other way around.
Is the curre... | 1 |
This issue is part of #8765
## Rule
Create `TaskHandlersMovedRule` which corresponds to
> GCSTaskHandler has been moved, WasbTaskHandler has been moved,
> StackdriverTaskHandler has been moved , S3TaskHandler has been moved,
> ElasticsearchTaskHandler has been moved, CloudwatchTaskHandler has been
> moved
entry i... |
### Apache Airflow Provider(s)
celery
### Versions of Apache Airflow Providers
apache-airflow==2.1.3
apache-airflow-providers-celery==2.1.0
celery==5.1.2
flower==1.0.0
### Apache Airflow version
2.1.3 (latest released)
### Operating System
Ubuntu 20.04.1 LTS (Focal Fossa)
### Deployment
Virtualenv inst... | 0 |
This bug is filed to track a suboptimal hot reload experience during a step in
our primary codelab
(https://codelabs.developers.google.com/codelabs/flutter/). Other similar bugs
exist for other steps.
This bug tracks step 5, part I (Add an interactive text input field).
Before code:
import 'package:f... |
## Steps to Reproduce
Make a class that extends `StatelessWidget`.
flutter run
Change your class to extend `StatefulWidget`
Hot-reload
Result: Assertion failure in `StatelessElement.widget` (or
`StatefulElement.update` if you're going the other direction). Hot-restarting
fixes the issue.
Suggestion: We shoul... | 1 |
# Environment
Windows build number:Version 10.0.19041.264
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): RUN
# Steps to reproduce
The search result of Chinese character quite strange, some of them can get
searching result, but some of canno... |
# Bluetooth device remover
Windows has serious problems removing bluetooth devices due to bugs in the
bluetooth UI. See the hundreads of replies in the Microsoft community thread
(plus many other duplicate threads and other forums around the web).
Turns out the fix is **VERY simple,** just call the _BluetoothRemove... | 0 |
As discussed in #4987, the Atom installer installs a "Open with Atom" entry in
the Windows Explorer context menu for every file and folder. It would be
preferable, as @paulcbetts suggests, to have a prefence where it can be turned
off or on entirely, or just for specific files and folders. For example, not
many peopl... |
Is there an option to disable the "Open with Atom" shell entry? I can't find
one, if there isn't, see this as a feature request :)
| 1 |
Today I was doing a composer update to go from Symfony 2.3.13 to Symfony
2.3.15 and since then I have been unable to run my application in my Vagrant
environment.
The error I received is: `MappingException: The mapping file
/srv/shm/cache/dev/../../../vendor/symfony/symfony/src/Symfony/Component/Form/Resources/confi... |
In 2.3.14, 2.3.15, and 2.4.5, when I run `php app/console generate:bundle` I
get the following prompt:
Target directory [/home/intrepion/path/app/cache/dev/../src]:
But when I revert back to 2.3.13 or 2.4.4, I get exactly what I expect:
Target directory [/home/intrepion/path/src]: ... | 1 |
* * *
## Please do not remove the text below this line
DevTools version: 4.0.2-2bcc6c6
Call stack: at n.value (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16552)
at m (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:56:292537)
at ml (chrome-
extension://fmkadmapgofa... |
**Repro:** https://codesandbox.io/s/xenodochial-lamarr-q71wt
**Steps:**
1. Profile
2. Select a component from the flame graph (important)
3. Click settings
4. Toggle "hide commits below ms" (In my case, it's 100ms)
**Demo:**
.** _
I debugg... | 0 |
Would be a good addition to the current Select. Found this old Issues (#5521)
for this feature but nothing happend yet.
Maybe something like this
<Select>
+ <MenuGroup label="optgroup label">
<MenuItem value={10}>Ten</MenuItem>
<MenuItem value={20}>Twenty</MenuItem>
... |
Please add feature like this

| 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 2.8.18
I've tripped on an edge case where although `@UniqueEntity` fails the form is
declared valid.
I have an entity with a unique constraint on two fields. I build a form that
has one of those fie... |
Submitted and disabled form is always valid. So in the situation:
if ($form->isSubmitted() && $form->isValid()) {
$data = $from->getData();
// handle data ...
}
Is it expected that code depending on `$form->getData()` is able to handle
complete lack of data eve... | 1 |
**Ilanchezhian** opened **SPR-2617** and commented
During update by using JdbcTemplate.update(String sql, Object[] args), I
encounter exception due to deadlock. This is thrown as an SQLException.
Exception log is
exception: PreparedStatementCallback; uncategorized SQLException for SQL
[UPDATE EMP_INFO SET ORG_NAME... |
**Seth Ladd** opened **SPR-1190** and commented
Browsing the ThemeResolver implementations, I noticed an oddity. The
CookieThemeResolver does not extend from AbstractThemeResolver. This creates
an odd schism in the hierarchy.
In my opinion, the CookieThemeResolver IS-A AbstractThemeResolver much more
than a CookieG... | 0 |
Moving over from here: https://typescript.codeplex.com/workitem/2475
|
type A = number
type B = string
type C = number|string
const cc: C[] = [1, 2, "a", "b"]
function isNumber(a): a is A {
return typeof a === 'number'
}
// OK
const dd = []
for (let n = 0; n < cc.length; n++) {
const d = cc[n]
if (typeof d =... | 0 |
* VSCode Version: 0.10.11
* OS Version: OS X 10.11.5
Steps to Reproduce:
1. Open a file and change the language and/or indentation type.
2. Close the window.
3. Reopen the window.
The file will be loaded again but it will have the default language and
indentation type.
|
i have yaml in .controller, .asset etc files
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
when i open the file it does not detect it is yaml and sets it to plain text
mode?
i can choose yaml from the language mode selector (to get nice coloring) but
then i get an error on that first yaml 1.1 li... | 1 |
### 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)** : macOS High Sierra 10.13.5
* **TensorFlow installed from (source or binary)** : binary
* **TensorFlow version (use co... |
## 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):CentOS Linux release
7.2
TensorFlow installed from (source or binary):Anaconda python 3.6.5(conda
install)
TensorFlow version (use comm... | 1 |
As reported to matplotlib.users, passing duplicate points to tricontour can
cause it to hang. Here is a minimal example:
import matplotlib.pyplot as plt
import matplotlib.tri as tri
import numpy as np
from numpy.random import uniform, seed
seed(0)
npts = 7
x = uniform(-2,2,... |
Plotting with markeredgecolor="none" causes markers to not display (probably
fully transparent) in current master 1.5.x. It might be related to this pull
request. The plot in Out[3] below does not show anything. In matplotlib 1.4 it
displays markers as expected.
~/matplotlib (master)$ ipython
Pytho... | 0 |
### System info
* Playwright Version: 1.36.0
* Operating System: Windows
* Browser: All
### Source code
using Microsoft.Playwright;
using var playwright = await Playwright.CreateAsync();
await using var browser = await playwright.Chromium.LaunchAsync();
var context = await brow... |
### System info
* @playwright/test Version 1.36.0
* Operating System: macOs 13.4.1
* Browser: all
* Other info: "playwright-lighthouse": "^3.1.0"
**This Error Started when I installed playwright-lighthouse and tried to
import that.**
### Source code
* **I am trying to run this test**
`
... | 0 |
Image loading starts again after scrolling in recyclerView. Can it resume
loading or loading in background?
|
Me again :)
Got some questions about when images are recycled and how internals works,
since I get way more java.lang.RuntimeException: Canvas: trying to use a
recycled bitmap than before switching to Glide.
Since I can't reproduce it's hard to find the cause.
Numbers are not very high (5000 crash on more than 7 0... | 0 |
Summary.
Sphinx documentation 'make html' throws warning about https://2.python-
requests.org/en/master/objects.inv
## Expected Result
Sphinx make can pull the objects.inv without problems
## Actual Result
(phsa_venv) phsa@lvmsocq01:~/p_soc_auto/docs$ make html
Running Sphinx v2.1.2
loading... |
The URL `//2.python-requests.org/` (which is in the readme) automatically
resolves to `https://2.python-requests.org` which is down (there is no HTTPS
version of the site). The HTTP version of the site, `http://2.python-
requests.org`, is fine.
## Expected Result
I expect that when I click the link in the readme, i... | 1 |
Hi,
I haven't found any way to configure proxy, which makes downloading of
packages impossible for me. I'm behind a proxy at my work.
Thanks!
|
Noticed two Halp tickets about this so far:
* support/a10f96d4b08f11e3934b3dfc0d230d46
* support/45b5441aa86911e39c8bef69aceed9d5
> Finally, I didn't find any way to set my proxy info in the settings of your
> app, and I'm not sure you are respecting the proxy settings of the OS. So my
> first attempt to send f... | 1 |
* PyTorch or Caffe2: PyTorch
* OS: Ubuntu 16.04.3
* PyTorch version: 0.3.1
* How you installed PyTorch (conda, pip, source): pip
* Python version: 3.6.4 (Anaconda)
* CUDA/cuDNN version: CUDA 9.1
* GPU models and configuration: Nvidia TITAN X
Error Message:
*** Error in `python': double free or corrup... |
* OS: Xubuntu 16.04 4.13.0-32-generic
* PyTorch version: 0.3.0.post4
* How you installed PyTorch (conda, pip, source): pip
* Python version: Python 3.5.2
* CUDA/cuDNN version: running on CPU
To reproduce, clone this repo and execute `python3 run_cnn.py`. On my machine
it results in the following stack trac... | 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.3
* Operating System version: macOS
* Java version: 1.8
### Steps to reproduce this issue
u... |
* 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: latest master branch
* Operating System version: xxx
* Java version: 1.8
### Steps to reproduce ... | 0 |
I propose to add a new action with a shortcut: `Open New Window`, which will
open a new WT window (a new WT process essentially).
I use this often as it is a standard feature of almost all other terminals in
other OSes and DEs that I used. I often need to open a new terminal side-by-
side with other open terminal wi... |
This bug-tracker is monitored by Windows Console development team and other
technical types. **We like detail!**
If you have a feature request, please post to the UserVoice.
> **Important: When reporting BSODs or security issues, DO NOT attach memory
> dumps, logs, or traces to Github issues**. Instead, send dumps/... | 0 |
Currently I can right-click on a tab and select `Close All Tabs` can this and
similar commands be added to the command palette?
|
I'm missing a lot commands for the tab contextual menu actions, like "Close
all", "Close unmodiffied", "Close saved", etc and I guess many other users are
missing them too.
| 1 |
## Steps to Reproduce
On mobile, the text in the page is cut on the left.
Android pixel xl
|
This is actually the embedded webview (inside tweetdeck), but I suspect it
looks the same on Safari mobile.

Not a big deal. Just sharing. @filiph
| 1 |
* Electron version: 4.0.x
* Operating system: Windows 7 & macOS 10.14.2
**Expected Behavior**
The tray menu displays the same speed as normal.
**Actual behavior**
Windows 7:
It took almost a second to show up.
Almost impossible to display when the number of menus increases.
macOS 10.14.2:
No differe... |
* electron@3.0.12(It also happens in 4.0.0)
* win7 ultimate 64bit
Hi guys,
When I try to create multi-level menu for tray-menu,it worked,but loading
speed is too slow.
Example code is below.
main.js
'use strict';
const app = require('electron').app;
const Tray = require('electron').Tr... | 1 |
Hello,
When i run the code below, on the second search, the results are duplicated.
$finder = new Finder();
$first_results = $finder->in('/my/path')->files()->name('/my_pattern/');
// [...] some code
$second_results = $finder->in('/my/path')->files()->name('/another_pattern/');
... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes
RFC? | no
Symfony version | >=3.4.0
I noticed that, when using the dependency injection component without the
fullstack framework that the `ContainerBuilder` cannot be used a container
anymore (it was working from Symfony 2.0 ... | 0 |
Please:
* [ X] Check for duplicate issues.
* [X ] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
Running a colab notebook (here) based in Megvi's Yolox stopped working since 2
days ago because of an issue with the _can_use_color() from pretty_printer.py.
The error... |
Dear JAX people, I've been struggling again with a leaked tracer.
The last time I had a leaked tracer, it took me a few days to find it. This
time, it's been a few days and I still can't find the problem. I don't know
how to make progress here. Debugging leaked tracers is hard because the error
happens so far from t... | 0 |
When I tried to modify the file name of the release version apk through the
gradle script, the build failed. This is what I add in build.gradle:
applicationVariants.all { variant ->
variant.outputs.all { output ->
def outputFile = output.outputFile
if (ou... |
I just tried `flutter run` and it failed with this message: `Gradle build
failed to produce an Android package.`
Can we print a message like "Please see **this log file** for more
information" ? I'd love to know what to do.
I looked and there's no .log file in my project's root.
| 1 |
Hi!
I've run into issue when trying to use shadows in my scene that is rendered
into two separate viewports (separate scenes, based on
http://mrdoob.github.io/three.js/examples/webgl_multiple_views.html). The
moment I enable shadowing, shadow map (used only in one scene, one viewport)
is corrupted. Please see the im... |
Hi,
first of all I love the three.js framework and so I have play arround with it
and found something strange and want to know if this is "by design" or if this
shouldn't be the case.
You can use te same scene object in multiple CanvasRenderer instances, but not
in multiple WebGLRenderer instance.
So for WebGLRe... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.