text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
## 🐛 Bug
When building libtorch with cmake/make directly, the generated
`TorchConfigVersion.cmake` will always show 1.0.0 as the version number
## To Reproduce
Steps to reproduce the behavior:
1. Clone Pytorch
2. Checkout v1.0.0
3. Build libtorch with cmake/make
4. Look at `TorchConfigVersion.cmake`
... |
## 🐛 Bug
CMake version (in `TorchConfigVersion.cmake`) seems stuck to 1.0.0 in the
latest libtorch C++ windows packages (CUDA or not).
This problem may also have affected the previous 1.0.1 packages.
Another big problem for me is that I can't find any more link to download
libtorch C++ 1.0.1 packages,
upon whi... | 1 |
I haven't tried it yet, but does webpack reduce dependencies according to the
package version? So if a module with the same version number is included from
two different directories, e.g. `A/node_modules/underscore@1.x` and
`B/node_modules/underscore@1.x`, webpack should include it only once into the
bundle.
It woul... |
Hi @sokra
When I try to require('jquery'), which is a jam module installed under
web_modules, I always get the following message:
- Serving static content.
- dev-server on port 8081.
> Open http://localhost:8081/ in your browser.
Error: watch ENOENT
at errnoException (fs.... | 0 |
Now that flask 2.0.0 has a `py.typed` file, the flask types are preferred over
the typeshed hints. When running mypy on my code, I now see errors like the
following:
app.py:6: error: Module 'flask' does not explicitly export attribute 'Flask'; implicit reexport disabled
app.py:6: error: Module 'f... |
Python 3.9.5 + mypy 0.812
# magic.py
from jinja2 import Environment
mypy ./magic.py
Success: no issues found in 1 source file
mypy ./magic.py --strict
magic.py:1: error: Module 'jinja2' does not explicitly export attribute 'Environment'; implicit reexport disable... | 1 |
Dialogs look great at big screen, but while browsing with phone - it's almost
unusable. Contents collapses to small box with scrollbar if params set right.
That was very very bad UX for my case. Here it's w/o modifications:
 currently does.
# It is non-obvious to new users, gives non-obvious error messages, and also behaves differently to read_csv(dtype)
# a) Leaving dtype=None in constructor wi... |
I have a dataframe called delivery and when I print(delivery.columns) I get
the following:
Index(['Complemento_endereço', 'cnpj', 'Data_fundação', 'Número',
'Razão_social', 'CEP', 'situacao_cadastral', 'situacao_especial', 'Rua',
'Nome_Fantasia', 'last_revenue_normalized', 'last_revenue_y... | 0 |
### System Info
* `transformers` version: 4.30.0.dev0
* Platform: Linux-5.15.107+-x86_64-with-glibc2.31
* Python version: 3.10.11
* Huggingface_hub version: 0.14.1
* Safetensors version: 0.3.1
* PyTorch version (GPU?): 2.0.1+cu118 (True)
* Tensorflow version (GPU?): 2.12.0 (True)
* Flax version (CPU?... |
### System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last
points.
* `transformers` version: 4.24.0
* Platform: Linux-5.15.0-69-generic-x86_64-with-glibc2.31
* Python version: 3.10.9
* Huggingface_hub version: 0.10.1
* PyTorch version (GPU?): 1.12.1 (False)
* Tensorflow... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
**Symfony version(s) affected** : 4.1.5
**Description**
Adding `<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />` to
`phpunit.xml.dist` has no affect.
**How to reproduce**
Install the symfony skeleteon
composer create-project symfony/skeleton:4.1.* bug_app
cd bug_app
composer re... |
**Symfony version(s) affected** : all ?
**Description**
phpunit-bridge ignores the value "disabled" for the environment variable
SYMFONY_DEPRECATIONS_HELPER when set in phpunit.xml. The value "weak" works as
expected.
Also, setting this environment variable in the shell works as expected.
Tested with phpunit-b... | 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/.):
**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/.):
reconstructVolume calls plugin's `ConstructVolumeSpec` to create a volume spec
and use this volume spec in plugin's `NewMounter` to mount the volume.
P... | 0 |
# Bug report
## Describe the bug
When I try update production project with 100+ pages and 10+ languages to
Next.js 9.0.4 and move all my routes from `next-routes` to built-in dynamic
routes found some issue on client side routing.
In multi language sites in most cases we need to show locale code in the start
of pa... |
_Previouslya thread on Spectrum._
I need to support these routes:
/posts
/posts/1
/posts/2
As mentioned in the dynamic routing RFC, a workaround can be implemented like
this:
// pages/posts/[id].js
export default () => <h1>Post no. {router.query.id}</h1>
// pa... | 1 |
PyTorch checks if tensors have been modified in-place to ensure correctness of
the backward operation, with `ctx.save_for_backward` and `ctx.saved_tensors`
in the `forward` and `backward` methods of subclasses of
`torch.autograd.Function`. This check does not appear to function when the
saved tensor is not the 'owner... |
## 🐛 Bug
Gradients aren't backpropagated when all three conditions are met:
1. Use `torch.utils.checkpoint`.
2. Place `nn.InstanceNorm?d` right before any in-place module such as `nn.ReLU(inplace=True)`.
3. The checkpoint returns the result of the in-place module.
## To Reproduce
import torch... | 1 |
To reproduce:
1. Go to Available Updates.
2. Make sure you have packages that need updates.
3. Hit "Update All".
The Update button within the package cards will change to "☁️ Updating..."
with the stripes running right to left. Leave this page open and come back 5
minutes later. It will still say updating. Bu... |
Just noticed this as of Atom 0.208.0-c06d62e:
1. Click the `Update` button in an available update package card in the Updates panel
2. Wait a sufficiently long time so you know it should've been installed (~5 mins with an SSD, for example)
3. Package card will still say "Updating..."
4. Click another panel i... | 1 |
Electron Info
"electron-devtools-installer": "^1.1.2",
"electron-packager": "^7.0.2",
"electron-prebuilt": "^1.2.3",
"electron-rebuild": "^1.1.4",
* Operating system: Mac 10.11.2
Problem:
The following code snipped runs fine in development but does not execute when
packaged.
... |
* Electron version: 0.30 - 1.0.1
* Operating system: OSX Yosemite
I having a problem PATH using Electron in production. The problem I have is
with "pdfinfo" (poppler). Poppler was installed with homebrew and it is in the
PATH (I can execute "pdfinfo" from any folder in my terminal).
When starting my Electron ap... | 1 |
**Migrated issue, originally created by Praveen Arimbrathodiyil (@pravi)**
File "/usr/lib/python2.7/dist-packages/gnukhataserver/rpc_reports.py", line
134, in xmlrpc_getLedger
grandTotal =float(balanceRow["total_CrBal"]) + float(balanceRow["curbal"])
File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/resu... |
**Migrated issue, originally created by Ronny Pfannschmidt
(@RonnyPfannschmidt)**
oracle stored procedures cant be invoked by a select, instead one must call
them in a anonymous block
a way to either access those via the dbapi.callproc method or generating the
fit sql would be nice
currently i work around by comp... | 1 |
# Summary of the new feature/enhancement
App is accessible outside of the Windows Store to Download as an .exe File
Because of company policies i can never use this app will working. An
Environment where i will definetly need to have this app.
# Proposed technical implementation details (optional)
The app can be... |

Allow the default pofile parameter to open multiple tabs when starting the
application
| 0 |
I'm trying to combine the two-explicit-vendor-trunk example with code
splitting. But cannot make it to work.
I have two pages (NOT real pages, it's an SPA using react and react-router):
* / : needs only `vendor.js`
* /d3 : needs both `vendor.js` and `d3.js`
The goal is: when visiting /, only `app.js` and `vend... |
**I'm submitting a bug report**
**Webpack version:**
1.13.2
**Please tell us about your environment:**
OSX
**Current behavior:**
Errors in the browser console appear duplicated, regardless of the loader:

* from_items (#18529)
This is just a suggestion: `DataFrame` constructor already supports the things
that `from_dict` and `from_records` do (`from_items` is ... |
#### Problem description
I was looking into how to convert dataframes to numpy arrays so that both
column dtypes and names would be retained, preferably in an efficient way so
that memory is not duplicated while doing this. In some way, I would like to
have a view on internal data already stored by dataframes as a n... | 0 |
##### ISSUE TYPE
* Bug Report and regression, this works fine in 2.1.0
##### ANSIBLE VERSION
ansible 2.1.1.0
##### STEPS TO REPRODUCE
Create a directory layout like this:
├── ansible.cfg
├── host_vars
│ └── localhost
├── inventory
│ └── hosts
└── playbo... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible --version
ansible 2.1.1.0
config file = /stuff/ansible.cfg
configured module search path = ['./library']
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
Just upgraded to ansible 2.1.1 and noticed I could n... | 1 |
Sorry, since I don't know what causes this, can't be more specific, and don't
know if the other bug reports (currently 4 others) are related or have
distinct causes.
Other issues with the same error:
* #6000
* #5959
* #6102
* #6440
This is as small as I can get the code:
use core::num::Zero;... |
To reproduce:
https://github.com/zwizwa/lars
d0a9cae2d174c181f80a3e2716118dd59945be78 bug compiling la.elf
( make la.elf )
This is on Debian wheezy/jessie/sid cocktail.
rustc 1.0.0-nightly (`1d00c54` 2015-01-30 19:56:34 +0000)
binary: rustc
commit-hash: `1d00c54`
commit-date: 2015-01-30 19:56:34 +0000 ... | 0 |
## Feature Request
In the docs, it says that:
> Does not support `const enum`s because those require type information to
> compile.
I don't believe that this is true. Babel should be able to transpile `const
enum`s into objects, which will achieve the same functionality as typescript,
through different transpiled ... |
I'm currently targeting IE9+ in my project. I have to use `spec.protoToAssign`
to get classes working. The `babelHelpers.inherits` helper uses `__proto__`,
which requires the helpers to be transformed. So this forces me to either use
inline helpers (a lot of duplication) or to use `babel.buildExternalHelpers`,
which ... | 0 |
I have run into a strange problem using DistributedDataParallel. I have solved
it - but this looks like a bug to me.
The error I am getting is:
... in spawnv_passfds
False, False, None)
ValueError: bad value(s) in fds_to_keep
This occurs during the spawn() call from pytorch-lightning... |
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import torch
fig = plt.figure()
plt.plot([1,2])
fig.savefig('test.pdf')
Running this simple python code will have error `*** Error in 'python':
free(): invalid pointer: 0x00007f5ba8129ac0 ***` (omit... | 0 |
I'm trying to run `rollup` with `--compat` flag, however I'm getting following
error:
❯ deno run --compat --unstable dist/es/rollup.js
Check file:///Users/biwanczuk/dev/rollup/dist/es/rollup.js
error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation.
... |
$ deno --version
deno 1.6.3 (release, x86_64-apple-darwin)
v8 8.8.294
typescript 4.1.3
I was attempting to import `rollup` in Deno and getting the following error:
$ deno run rollup.ts
Check file:///Users/craigmorten/git/cmorten/rollup/rollup.ts
error: TS2502
[ERR... | 1 |
I have several fixtures files for different testcases, after upgrade the
playwright version to 1.32.3, all test files not work,always show error
message 'Error: test file "browser_ui/xxx/xxx_management.test.ts" should not
import test file "src\fixture\myFixture.ts"'
### System info
* Playwright Version: [v1.32.3]... |
### System info
* Playwright Version: [v1.33]
* Operating System: [Windows 11, Ubuntu 22]
* Browser: [WebKit]
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Test file (self-contained)**
test("doc + xhr", async ({ page }) => {
await page.r... | 0 |
Some of of cuDNN's algorithms are non-deterministic, even with the seed set to
X, for example
typedef enum
{
CUDNN_CONVOLUTION_BWD_FILTER_ALGO_0 = 0, // non-deterministic
CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3 = 3, // non-deterministic, algo0 with workspace
... |
It is totally possible to implement deterministic training with lua torch
avoiding some cunn modules and cudnn algos. cutorch has atomicAdd in
THIndexTensor which shouldn't pose a problem.
PyTorch should implement:
* ordered parallel data loading similar to torchnet https://github.com/torchnet/torchnet/blob/mast... | 1 |
See https://storage.googleapis.com/go-build-
log/a29b1dce/plan9-386-gcepartial_808d3016.log.
ok mime/quotedprintable 0.164s
--- FAIL: TestFileListener (0.00s)
file_test.go:168: file file+net /net/tcp/22/ctl: file does not represent a listener
FAIL
|
What does 'go version' print?
Current tip, 1.4 beta.
go version devel +91fa3e159e2f Sun Nov 16 14:25:33 2014 -0500 linux/amd64
also triggers on 1.3.
What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.
curl http://play.golan... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gce-reboot-release-1.4/1369/\n\nFailed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by triggering\nkernel panic and ensure they function upon restart {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/reboot.go:104\n Oct 23 18:08:41.752: Test failed; at least one node failed to reboot in the time given.\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/reboot.go:158\n \n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gce-reboot/340/\n\nFailed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by triggering\nkernel panic and ensure they function upon restart {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/reboot.go:104\n Oct 5 06:57:41.583: Test failed; at least one node failed to reboot in the time given.\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/reboot.go:158\n \n\n" | 1 |
Hello
I am having trouble in checking existing data in scrapy. i have used
elasticsearch as my database below code i am trying to execute ??
|
Hello
I am having trouble in checking existing data in scrapy. i have used
elasticsearch as my database below code i am trying to execute ??
`
def checkIfURLExistsInCrawler(single_url):
elastic_query = json.dumps({
"query": {
... | 1 |
### System info
* Playwright Version: [v1.34.3]
* Operating System: [Windows 10, Debian 11]
* Browser: [All]
* Other info: I use remote.ssh extension on my Debian 11. X Server send Display information to my Windows via VcXsrv or X410
**Config file**
default
**Test file (self-contained)*... |
### System info
* Playwright Version: v1.32.1
* Operating System: macOS-latest (GA)
* Browser: WebKit
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
MRE: https://github.com/johny-ss/actions
or
**... | 0 |
When I'm using datetime picker component, there is a problem that when I chose
the value, I cannot change it back to not choose a date state.
Version: material-ui@0.19.1
React: 15.6.1
|
* I have searched the issues of this repository and believe that this is not a duplicate.
There is similar issue #8478, but it's closed and marked as invalid due to
lack of example.
## Expected Behavior
Drawer sticks to the side, provided in `anchor` property (in this case, it's
'bottom').
## Current Behavior
... | 0 |
Can't achieve to have a Floating action button with tooltip.
I saw the component has not tooltip prop, so try to insert an IconButton
inside but didn't work for me..
so tried to use an IconButton but it has no onClick event so..
Anyway to have an circled button with hover and onClick?
|
It would be awesome if it's possible to add tooltip for FAB, like:
https://material.angularjs.org/latest/#/demo/material.components.tooltip
| 1 |
by **phmmnd** :
What steps will reproduce the problem?
1. Start a fake syslog server using openbsd netcat: nc -kl 1234
2. Run the program at http://play.golang.org/p/ADb0RmfVYI, which attempts to log a
message over syslog every second, and reports the returned error.
3. Kill the ne... |
Append this code to go/types/api_test.go and run it.
LookupFieldOrMethod, contra its spec, returns pointer-receiver methods even when invoked
with a non-pointer named type. (This is something like the "implicit &"
rule, but this is not the right place for that logic since that rule only... | 0 |
after a clean install of atom (using the windows installer on my windows 8.1
machine) i cannot install the atom-beautify package. here's the output from
the installation try:
npm http GET https://registry.npmjs.org/analytics-node
npm http GET https://registry.npmjs.org/atom-message-panel
npm ht... |
I am attempting to install an Atom package and the install keeps failing with
the same error (see below). After investigating, it seems that there is a
mismatch between the way that the GitHub installer installs Git on Windows
(Windows 7 in this case) and the way that Atom expects to find Git.
GitHub is installing G... | 1 |
Certain icons do not display correctly in Safari. It seems to be an encoding
issue perhaps? http://d.pr/i/QL0L. The lock, bell, and paperclip among others
show up like this in the css http://d.pr/i/ypKw. This is straight from the
getbootstrap site. I've downloaded from the main page, the compiler, and the
source on G... |
The glyph font icons are somehow broken on some devices. For example on my
android phone (android 2.1) some of the icons are broken, but others look OK.
See attached screenshot.
I'm not sure what is cause of that, yet if it is possible to show some of the
icons properly on my device, it should be possible to fix it ... | 1 |
by **sebastien.paolacci** :
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull", "hg update default", rebuild, and
retry
what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Ask for an os.F... |
Go has a RFC 6265 compliant cookie parser in net/http that is used for the builtin http
server. Which means commas aren't allowed in cookie values (what the rfc specified in
the BNF as "cookie-octet").
Despite not being RFC compliant, all browsers that I'm aware of allow commas. When
... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-autoscaling/411/\n\nMultiple broken tests:\n\nFailed: DumpClusterLogs {e2e.go}\n\n \n \n error running dump cluster logs: exit status 1\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should add node to the\nparticular mig [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:145\n Expected error:\n <*errors.StatusError | 0xc420e3e300>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"an error on the server (\\\"Internal Server Error: \\\\\\\"/api/v1/watch/namespaces/e2e-tests-autoscaling-uqpuq/serviceaccounts?fieldSelector=metadata.name%3Ddefault\\\\\\\"\\\") has prevented the request from succeeding (get serviceAccounts)\",\n Reason: \"InternalError\",\n Details: {\n Name: \"\",\n Group: \"\",\n Kind: \"serviceAccounts\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Internal Server Error: \\\"/api/v1/watch/namespaces/e2e-tests-autoscaling-uqpuq/serviceaccounts?fieldSelector=metadata.name%3Ddefault\\\"\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 500,\n },\n }\n an error on the server (\"Internal Server Error: \\\"/api/v1/watch/namespaces/e2e-tests-autoscaling-uqpuq/serviceaccounts?fieldSelector=metadata.name%3Ddefault\\\"\") has prevented the request from succeeding (get serviceAccounts)\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:236\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should increase cluster size\nif pods are pending due to host port conflict\n[Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:90\n Expected\n <int>: 6\n to equal\n <int>: 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:80\n \n\nIssues about this test specifically: #33793\n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should increase cluster size\nif pending pods are small [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:90\n Expected\n <int>: 6\n to equal\n <int>: 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:80\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should disable node pool\nautoscaling [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:90\n Expected\n <int>: 6\n to equal\n <int>: 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:80\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should correctly scale down\nafter a node is not needed when there is non autoscaled\npool[Feature:ClusterSizeAutoscalingScaleDown] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:146\n Oct 21 08:46:11.349: All nodes should be ready after test, the server cannot complete the requested operation at this time, try again later (get nodes)\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:445\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should increase cluster size\nif pending pods are small and there is another node pool that is not\nautoscaled [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:145\n Expected error:\n <*errors.errorString | 0xc4203ced10>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:236\n \n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should scale up correct\ntarget pool [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:90\n Expected\n <int>: 6\n to equal\n <int>: 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:80\n \n\nPrevious issues for this suite: #33456 #34061 #34781\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gci-gke-autoscaling/304/\n\nMultiple broken tests:\n\nFailed: [k8s.io] Cluster size autoscaling [Slow] shouldn't increase cluster\nsize if pending pod is too large [Feature:ClusterSizeAutoscalingScaleUp]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:124\n Expected\n <bool>: false\n to equal\n <bool>: true\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:120\n \n\nIssues about this test specifically: #34581\n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should correctly scale down\nafter a node is not needed [Feature:ClusterSizeAutoscalingScaleDown]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:260\n Expected error:\n <*errors.errorString | 0xc821419bf0>: {\n s: \"timeout waiting 15m0s for appropriate cluster size\",\n }\n timeout waiting 15m0s for appropriate cluster size\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:259\n \n\nIssues about this test specifically: #33891\n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should scale up correct\ntarget pool [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:243\n Expected error:\n <*errors.errorString | 0xc820dae440>: {\n s: \"autoscaler not enabled\",\n }\n autoscaler not enabled\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:232\n \n\nIssues about this test specifically: #33897\n\nFailed: [k8s.io] Cluster size autoscaling [Slow] should increase cluster size\nif pending pods are small [Feature:ClusterSizeAutoscalingScaleUp] {Kubernetes\ne2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:134\n Expected error:\n <*errors.errorString | 0xc820936040>: {\n s: \"timeout waiting 5m0s for appropriate cluster size\",\n }\n timeout waiting 5m0s for appropriate cluster size\n not to have occurred\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/cluster_size_autoscaling.go:132\n \n\nIssues about this test specifically: #34211\n\nPrevious issues for this suite: #33456 #34061 #34781\n\n" | 1 |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... |
# Checklist
* I have checked the issues list
for similar or identical feature requests.
* I have checked the pull requests list
for existing proposed implementations of this feature.
* I have checked the commit log
to find out if the if the same feature was already implemented in the
master branch.
... | 0 |
Mysql version : 5.7.18-cynos-log
Shardingsphere Proxy version : 5.1.2
Description:
When select [page_put_path] , result hava [page_put_path]。
But when select * , not result [page_put_path] .
 indicating a number of features used in a machine learning problem.
However, as of seaborn version 0.11.0, a TypeError is raised because seaborn
never checks for vectors/columns in `data` if `x` or `y` are integers.
## Example
... |
Apologies if this is a naive request or I've missed something in the existing
functionality, but I have a situation where I have data for two samples and
I'd like to view a quantile-quantile plot to compare the distributions of the
two samples. Both scipy and statsmodels have functions to make qq plots, but
they both... | 0 |
Right now createPalette and createMuiTheme accept a Partial, but actually they
should accept a DeepPartial since they do a deepmerge instead of a shallow
merge
type DeepPartial<T> = {
[ P in keyof T ]?: DeepPartial<T[ P ]>;
};
* I have searched the issues of this repository and believe tha... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
1.
export const domRender = (Component) => {
const div = document.createElement('div');
document.body.appendChild(... | 0 |
I've been trying to find out the process of creating DataFrames in order to
try to solve #2305 with minimal memory use. I've made some tests that put in a
IPython notebook:
http://nbviewer.ipython.org/gist/tinproject/7d0e0de9475b16910fcf
Currently when reads from a generator pandas internally allocate the whole
... |
Hi,
`Series.irow(i)` (and also `Series.iget(i)`), with `i` being an integer,
returns more than one value on Series with non-unique indexes if the index at
location `i` has duplicates. This is not the behavior I expected and it is
also different from the behavior shown by `DataFrame.irow(i)`, since it only
returns th... | 0 |
I'm running Archlinx where the default system Python is 3.5. This cases the
following code to fail:
$ ansible -i 127.0.0.1,localhost all -m ping
localhost | FAILED! => {
"changed": false,
"failed": true,
"module_stderr": "",
"module_stdout": "Traceback (most recen... |
This matter is related to ansible's dependancy to python2 and the
:
File "qat_residual.py", line 60, in <module>
TRAINING_DEVICE, print_freq=500)
File "/home/lijun/repo/quant/utils.py", line 73, in train_one_epoch
output = model(image)
F... |
## 🐛 Bug
I'm following this tutorial :
https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html
This tutorial uses a CPU, it works fine with a CPU, but to speed it up I want
to move it to the GPU and I get an error. It works with Pytorch version 1.4
but not with Pytorch nightly (1.5.0.dev20200413)... | 1 |
The resource 'projects/kubernetes-jenkins-pull/zones/us-central1-f/instances/tmp-node-e2e-7b8dd770-e2e-node-ubuntu-trusty-docker8-image'
Logs:
https://00e9e64bac531cb5cad75310c608414ef335529b22eebfe480-apidata.googleusercontent.com/download/storage/v1/b/kubernetes-
jenkins/o/pr-logs%2Fpull%2F25374%... |
Build log
I0419 09:06:53.327003 21861 run_e2e.go:243] Error deleting instance tmp-node-e2e-d5af7478-e2e-node-ubuntu-trusty-docker9-image
Was immediately followed by
Failure Finished Host Test Suite
Unable to create gce instance with running docker daemon for image e2e-n... | 1 |
Here is a reduced test case: workercoverage.zip
Run `./runTest.sh` and observe the result in `html/index.html` folder.
You need to have genhtml installed, but otherwise you can also check the
result of `lcov.info` to see that it only contains coverage of the
`startWorker.js` file.
|
Currently "deno info https://deno.land/std/http/file_server.ts" will display a
dependency graph of the specified module. It would be nice to be able to
access this information in a programmatic way.
let depTree = await Deno.deps("https://deno.land/std/http/file_server.ts")
Where depTree would be ... | 0 |
Dan Abramov mentioned that Devtools v4 will be making `react-hot-loader`
obsolete: https://twitter.com/dan_abramov/status/1144715740983046144?s=20
> **Me:**
> I have this hook:
> `require("react-reconciler")(hostConfig).injectIntoDevTools(opts);`
> But HMR has always worked completely without it. Is thi... |
Describe what you were doing when the bug occurred:
1. Was profiling component performance.
* * *
## Please do not remove the text below this line
DevTools version: 4.2.0-a8b8ffb89
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:156567
at Map.forEach ()
at commitIndex (... | 0 |
At now Electron application store cache files near to config files in folders
`~/.config/APP/Cache` and `~/.config/APP/GPUCache`, so config folder contains
many useless files with large size (more than 200 mb).
Linux systems use separate `~/.cache` folder for store cache files, so Google
Chrome store configs in `~/.... |
* Electron version: 1.6
* Operating system: 10.11
### Expected behavior

### Actual behavior
.
If I change input value to, say, 'click Me' then the page is HMR'ed and
changes are immediately reflected in the browser. However, if I change
`console.log` in the `handler(... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I want to expect styles from my modules to be compiled into the same
stylesheet as my global styles. Please see demo setup below to understand
where styles are being pulled from.
├── pages
... | 0 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes
RFC? | no
Symfony version | 3.2.0
Hello,
The `CurrencyType` isn't working the same way like in symfony 3.1.
In 3.1 `CurrencyType` choises weren't lazy loaded but now it is. There is a
problem:
`Symfony\Component\Form\Extens... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 2.8.11
Hello.
Is it ok, when incorrect data submitted to ChoiceType and `isValid` returns
`true`?
$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\Ch... | 1 |
given the following json code on editor (the pipeline `|` represents cursors
position)
collections : {"profile": 'data.json', "users":[ |
]}
if I press `ctrl` \+ `delete` I would expect the code to look like this:
collections : {"profile": 'data.json', "users":[ | ]}
_NOT... |

Atom 0.141.0, Mac OS 10.9.5. When using `alt-delete` to delete to end of word,
I feel like the natural thing should be to erase all the whitespace in one
stop, without removing any visible characters. ... | 1 |
Hello.
I can't open an xml file, this size 1,9 Mo.
"Editor is not responding"
|
So, I use my text editor for all kinds of things (writing code, reading
readmes, editing dotfiles, etc). One of the things I do most often during any
given day is open up large log files to troubleshoot Enterprise problems.
These files can sometimes get as large as 500-800MB.
I just tried viewing a 350MB log file an... | 1 |
#### Challenge Name
Inventory Update
#### Issue Description
I think i've found a solution for the challenge and when i test it, it always
returns the correct answer, but there is any problem which doesn't let me
continue. I've checked all the test guidelines and it works for all of them.
#### Browser Information
... |
Challenge Use a CSS Class to Style an Element has an issue.
User Agent is: `Mozilla/5.0 (Linux; Android 5.0; P001 Build/LRX21M)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
... | 0 |
Is there a way to include static assets alongside a module that can be
installed using deno install?
|
## Problem
I often find myself needing to load non-JavaScript non-TypeScript assets, and
various problems arise:
* Local module (in git repo) has to use `fs` but remote module has to use `fetch`.
* The assets cannot be cached.
* The assets cannot be bundled.
## Suggestion
Add some way to annotate assets usi... | 1 |
#### Challenge Name
ES6: An Immutable Object a const does not make
#### Issue Description
Tried random code if that works. It does give me tons of errors but did let me
pass the challenge.
#### Browser Information
* Browser Name, Version: Chrome Version 52.0.2743.116 (64-bit)
* Operating System: OS X 10.10
... |
Challenge arrow-functions passes tests with any or no input.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36`.
It seems that the tests will pass without changing any code (as pictured). All
tests passed with a blank code editor and ... | 1 |
# Checklist
* I have included the output of `celery -A proj report` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* I have included all related issues and possible duplicate issues in this issue.
* I have included the contents of `pip freeze` in the iss... |
I have a situation where I have a Topic Exchange with two queues bound to the
exchange. Given the nature of Topic Exchanges, it's possible for a single
messager to be routed to multiple queues (this is desirable for my usage). If
I have a worker processing messages on one of the queue and have to stop that
worker, it... | 0 |
Hi,
When I run Pkg.update(), it starts the update but when it reaches Compat, it
does not move forward anymore. Then I interrupt and it "rolls bacl ColorType"
(see below; In Compat's link, it mentions only v 0.07.12. While the attempted
update is trying to fetch 0.07.13. ). This happened under v 4.3. I upgraded
the... |
I was surprised that this threw an error. I'm not 100% sure this is a bug, I
can see how this might be intended behavior, but it would sure be nice if it
would work.
julia> f(x)=any(true for y=1:x-1 for z=1:1);f(1)
ERROR: ArgumentError: argument to Flatten must contain at least one iterator
Sta... | 0 |
Currently cuDNN-based RNNs in TF are limited to GradientDescentOptimizer
(#6620). This is a serious limitation given the widespread use of other
optimizers. The claim that this cannot be supported in TF because cuDNN RNN
don't have known shapes at static time seems overly pessimistic. Just like
RNNParamsSaver provide... |
I am testing how to use CudnnLSTM, there is not a lot of documentation on
this. In my own experiment, I found when use AdamOptimizer with CudnnLSTM, it
always raises the following Exception.
I also found another repository using CudnnLSTM, and uploaded it here:
https://github.com/boche/LM-PTB-CUDNNLSTM. It also rais... | 1 |
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Version Airflow: 2.5.1
I have a file in python that generate dynamic DAG, and all time when have a
new code in that file, is necessary to execute `./airflow.sh dags
reserialize`, but sometimes this command return with an e... |
### Apache Airflow version
2.3.3 (latest released)
### What happened
When manually triggering a dag run using "Trigger DAG w/ config" and setting
the logical date and time, the UI of the dag run triggered will show a data
interval that is two schedule intervals off. For example, for a daily run,
setting the logica... | 0 |
* Electron Version: 2.0.0
* Operating System (Platform and Version): Windows 10
* Last known working Electron version:
**Expected Behavior**
I have a `<webview>` that points to a page with an `<input>` field. When I tab
from that input field, I expect focus to wrap around back to the input field.
**Actual be... |
* Electron Version: 2.0.0
* Operating System (Platform and Version): Windows 10
* Last known working Electron version: N/A
**Expected Behavior**
If the last focusable HTML element is focused and I press 'tab', then the next
thing that is focused should either be the first focusable HTML element, or if
not, t... | 1 |
On Mac OS X, many applications allow users to close tabs and windows with the
same hotkey, `Command + w`. Could Atom respect this convention as well?
|
When I have multiple buffers open in tabs and a tree view, my past editors
(TextMate, Sublime) have conditioned me to expect that a repeated ⌘+w close
each buffer's tab, then close the frame and its tree list after the last
buffer has been closed. Atom does not behave this way, and I'm curious if this
is by design.
... | 1 |
* Electron version: 1.4.3
* Operating system: Windows 10 1607
On Electron 1.4.3, tweetdeck.twitter.com has a very weird typing lag. This has
been present since 1.0.x, but I wasn't able to find any help regarding this
issue. The latest version of Google Chrome and Chromium works fine on
tweetdeck.twitter.com, but... |
* Electron version: 1.3.2
* Operating system: Windows 10 Version 1607, x64
Hi guys, I built an app that uses the tag. It was using Electron 0.36 for a
while now, but after upgrading to 1.3.2, the app starts to lag when the user
tries to type something in the webview. It doesn't happen for everyone tho,
only for ... | 1 |
When a list of hashes are used as variables, ansible-playbook output is very
verbose, printing out the full hash contents. My working playbooks have longer
variable files, so the terminal is constantly filled with useless information.
Also, when used with debug, the output is full item results are printed to
stdout.... |
I currently have a single dynamic inventory for EC2 which lists hosts across
several VPCs, inside those VPCs the hosts are assigned different roles which
are mapped to ansible groups.
However the `group_vars` folder support only one level, so if I have the same
role present in 2 VPCs, I cannot assign different vari... | 0 |
I've been noticing lately that matplotlib's SVG output appears with incorrect
clipping in a lot of SVG viewers (rsvg-view, Ristretto, gpicview), even though
it does appear correctly in good SVG viewers like inkscape, firefox, chrome.
The data curves peek outside of the axes. Luckily there is an fix in
matplotlib that... |
See my stackoverflow post:
http://stackoverflow.com/questions/29616764/matplotlib-savefig-produces-
incorrect-svg-image-for-bar-chart-with-log-scaled-y
A potential solution to the issue is described here: ipython/ipython#8133
(comment)
| 1 |
I do not know how to fix a buggy Accelerate backend..
Input:
`import numpy as np `
or
`import pandas as pd`
Output:
init_dgelsd failed init
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pyde... |
Hello. Could you please release CPython 3.9 manylinux wheels on PyPI?
Python 3.9.0 final was released this week:
https://www.python.org/downloads/release/python-390/
Thank You.
| 1 |
Though we can specify query granularity and intervals in search query spec.,
search query runner ignore those and scans whole the interval of the given
segment and works with `QueryGranularity.ALL`.
For example, in `testSearchWithCardinality()` of `SearchQueryRunnerTest`,
it requests search for interval [2011-01... |
This issue tracks all the "related" efforts targeted towards making realtime
ingestion better in one way or the other.
Here is a wishlist of items we should try to solve for. I understand that some
of this is already solved by tranquility (probably not in kafka based
ingestion), but we should ensure that those are ... | 0 |
df1 = pd.DataFrame([[1, 1]], columns=['x','x'])
df2 = pd.DataFrame([[1, 1]], columns=['x','y'])
pd.merge(df1, df2, on='x')
Results in:
Traceback (most recent call last):
File "test.py", line 5, in <module>
m = pd.merge(df1, df2, on='x')
File "/usr/lib/pyth... |
Fitting a linear model to Timestamps currently does not work out of the box.
and pandas does not support the ols function any further. When using e.g.
seaborn to make a fit it throws an error.
> TypeError: reduction operation 'mean' not allowed for this dtype
I wonder whether the dtype can be change so that mean ... | 0 |
There is an asymmetry to EnterLeave event plugin. Since `mouseenter` is
created from the relativeTarget of the `mouseout` event it fires even though
the target is disabled. Since the `mouseleave` is the inverse, i.e requires
that the disabled element fire a mouseout, it doesn't fire a `mouseleave` for
the disabled el... |
I'm experiencing an unexpected error related to "native" DOM events created in
an "owner" component and triggered by DOM elements rendered by "owned"
components. There's been a number of seemingly related issues, the closest
being #3790 \- but this might be a different edge case so I thought I'd create
a new issue fo... | 0 |
There are several cases where one property is only required depending on some
other properties. It's not possible to use the expression validator in such
cases.
public function validate($value, Constraint $constraint)
{
if (null === $value || '' === $value) {
ret... |
Empty properties are not validated by default:
class ExpressionValidator extends ConstraintValidator
public function validate($value, Constraint $constraint)
if (null === $value || '' === $value) {
return;
... | 1 |
expvar$ go test -cpu=1,2
2012/06/08 23:38:31 Reuse of exported var name: requests
panic: Reuse of exported var name: requests
[recovered]
panic: Reuse of exported var name: requests
parser$ go test -cpu=1,2
panic: testdata/commas.src used multiple times [recovered]
... |
Unlink Linux, BSD variants may change their kernel ABIs between major releases
as reported in #7849. To follow the circumstances with minimal maintenance
cost, I'd like to propose having an internal package that provides routing
message/socket parsers.
Exposed APIs:
* ABI agnostic routing message/socket types
*... | 0 |
Usage of the withStyles()-function enforces setting the classes property.
TS doesn't seem to split `WithStyles<ClassKey>` from `P`. This could be seen
as a typescript-fault, but I think it can easily be fixed within the type
definition.
export default function withStyles<ClassKey extends string>(
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
I did find this: #6520 which made me believe this should partly be solved.
## Expected Behavior
Current versions of material ui should install in current versions of react
without warnings
## Current Behavior
Run `npm... | 0 |
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1.clone the source pytorch and success build from source
1.load libtorch
1.compile failed
## Expected behavior
When load torch lib with QTCreator in Window 10,compile failed:
error LNK2019: unresolved external symbol "public: long * __cdecl
at::Ten... |
I AM trying to execute buid_and_install.sh from github
https://github.com/sshaoshuai/PointRCNN on windows10, pytorch 1.1, gcc 8.1.0,
VS2017
the second task, iou3d.
I met problem of unresolved external symbol, "public: long * __cdecl
at::Tensor::data(void)const "
ALL THESE libs have been found, cudart.lib c10.li... | 1 |
## allow to assign shortcut or key to a string
It would be nice to improve keyboard manager to allow us to assign a
shortcut/key to a string.
An exemple of problem it can solve : for markdown stuff, we have to use often
tree backticks. It's not a problem on english qwerty keyboard, but for french
azerty keyboard (a... |
I would like to use Keyboard Manager to map some shortcuts to keys that
currently are accessible only from the "Windows Character Map" application.
Specifically I would like to map `AltGr + '` to ``` and `AltGr + ì` to `~`.
I know that the Keyboard Manager enables only to map to keyboard keys, but
allowing also cus... | 1 |
### Website or app
Please checkout the linked branch not `main`
https://github.com/eps1lon/react-devtools-repro-no-matching-
node/tree/repro/elements-leaking
Repro steps and screen recording included in the repro
### Repro steps
1. Clone repro
2. yarn
3. yarn start
4. Open app page
5. open devtools
... |
**Do you want to request a _feature_ or report a _bug_?**
how about an answer....
**What is the current behavior?**
40,0000 foot high level of frustration not relieved by reading over 100
different articles, doc articles, 4 pluralsight courses, stack overflow
answers and many other useless leads.
**code provide... | 0 |
##### System information (version)
* OpenCV => 4.1.2
* Operating System / Platform => Linux armv7l
* Compiler => GCC 8.3.0
##### Detailed description
Upon trying to create a VideoCapture or VideoWriter object using the GStreamer
backend, the Python interpreter freezes indefinitely.
##### Steps to reproduce
... |
Basically, this is a GSoC project which has not been applied this year:
We want to see some kind of higher level API which can manage DL networks.
There are several criterias for now:
* Hide asynchronous inference management internally. User just choose the number of requests (what about heterogenous scenario? In... | 0 |
It follows #12099.
This matcher is IMO really dirty.
It searches for routes with a whole bunch of methods, hosts and all, and even
if each route is different in its requirements, we know that there are a "fix"
amount of requirement types which can all have their own "priority", each with
a wildcard `*` to allow non... |
Currently, decorating event listeners (`kernel.event_listener`) makes the
decorated service private:
https://github.com/symfony/dependency-
injection/blob/5d4f4ff02a3a5b24a7c81bb7e22f2e57c7526ee2/Compiler/DecoratorServicePass.php#L47-L58
resulting in an exception being thrown here:
symfony/src/Symfony/Componen... | 0 |
When I update, I'd expect my tab state to be saved so that when it restarted,
the tabs that were open are reopened.
When that failed, I'd expect to be able to open the last item. The menu item
was available, but when I tried, it simply opened a blank editor window.
|
A feature I love about ST2 and iA Writer, which I'm missing in Atom, is when
you quit the app with open windows (including unsaved documents), they all
appear again when you reopen.
This has saved me countless times in my workflow to handle having to do a
system restart for software update, etc and not have to take ... | 1 |
**Describe the bug**
applying a query string parameter ("onlyApproved=true" in this instance), is
throwing `URL contains XSS injection attempt`.
**To Reproduce**
perform an `axios.get` request (not tried any other methods) with any query
string parameter beginning with `on`.
https://randomdomain.... |
It seems that axios v0.19.1 introduced a new bug.
The bug comes from #2464
All urls containing `javascript`keyword is throwing XSS error. So, all
following urls cannot be used in axios any more:
* https://www.javascript.com
* https://stackoverflow.com/questions/tagged/javascript
* https://www.google.com/sear... | 1 |
I have strange results from `.equals` appearing when DataFrame is written to
HDF Store and then read back:
import pandas as pd
df = pd.DataFrame({'B':[1,2], 'A':[str('x'), str('y')]}) # str() - just to be sure this is not linked to unicode
print 'df:'
print df
df.to_hdf('hdf_file', 'k... |
Installed latest version of pandas 0.9.0 in case this was an error
Trying to read Excel file. That part seems ok.
Originally, I was trying iteritems() for each row of the pandas dataframe, as
the id_company had to be verified against a mysql database (code not
included). Same/similar error message to putting it i... | 0 |
In Bootstrap 3.2.0 it is at the moment possible to have more accordion items
at once open. But normally only entry should be open.
How i made this:
1. Normal Click on accordion item "`Collapsible Group Item #3`"
2. Fast Click on accordion item "`Collapsible Group Item #2`"
3. Fast Click on accordion item "`Co... |
Step 1. Navigate to this page: http://getbootstrap.com/javascript/#collapse
Step 2. Click on one of the links that trigger opening of the accordion
sections (ie. Collapsible Group Item `#1`)
Step 3. Before the section's opening animation has a chance to complete (the
one from 'Step 2' above) click on a different ... | 1 |
* Electron version: 1.1.0
* Operating system: Windows
This release contains the Visual C++ 2013 runtimes instead of Visual C++ 2015
runtimes.
|
* Electron version: 1.8.4
* Operating system: Windows 10 version 1803
### Expected behavior
Frameless applications without a titlebar should have the context menu
(accessible with Shift+Right Click) on the taskbar:
 call to the Docker client: operation timeout: context deadline exceeded\n W0520 22:25:02.144281 932 manager.go:227] Using fallback default of /var/lib/docker for location of Docker runtime\n I0520 22:25:02.144414 932 provider.go:115] Refreshing cache for provider: *credentialprovider.defaultDockerConfigProvider\n I0520 22:25:02.144545 932 docker.go:184] Pulling image gcr.io/google_containers/busybox:1.24 without credentials\n • Failure in Spec Setup (BeforeEach) [240.002 seconds]\n Image Container Conformance Test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:138\n image conformance blackbox test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:137\n when testing images that exist\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:84\n It should present successfully [Conformance] [BeforeEach]\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:66\n \n Timed out after 120.001s.\n Expected error:\n <*errors.errorString | 0xc8202de490>: {\n s: \"image pull failed for gcr.io/google_containers/busybox:1.24, this may be because there are no credentials on this request. details: (operation timeout: context deadline exceeded)\",\n }\n image pull failed for gcr.io/google_containers/busybox:1.24, this may be because there are no credentials on this request. details: (operation timeout: context deadline exceeded)\n not to have occurred\n \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:55\n ------------------------------\n E0520 22:29:02.146143 932 manager.go:226] Failed to execute Info() call to the Docker client: operation timeout: context deadline exceeded\n W0520 22:29:02.146170 932 manager.go:227] Using fallback default of /var/lib/docker for location of Docker runtime\n I0520 22:29:02.146236 932 docker.go:184] Pulling image gcr.io/google_containers/busybox:1.24 without credentials\n • Failure in Spec Setup (BeforeEach) [240.002 seconds]\n Image Container Conformance Test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:138\n image conformance blackbox test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:137\n when testing images that exist\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:84\n should list pulled images [Conformance] [BeforeEach]\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:75\n \n Timed out after 120.000s.\n Expected error:\n <*errors.errorString | 0xc8202de4b0>: {\n s: \"image pull failed for gcr.io/google_containers/busybox:1.24, this may be because there are no credentials on this request. details: (operation timeout: context deadline exceeded)\",\n }\n image pull failed for gcr.io/google_containers/busybox:1.24, this may be because there are no credentials on this request. details: (operation timeout: context deadline exceeded)\n not to have occurred\n \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:55\n ------------------------------\n E0520 22:33:02.147760 932 manager.go:226] Failed to execute Info() call to the Docker client: operation timeout: context deadline exceeded\n W0520 22:33:02.147787 932 manager.go:227] Using fallback default of /var/lib/docker for location of Docker runtime\n I0520 22:33:02.147874 932 provider.go:115] Refreshing cache for provider: *credentialprovider.defaultDockerConfigProvider\n I0520 22:33:02.147973 932 docker.go:184] Pulling image foo.com/foo/fooimage:latest without credentials\n E0520 22:37:02.148580 932 manager.go:226] Failed to execute Info() call to the Docker client: operation timeout: context deadline exceeded\n W0520 22:37:02.148619 932 manager.go:227] Using fallback default of /var/lib/docker for location of Docker runtime\n I0520 22:37:02.148949 932 docker.go:184] Pulling image gcr.io/google_containers/not_exist:latest without credentials\n • Failure [840.004 seconds]\n Image Container Conformance Test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:138\n image conformance blackbox test\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:137\n when testing image that does not exist\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:136\n it should not present images [Conformance] [It]\n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:111\n \n Expected error:\n <dockertools.operationTimeout>: {\n err: {\n s: \"context deadline exceeded\",\n },\n }\n operation timeout: context deadline exceeded\n not to have occurred\n \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:108\n ------------------------------\n E0520 22:47:01.562282 932 manager.go:226] Failed to execute Info() call to the Docker client: operation timeout: context deadline exceeded\n W0520 22:47:01.562307 932 manager.go:227] Using fallback default of /var/lib/docker for location of Docker runtime\n I0520 22:47:01.562377 932 provider.go:115] Refreshing cache for provider: *credentialprovider.defaultDockerConfigProvider\n I0520 22:47:01.562486 932 docker.go:184] Pulling image foo.com/foo/fooimage:latest without credentials\n \n \n Summarizing 8 Failures:\n \n [Fail] Container runtime Conformance Test container runtime conformance blackbox test when running a container with invalid image [It] it should run with the expected status [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:287\n \n [Fail] PrivilegedPod [It] should test privileged pod \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:210\n \n [Fail] \n ---------------------------------------------------------\n Received interrupt. Running AfterSuite...\n ^C again to terminate immediately\n I0520 22:48:41.805703 932 e2e_node_suite_test.go:84] Tests Finished\n [k8s.io] Kubelet when scheduling a busybox command in a pod [It] it should print the output to logs \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:68\n \n [Fail] [k8s.io] Kubelet when scheduling a read only busybox container [It] it should not write to root filesystem \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:122\n \n [Fail] [k8s.io] Kubelet metrics api when querying /stats/summary [It] it should report resource usage through the stats api \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:216\n \n [Fail] Image Container Conformance Test image conformance blackbox test when testing images that exist [BeforeEach] It should present successfully [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:55\n \n [Fail] Image Container Conformance Test image conformance blackbox test when testing images that exist [BeforeEach] should list pulled images [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:55\n \n [Fail] Image Container Conformance Test image conformance blackbox test when testing image that does not exist [It] it should not present images [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/image_conformance_test.go:108\n \n Ran 18 of 18 Specs in 2699.365 seconds\n FAIL! -- 4 Passed | 8 Failed | 0 Pending | 0 Skipped I0520 22:48:41.809756 932 e2e_node_suite_test.go:118] Process Log For Failed Suite On tmp-node-e2e-9a70fd3b-e2e-node-coreos-stable20160218-image\n -------------------------------------------------------------\n \n\n" | 0 |
Tabs colors aren't prominent in Windows Terminal. It could bring
errors/ambiguity while working in multiple tabs.
|
From @srv-code in #3386:
> Text font looks little bold (a difference noticed in comparison to cmd font
> even after keeping the same font properties).
@srv-code Could you maybe see some screenshots of the difference you're
seeing? I'm sure there are going to be slight differences between GDI (the
conhost renderer) ... | 0 |
It seems like using glob on `use` statements ends up generating twice the
documentation for `Impl` and `Traits` of this `Struct`.
If I use:
pub use foo::bar::*;
All `Impl` and `Traits` of each `Struct` in `foo::bar::*` will be duplicated
in the doc.
If symbols are listed one by one it works we... |
small snippet called arg0.rs:
fn main ()
{
let args : ~[~str] = ::std::os::args();
::std::io::println(args[0]);
}
$ rustc -Z debug-info arg0.rs
$ gdb arg0
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL... | 0 |
When I run this code:
N, C = 1, 1
criterion = nn.NLLLoss()
model = nn.Conv2d(C, 3, (3, 3)).cuda()
inp = Variable(torch.randn(N, 1, 3, 3)).cuda()
pred = model(inp)
target = Variable(torch.from_numpy(np.array([3]))).view(1, 1, 1).cuda()
criterion(pred, target)
I get this err... |
Hi
I have written the following code to train my model, after a few iterations it
stops throwing a similar error as shown in the image. Note that error is
similar but not same, it changes everytime. I have read all the answers here
and pytorch forum for the similar errors, none of them works. Please help ...
![w1]... | 1 |
Building exa fails at link stage if LTO is used and system package for
libssh2-dev is not installed:
Compiling exa v0.3.0 (file:///home/butler/packs/exa)
error: linking with `cc` failed: exit code: 1
note: "cc" "-Wl,--as-needed" "-m64" "-L" "/home/butler/.multirust/toolchains/nightly/lib/rustli... |
`cargo new mycrate`
Add to `Cargo.toml`:
[dependencies]
num = "*"
Make empty `x.rs` file: `touch mycrate/src/x.rs`
Contents of `mycrate/src/lib.rs`:
extern crate num;
use num as num_export;
use self::x::*;
$ cargo build
Compiling issue v0.1.0... | 0 |
There is another bug by the same name, but that one was fixed. After searching
about 10 minutes, I couldn't find any duplicates.
The code
fn main () {
let arr: ~[u8] = ~[ 1, 2, 3 ];
let iter = &arr.iter() as &Iterator<&u8>
}
Fails to compile with the following error
... |
I get a huge performance regression since #8328 landed (revision `a8c3fe4`) on
all my projects. Things are 50 to 75% slower. I’m pretty sure #8328 is in
cause since when I revert the compiler to the version right before (revision
`67c954e`) performances go back to normal.
For what it’s worth, the concerned projects ... | 0 |
**Migrated issue, originally created by Anonymous**
I found difference in client|server cursors behaviour:[BR]
client - side cursor fills cursor.description after execute(), and server-side
cursor leave description 'None' after execute() until call of fetch...().[BR]
I found it both on windows and linux, with po... |
**Migrated issue, originally created by Markus Meskanen (@Mahi)**
Django has a `get_or_create()` method for times when you don't know if data
for an entity already exists. There are multiple implementations available for
SQLAlchemy at http://stackoverflow.com/questions/2546207/does-sqlalchemy-have-
an-equivalent-of... | 0 |
As of commit `43f48a2` the authorized_keys module isn't behaving the same as
previously...
TASK: [authorized_key user=root key="{{lookup('file', '~/.ssh/id_rsa.pub')}}"] ***
fatal: [192.168.251.101] => failed to parse: Traceback (most recent call last):
File "/home/vagrant/.ansible/tmp/ansib... |
ok: [shd9.quantifind.com] => (item={'comment': 'Ruoke Yang, Intern', 'shell': '/bin/bash', 'name':
'ruoke', 'home': '/home/ruoke', 'password': u'$6$qFindR0x$KHFkjjDgTaSbTCDROJ1cmPiPP9/heZaNtfPy8ROYF
CIrjqUezDTZYS9ic2u89R6Cl6AgCNb4ETkasZwbI2t7C.', 'id': 2035})
fatal: [shd6.quantifind.com] => f... | 1 |
The recent changes in variables.less comment styling has led to Visual Studio
2013 (and maybe others) to mess up the interpretation, as you can see in the
screenshot below.

at Function.Module._load (module.js:293:25)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at BrowserWindow. (C:\Us... | 1 |
Consider following form:
<form action="/">
<input type="hidden" name="option" value="default">
<input type="radio" name="option" value="A">
<input type="radio" name="option" value="B">
<input type="hidden" name="settings[1]" value="0">
<input type="checkbox" nam... |
This is actually a duplicate ticket from silexphp/Silex-WebProfiler#22 but
thought I best put it here as well incase it gets missed in the Silex-
WebProfiler repo.
The Web Profiler seems to trigger this error since this method was added 4
days ago.
| 0 |
I am using the modal dialog on a Grails based application. The first time I
click a link (using the <a> tag) my action is fired as I can see in my
debugger and I'm able to operate on data. Any link clicked afterwards is no
longer 'loading' the URL specified by data-remote so the same dialog from the
first attempt is ... |
After closing and opening same modal it will not request content. Adding
`$.ajaxSetup({ cache: false });`
not helped. Is it but or there is some trick to avoid it?
| 1 |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
`webpack2` causes this bug in `redux-form`. I think the reason is two copies
of `SubmissionError` classes are created and can be referenced separately,
causing `instanceof` confusions.
**If the current behavior is a ... |
I asked this question over on StackOverflow but I figured I might get a better
response here.
I am trying to switch from using browserify to webpack. One thing browserify
handled nicely was dependency management inside dependencies. Let me give an
example:
Main app project:
var util1 = require('share... | 0 |
This program is currently accepted:
use A::B;
mod A {
pub struct B { n: int }
fn B() { }
}
fn main() {
}
but this program, which adds a use of `B()`, is not:
use A::B;
mod A {
pub struct B { n: int }
fn B() { }
}
... |
When there is a single import statement that imports multiple idents, and one
of them is not found, then the resulting error points to the use site, not the
import site.
import http_parser::{http_parser, http_parser_settings, http_parser_execute}; // http_parser_execute is not in the http_parser module... | 0 |
BottomNavigation throws an error if one child is null.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Since inline if with logical && operator
(https://reactjs.org/docs/conditional-rendering.html#inline-if-with-logical--
operator) is a popular techn... |
Following the guide about server side rendering, I tried to use the `jss-
default-preset` (as `jss-compose` and `jss-extend` are really awesome 🥇 )
My server code is the following:
import { create } from "jss";
import jssPreset from "jss-preset-default";
const jss = create(jssPreset... | 0 |
React version: 16.13.1
## Steps To Reproduce
1. Create a component using a conditional hook
2. Wrap the component with a HOC, e.g. mobx observer
## Example
function HOC<T>(c: T): T { return c; }
const ConditionalHookComp = HOC(
({ flag }): JSX.Element => {
if (flag) ... |
React version: 17.0.1
my component file is like:
`export default function(props) {
if (props.data > 1) {
useEffect(function() {
})
}
return (
data
)
}`
my .eslintrc.json file like this:
`{ "extends": [], "plugins": [ "react-hooks" ], "rules": { "react-hooks/rules-
of-hooks": "e... | 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.6.x
* Operating System version: all
* Java version: 1.6+
### Step to reproduce this issue
`mv... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.x
* Operating System version: centos
* Java version: 1.8
原因:
1.数据包大小不确定
2.经常出现网络耗时比较长的原因... | 0 |
In ES6 spec in section in Let and Const Declaration
> LexicalDeclaration : LetOrConst BindingList ;
>
> * It is a Syntax Error if the BoundNames of BindingList contains "let".
> * It is a Syntax Error if the BoundNames of BindingList contains any
> duplicate entries.
>
currently we allow
let let ... |
The following examples should trigger an early error in JS:
let let = 10;
const let = 10;
Note: a similar test exists in `tests/cases/conformance/es6/for-
ofStatements/for-of56.ts`) for the following 3 examples
for (var let of [1,2,3]) {
}
for (let let of... | 1 |
after restoring from minimize the size expands about 10 pixel .
I set min width and min height and use getCurrentWindow().minimize(); function
.
I have frame less windows and run app in windows 10
if windows was set to min width and min height after recovering from minimize
state it expands the size about 10 pi... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
15.3.1
### What opera... | 0 |
Updated from Next@2.2.0 to Next@latest and when I run the app I get this
error:
Error: _document.js is not exporting a React element 3 times in the terminal.
Latest updated from testing is that the issue arises when I try and use redux
in the _document.js - if I don't init redux in document.js it works.
Any help ... |
The route `/posts/` renders on the server but then the store on the client
subscribe is undefined. In the chrome dev tools, it shows an error on the
import for `isPlainObject` from lodash. I've done this before and I have no
idea whats wrong. I'm sure its something I am doing, but I can't put my finger
on it.
Ba... | 0 |
Given the following code:
restoreState() {
var iLastState = this.stateStack[ stateStack.length - 1 ];
this.restoreState( iLastState );
}
restoreState( aState: TransformerState ) {
this.state = aState
}
And the following call:
popState() ... |
**TypeScript Version:**
1.8.10
Hi.
I still have the error code TS1127 when I try to compile a file.
I use the code from the quick tutorial.
**Code**
// A self-contained demonstration of the problem follows...
function greeter(person: string){
return "Hello, " + person;
}
var ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.