text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Is there a way to access the logs of both electron processes, main and
renderer?
I used Spectron before, which had this functionality as functions. But I
haven't seen it in the API docs of playwright, so is there a way to get them
by using the current API?
|
### System info
* Playwright Version: v1.32.0
* Operating System: Windows 11 Version 22H2 (OS Build: 22621.1413
* Browser: Chromium
* Other info: Channel = msedge
### Source code
using Microsoft.Playwright;
using var playwright = await Playwright.CreateAsync();
await using var br... | 0 |
Challenge Find the Longest Word in a String has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101
Firefox/50.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var arr = [];
var i = 0;
var lengthArray... |
Challenge Factorialize a Number has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101
Firefox/47.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
var count=1;
function factorialize(num) {
for(var i=1; i<=... | 1 |
* Electron version: 2.0.0.beta-1
* Operating system: 10.13.3 Beta (17D34a)
### Expected behavior
Electron should not crash when using `browserWindow.setVibrancy`
### Actual behavior
Electron crashes intermittently. Crash report:
https://gist.github.com/tommoor/90b7b3db53a32f9dd165bb234b9f2d9d
|
### Problem Description
I would like to customize the location of the Electron/Chromium cache (for
Windows and other OS/s). Currently cache used the same folder than
getPath('userData')
2 reasons :
* having cache in the roaming user part impacts the size of the profile. When your deploy your application on syst... | 0 |
What steps will reproduce the problem?
http://play.golang.org/p/wG6_Vm1cvW
It's useful for this to work to be able to disable a partial function implementation
while doing TDD.
What is the expected output?
program should compile
What do you see instead?
... |
pkix.Name.FillFromRDNSequence ignores attributes other than the first in the
RDN sets passed as argument. As demonstrated by
http://play.golang.org/p/GPZdVHzZVb, this in turn makes
x509.ParseCertificate(s) fail to locate the subject serial number for
certificates where it is included in set containing the common name... | 0 |
I have a file`interfaces.d.ts` which defines some interfaces, e.g:
export interface IFoo {}
export interface IBar {}
I want to reexport all interfaces in another module:
export * from "interfaces";
When targeting AMD, compiled code looks like this:
define(["require",... | 1 | |
My iOS project is named `Uber.xcodeproj` and `Uber.xcworkspace`, I placed my
files into the ios folder, but it seems Flutter project can not find the iOS
project .
|
@lukef brought up the question this morning if it would be possible to change
ios/Runner.xcodeproj to ios/MyName.xcodeproj. My understanding from @cbracken
is that there are several places in our code which currently look for the word
"Runner" or assume that path which would break if that was done.
We could certainl... | 1 |
I was building this repo: https://github.com/pistondevelopers/gfx_graphics
using this command: cargo run --example image test
and got this backtrace:
Compiling piston2d-gfx_graphics v0.1.7 (~/Documents/code/rust/gfx_graphics)
examples/imagetest.rs:42:10: 42:19 warning: use of deprecated item: ... | ERROR: type should be string, got "\n\nhttps://travis-ci.org/GuillaumeGomez/rust-GSL/builds/53335854\n\n \n \n error: internal compiler error: unexpected panic\n note: the compiler unexpectedly panicked. this is a bug.\n note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports\n note: run with `RUST_BACKTRACE=1` for a backtrace\n thread 'rustc' panicked at 'arithmetic operation overflowed', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/codemap.rs:73\n \n stack backtrace:\n 1: 0x7fd52b3bcf6f - sys::backtrace::write::h2f046b875b210aadOBA\n 2: 0x7fd52b3e7c82 - panicking::on_panic::h792ac47fb8c07faehHJ\n 3: 0x7fd52b31cf2a - rt::unwind::begin_unwind_inner::hbffac672008352c8knJ\n 4: 0x7fd52b31d641 - rt::unwind::begin_unwind_fmt::hbe64affaa986f482VlJ\n 5: 0x7fd52b3e7807 - rust_begin_unwind\n 6: 0x7fd52b433114 - panicking::panic_fmt::h81cd96819f02da8dIZs\n 7: 0x7fd52b42f53d - panicking::panic::h8ea414638b29b322UXs\n 8: 0x7fd5286f98ac - codemap::BytePos.Sub::sub::h13c0a0f10f07c348YWB\n 9: 0x7fd529035ec0 - middle::astencode::DecodeContext<'a, 'b, 'tcx>::tr_span::hdd7910e968f71d01FCa\n 10: 0x7fd52904679c - fold::noop_fold_expr::h1258022642513463166\n 11: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 12: 0x7fd529049c9e - fold::noop_fold_expr::closure.66610\n 13: 0x7fd5290469e1 - fold::noop_fold_expr::h1258022642513463166\n 14: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 15: 0x7fd529049c9e - fold::noop_fold_expr::closure.66610\n 16: 0x7fd529046bbe - fold::noop_fold_expr::h1258022642513463166\n 17: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 18: 0x7fd529049c4b - fold::noop_fold_expr::closure.66605\n 19: 0x7fd52904e0a4 - fold::noop_fold_local::closure.66836\n 20: 0x7fd52904da97 - fold::noop_fold_decl::closure.66833\n 21: 0x7fd52904bc9b - fold::Folder::fold_stmt::closure.66763\n 22: 0x7fd52904b553 - fold::noop_fold_block::closure.66714\n 23: 0x7fd52904b208 - iter::FlatMap<I, U, F>.Iterator::next::h9223681505759829108\n 24: 0x7fd52904a9cf - vec::Vec<T>.FromIterator<T>::from_iter::h13016817088923062838\n 25: 0x7fd52904a295 - fold::noop_fold_block::closure.66623\n 26: 0x7fd529049e32 - fold::noop_fold_block::h14827012078068820658\n 27: 0x7fd529047873 - fold::noop_fold_expr::h1258022642513463166\n 28: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 29: 0x7fd529049c4b - fold::noop_fold_expr::closure.66605\n 30: 0x7fd52904a327 - fold::noop_fold_block::closure.66623\n 31: 0x7fd529049e32 - fold::noop_fold_block::h14827012078068820658\n 32: 0x7fd529047873 - fold::noop_fold_expr::h1258022642513463166\n 33: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 34: 0x7fd52904c176 - fold::Folder::fold_stmt::closure.66763\n 35: 0x7fd52904b553 - fold::noop_fold_block::closure.66714\n 36: 0x7fd52904b208 - iter::FlatMap<I, U, F>.Iterator::next::h9223681505759829108\n 37: 0x7fd52904a9cf - vec::Vec<T>.FromIterator<T>::from_iter::h13016817088923062838\n 38: 0x7fd52904a295 - fold::noop_fold_block::closure.66623\n 39: 0x7fd529049e32 - fold::noop_fold_block::h14827012078068820658\n 40: 0x7fd529046f87 - fold::noop_fold_expr::h1258022642513463166\n 41: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 42: 0x7fd52904bb9b - fold::Folder::fold_stmt::closure.66763\n 43: 0x7fd52904b553 - fold::noop_fold_block::closure.66714\n 44: 0x7fd52904b208 - iter::FlatMap<I, U, F>.Iterator::next::h9223681505759829108\n 45: 0x7fd52904a9cf - vec::Vec<T>.FromIterator<T>::from_iter::h13016817088923062838\n 46: 0x7fd52904a295 - fold::noop_fold_block::closure.66623\n 47: 0x7fd529049e32 - fold::noop_fold_block::h14827012078068820658\n 48: 0x7fd529047873 - fold::noop_fold_expr::h1258022642513463166\n 49: 0x7fd5290464a3 - ptr::P<T>::map::h4462110055941524197\n 50: 0x7fd529049c4b - fold::noop_fold_expr::closure.66605\n 51: 0x7fd52904a327 - fold::noop_fold_block::closure.66623\n 52: 0x7fd529049e32 - fold::noop_fold_block::h14827012078068820658\n 53: 0x7fd529069f57 - fold::noop_fold_method::closure.67217\n 54: 0x7fd5290696c5 - fold::noop_fold_method::h2920979874065131956\n 55: 0x7fd529038abb - middle::astencode::decode_inlined_item::h674342a5ff4e1a27Pqa\n 56: 0x7fd52a9f81ff - trans::inline::instantiate_inline::closure.39610\n 57: 0x7fd529427c2b - metadata::decoder::maybe_get_item_ast::h6b38702aa8f07983PDi\n 58: 0x7fd52922aec6 - metadata::csearch::maybe_get_item_ast::hf5174e6ae59eb7b5o3k\n 59: 0x7fd52a9f6a5d - trans::inline::instantiate_inline::h6a8d7203fac7c299bid\n 60: 0x7fd52aa45d85 - trans::callee::trans_fn_ref_with_substs::h85a6252d422343b2qng\n 61: 0x7fd52aa4452e - trans::callee::trans_fn_ref::h7eebc758d7f24cf00bg\n 62: 0x7fd52aa5b344 - trans::meth::trans_method_callee::h175c0aff2b6fe67998x\n 63: 0x7fd52aa59a19 - trans::callee::trans_call_inner::h18244630176801372264\n 64: 0x7fd52aa638e9 - trans::expr::trans_rvalue_dps_unadjusted::h62a8f691df1cee3cqCi\n 65: 0x7fd52aa154e6 - trans::expr::trans_into::h3bbb0e210c9fb401Vph\n 66: 0x7fd52aa14684 - trans::controlflow::trans_stmt_semi::hd74052e320e3d8baK6d\n 67: 0x7fd52aa15fc0 - trans::controlflow::trans_block::h4b526e186a057814x7d\n 68: 0x7fd52aa640de - trans::expr::trans_rvalue_dps_unadjusted::h62a8f691df1cee3cqCi\n 69: 0x7fd52aa154e6 - trans::expr::trans_into::h3bbb0e210c9fb401Vph\n 70: 0x7fd52aa14684 - trans::controlflow::trans_stmt_semi::hd74052e320e3d8baK6d\n 71: 0x7fd52aa15fc0 - trans::controlflow::trans_block::h4b526e186a057814x7d\n 72: 0x7fd52aaed3b1 - trans::base::trans_closure::h194b7ad0474e43a46mt\n 73: 0x7fd52a9fe948 - trans::base::trans_fn::h5416ef5d9cea730bZxt\n 74: 0x7fd52a9fa6e1 - trans::base::trans_item::h2af153dd6f7fd52bRVt\n 75: 0x7fd52aaf674c - trans::base::trans_crate::h5cb53f6b3e2377862Ru\n 76: 0x7fd52b9f7613 - driver::phase_4_translate_to_llvm::h60575195b9fa298dENa\n 77: 0x7fd52b9d305b - driver::compile_input::h9772b425fd1776fdNba\n 78: 0x7fd52ba97697 - run_compiler::h17c28dbe4dd58e3bV5b\n 79: 0x7fd52ba952c9 - thunk::F.Invoke<A, R>::invoke::h3041729087284544127\n 80: 0x7fd52ba93f40 - rt::unwind::try::try_fn::h11775082019993619070\n 81: 0x7fd52b457e38 - rust_try_inner\n 82: 0x7fd52b457e25 - rust_try\n 83: 0x7fd52ba946df - thunk::F.Invoke<A, R>::invoke::h10556879288050829464\n 84: 0x7fd52b3d29b5 - sys::thread::thread_start::hfe8c2cac3ec4afcdr8E\n 85: 0x7fd52520fe99 - start_thread\n 86: 0x7fd52af8a4bc - <unknown>\n \n\nOffending code:\n\n \n \n impl Sub for BytePos {\n type Output = BytePos;\n \n fn sub(self, rhs: BytePos) -> BytePos {\n BytePos((self.to_usize() - rhs.to_usize()) as u32)\n }\n }\n \n\nand the code calling it:\n\n \n \n pub fn tr_span(&self, span: Span) -> Span {\n let imported_filemaps = &self.cdata.codemap_import_info[..];\n \n let filemap_index = {\n // Optimize for the case that most spans within a translated item\n // originate from the same filemap.\n let last_filemap_index = self.last_filemap_index.get();\n \n if span.lo >= imported_filemaps[last_filemap_index].original_start_pos &&\n span.hi <= imported_filemaps[last_filemap_index].original_end_pos {\n last_filemap_index\n } else {\n let mut a = 0;\n let mut b = imported_filemaps.len();\n \n while b - a > 1 {\n let m = (a + b) / 2;\n if imported_filemaps[m].original_start_pos > span.lo {\n b = m;\n } else {\n a = m;\n }\n }\n \n self.last_filemap_index.set(a);\n a\n }\n };\n \n let lo = (span.lo - imported_filemaps[filemap_index].original_start_pos) +\n imported_filemaps[filemap_index].translated_filemap.start_pos;\n let hi = (span.hi - imported_filemaps[filemap_index].original_start_pos) +\n imported_filemaps[filemap_index].translated_filemap.start_pos;\n \n codemap::mk_sp(lo, hi)\n }\n \n\nWe might want a bounds check there (resolving to 0?), but there seems to be\nsomething broken in the astencode code too.\n\ncc @GuillaumeGomez @pnkfelix\n\n" | 1 |
Here's a demonstration of the issue:
http://jsfiddle.net/phillipadsmith/5qS9d/
If you double-click a button that is not the active button, the post values
for that button-group are not sent with the post body.
To test:
* Use the fiddle above
* Double-click on the buttons
* Hit "finish," then check the requ... |
The active class stays on the button, but the checked property is removed from
the radio input.
http://jsfiddle.net/meleyal/dafPH/
| 1 |
## 🐛 Bug
When I use libtorch1.3.1 of debug version in my C++ app, it threw a runtime
error when I was trying to load a script model:
cuda_dispatch_ptr INTERNAL ASSERT FAILED at
C:\w\1\s\windows\pytorch\aten\src\ATen/native/DispatchStub.h:74, please report
a bug to PyTorch. DispatchStub: missing CUDA kernel (operat... |
## 🐛 Bug
When doing inference using LibTorch in C++ for semantic segmentation on the
GPU, i get the following error in debug compilation mode:
cuda_dispatch_ptr INTERNAL ASSERT FAILED at
C:\w\1\s\windows\pytorch\aten\src\ATen/native/DispatchStub.h:70, please report
a bug to PyTorch. DispatchStub: missing CUDA kern... | 1 |
# Environment
Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?
# Steps to reproduce
Title tab is very large, don't auto scale size. If I open many tab, i can't
click "x" to close this tab (use exit command to exit) ... |
Windows (Insider) Build is 10.0.17713.1002
I'm trying out the new pseudo terminal support, and capturing the output of a
program that simply prints `hello, world!` to stdout produces the following:
�[2J�[?25l�[39m�[49m�[Hhello, world!��[?25h�[Hh�[Hh�[1;14H�[1;14H
Breaking this down:
... | 0 |
* 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 questions there).
* Mention the authors (see `Definitions by:` in `ind... |
I just install the latest updates and I got a bunch of errors.
Using
* "typescript": "^2.9.1"
* "types/react-native": "^0.55.16",
cc: @VincentLanglet @alloy @tkrotoff
node_modules/@types/react-native/globals.d.ts:92:14 - error TS2300: Duplicate identifier 'RequestInfo'.
92 declare type ... | 0 |
#### Challenge Name
.freecodecamp.com/challenges/record-collection
#### Issue Description
Even with the solution from the challenge guide the 2nd test does not pass
After updateRecords(5439, "tracks", "Take a Chance on Me"), tracks should have
"Take a Chance on Me" as the last element.
#### Browser Information
... |
Challenge http://www.freecodecamp.com/challenges/waypoint-use-comments-to-
clarify-code has an issue. Please describe how to reproduce it, and include
links to screenshots if possible.
Adding a <\-- at the very first line of the code somehow added the --> at the
very last line which triggered the "Go to my next chal... | 0 |
Start with:
volumeMounts:
- mountPath: /vol
name: vol
- mountPath: /vol-456
name: vol
subPath: d456... |
**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.): k... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : NO
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10
* **TensorFlow installed from (source or binary)** : Source
* **TensorFlow version (use command below)** ... |
### System information
* **Have I written custom code** : I change the CUDA capabilities to 6.1 and 7.0.
* **OS Platform and Distribution** : Windows 10
* **TensorFlow installed from (source or binary)** : I'm compiling the source code.
* **TensorFlow version (use command below)** : branch `r1.8`, `8753e2e`
... | 1 |
**nicolas de loof** opened **SPR-5149** and commented
When using Spring Assert class to check preconditions, the message is expected
to be a String. If you want to pass contextual datas in the message, this
requires some String concat even if condition is validated.
It would be nice to follow slf4j example and sup... |
**Samuel Bernet** opened **SPR-9627** and commented
The bugfix #13814 "Scoped-proxy memory leak w/ `@Resource` injection" leads to
bean instances being cached too eagerly in
`CommonAnnotationBeanPostProcessor`. Besides the (desired) caching of AOP
scoped-proxies to prevent the memory leak the current code also cache... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
SSH connection plugin
##### 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, Oct 26 2016, 20:30:19) [GCC 4.8.4]
#... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ansible-playbook / SSH connection type
##### ANSIBLE VERSION
ansible 2.1.1.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
No custom config present
##### OS / ENVIRONMENT
... | 1 |
There is a bug (TypeScript 1.4.1) in js code generation when new line is
missing after end comment.
To reproduce create new ts project add foo.ts:
/*
class Foo {
foo() {
}
} */
The generated js is:
/*
class Foo {
foo() {
}
/*
class ... |
We have a large `Typescript` application, and sometimes we have code like
`if (shouldFireNuclearMissiles)...`
while we should have written
`if (shouldFireNuclearMissiles())...`
(pun intended).
So forgetting to evaluate a function results in a `truthy` value.
I forked the `tsc` compiler to add basic checks for t... | 0 |
Like most users, I deal with query related parse error messages quite
regularly. One thing that has annoyed me for ages is how unreadable these
messages are and I was wondering if it would be possible to improve this.
Especially with large complicated queries this would be enormously helpful for
many users, I imagine... |
Errors returned by the REST API are not easily human readable due to the way
the data is stored in the `error` property.
Eg. https://gist.github.com/missinglink/e3cb9b127ae00e8c561c
You can 'prettify' the results, but it is still un-readable.
Eg. https://gist.github.com/pecke01/5956684
Note: (this specific erro... | 1 |
## Checklist
* I have included the output of `celery -A proj report` in the issue.
software -> celery:4.2.1 (windowlicker) kombu:4.2.1 py:3.6.6
billiard:3.5.0.4 py-amqp:2.3.2
platform -> system:Linux arch:64bit, ELF imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:pyamqp results:r... |
## Checklist
software -> celery:4.2.0 (windowlicker) kombu:4.2.1 py:3.6.3
billiard:3.5.0.4 py-amqp:2.3.2
platform -> system:Linux arch:64bit imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:redis://127.0.0.1:6379/
BROKER_URL: 'amqp://guest:********@127.0.0.1:5672//'
CE... | 1 |
Hi,
a really good way to improve test performance would be to add the flag/option
to run async tests in parallel. Currently this is not possible but it would
increase test speed of independent (well-written) tests A LOT.
I understand that this might break some existing tests so I would either go
with the `--unsta... |
Would be nice if tests could be run in parallel.
Of course, assuming you take care of any shared resources correctly.
I'm fine giving up "leaking async ops" checks, or maybe just have one at the
end "One of your tests leaked async ops, run without --parallel to
troubleshoot"...
| 1 |
#I get an Error if I wan't to push an MaterialPage.
## Screenshot

## Code
import 'package:flutter/material.dart';
void main() {
runApp(Materia... |
I am trying to add flutter to existing ios app. So before adding to the
production app i decided to bring it some demo app. The flutter app
independent is working fine in both android and ios. Even in the existing ios
app its working fine except the plugin. I followed the tutorial and ran all
commands like
**flutte... | 0 |
#### A small, complete example of the issue
"""Example of Pandas bug."""
from numpy.random import randn
from pandas import DataFrame, read_msgpack
POWER = 6
ROWS = 10 ** POWER
COLS = 280
SIZE = ROWS * COLS
# COL_NAMES = ['Columns']
print('rows: {:,}; cols: {}; ... |
Hi guys,
I am happy to help you improve `msgpack.`
I tried to export my massive dataframe this morning using `msgpack`, and I got
this error.
`ValueError: EXT data is too large`
What does that mean? Is there a size limit?
| 1 |
\-->
# Environment
Windows build number: Windows 1903
Windows Terminal version (if applicable): 0.2.1715.0
Any other software?
Tried different version of PSh (5.x / 6.2.1 / 7.0.0), and CMD
# Steps to reproduce
the sign | cannot by typed using a german keyboard in Windows 10.
# Expected behavior
I expected ... |
I don't know if this can be done already, but can we have an option to launch
the terminal as an normal/elevated user from the context menu in explorer,
similar to what you can already do with CMD/Powershell?
| 0 |
Since the verify parameter is designed with the certificate stored on the
filesystem, I have had to do some workarounds in my application, since I am
expecting certificates to be passed in using environment variables. While
experimenting with these workarounds, I noticed some strange behaviors.
Main Issue:
* The ... |
Since requests can be attached with an auth method, and there is oauth files
in the package, so we can pass auth method to requests in order to archive
auto auth function.
However, the code of oauth is conflicting with current trunk code.
Let's see
https://github.com/kennethreitz/requests/blob/develop/requests/... | 0 |
##### Detailed description
Intel's Inference Engine supports asynchronous forward passes using multiple
inference requests. Let users enable async. networks inference.
#### Initial proposal
* Requires adding a new method `Net::enableAsync(bool)` to specify if we want to execute network asynchronously.
* `Net::... |
##### System information (version)
* OpenCV => OpenCV online documentation
* Operating System / Platform => Not applicable
* Compiler => Python
##### Detailed description
The Python code for Otsu's binarization gven in the online documentation for
OpenCV Image Thresholding at
https://docs.opencv.org/3.4/d7... | 0 |
by **namegduf** :
What steps will reproduce the problem?
1. Get a copy of the Go source.
2. Set the appropriate environmental variables for compilation and issue
./all.make
What is the expected output? What do you see instead?
The expected result is a successful compilati... |
by **orthopteroid** :
The string replacer appears to have a problem with single replacements that would happen
at the start of a string:
s := "Hello World"
fmt.Println(strings.NewReplacer("Hello","").Replace(s))
fmt.Println(strings.NewReplacer("World","").Replace(s))
Produ... | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/863 on 2009-02-01 by
@nilswagner01, assigned to unknown._
======================================================================
ERROR: test_add_function_ordered (test_catalog.TestCatalog)
---------------------------------------... |
_Original tickethttp://projects.scipy.org/scipy/ticket/855 on 2009-01-24 by
@nilswagner01, assigned to unknown._
======================================================================
ERROR: test_add_function_ordered (test_catalog.TestCatalog)
----------------------------------------... | 1 |
This is on master and a recent build of the release-0.3 branch.
If there are duplicates in the indexes, `sparsevec` creates a matrix as
advertised, and values with duplicate indexes are added by default.
julia> sv = sparsevec([1,1,2,3,4], ones(5))
4x1 sparse matrix with 4 Float64 entries:
... |
hi All,
I am attempting to compile Julia as per instructions but receiving the
following message at the end of the compilation
make[4]: *** [dgemm_kernel_HASWELL.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [libs] Error 1
*** Clean the OpenBLAS build with 'make -C deps clean-openblas'... | 0 |
When attempting to play Borderlands 3 the game will keep minimising itself
instead of starting. Took a little while to realise that exiting PowerTools
returned the correct functionality.
# Environment
Windows build number: 10.0.17763.805
PowerToys version: Original version (will load latest tonigh... |
## 📝 Provide a description of the new feature
I would like to see the ability to add a Prefix/Suffix to file names, without
the need to subistute anything
* * *
If you'd like to see this feature implemented, add a 👍 reaction to this post.
| 0 |
## Steps to Reproduce
I write a demo for display 51 image widget in ListView Widget, the image
resource are from CDN server, after all the images are showing, the
application use 360+M memory, see the picture down there
 and returning Lists
instances of class SocialLink (working merely as a struct).
here's the code
void onProjectValue(void callback(List<Project> projects)){
... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2-SNAPSHOT
* Operating System version: windows1
* Java version: 1.8
### Steps to reproduce t... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version:win7
* Java version: jdk 8
### Steps to reproduce this issue
... | 0 |
## Describe the bug
Trying Next with layout pattern:
https://github.com/zeit/next.js/tree/canary/examples/layout-component
And the problem is that Layout component get remounted on every page change. I
need to use layout component as a Container so it'll fetch data from server on
every mount. How can I prevent lay... |
I'm seeing that the contents of Head `(next/head)` are doubling when I use
apollo, it doesn't seem to have any negative effects but I wanted to let you
know.

link to the repo
the head is duplicated becaus... | 0 |
### System info
* Playwright Version: v1.31.2
* Operating System: macOS 13.2.1
* Browser: All
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
https://github.com/chris13524/sentry-nextjs-playwright-b... |
## Context
Playwright Version: 1.33.0
Operating System: OS X
Node.js version: 16.20.0
MSW version: 1.2.1
We are currently migrating the E2E test suite of a **React Native app** from
Cypress to Playwright. Both Playwright and msw work perfectly for us. We use
MSW also in combination with our Jest test suite, a... | 0 |
I used `setup.py install` today to install matplotlib in a venv. I got some
rather hard to tackle tracebacks, as they were filled with exec's (meaning one
can not see what the actual code is that fails).
Ultimately this was caused by pyparsing calling `.filename` and `.lineno` on a
tuple (it obviously expected some ... |
Every day we have a bunch of EC2 machines that start and install themselves.
This morning, the `pip install matplotlib` returned this :
Complete output from command /usr/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-y7e201wb/matplotlib/setup.py';exec(compile(getattr(tokeni... | 1 |
This works:
>>> pd.to_datetime(1, unit='D')
Timestamp('1970-01-02 00:00:00')
However, the following gives incorrect output:
>>> pd.to_datetime(1, unit='D', errors='coerce')
NaT
#### Details of Configuration:
python: 2.7.11.final.0
python-bits: 64
OS: Windows
OS... |
xref #11760
Parsing unix epoch timestamps give NaT with `errors='coerce'` while they can
be parsed correctly without it:
>>> pd.to_datetime(1420043460, errors='coerce', unit='s')
NaT
>>> pd.to_datetime(1420043460, unit='s')
Timestamp('2014-12-31 16:31:00')
pandas: 0.17.1
numpy: 1.10.1 ... | 1 |
I grew tired of having to convert my units just for the sake of specifying the
figure size. I'd like to specify the figure size directly in a metric unit,
nominally centimeters (or millimeters, no difference). In most EU countries
metric is the norm. I only have to deal with inches when looking at monitor
sizes, prin... |
### Problem
I've noticed that matplotlib currently doesn't support saving images in webp
format, which I later confirmed by looking into supported file formats in
backend_bases.py file.
Saving images in webp would definitely be useful for users who want to upload
the graphs they generate in matplotlib to the web. C... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussions forum 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... |
This doesn't happen on 4.4.3, only on 4.4.4.
Here is a traceback:
celery_default_1 | [2020-06-04 19:51:47,723: ERROR/MainProcess] Pool callback raised exception: TypeError('set() takes 3 positional arguments but 4 were given',)
celery_default_1 | Traceback (most recent call last):
ce... | 0 |
TypeScript should support emitting minified JavaScript.
There are several different things we could support:
1. Just remove whitespace
2. Minify unobservable identifiers
3. Remove provably dead code
4. Whole-program minification (i.e. closure compiler)
5. (Others?)
|
For completeness's sake, this is a list of breaking changes from the 1.0
compiler that we believe very few users will encounter.
These are errors that should have been reported and represent very likely
errors in user code:
* Comparison operators (<, >) more correctly check their operands for compatibility
* `t... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
\-- https://groups.google.com/g/celery-users/c/uqCUtMUu8XY
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have c... |
If for some reason the private key used as `broker_use_ssl.keyfile` is not an
RSA private key, Celery will crash without telling the root cause, leading to
difficult debugging. This affects current celery master branch.
This is due to celery.security.key.PrivateKey `__init__` method not checking
the returned key typ... | 0 |
There are many examples in the docs that require some adjustments to get to
compile, e.g. the following requires a `main` function:
let a = [0];
let b = [1];
let mut it = a.iter().chain(b.iter());
assert_eq!(it.next().get(), &0);
assert_eq!(it.next().get(), &1);
assert!(it.next().is... |
Hello All,
Just stumbled upon
...
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd.so
error: unknown debug flag: no-debug-borrows
error: internal compiler error: unexpected failure
This message reflects a bug in the Rust compiler.
W... | 0 |
Hello everyone,
I am having a problem with joblib.load("filename.pkl") returning the error:
ValueError: "Did not recognize loaded array layout"
I've looked for information on this error but have found non. Could someone
assist?
Further information
I've installed sklearn through pythonxy, on a windows 7 machine... |
Hello,
I want to save a randomForest model to predict a class on new data. I use
joblib to save and load data but I get this error when I use joblib.load.
ValueError: "Did not recognize loaded array layout"
More information :
platform: Windows-7-6.1.7601-SP1
system: 'Python', '2.7.10 |Anaconda 2.3.0 (32-bit)| ... | 1 |
#With this code:
#-----------------------------
from datetime import datetime
import pytz
from pandas import DataFrame
original_date = datetime(2016, 9, 2, 0, 0, 0, 0, pytz.timezone('America/Manaus'))
dataframe = DataFrame(columns = ['stored_date'])
dataframe.loc['A'] = [... |
xref #12502 (example there as well)
xref #14148
In [3]: idx = pd.date_range('20130101',periods=3,tz='US/Eastern')
In [4]: df = DataFrame({'A' : [1,2,3]})
In [5]: df['B'] = idx
In [6]: df.dtypes
Out[6]:
A int64
B datetime64[ns, US/East... | 1 |
Documentation of 1.0.0 (http://docs.python-
requests.org/en/v1.0.0/user/advanced/) says
`requests.session(auth=auth, headers=headers)` is a legitimate statement.
However, reading the code I see that session(), nor Session. **init** do not
take any arguments.
https://github.com/kennethreitz/requests/blob/master/r... |
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 |
> This function is a faster version of the builtin python bisect.bisect_left
> (side='left') and bisect.bisect_right (side='right') functions
No, it's not faster for basic cases.
### Reproducing code example:
Python bisect is 3x faster than searchsorted:
from bisect import bisect_right
from nump... |
### Reproducing code example:
import numpy as np
<< your code here >>
### Error message:
### Numpy/Python version information:
I tried to run" import numpy as np" but it shows me an error message. I
uninstalled and reinstalled 2 times but the problem is still present. I
installed anaconda via th... | 0 |
Currently Julia supports only millisecond resolution through its `Datetime`
type (in the standard `Dates` package). That is, it can accept date and time
in the format
julia> df = DateFormat("Y-m-d H:M:S.s")
dateformat"Y-m-d H:M:S.s"
where the `s` after the decimal dot is only allowed to have up to... |
While trying to parse our AV logs
(https://ci.appveyor.com/api/projects/JuliaLang/julia/history?recordsNumber=1&startBuildId=20355614),
I realized that we apparently can't handle times more precise than
milliseconds (even though we have Dates.Microsecond):
julia> DateTime("2018-11-16T10:26:14.2858074Z"... | 1 |
I tried to compile a simple `hello.rs` and ran into the following - output
below after turning on `RUST_BACKTRACE=1`:
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang... |
When compiling without a valid temp directory (i.e. TMPDIR environment
variable) rustc issues the following error:
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.or... | 1 |
I am using the BCELoss for input and target with size of batchsize * channel *
height * width, I also want to weight the loss using a weight matrix of the
same size, then I get the below error:
File "/home/nianliu/anaconda3/lib/python3.6/site-
packages/torch/nn/_functions/thnn/loss.py", line 15, in _resize_weight
... |
How can I save some tensor in python, but load it in libtorch:
I save tensor named piror using python, using the code:
torch.save(prior, 'prior.pth')
And I load the tensor in libtorch using C++, by the following code:
std::vector<torch::Tensor> tensorVec;
torch::load(tensorVe... | 0 |
There seems to be a problem when updating ACL when using object field aces. It
is fairy simply to reproduce inside a test controller:
1. create a simple domain object:
$demoObj = new Demo();
$demoObj->setId(2);
$oid = ObjectIdentity::fromDomainObject($demoObj);
$fieldName = "... |
Problem:
1. Session cookie **is not** present (deleted, expired, invalid, etc)
2. RememberMe cookie **is** present
3. User is logging out
4. RememberMe cookie is not deleted
Alternatively:
1. Session cookie **is not** present (deleted, expired, invalid, etc)
2. User is logging out
3. No `LogoutHandle... | 0 |
## Steps to Reproduce
`await linkWithGoogleCredential` gets stuck - this used to work up to `0.5.20`
In the example below it never reaches log step `---------------------- 4`, BUT
is also doesn't catch any exception.
final FirebaseAuth _auth = FirebaseAuth.instance;
final GoogleSignIn _google... |
I'm using `0.7.0` with `AuthCredential` API. The code that causes the
exception on Android (only) is this:
Future<String> verifyPhoneComplete(String code, String verifyId) {
firebase.AuthCredential phoneCred =
firebase.PhoneAuthProvider.getCredential(
verificationId: verif... | 1 |
I have a 50 node cluster with 1 rc with 1500 replicas. Each pod list takes few
second and saturates 4 core master for that time. This slows down the whole
system including scheduler, node/pod status updates, controllers etc.
@wojtek-t
|
### Background
Currently, to serve LIST operation in apiserver we do the following:
* read all objects of a given resource from etcd
* filter out objects that user is not interested in
* return the result
This means, that complexity of LIST operation is proportional to the number of
all objects of a given ty... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0-SNAPSHOT
场景描述:
新版异步方式,会在ConsumerContextFilter中设置 remoteAddress
RpcContext.get... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.x
* Operating System version: xxx
* Java version: 1.8
, but not the
integer maths operators (because I'm not going to accelerate those initially).
The gradient generation logic creates trees of integer maths. The constants
for this mat... |
Are tf.TFRecord(num_parallel_reads) and interleave(num_parallel_calls)
duplicated? what is the behavior if they are both set > 1? And the difference
of shuffle before repeat and shuffle after repeat? I think the design of
Dataset is too complicated, we need a more clear approach.
| 0 |
# Bug report
> webpack.config.js
> `{ target: 'es5' }`
> build result
1. __webpack_require__.a(module, async (__webpack_handle_async_dependencies__) => {}
2. var wrapDeps = function(deps) { return deps.map(function(dep) {
if(dep !== null && typeof dep === "object") {
if(dep[webpac... |
# Bug report
**What is the current behavior?**
Not sure if this is a problem with a loader or webpack itself, but on a
project that is using typescript, I'm getting a warning:
WARNING in ./React/src/components/_shared/form/form-model.ts
17:0-39 "export 'IValidation' was not found in '_typ... | 0 |
When building a large library many classes need to define fields and methods
that are meant only for use by other classes within the library, not the
client. There is no simple way to express this in TypeScript. One can
duplicate the entire public API in a set of mirror interfaces classes, but
that creates a lot of d... |
Currently to protect integrity of data one can only use classes with private
or protected fields. Classes are harder to work with compared to object
literals. Being able to specify that certain fields are invisible to outside
modules would be a valuable addition to support programming in functional
style in TypeScrip... | 1 |
* Electron version: 1.4.5
* Operating system: win10
Hi!
Recently I updated electron from 1.4.4 to 1.4.5 and reinstalled node_modules
I got an error during npm install (as I can see it fails on spellchecker
modules install):
gyp ERR! configure error
gyp ERR! stack Error: iojs-v1.4.5.tar.gz l... |
* Electron version: 1.4.5
* Operating system: macOS 10.12.1
Files distributed at https://atom.io/download/atom-shell/v1.4.5 and
SHASUM256.txt there does not match. As a result, electron-rebuild for electron
1.4..5 fails.
$ wget --quiet https://atom.io/download/atom-shell/v1.4.5/iojs-v1.4.5.tar.gz
... | 1 |
when adding the class "col-lg-offset-1" (as it says in the docs), the div did
not offset, but it worked when I changed it to "col-offset-1"
|
So as per the documentation, I tried using two different offsets for desktop
and phone. But I could not find the col-lg-offset on the CDN hosted css file.
http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
Am not sure if this is an issue or am I going wrong somewhere?
| 1 |
Using TensorBoard histogram_freq feature cause a lot of warnings like:
Instructions for updating:
Please switch to tf.summary.histogram. Note that tf.summary.histogram uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on their scop... |
Please go to TF Forum for help and support:
https://discuss.tensorflow.org/tag/keras
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant problem with the
documentation (for small docs fixes please send a PR instead).
The form below must be filled out.
**Here's w... | 0 |
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-
jenkins/logs/kubernetes-e2e-gci-gke/2189/
Run so broken it didn't make JUnit output!
|
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-
jenkins/logs/kubernetes-e2e-gci-gke/1883/
Run so broken it didn't make JUnit output!
| 1 |
Make sure these boxes are checked before submitting your issue - thank you!
* I have checked the superset logs for python stacktraces and included it here as text if any
* I have reproduced the issue with at least the latest released version of superset
* I have checked the issue tracker for the same issue and... |
Make sure these boxes are checked before submitting your issue - thank you!
### Superset version
### Expected results
I see the callout is visible
### Actual results
It is overlayed when placed on dashboard ( see attachment screen )
### Steps to reproduce
1. Create calendar heat map and place on dashboard.
... | 1 |
### System info
* Playwright Version: 1.32
* Operating System: macOS 13.2
* Browser: All
### Source code
**Config file**
// playwright.config.ts
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
projects: [
{
name: 'chr... |
### System info
* Playwright Version: [v1.35.0]
* Operating System: [All]
* Browser: [Chromium]
* Other info:
### Source code
In our application we have toggle button that looks like this:

... | 0 |
I'm using PR4 and when generating a Doctrine crud with routes the UrlMatcher
contains duplicate GOTO commands.
I tried adding a prefix to the imported routes but that did not work.
If I remove the method requirements in the CRUD routes there is no longer a
duplicate GOTO in the UrlMatcher.
I'm including my bundle... |
$io = new SymfonyStyle($input, $output);
$io->ask('question with default value Backslash\\', '\\');
This code snippet will print the following in command line:
question with default value Backslash</info> [</comment>]:
>
* symfony/console v3.1.3
* php v7.0.9
* Mac O... | 0 |
Hi,
I just **upgraded from 1.8.4 to 1.9.0.1** and while my roles and inventory SSH
configuration are unchanged:
**Inventory SSH Configuration:**
[group1:vars]
ansible_ssh_user=deployment
ansible_ssh_private_key_file=./files/dev/deployment_rsa
ansible_sudo_pass=password123
**my_role/... |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
network namespace
##### ANSIBLE VERSION
none
##### CONFIGURATION
n/a
##### OS / ENVIRONMENT
Linux
##### SUMMARY
Ansible currently has no support for Linux network namespaces. It would be
highly useful to get at least basic support for them via facts. R... | 0 |
Context:
**System:**
2020 Macbook 13"
OS: macOS Monterey 12.0.1
Memory: 12.2 GB / 16 GB LPDDR4X
CPU: 2 GHz Intel Core i5 Quad-core
**Binaries:**
Node: 14.17.5
npm: 6.14.14
**npmPackages:**
playwright: ^1.20.0 => 1.20.0
**Describe the bug**
Running "npx playwright codegen google.com" and doing no fu... |
**Context:**
* Playwright Version: 1.20.0
* Operating System: Macos 11.6.5
* Python version: Python 3.10.2
* Browser: Chromium
**Code Snippet**
The easiest way to replicate this issue is to just add a breakpoint in the
following snippet after launching the browser, e.g. line 5, and then
initialize the deb... | 1 |
# Description of the new feature/enhancement
The list of implemented keybindings is missing the option of moving tabs to
the left/right.
I did try and look for this request in other places, but the closest I could
find was PR #3478, which implements this functionality as mouse-input by drag
& drop, but as far as I ... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.295]
Windows Terminal version (if applicable): Version: 0.3.2171.0
Any other software?
GNU Emacs 24.3.1
tmux1.8
CentOS 7.0
# Steps to reproduce
When I ssh to my CentOS 7.0 server and start a new tm... | 0 |
We recently started to use the cluster sniffing feature in the Java API for
node discovery which works great. But in our cluster setup we have 3 nodes
(out of 9) which have different hardware (disk, less iops) and those are
causing performance problems when they have to handle requests. To solve the
issue I disabled ... |
I have a case where the completion suggester is omitting results, below are
two example documents. For a search like "Samsung", only Document 1 will be
returned. Actually its the only document returned, so the `size=10` is not
reached. The only major difference i can is see is the weight, will the
completion suggeste... | 0 |
**I'm submitting a ...** (check one with "x")
[x] feature request
**Current behavior**
Currently we have two ways to work with forms:
1. Declarative with `ngModel`:
//user.component.html:
<form>
<input name="name" type="text" [ngModel]="user?.name" (ngModelChange)=... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
I’m using the German ergonomic keyboard mapping Neo and Mac OS.
By default, Atom has several key bindings of the form `Alt+X` (`X` being a
letter). These correspond to special characters on my keyboard map, e.g.,
`Alt+F` (or, in Apple terms `Option F`) is `=`.
Expected behaviour:
* The symbol is inserted.
Actua... |
I am running Atom 0.161.0 on Mac OS X Yosemite and use the German Neo Layout.
Unfortunately I can't type the characters : < > and =. In other applications
(Browser, Email and so forth) it works as expected.
I am aware of the issues atom/atom-keymap#35, #1625 and #3834 but these are
only for the "right ALT" key.
| 1 |
Please allow terminal to run scripts at startup from a task bar jump list.
What would be nice is having the Windows Terminal jump list provide a list of
startup scripts, same way VS allows me to open projects form the jump list. I
could pull up the jump list from the task bar and select whichever project I
was worki... |
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Version 10.0.17134.407, Intel Core i7-7700 embedded graphics, Full HD, 100%
* What you're doing and what's happening:
Our console app uses WriteConsoleOutputCharacterW,
WriteConsoleOutputAttribute, FillConsoleOutputCharacterW,
FillConsoleO... | 0 |
This is related to #2170, which describes how to use `tf.gather` to index on
the first dimension of a tensor. What I'd like to do now is batch this
operation:
params = tf.constant([[1, 2], [3, 4], [5. 6]])
indices = tf.constant([0, 1, 0])
gathered = tf.batch_gather(params, indices)
# gather... |
We should make our slicing and assignment ops more general to capture more of
the functionality of numpy slicing, and add `__getitem__` sugar for all of it.
Specifically,
1. We should have a 2.5 dimensional set of ops, with dimensions (1) get vs. set, (2) slice type, and for the assignment ops (3) the update op. C... | 1 |
Atom has multiple associations with files. It seems like each install in
creating a new association without removing the old ones.
https://pbs.twimg.com/media/Bu_8ZhICIAAkF2T.png:large
|
support/6be6d1eaa44911e38bd5c0467822a465?page=1

2. After submitting the form I got an email from freecodecamp for verification.
3. On clicking the verification link I was redirected to t... | 0 |
I've noticed that text appears more blurry on electron than in regular Chrome.
Mind you i'm using the latest electron version 1.6.0.
This is a comparison between **Chrome (Top)** and Electron's **Chromium
(Bottom)**
.
Here an animated GIF showing the difference (300% zoomed screenshots) - look
at the 'To run...' text:

which is passed through root ... | 0 |
Windows build number: Windows 10 Pro 64 bit, Ver 1909, OS build 18363.815
PowerToys version: 0.17.0
PowerToy module for which you are reporting the bug (if applicable):
# Actual behavior
Selecting "settings" - Powertoys window loads for a couple of seconds and then shuts down. I have been... |
# Environment
W10 Pro V1903 Build 18362.295
PowerToys: 0.11.0
Settings Screen
Windows build number: [run "ver" at a command prompt]
PowerToys version:
PowerToy module for which you are reporting the bug (if applicable):
# Steps to reproduce
Just installed and attempted to open sett... | 1 |
Upgrading my app from alpha34 to alpha35, one directive I had with a selector
`[on-init]` was not working anymore. I realize it must be conflicting in the
parser with the canonical syntax for events, but it was working until alpha35
and the error we have now is not really explicit:
TypeError: Cannot se... |
Related: #3664 (should be fixed together)
I have a template with the following element:
<input type="file" id="picture" accept="image/*"
(change)="onFileSelected(f, $event)"
(fileread)>
On alpha 33 it worked great.
On alpha35 it produces... | 1 |
Hello,
the only thing keeping me away from atom is the fact that it's crashing
everytime I try to open a large file, jquery.min.js for example. In
comparision to sublime, this is pretty bad because when atom doesn't crash, it
takes up to 10 seconds to load the syntax highlighter.
Is there an issue similar to this o... |
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 |
**Dave Syer** opened **SPR-7192** and commented
Example from Chris's DIStyles presentation:
AnnotationConfigApplicationContext context = new
AnnotationConfigApplicationContext(TellerUI.class,
InMemoryAccountRepository.class, TransferServiceImpl.class,
FlatFeePolicy.class);
TransferService transferService = conte... |
**Wim De Clercq** opened **SPR-9646** and commented
Using "RedirectAttributes flash"
and
flash.addFlashAttribute("flash_msg", "letter");
Can sometimes cause this flashmap to somehow get a bit buggy and only make the
attribute available after the 2nd redirect / request.
This bug is reproducable by doing the fo... | 0 |
If you run a cypher like this in 2-M05:
START n=node(1)
RETURN HEAD(LABELS(n))
you get a syntax error, saying that it expected a collection, but getting a
boolean. This worked fine in M04 and previous.
|
There seems to be a breaking change in new cypher parser, which now
incorrectly parses:
START node=node(*)
WHERE ANY (label in LABELS(node) WHERE label IN ['mylabel'])
RETURN node
with error:
Error: Type mismatch: expected Collection<Any> but was Boolean (line 1, column 40... | 1 |
# Description of the new feature/enhancement
# Proposed technical implementation details (optional)
|
# Environment
Windows build number: Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version commit: 200e90d1c64cb8ad3f48b808ac695bac5bb6e696
Any other software?
Visual Studio Community 2019 16.3.3
# Steps to reproduce
vim Terminal\s... | 0 |
### Version
2.6.10
### Reproduction link
https://codesandbox.io/s/vue-template-ptrum?fontsize=14
### Steps to reproduce
When the parent style is scoped the `<slot>` will lost the style of the first
tag if other tags on component has a selector with v-if.
Example:
Main.vue:
<template>
<Test... |
### Version
2.6.10
### Reproduction link
https://jsfiddle.net/anrzf5uh/
### Steps to reproduce
Enter 'obj' in the text input and nothing gets printed to console. Enter `str`
in the text input and `uncaught exception: message` gets printed to console.
But it's wrong in both cases.
If you remove `async` from the ... | 0 |
# Bug report
**What is the current behavior?**
Webpack builds have started failing in our automated deployments as of the
5.45.0 release a few hours ago
**If the current behavior is a bug, please provide the steps to reproduce.**
In our project. ag-grid-community and GraphQL dependencies fail to compile
(stack t... |
**Do you want to request a _feature_ or report a _bug_?**
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
Hello,
When I build with NODE_ENV=production, React-Router does not render any
routes. Otherwise, I works in developpment.
build script
... | 0 |
I have some prolem when i render script tag.
Example when i click link on page A, i new render page B which i inluce
demo.js file. In demo.js i console.log('Hello world'). But when i open google
devtools i don't see that. What happen which that erros.
|
`<script>` is a bit hard to use right now.
* If you have a `{...}` then it's going to start interpolating. And you are bound to have whenever you use `if`, `function` ... Workaround: you can wrap it inside of an interpolated string `{'if (true) { ... }'}`
* If you have any `'` or `"` it's going to output the ... | 1 |
Maybe by design? Is there anyway it can work?
|
RawKeyboardListener works for Android and other platforms, but not on iOS,
because it isn't implemented in the engine
See also #2601, and discussion on flutter/engine#8606
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
When I tell a `<Tooltip />` to be `placement='right'` I expected to be placed
to the right of the reference.
## Current Behavior
When I tell a `<Tooltip />` to be `placement='right'` it is placed to th... |
I have a tooltip for a list item on collapsed drawer and it does not show up
because of the overflow hidden of the drawer. I basically want a portaled
version of the tooltip.
I've hacked together this working example where I wrapped the popper inside a
portal component from your internal folder.
## Current Behavio... | 1 |
After reading this blog post on New Experimental Console Features, I thought
this was the right time to ask for a feature request, that could be added to
the terminal options. (Or maybe even made as default behaviour?)
When cycling previously run commands with the up-arrow, it will take 8 key-
presses to reach the `... |
**Windows build number:** [Version 10.0.16299.248]
If I use an ANSI sequence to set the background color attribute, then move to
the bottom of the screen and output some newlines so the screen scrolls up,
I'd expect the newly revealed lines to have the background color that I just
set.
Similarly, if I move to the t... | 0 |
Not sure if this is a bug or just a feature that has not been implemented
(yet), but given the following:
interface Foo {
member1: number;
member2: boolean;
}
function bar(foo: Foo, member: "member1" | "member2") {
return foo[member]; // return type is inferred as a... |
_(This seems to have some things in common with#6080 and is strongly related
to #1295 as it can be used to provide an alternative solution to it but l
opened this separately since I did not feel it was appropriate to continue
discussing it there and wanted to approach it in a more generalized way)_
This would provi... | 1 |
Use UTF-8 as source and executable encodings for C++ projects that
contain UTF-8 source files.
Tree `35229a7` fails to build where the
default code page is 936 (GBK), due to multiple files containing UTF-8
encoded strings and/or comments, and these projects set to
fail-on-warning mode. Additionally,
src/ho... |
win10 1903
vs2019 (but I have follow this :
https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-
organization-with-vsconfig/)
result:
_GenerateProjectPriFileCore:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\MakePri.exe New
-ProjectRoot C:\Users\a5566\terminal\src
cascadi... | 1 |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the master branch.
* I have included all related issues and possible dup... |
# 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 |
Asked a bit in the IRC channel and it was suggested that this should be the
case. Basically, if you imagine a real time linter (kind of like Babel's Try
It) that just wants to show errors, or a syntax highlighter that also shows
errors, it would be nice to show Duplicate Declaration Errors (let x = 10; let
x = 10;).
... |
The following ES6 code:
var x = {x: 1, x: 2};
generates the following code:
"use strict";
var x = { x: 1, x: 2 };
which will result in an error for ES5-compliant engines. I'm not sure what
should be done here instead as duplicate keys are back to being valid in
strict mode in ... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18898.1000]
Windows Terminal version (if applicable):
Any other software?
# Steps to reproduce
1. Open new tab in flyout menu
2. Try to select text in the newly created tab
# Expected behavior
Text should be s... |
# Environment
Windows build number: Windows 10 18363
Windows Terminal version (if applicable): 0.6.2911.0
# Steps to reproduce
Drag the terminal window to other display. Terminal will exit after a second
or so of being unresponsive.
. I'm trying to figure out
whether this is expected or not.
If it's not, it's probably worth to mention that somewhere.
Anyways I think t... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0
* Operating System version: Linux
* Java version: Java 11
### Steps to reproduce this issue... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: master branch
* Operating System version: macOS 10.13.6
* Java version: 1.8
### Step to reproduc... | 0 |
### Describe your issue.
Following up to #1616
When the input for `distance_transform_edt` has no background, the results are
unexpected.
As in the previous issue, the expectation would be that the function would
return an array of zeros.
However, the output distances are based on the distance from (-1, 0), whi... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1647 on 2012-04-22 by
@WarrenWeckesser, assigned to unknown._
The erlang distribution (in distributions.py) defines the method _arg_check
instead of _argcheck, so it currently allows values for n that are not
integers.
| 0 |
> Issue originally made by @spicyj
### Bug information
* **Babel version:** 6.11.6
* **Node version:** 6
* **npm version:** 3
### Description
var traverse = require('babel-traverse').default, babylon = require('babylon');
traverse(babylon.parse('let x; let x;'))
should throw an error... |
Since v1.11, 6to5 is modifying the source code in places where there are no
es6 features.
var foo = function(bar) { this.foo = bar; };
var arr = [
'item1',
'item2',
...
];
var bar = 'bar',
baz = 'baz';
var foo = function (bar) {
this.f... | 0 |
Apologies if this is a dupe.
This doesn't compile:
fn main() {
match 25u8 {
0 ... 24 => println!("less than 25"),
25 => println!("exactly 25"),
26 ... 255 => println!("above 25")
}
}
Error message:
<anon>:2:5: 6:6 error: non-exhau... |
The following function does not compile because rustc determines that the
patterns in the match statement are non-exhaustive. However, the pattern
matches every possible value of the integer type, and the compiler should be
able to detect this.
fn wont_compile(x : u8) {
match (x) {
... | 1 |
**Nikos Beis** opened **SPR-5476** and commented
When using many property files and a cacheSeconds value of bigger than 0 the
lookup time increases rapidly. I saw a 15% performance boost in my application
when putting all my properties in the same file. The problem is the nested for
loops in resolveCode and resolve... |
**Ronald R. DiFrango** opened **SPR-10500** and commented
The ReloadableResourceBundleMessageSource class locks the whole hashmap that
holds properties and in our case is making the network call (after acquiring
lock). This terribly slows down the property look-up. Under load it’s more
significant as multiple threa... | 1 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
No
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.): ... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.): no
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
K... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.