text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I have an enhancement request to shared_preferences plugin. On occasion the
native side of a Flutter app (e.g. Java side on Android) needs to access
shared preferences set in Flutter, or maybe set them for Flutter side as well.
It is necessary for example when communicating with other native apps on a
platform.
Curr... |
Attempting to use a plugin in the context of a background isolate spawned by
another plugin will cause failures when making calls over method channels. On
Android, the `PluginRegistrant` interface is used to allow for plugins to
register the application's plugins with a `FlutterNativeView` but no
equivalent is availa... | 1 |
**Describe the bug**
I use axios.get method with custom httpsAgent and httpAgent in node.js. The
node_internals _http_client.js emit a warn when the server response http
statue code 302 and headers location's protocol is different with the
initiator url's protocol.
**To Reproduce**
Code snippet to reproduce, id... |
#### Description
I try to setup HTTPS-session using Axios which works fine through Fiddler.
This fails by the way on the current stable release v0.18.0, I guess this is
issue #925, fixed in #959.
As soon as I remove Fiddle, it no longer works. I suspect that it is, because
the connection is pooled by Fiddler. So ... | 1 |
Currently debug adapter user errors are treated like fatal exceptions on the
VS Code side and show up in the dev console because "developers should
understand what is going on". This does not make a lot of sense for this type
errors because no developer needs to know them or is interested in them.
The errors reporti... |

Flagging `important` just to catch your attention.
| 0 |
export default class MyComponent {
name = "test"
}
works
export default class MyComponent extends React.Component {
name = "test"
}
does not work
`'super.*' is not allowed before super()`
v6.1.2, .babelrc:
{
"presets": ["es2015"... |
## Bug Report
**Current Behavior**
According to this article, https://babeljs.io/blog/2019/07/03/7.5.0#dynamic-
import-9552-https-githubcom-babel-babel-pull-9552-and-10109-https-githubcom-
babel-babel-pull-10109, dynamic import support should be automatic when using
`preset-env`. I've found this to not be the case ... | 0 |
**Context:**
* Playwright Version: 1.27.1
* Operating System: Linux and Mac
* Node.js version: v16.17.0
import {test, expect, Page} from '@playwright/test';
test.describe("Sample test", () => {
let page: Page
test.beforeAll(async ({ browser }) => {
page = await... |
**Context:**
* Playwright Version: 1.22.2
* Operating System: Windows 11
* Node.js version: v 17.7.1
* Browser: chromium
* Extra: [any specific details about your environment]
## System:
* OS: Windows 10 10.0.22000
* Memory: 1.24 GB / 15.79 GB
## Binaries:
* Node: 17.7.1 - C:\Program Files\nodej... | 1 |
### Describe the issue:
When using np.floor_divide() on long integers the results are sometimes wrong.
### Reproduce the code example:
import numpy as np
print(np.mod(10888869450418352160,10))
>>8.0
### Error message:
_No response_
### NumPy/Python version information:
numpy version ... |
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler
options
running build_src
build_src
building py_modules sources
building library "npymath" ... | 0 |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/xxxx` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate question... |
**TypeScript Version:** 3.4.0-dev.201xxxxx
**Search Terms:**
react, ref
**Code**
const genericRef = React.createRef<Element>();
const inputRef = React.createRef<HTMLInputElement>();
// throws, undesired: HTMLInputElement extends Element
<input ref={genericRef} />;
// works, de... | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.200.0
**System** : Mac OS X 10.10.4
**Thrown From** : Atom Core
### Stack Trace
Uncaught JS-YAML: missed comma between flow collection entries at line 50,
column 19:
"babel-eslint": "^3.0.1",
^
At /Users/fill/Documents... |
2-3 times per day, when switching between tabs, I get this error. Atom 0.136.0
on Ubuntu 14.04.
Here's the stack dump that comes up in the console when the system crashes:
TypeError: undefined is not a function
at FindModel.module.exports.FindModel.activePaneItemChanged
(/opt/atom/resources/app/node_modules/find-... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
aync
##### ANSIBLE VERSION
ansible --version
ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2]
... |
* Bug Report
##### COMPONENT NAME
LVM fact gathering
##### ANSIBLE VERSION
ansible 2.4.0
config file = /home/guru/docker/ansible.cfg
configured module search path = [u'/home/guru/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /u... | 0 |
## Steps to Reproduce
Trying to create my first flutter app, I created a new project in Android
Studio, but when I added the shared_preferences plugin to my pubspec.yaml, the
iOS build failed. I managed to boil down a 100% report case to the following
command line steps:
flutter create -i swift hello
cd hello
[... |
## Steps to Reproduce
set -x
mkdir -p Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/
pushd Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/
flutter create -t plugin -i swift --org com.failed failed > /dev/null
pushd failed/example
flutter build ios --debug
... | 1 |
The Deno repl is very... well, unhelpful I'd say. Aside from the fact I can't
actually run typescript in it, it also doesn't allow very basic values:
> {"foo":"bar"}
error: Uncaught SyntaxError: Unexpected token ':'
► <unknown>:1:7
at evaluate ($deno$/repl.ts:84:34)
at replLoop ... |
## Error / Panicked:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value',
ext/flash/lib.rs:1316:42
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Platform: macos aarch64
Version: 1.25.0
Args: ["deno", "run", "--unstable", "--allow-all", "--watch", "main.js"]
... | 0 |
Hi,
I just wanted to bring this up, many of the tutorial pages in the current
website are showing an error as follows:
[Math Processing Error]
This is showing instead of the formulas and make the learning processed a
little bit more complicated.
Example affected page:
https://www.tensorflow.org/versions/r0.7/tut... |
The website tries to load,
`https://www.tensorflow.org/MathJax/jax/output/HTML-
CSS/fonts/STIX/fontdata.js?rev=2.6.1`
and fails. Someone needs to fix the path to get the right version of mathjax,
and have all the LaTeX symbols show up.
Thanks.
| 1 |
Uncaught Error: spawn /usr/local/bin/rebar ENOENT
**Atom Version** : 0.158.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At events.js:85
Error: spawn /usr/local/bin/rebar ENOENT
at exports._errnoException (uti... |
Uncaught Error: spawn \usr\local\bin\rebar ENOENT
**Atom Version** : 0.162.0
**System** : Unknown Windows Version
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At events.js:85
Error: spawn \usr\local\bin\rebar ENOENT
at exports._errnoExcepti... | 1 |
**TypeScript Version:**
1.8.0-beta (Visual Studio 2015 Community)
**Code**
// A self-contained demonstration of the problem follows...
export interface Configuration {
debug?: boolean;
}
 => void;
(from #6065 (comment))
### Babylon/Babel Configuration
{
"presets": ["typescript"]
}
### Expected Behavior
Parse succeeds
### Current Behavior
`{ SyntaxErro... |
## Bug Report
**Current Behavior**
Code fails with Babel, works with TSC.
**Input Code**
* Babel REPL (ps: needs to install the `@babel/plugin-transform-typescript` plugin)
* TypeScript Playground
This code fails on Babel but not on TSC:
type MyType = ({ theme }: { theme: string }) => string
... | 1 |
### System info
* Playwright Version: [v1.33]
* Operating System: [Windows 10]
* Browser: [All]
* Other info:
### Source code
playwright install
Downloading Chromium 113.0.5672.53 (playwright build v1060) from
https://playwright.azureedge.net/builds/chromium/1060/chromium-win64.zip
stuck for hours. but ... |
### System info
* Playwright Version: v1.31.2
* Operating System: All
* Browser: All
* Other info:
### Source code
We use `playwright._electron.launch` and `electron.firstWindow()` to smoke
test VS Code. We noticed that with the latest version, a file `playwright-
core/lib/server/electron/loader.js` opens,... | 0 |
When using the mediastream typings with typescript 2.0, a lot of errors like
these are logged:
All declarations of 'volume' must have identical modifiers.
All declarations of 'id' must have identical modifiers.
etc.
What exactly does this mean?
cc @vvakame, @nakakura, @horiuchi, @groege,... |
Version of `ts-toolbelt` used by `@types/ramda` declares global modules and
names, it causes errors of duplication when I want to use `ramda` with other
packages that also use `ts-toolbelt` or having two packages in my monorepo use
`ramda`.
* * *
If you know how to fix the issue, make a pull request instead.
* I... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
do not autofocus AnchorElement onClose
## Current Behavior
autofocus AnchorElement onClose. this lead to the tooltip be activated
(occurred in Menu Model Dialog components)
## Steps to Reproduce (for ... |
When using Hot Module Replacement with material ui, the style change cannot be
reloaded.
JSS and react-hot-loader should be able to work together
https://github.com/cssinjs/react-jss/issues/29#issuecomment-192795272
* I have searched the issues of this repository and believe that this is not a duplicate.
#... | 0 |
### Apache Airflow version
2.4.0
### What happened
When I want to view logs of a task using the webserver, I get the following
error:
*** Log file does not exist: /opt/airflow/logs/dag_id=<dag_id>/run_id=manual__2022-09-25T07:01:05.868611+00:00/task_id=get_new_batch_id/attempt=1.log
*** Fetc... |
### Body
We have a kind request for all the contributors to the latest Apache Airflow
RC 2.2.5rc3.
Could you please help us to test the RC versions of Airflow?
Please let us know in the comment if the issue is addressed in the latest RC.
* Set X-Frame-Options header to DENY unless X_FRAME_ENABLED is set to true... | 0 |
Please don't make this bug a WONTFIX because it breaks at least one library
out there that are dependent on the old sessions API.
|
requests.session(**kwargs)
Returns a Session for context-management.
This not longer works:
session = requests.Session(verify=not staging)
TypeError: __init__() got an unexpected keyword argument 'verify'
| 1 |
## Feature request
**What is the expected behavior?**
The `cache.maxGenerations` config works in `filesystem` cache to keep cache
files slim.
**What is motivation or use case for adding/changing the behavior?**
Our project is huge, which generate a huge .cache directory over 800MB, and
the cache size keep incre... |
# Bug report
**What is the current behavior?**
I need to set the max chunck to only 1 and I can't currently do that. This
error has been reported before but nothing was done.
**If the current behavior is a bug, please provide the steps to reproduce.**
1 - Create a Nuxt App using `npx create-nuxt-app <project-nam... | 0 |
Currently, the form component add some strong requirements on the way to
access field values. It would be a good idea to allow to specify a different
getter or setter (defaulting to the current behavior) to give more
flexibility.
And for collections, it would be a good idea to be able to use `addXXX` and
`removeXXX`... |
The collection type is broken when using it for the inversed side of a
Doctrine relation as it modifies the collection instead of calling some setter
in the class. As Doctrine does not track changes in the inversed side, the
changes are not persisted.
The best practice for Doctrine is to call the setter of the ownin... | 1 |
When I have textAlign: TextAlign.center, and TextField is in SizedBox and when
I enter first character the blinking line gets bugged and moves from center to
the beginning of the TextField. As soon as I enter second character, line is
okay once again.
,
textAlign: TextAlign.center, ), ), ),`
However, I have noticed that after I enter the first character, th... | 1 |
I wrote some code broken into roles. I tagged all the tasks in a role with the
role name. The idea was to apply individual roles via `-t`, but I had trouble
getting role dependencies to run.
Ansible config to see the issue consists of three roles, each with a debug
task which prints the role name. Roles `foo` and `b... |
Documentation on apt_repository module claims update_cache default value is
yes. However, it only updates cache when declared explicitly, which means it
is not yes by default.
| 0 |
My steps to repro:
1. Open Firefox 9 on Mac
2. Go to bootstrap main page (I'm assuming is working off 1.4.0 )
3. Scrolldown to look at dropdown input element. Style is broken.
|
The select form in chrome is displayed beatifully compared to firefox (at
least my version 6.0.2) where you see an "ugly" arrow.
I am not sure whether it can be solved or not and it isn't actually a bug.. It
also happens in twitter preferences.
| 1 |
**David Pedowitz** opened **SPR-4774** and commented
More brainstorming from training session in LA, 5/1/08 with Chris Beams,
Tchavdar Ivanov (FIM) and myself.
`@Validator` could be a class level annotation eligible for component scans,
the methods of which could be annotated with `@Validate` (or similar) which
wo... |
**Kenny MacLeod** opened **SPR-3219** and commented
When using the form:options tag where the items data is a Map, the itemLabel
and itemValue attributes are ignored. Instead, the rendering logic simply uses
the toString() of the map key for the option's value, and the toString() of
the map value as the option's la... | 0 |
### Reproducing code example:
import numpy as np
np.double(3.0,x=3.1,y=3.2,z=3.4,q=3.14)
np.double(3.0,x=3.1)
3.0
returns
np.double(x=3.1)
returns
0.0
### Error message:
No error, but too tolerant of keyword arguments
### NumP... |
Unlike the other scalar types, `numpy.float64` silently ignores unknown
keyword arguments:
In [17]: np.__version__
Out[17]: '1.20.0.dev0+f0171ba'
In [18]: np.float64(123, foobar="plate of shrimp")
Out[18]: 123.0
The other types raise the exception `TypeError: function takes at mo... | 1 |
Prior to r69 SpotLight.target was being added to the scene when SpotLight or
its parent was added to it, not anymore.
Because of that changing SpotLight.target has no effect on the direction of
the light anymore. Right now as a workaround SpotLight.target should be added
to the scene manually, then light's direction... |
Bug: The changes to spotLight.target.position are not affecting.
Normal work with r68: http://jsfiddle.net/doexclusive/jhoe4ynr/
Bug with r69 and from dev branch: http://jsfiddle.net/doexclusive/6dhdbpw9/
| 1 |
##### Issue Type:
* Bug Report
##### Ansible Version:
ansible 2.1.0 (devel `c5b4e19`) last updated 2016/02/02 20:48:56 (GMT +200)
##### Environment:
Ubuntu 15.10
##### Summary:
When running a playbook by specifying tags, fact gathering is skipped.
##### Steps To Reproduce:
Run any playbook with `--tags tag... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 2.1.0 (devel 49c15c8137) last updated 2016/01/31 08:09:48 (GMT +000)
lib/ansible/modules/core: (detached HEAD 93d02189f6) last updated 2016/01/31 08:32:26 (GMT +000)
lib/ansible/modules/extras: (detached HEAD fff5ae6994) last upd... | 1 |
I have managed to find a session bug that is easily reproducible.
First you have to enalbe database sessions, i did so by following this guide
http://symfony.com/doc/current/cookbook/configuration/pdo_session_storage.html
Then you can create 2 actions like this:
/**
* @Route("/lol", name="myr... |
Hi,
probably I have found an issue in using form with Twig templates. I have a
base Twig template source with which I check if a block is filled deeper in
the hierarchy.
# WebBundle:Default:base.html.twig
{% if block('body') is not empty %}
{% block body %}{% endblock %}
{% endif %}
T... | 0 |
julia> c = '1'
'1': ASCII/Unicode U+0031 (category Nd: Number, decimal digit)
julia> c'
signal (11): Segmentation fault: 11
in expression starting at no file:0
unknown function (ip: 0xffffffffffffffff)
Allocations: 3423488 (Pool: 3422945; Big: 543); GC: 6
|
A surprising way to trigger a surprising error:
julia> ""'
julia: /home/jeff/src/julia/src/codegen.cpp:1378: jl_generic_fptr_t jl_generate_fptr(jl_method_instance_t*, const char*, size_t): Assertion `fptr.fptr != __null' failed.
signal (6): Aborted
in expression starting at no file:0
... | 1 |
* Electron version: 1.4.15
* Operating system: OSX 10.12.2
### Expected behavior
MenuItem with role should be disabled when a set a menuItem with
`enabled:false`
### Actual behavior
MenuItem with role are not disabled whereas a MenuItem without role is
correctly disabled
### How to reproduce
I made a small ... |
* Electron version: 1.1.0
* Operating system: MacOS
var template = [{
accelerator: 'CmdOrCtrl+Z',
click: function (item, win) {
},
enabled: false
},
{
accelerator: 'CmdOrCtrl+Y',
click: function (item, win) {
... | 1 |
When using the scipy.optimize "nelder-mead" method it is currently not
possible to specify the initial simplex values. Instead scipy automatically
sets this to be (1+0.05)*x0. If a priori information on the optimization
problem is available it makes sense to specify this.
I have found several pull-requests in scipy ... |
ndimage.binary_erosion fails if the _iterations_ argument receives a float and
is greater than 1. The issue does not occur if an int is used instead.
### Reproducing code example:
Create a new anaconda environment using:
conda create -n test python=2.7 scipy
Then run:
import nump... | 0 |
On Windows 8.1, with a high DPI screen, min-width/min-height behave wrongly -
the value is multiplied by the current DPI over standard DPI, resolving in
higher actual values.
For example, when the min-width is set to 1000, the system has a resolution
width 2560, but Electron renders as if the width of the screen is ... |
I'm seeing two problems with the min-width and min-height properties.
First, when opening a window that includes the native window chrome, the
window width and height that is set when creating the window includes the
width and height of the native window chrome. So if I set width to 800px and
height to 600px, the en... | 1 |
### System info
* Playwright Version: [v1.33]
* Operating System: [amazon-ebs.ubuntu-focal-2004 (host) -> Ubuntu 22.04.2 (docker image)]
* Browser: [WebKit]
* Other info:
I'm using your docker image (see below) which works fine locally using Ubuntu
22.04 as host but it constantly fails since 1.33 on jenkins... |
### Workaround
Use **Ubuntu 22** to run the **Ubuntu 22** (jammy) container, then it works.
Using Ubuntu 20 to run it, won't work and leads into this issue.
Please upvote if you encounter this issue, this helps us to prioritise.
* * *
**Context:**
* Playwright Version: 1.23.0
* Operating System: Linux
*... | 1 |
### What problem does this feature solve?
Can vuejs support binding of asynchronous properties?
### What does the proposed API look like?
var data = {}
Object.defineProperty(data, 'asyncProperty', {
async get() {
// async network or database query
return true;
}
});
|
I'm having a problem showing filtered results when using v-if inside a v-for
template block. My current template looks like this (I'm using laravel so the
@include is just some html that gets inserted to show the proper markup for
that type of card):
<ul>
<template v-for="card in cards | onlyMa... | 0 |
**Alexander Shabanov** opened **SPR-9828** and commented
The proposed improvement is to modify signature for each
org.springframework.util.Assert.* method so that it will return the checked
value to let programmer to make check and assignment in "one turn".
This would improve readability of the initializers that u... |
**Jean-Eric** opened **SPR-7650** and commented
In the class AbstractPollingMessageListenerContainer used by
DefaultMessageListenerContainer, if no message is received, the commit is
called (this was added in 3.0.4)
But the session passed to
commitIfNecessary(session, message);
is the wrong one.
Instead, the... | 0 |
Sampling using the sample() function does not work for DPGMM (Dirichlet
Process Gaussian Mixture Mode) and VBGMM (Variational inference for a Gaussian
mixture model )
398 cv = self.covars_[comp][0]
399 else:
--> 400 cv = self.covar... |
Hi Guys -
Trying out DPGMM to see if I can get a more stable solution. Things look good
so far except for one problem.
The sample() method does not work for dpgmm. The primary reason is that
sample() assumes there is a self.covars_, but this does not exist.
There is a secondary problem however. I tried using _get_... | 1 |
Challenge Add Alt Text to an Image for Accessibility has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<l... |
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
### System info
* Playwright Version: [1.31.2]
* Operating System: [Windows 11.]
* Browser: [NA]
* Other info: API testing Using Playwright
test("GET: Fetch Document Type Groups", async({request, baseURL})=>{
const response = await request.get(`${baseURL}/document-capture/document... |
### Feature request
The purpose is testing of complete applications that have concepts like branch
offices or clinics. More explained below.
The solution would be instead of from a directory listing to get tests from a
JavaScript generator function https://developer.mozilla.org/en-
US/docs/Web/JavaScript/Guide/Iter... | 0 |
Uncaught Error: EACCES, open '/home/alberto/.atom/compile-
cache/cson/5af7724b023a6274b520f79f04fb798a67319ca7.json'
**Atom Version** : 0.153.0
**System** : linux 3.16.0-25-generic
**Thrown From** : Atom Core
|
Ok so this was my first build on Linux.
After making sure the right node version was installed, I was able to complete
the build seemingly without errors, following the instructions.
However, when launching Atom, I get a permissions error of some kind during
onload:
: secret
permission mode
**Kubernetes version** (use `kubectl version`):
version.Info{Major:"1", Minor:"6+",
GitVersion:"v1.6.0-alpha.0.551+8fefda3bc3c134",
GitCommit:"8... | 0 |
This was reported by a Google user of who embedded Flutter into their existing
app and would notice side-by-side differences between Flutter content and
Obj-C/MDC-iOS content.


:
{ "keys": ["alt+left"], "command": "move", "args": {"by": "subwords", "forward": false} },
{ "keys": ["alt+right"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
{ "keys": ["alt+shi... | 1 |
Whenever the name of the Percentage Metric is the same as the name of the Sort
By column then a duplicate column for the Percentage Metric appears
Workaround:
Change the column name of the Percentage Metric field
#### Screenshots
}... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.0.2.0
config file = /home/sfox/.ansible.cfg
configured module search path = /home/sfox/src/sysops/ops/branches/ansible-2.0/ansible/library
##### CONFIGURATION
library = /home/sfox/src/sysops/ops/branches/... | 1 |
I cannot build the code after upgade to material-ui 1.0.0-beta.18.

I have checked the code see that TransitionProps are using children with type
React.ReactElement, but CollapseProps are using a diffiren... | ERROR: type should be string, got " \n \nhttps://material-ui-1dab0.firebaseapp.com/#/\n\n### Problem description\n\n### Link to minimally-working code that reproduces the issue\n\nI see error \n\n\n### Versions\n\n * Material-UI: 1.0-alpha\n * React: 15.4\n * Browser: IE 11\n\n" | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1848 on 2013-02-20 by
trac user ken.bastiaensen@..., assigned to @rgommers._
Hi,
I think the implementation of invgauss might not be correct.
The Inverse Gaussian is usually defined as the first hitting time probability
of a random gaussian process (Wiener) dr... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1339 on 2010-12-03 by
trac user bjarni.vilhjalmsson, assigned to unknown._
A rather simple and small bug:
File "/sw/lib/python2.6/site-packages/scipy/optimize/zeros.py", line 123, in
newton
warnings.warn(msg, RuntimeWarning)
NameError: global name 'warning... | 0 |
Challenge Target a Specific Child of an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code... |
Challenge http://freecodecamp.com/challenges/waypoint-use-responsive-design-
with-bootstrap-fluid-containers has an issue. User Agent is: `Mozilla/5.0
(Windows NT 6.3, WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/45.0.2454.85 Safari/537.36`. Please describe how to reproduce this
issue, and include links to sc... | 0 |
by **armando.dicianno** :
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. amd64, linux on a basic Gentoo install (nothing fancy... |
http://groups.google.com/group/golang-
nuts/browse_thread/thread/22d61234aaadfe40
| 0 |
* Electron version: 1.6.6
* Operating system: Windows 7 and 8
### Actual behavior
When selecting content of a text input using a touch device on Windows (double
tap), electron crash.
This will not happen using pointer device.
### How to reproduce
I've made a super simple test available in this repo
|
* Electron version: 1.6.2 (also on latest 1.6.6)
* Operating system: Windows
### Expected behavior
No crash.
### Actual behavior
Crash
### How to reproduce
Launch electron (default app). Select text using touch gestures.
stack trace
# ChildEBP RetAddr
00 03b7d854 00b717d0 electron!base::Obs... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
template plugin
##### ANSIBLE VERSION
ansible-playbook 2.2.1.0 (stable-2.2 941552d107) last updated 2017/01/10 08:55:57 (GMT -400)
lib/ansible/modules/core: (detached HEAD a9d844c089) last updated 2017/01/10 09:13:05 (GMT -400)
lib/an... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Template
##### ANSIBLE VERSION
ansible 2.3.0 (devel 0aad46c85b) last updated 2017/01/09 16:11:21 (GMT -400)
config file = /home/jadams/.ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
... | 1 |
* VSCode Version: Latest vscode-insiders release
* OS Version: Win10
Is there a way to disable appearing ctor, foreach, function and others from
completion list when only inside of JSX tag? This is very annoying,
see screenshot

| 1 |
### Problem
The program plotWindow allows several tabs to be created, and subplots within
each tab.
The problem is that plotWindow seems unable to display a vertical cursor in
several tabs, using MultiCursor.
### Proposed solution
One solution could be to enable support for tabs natively within MatPlotLib.
This w... |
If in a code you create many figures, it starts to become inconvenient because
each figure creates a new window.
It would be very useful to be able to create workbook of figures organized in
tabs.
| 1 |
_Please make sure that this is a bug. As per ourGitHub Policy, we only
address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template_
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No... |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug or a feature request.
2. The form below must be filled out.
3. It shouldn't be a TensorBoard issue. Those go here.
**Here's why we have ... | 0 |
### Describe the issue:
I'm still not able to generate man page as I've reported that in #20229
however recently I've changed methodology of generate man pages from using
sphinx<>setuptools integration (`python setup.py build_sphinx`) to straight
use `sphinx-buid` command. All because already sphinx<>setuptools is m... |
New parameter needed, to add the columns which need to be skipped.
e.g:
columns = (1,2,3) - to skip columns 2,3,4
| 0 |
##### System information (version)
* OpenCV => 3.4.1 Android SDK
* Operating System / Platform => Windows 64 Bit (for coding), arm64-v8a for trying out the app
* Compiler => Android studio 3.2.1
##### Detailed description
I am trying to make an app for face detection and eye detection on android
using opencv... |
##### System information (version)
* OpenCV => 3.1-dev
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
##### Detailed description
When trying to run pyramids as the input for the cv2.calcOpticalFlowPyrLK
function the program gives out an error. when I run the
cv2.buildOptical... | 0 |
What is the correct process to update typings for the "master" and the
“types-2.0” branch:
This project has a “master” branch, and a “types-2.0” branch.
What is the correct process to make a change to a typings file ?
1]
First create the fix as a PR in the “master” branch and then duplicate the
code changes in ... |
I propose a simple naming convention for issues that relate to an individual
type definition.
If I want to file a bug about the jQuery definition, I would name my issue
> [jquery] missing method "foo"
The text within square brackets must match the name of the typing's directory
in this repository.
The motivation ... | 0 |
Alternative to `--cached-only`
More generally we need to improve vendoring story and documentation around it.
|
Hi all--
Inline with #4539 and #5665, I've discovered when you declare deno-types in an
import directive, it causes the `Deno.bundle()` command to ignore the imports.
Gist example:
https://gist.github.com/randallb/745dd7cdd638f0e1018e3875641b542c
If I omit the deno-types declaration, it seems to bundle correctly. ... | 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.5.4
* Operating System version: 2.6.32-504.el6.x86_64
* Java version: 1.8.0_45
### Steps to re... |
In my scenario, some methods in the provider return a large amount of data
each time, because the response is internally duplicated, so the serialization
and transmission performance can be improved by implementing a new
Serialization (protostuff+snappy).I hope that the remaining services or
methods in the provider c... | 0 |
As Python 2.7 was finally abandoned on January 1st of this year and should no
longer be a prerequisite for anything in the computing world (except maybe
folks on macos, all of whom should have python3 installed anyway now that 2.7
is dead) it would be a good idea to bump the version of `node-gyp` to 5.1.0 or
higher (... |
I created a new node project with npm new. Initialized with default values.
While installing 'express' package using command below :
npm install express --save
npm exits with error
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.communi... | 0 |
If I understand things correctly, under ES6, the second line should raise a
referenceError due to x not yet having been declared.
"use strict";
let b = x; // should throw a referenceError
console.log('b: ', b);
b = 2;
const x = 'a';
Running this through Babel, I get no referenceEr... |
Another one from the defs test suite:
~/projects/defs.js/tests % cat used-in-same-declaration.js
"use strict";
let x = x; // error
let y = 1, z = y; // ok
let a = b, b = 1; // error
Babel doesn't complain about this currently but should error something similar
to
line 2:... | 1 |
Part of the class Private Properties transform is the terribly complicated
"property" to function call visitor. It's strikingly similar to the replace
supers (1, 2) transform.
That's because they're the same thing, just with different functions to call.
This needs to be extracted into a new helper visitor, so we can... |
From ModuleDeclarationInstantiation( ), step 12.d.iii., parsing **import.js**
below should throw a SyntaxError.
**export.js**
export {definedExport} from './another-module'
**import.js**
import {
undefinedExport,
definedExport
} from './export'
However, it cu... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 4.... |
* Electron version:1.8.2-beta.3
* Operating system:darwin
### Expected behavior
electron should not crash when a region overflows vertically
### Actual behavior
crash with
[87115:0104/143435.970871:FATAL:partition_alloc.cc(934)] Check failed:
page->num_allocated_slots != -1.
0 Electron Framework 0x00000001... | 0 |
### Reproducing code example:
import numpy as np
>>> time_type = data.index.dtype
>>> time_type
datetime64[ns, tzfile('PRC')]
>>> time_type == np.dtype('int32')
False
>>> time_type in [1,2,3]
False
>>> time_type in {np.dtype('int32')}
False
>>> time_type in ... |
dtype = pd.date_range("2016-01-01", periods=2, tz="UTC").dtype
>>> dtype == np.dtype("datetime64[ns]")
False
>>> np.dtype("datetime64[ns]") == dtype
TypeError: Cannot interpret 'datetime64[ns, UTC]' as a data type
It'd be nice if this returned False instead of raising.
| 1 |
The slider comparison is awesome for visual regression tests but the height of
the websites often changes which causes the slider comparison to be disabled.
Would it be possible to have it available even if the height are different?
Maybe we could add an option to pad images that are different heights?
|
**Context:**
* Playwright Version: 1.23.0
* Operating System: Mac
* Node.js version: 16.14.0
* Browser: Chromium
**Code Snippet**
Playwright config:
const config: PlaywrightTestConfig = {
testDir: 'tests',
fullyParallel: true,
reporter: process.env.CI ? [['github'], ['html... | 1 |
**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... |
In the typescript targets:
<VsTsc
ToolPath="$(TscToolPath)"
ToolExe="$(TscToolExe)"
TSConfigFile="%(ConfigFiles.Identity)"
YieldDuringToolExecution="$(TscYieldDuringToolExecution)"
ProjectDir="$(ProjectDir)"
ToolsVersion="$(TypeScriptTools... | 1 |
Issue #7405 was a bug filed that tf.complex_abs() was removed in 1.0. At the
bottom it says that tf.abs() now does that work, but the docs for tf.abs()
only mention float. I confirmed that tf.abs() does in fact do as the comment
on the issue describes
(https://github.com/tensorflow/tensorflow/blob/r1.1/tensorflow/pyt... |
I found one useful tensor operation "tensordot" is missing in tensorflow.
Theano has an implementation of it. It would be great to have tensordot also
in tensorflow.
| 0 |
* Electron version: 2.0.0-beta.1
* Operating system: MacOS 10.12
### Expected behavior
Context menu MenuItem click event fires on click
### Actual behavior
Event doesnt fire
### How to reproduce
https://github.com/pfrazee/electron-bug-context-menu-click
git clone https://github.com/pfrazee/el... |
* Electron version: Electron built at `aea06ed`
* Operating system: macOS 10.13.2
### Expected behavior
`MenuItem` click handlers should get called in the popped up context menu.
### Actual behavior
Click handlers never getting called back.
### How to reproduce
Open a popup in the main window:
... | 1 |
Since a few updates ago, I've noticed that loading the Packages or Install
options in the Settings window completely locks up Atom. I have to click "Keep
Waiting" up to several times before Atom becomes operable again. This happens
every single time I go into these menu options.
Atom 211
Windows 7 x86_64
|
I am getting random freezes and crashes on Windows 7. I am using Atom version
0.209.0.
Freezing occurs randomly (i.e. not all the time) when:
* changing values in the settings window.
* opening files (infrequent, big files seem to cause crashes more often).
* installing packages
* uninstalling packages
* ... | 1 |
I would like to humbly request a componentDidReceiveProps hook, often times I
would like to do something on both componentWillMount and
componentWillReceiveProps, but because `this.props` hasn't been set yet I am
forced to pass props around instead of reading directly from `this.props`.
## Before New Hook
... |
**Do you want to request a _feature_ or report a _bug_?**
Feature
**What is the current behavior?**
useContext triggers update if the whole passed store changed
**What is the expected behavior?**
add keys argument to trigger update only if specified keys in passed store
changed
It would be useful to improve... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.196.0
**System** : Microsoft Windows 8.1
**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... |
[Enter steps to reproduce below:]
1. Right-click a file in the left column. (The file I used was green, not added to Git, and empty.)
2. Click Delete.
**Atom Version** : 0.186.0
**System** : Mac OS X 10.10.2
**Thrown From** : tree-view package, v0.164.0
### Stack Trace
Uncaught Error: Cannot find module '... | 1 |
**Is your feature request related to a problem? Please describe.**
It's no secret that deno_lint is fast. Like, much, much faster than eslint. As
such (and as the deno_lint roadmap heads toward eslint plugin compatibility
and autofix), deno will see an increasing number of users and companies adopt
deno lint for t... |
**Is your feature request related to a problem? Please describe.**
I wanted to use deno linter instead of eslint in VSCode for the project that
is not deno-specific. I run `deno lint` on my project's code and the issues it
finds are very useful for me, but I hate fixing them from the console, and I
would greatly ap... | 1 |
I've a `$.fn.tooltip` plugin (jQuery Tools) and the `$.fn.tooltip`
(Bootstrap). For the moment i can't keep both because of the naming collision.
Can all plugins be renamed to something like `$.fn.bootstrapTooltip` instead
of `$.fn.tooltip` ?
I know this is BC break. Also, i haven't find any discussion on this topi... |
class .text-right not work in table, becase another class overwrite it
.table th, .table td {
border-top: 1px solid #DDDDDD;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}
This maybe can be fixed with adding `.table .text-right`
| 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
I have found a very similar issue: #7012 but that talks about the handler
being detached AFTER closing popover. Our popovers do not even open, yet they
hook into the onScroll event.
## Expected Behavior
I expect Popover to ... |
When using a Select inside a Dialog i get the error "Uncaught RangeError:
Maximum call stack size exceeded." after clicking into the select box.
The error came from here.
Note: I'm using redux-form with redux-form-material-ui, but I don't think that
they are related, expected for the fact that redux-form-mate... | 0 |
**Migrated issue, originally created by somedood (@somedood)**
Where there are cyclical relations in objects, and a new object is created,
sometimes the session will try to save the same object twice which results in
an IntegrityError exception since the same id is used on both INSERTS. The
test uses activemappe... |
**Migrated issue, originally created by Mario Benito Ríos (@Maberi)**
With MySQL backend, on commit after creating a new object with "autoincrement"
PK, key updating is triggering validator. See
https://bitbucket.org/zzzeek/sqlalchemy/src/2de7f94739ec1873e1dce48797e1e6f12044cf4c/lib/sqlalchemy/orm/persistence.py?at... | 0 |

React version: 16.13.1
## Steps To Reproduce
1- The first render is correct
2- The second re-render is correct because `X` changes from `1` to `2`
3- The third re-render in the wrong
Link to code example... |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
As demonstrated in this codesandbox, trying to implement a pattern similar to
the one discussed in https://reactjs.org/docs/hooks-faq.html#how-do-i-
implement-getderivedstatefromprops results in an infinite loop, even ... | 1 |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
How can I remove the background colour on the hover of a menu item, and change
the font-color?
|
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Print "ref is ok" in console.
## Current Behavior
Warning printed:
> Warning: Stateless function components cannot be given refs. Attempts to
> access this ref will fail.
>
> Check the render method o... | 0 |
I'm having some difficulties to do a custom rendering for expanded choices.
I'm using an entity type wich is ordering entities by a relation table, and
for each different relation I have to do a group of chexkboxes, with another
one at the top allowing to select all or none of the group.
My issue is that I can't... |
When using `"expanded" => true` on a `choice` field that contains groups, the
default form theme simply renders all radio buttons/checkboxes sequentially,
without headings or any other indication of the group structure (at least
under Twig).
From what I can tell, this issue stems from the fact that the choices in an... | 1 |
function decorator(container, key) {}
class A {
@decorator // OK
fn(){}
}
let a = {
b: class B {
@decorator // Error TS1206: Decorators are not valid here
fn(){}
}
}
My use case is a controller class in an Angular 1.5 comp... |
**TypeScript Version:** 1.8.10
**Code**
export default new class Foo {
@someDecorator
someMethod() {}
}
Will result in an error on `@someDecorator`:
error TS1206: Decorators are not valid here.
* * *
It can be worked around via
class Foo {
@... | 1 |
Under **What do I need?** click should also be listed.
|
This is a major backwards-compat breaking change, but I suspect not the
intended design and hopefully easy to fix.
The issue is related to PR #2629, and this example follows from that:
Given blueprint `bp` and app `app`:
@bp.route('b/')
def tmp():
return "URI should be '/a/b/"
ap... | 0 |
Trying to use Input groups in inline form (single form or in Nav bar).
There are expected behaviour in FireFox (v26.0), but Chrom (v34.0.1809.0
dev-m) dumbs.
Trying to solve it but can't guess problem point.
Here are live example: http://jsbin.com/EreJodAC/1/
Here are screenshots:
FireFox (as expected)
![im... |
When you have an input-group (I've only tested it with a button) inside a
navbar the form doesn't align and makes the navbar height way longer.
| 1 |
# Bug report
Webpack supports the `browser` alias but it doesn't apply it to exports map.
**What is the current behavior?**
This pattern is supported
{
"main": "./index.js",
"browser": "./browser.js"
}
but this pattern isn't:
{
"exports": {
".": "./index.js",... |
# Bug report
**What is the current behavior?**
When generating a bundle with `devtool: eval-source-map`, the source maps
don't work with the Firefox Dev Tools' console. Instead of seeing the expected
file when I have an error in my code, I see `bundle.js line 11739 >
eval:52:29` (or equivalent).
**If the current b... | 0 |
Hi, When I build dockerfile, I see error message about git submodule.
Step 10/14 : RUN git submodule update --init
---> Running in 0633cd9d62c6
fatal: Not a git repository (or any of the parent directories): .git
The command '/bin/sh -c git submodule update --init' returned a non-zero code... |
## 🐛 Bug
PR #42514 added NCCL Alltoall support to NCCL process group using NCCL
Send/Recv. This seems to cause unrelated NCCL tests to time-out. This feature
has been disabled by default.
## To Reproduce
Steps to reproduce the behavior:
Set ENABLE_NCCL_A2A=1 to enable NCCL A2A support using NCCL send/recv. See:
... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
yum_repository
##### ANSIBLE VERSION
2.3.1.0
##### OS / ENVIRONMENT
Control host: Fedora 26
Servers: CentOS 7.3
##### SUMMARY
Some public Yum repositories use multiple GPG keys and yum_repository does not
support that currently.
##### STEPS TO REPRODU... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
##### ANSIBLE VERSION
ansible 2.3.0.0
config file = ansible.cfg
configured module search path = [u'modules']
python version = 2.7.13 (default, Jun 9 2017, 12:31:00) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)]
... | 0 |
Following code passes borrow checking leading to serious memory unsafety.
fn main() {
let mut v = Vec::new();
for _ in v.iter() {
v.push('j');
}
}
Code compiles with `&c` instead of `_` too. Loop fails to compile only in `for
c in v.iter()` case where there's an... |
This simple code compiles on current master (`0d3bd77`) :
fn main() {
let mut vector = vec!(1u, 2u);
for &x in vector.iter() {
let cap = vector.capacity();
println!("Capacity was: {}", cap);
vector.grow(cap, &0u); // be sure to cause reallocation
... | 1 |
# Command Queue language or simple Commands Queue
To be able to in a single command time queue up multiple commands that can
either run sequentially or based on conditions(especially if integrated well).
for example, in my program, I use Mercurial, with Perl for build environment
and python to run tests. Sometimes ... |
# Environment
SSH
Any other software?
# Steps to reproduce
on an SSH connection, paste the text on the screen tab position incorrectly
# Actual behavior
on an SSH connection, paste the text on the screen tab position incorrectly
| 0 |
**TypeScript Version:**
1.8.10
**Code**
export class BaseLayoutModel extends BaseModel {
constructor(attributes?: any, options?: any) {
super(attributes, options);
}
}
export class BaseModel extends Backbone.Model {
constructor(attributes?: any, option... |
class B extends A {
constructor(msg:string) {
super(msg);
}
}
class A {
constructor(public msg:string) {
}
}
If the super class of B is defined after A you'll get a runtime error.
Just tested the above code in the typescript p... | 1 |
When a callback is called by GLFW I get no line information about where the
error was thrown. Here's an example:
import GLFW
GLFW.Init()
w = GLFW.CreateWindow(640, 480, "")
function foo()
GLFW.Terminate()
throw(InexactError())
end
GLFW.SetWindowSizeCallback... |
It seems that julia error tracebacks sometimes leave out some lines, including
the one with the actual error.
When I load the following code from a script,
module M
function f()
x # line 3: error occurs here
end
function g()
f() # line 6
end
g() ... | 1 |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
`psum` will fail when using `value_and_grads` but it will succeed if call it
directly
import jax
def fn(arg_0):
return jax.lax.psum(arg_0, [-1]).sum()... |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
`cummax, cummin, cumprod` will succeed when using `value_and_grads` but fail
if directly call
import jax
def fn(arg_0):
axis = -1
return ... | 1 |
**Steps to reproduce:**
1. Start Atom.
2. Right-click on anything.
**Atom Version** : 0.196.0
**System** : Microsoft Windows 8.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilena... |
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 |
Here: http://docs.scipy.org/doc/numpy/reference/generated/numpy.where.html
x, y : array_like, optional
Values from which to choose. x and y need to have the same shape as condition.
Do they actually need to have the same shape as condition? Also from the docs:
>>> x = np.arange... |
I often use something like this:
NumpySlice = Tuple[Union[int, None, slice, ndarray], ...]
but I guess this is more general?
NumpySlice = Union[ndarray, Tuple[Union[int, None, slice, ndarray], ...]]
Also, why aren't `_Shape` and `_ShapeLike` exposed as `Shape` and `ShapeLike`?
It would... | 0 |
http://jsbin.com/habucayi/2/
If I use "top" or "bottom" placement, everything is ok, but with "left" and
"right" the popover is shown on the wrong place.
|
look here:
http://jsbin.com/yalohofo/1/
The layout of the tooltips gets screwed up, if the tooltips are created when
outside of the viewport !
| 1 |
Currently, `numpy.random.multivariate_normal` makes use of SVD decomposition,
`numpy.dual.svd`, on the provided covariance matrix to perform the sampling.
This approach allows the use of positive semi-definite covariance matrix.
However, it is not unique as the singular vectors are not guaranteed to be. In
fact,
... |
Reported on the distutils-sig by Paul Moore.
A quick test later:
No BLAS/ATLAS/LAPACK causes a string of warnings, And ignoring the
rest of the error stack (which I'm frankly not interested in investing
the time to diagnose and fix) I get "RuntimeError: Broken toolchain:
cannot link a s... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
* * *... |
**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 |
#### Code Sample, a copy-pastable example if possible
Link to StackOverflow example
Using pd.series works fine:
df = pd.DataFrame(np.random.randint(1, 10, (3, 3)), index=['one', 'one', 'two'], columns=['col1', 'col2', 'col3'])
new_data = pd.Series({'col1': 'new', 'col2': 'new', 'col3': 'new'})
... |
#### Code Sample, a copy-pastable example if possible
import numpy as np
import pandas as pd
persons = [
{
'name': ''.join([
np.random.choice([chr(x) for x in range(97, 97 + 26)])
for i in range(5)
]),
'age': ... | 1 |
**I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] support request
**Current behavior**
I'm subscribing to queryParam changes in a component in order to update and
save the app state based on it. Clicking on links, which points to the
different states works fine. Using the ... |
Getting the below error.
> ERROR in ./src/app/+dashboard/+analytics/analytics.component.ts
> Module not found: Error: Can't resolve './dashboard/dashboard' in
> 'D:\MySample\web\src\mysample\src\app+dashboard+analytics'
> @ ./src/app/+dashboard/+analytics/analytics.component.ts 17:18-50
> @ ./src/app/+dashb... | 0 |
Hi, when I'm trying to run kube-up.sh with aws and coreos i get
Attempt 1 to check for SSH to master [ssh to master not working yet]
Attempt 2 to check for SSH to master [ssh to master working]
Attempt 1 to check for salt-master [salt-master not working yet]
Attempt 2 to check for salt-mast... |
Hello,
Is there more documentation on how to run a Kubernetes cluster using CoreOS on
AWS ??
I tried the script for AWS specifying KUBE_OS_DISTRIBUTION=coreos, it started
a master on ubuntu, and then tried to launch my minions but they all crashed.
I first had to modify the cluster/aws/coreos/util.sh script and de... | 1 |
Since upgrading from beta 19 to beta 21, our jest tests are failinng due to
the following error:
TypeError: window.__NEXT_REGISTER_PAGE is not a function
at Object.<anonymous> (.next/bundles/pages/__tests__/create.test.js:2:8)
at handle (node_modules/worker-farm/lib/child/index.js:44:8)
... |
Hi! I am having some trouble getting set up with Redux and Apollo.
The existing `with-redux-and-apollo` example is only compatible with Apollo 1.
Apollo 2 severs out-of-the-box support for redux in favor of Apollo's client
side state management, but luckily https://github.com/rportugal/apollo-cache-
redux gives ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.