text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
There's a race condition I encountered and fixed when adding the integration
spec, but I need to add a unit test around this behavior. See: #1991 (comment)
In this condition, "activate" is called multiple times with the same
`Instruction` instance, which ended up bypassing the `reuse` check. I might
need to refactor... |
Behavior of rerouting during a navigation:
* before any components are committed, cancel and start over (recognition, canActivate, or loadResources/resolve) phases
* if any components are committed (any phases after load/resolve), then finish current nav before beginning the next
| 1 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 16.04
* **TensorFlow installed from (source or binary)** : both
* **TensorFlow version (use command below)**... |
As recently discussed on the TensorFlow mailing list
(https://groups.google.com/a/tensorflow.org/d/msg/discuss/GUW0KOmN7MM/2lRMD4JVAQAJ),
it would be nice if TensorBoard would have an option to export a graph as
graphviz DOT file. This would allow users and developers to create e.g.,
Python packages based on pygraphv... | 0 |
Using the editor:move-line-up command while editing a markdown document caused
the line highlighted to disappear and the following error to be thrown.
TypeError: Cannot read property 'isComment' of undefined
at TokenizedBuffer.module.exports.TokenizedBuffer.isFoldableCodeAtRow (/usr/share/atom/... |
1. Editing an unsaved .xml file
**Atom Version** : 0.182.0
**System** : linux 3.18.6-1-ARCH
**Thrown From** : Atom Core
### Stack Trace
Uncaught TypeError: Cannot read property 'isComment' of undefined
At /usr/share/atom/resources/app/src/tokenized-buffer.js:401
TypeError: Cannot read... | 1 |
The output on `tsc` is not so accessible. I find it hard to read because
everything is white and no newlines between lines.
Also when running `tsc -w` it is very hard to distinguish latest build from
the second latest.
These problem can be solved if the output where a little bit more colorized.
| 1 | |
Hi there! I am writing a suite of Playwright tests. So far it has mostly been
a joy to use.
However, I have run into some issues when parallelizing tests. I am pretty
sure that this functionality does not exist, but if it does, happy to learn
more about it.
The vast majority of my tests are independent and can be r... |
### System info
* Playwright Version: 8.19.1
* Operating System: All
* Browser: All
* Other info:
### Source code
test.describe('Test', () => {
// should be WorkerInfo but is typed as TestInfo
test.beforeAll(async ({ browser }, workerInfo) => {});
// correctly typed as TestI... | 0 |
* create new .php file
* type `<?php` quickly followed by `Enter`
* observe, I get: `<?php_ini_loaded_file`
|
When I want to type "<?php", auto completion dosen't suggest 'php', so I had
to press Esc key to keep going.
| 1 |
For regular C# functions, intellisense works as expected:

However, no intellisense shows up for constructors:
 on mac os x 10.11- I'm using one of the unity3d
integration plugins (on the unity side) and getting autocomplete/intellisense,
but not on the unity engine .dll or other referenced dlls in my projects, when
using constructors. I expect to se... | 1 |
D:\code\msys64\home\Tony\julia\test>..\usr\bin\julia -e "versioninfo()"
Julia Version 0.3.0-prerelease+2898
Commit f2b3192* (2014-05-05 18:19 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
WORD_SIZE: 64
BLAS: lib... |
It'd be great to have shorter syntax for broadcasted setfield! and getfield on
arrays of types.
Something like this perhaps
struct Foo
x::Int
end
foos = map(v->Foo(v), 1:3)
foos..x # [1,2,3]
foos..x .= 1
foos..x # [1,1,1]
foos..x = 4:6
foos..x # [4,5,6]
T... | 0 |
Very much like OneHotEncoder, but will have a parameter for setting threshold.
If a feature value occurs more than the specified threshold, then it will get
encoded like OneHotEncoder. Otherwise, feature values occurring fewer than the
threshold, they will get encoded into the last bit of the encoded array.
|
The OneHotEncoder should have an option to summarize categories that are not
frequent - or we should have another transformer to do that beforehand.
Generally having a maximum number of categories or having a minimum frequency
per category would make sense as thresholds. This is similar to what we're
doing in Count... | 1 |
I am getting the following error when running the XLA service unit tests:
duplicate symbol __ZN3xla7PrintToEPKNS_14HloInstructionEPNSt3__113basic_ostreamIcNS3_11char_traitsIcEEEE in:
bazel-out/local-opt/bin/tensorflow/compiler/xla/service/_objs/user_computation_test/tensorflow/compiler/xla/serv... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
Only edited `ClassifierActivity.java` to suit a custom model
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Android smartphone / host machine: Ubuntu 16.04 LTS
* ... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.19008.1]
Windows Terminal version (if applicable): 0.6.2951.0
Any other software?
# Steps to reproduce
1. Copy a set of lines by marking using mouse and then Ctrl+C. You can also use `"copyOnSelect" : true,` in th... |
# I've tried WSL2 + docker + Windows Terminal. It's very good for developing.
It will be better if some features in SecureCRT & ConEmu can be introduced,
## Save or redirect the output text in the terminal to some file with this
feature
1. The format of the filename can be generated like yyyy-mm-dd_HH_MM_SS.log ... | 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : N/A
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : macOS 'High Sierra' Version 10.13.4 (17E202)
* **TensorFlow installed from (source or binary)** : source
* **Tensor... |
I encountered a problem when using a self-trained face-recognition model to
make inference on android platform (using c++ api, just like the android
demo). The error says something like this:
06-05 16:25:11.322 28605-28605/jp.narr.tensorflowmnist I/native: tensorflow_jni.cc:196 End computing.
06-05... | 0 |
Please add support for the ONNX open model standard or a conversion tool would
be great.
|
Support exporting and loading models in ONNX format.
See: https://research.fb.com/facebook-and-microsoft-introduce-new-open-
ecosystem-for-interchangeable-ai-frameworks/
| 1 |
Hi,
My OS: Ubuntu 16.04.4
GCC/G++: **Ubuntu 5.4.0-6ubuntu1~16.04.9**
OpenCV: manually installed 3.4.1
I'm actually building VLC with OpenCV.
And, I came across the following **ERROR** message:
/usr/local/include/opencv2/core/cvdef.h:485:1: error: unknown type name ‘namespace’
namespace cv... |
##### System information (version)
* OpenCV => 4.4.0-pre
* Operating System / Platform => Ubuntu 18.04
* Compiler => qmake (Qt5)
##### Detailed description
1. The current version of OpenCV does not support ONNX models with dynamic input/output shape
2. Bug Report:
Suppose that an ONNX model has a fixe... | 0 |
* VSCode Version: 0.10.11
* OS Version: win10 x64
I am a python programmer, and I wan't to add indentation guide lines like
this:
. Could not find reference to them anywhere in VS
code or the gallery. Thanks - Adolfo
| 1 |
I'm running Telegram bot and noticed the free memory degradation when running
bot for a long time. Firstly, I suspect my code; then I suspect bot and
finally I came to requests. :)
I used **len(gc.get_objects())** to identify that problem exists. I located
the communication routines, then cleared all bot code and c... |
Summary.
## Expected Result
Program running normally
## Actual Result
Program consuming all ram till stops working
## Reproduction Steps
Pseudocode:
def function():
proxies = {
'https': proxy
}
session = requests.Session()
session.headers.update({'User-... | 1 |
I am using Colab where OpenCV version is 4.1.2 and while trying to do
inference of a YOLOv7 model I got following error:
`error: OpenCV(4.1.2) /io/opencv/modules/dnn/src/darknet/darknet_io.cpp:554:
error: (-212:Parsing error) Unsupported activation: logistic in function
'ReadDarknetFromCfgStream'`
And above error ... |
* OpenCV => 4.6.0
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2017
\-->
* Compiler => ❔
##### Detailed description
How support to YOLOv7 by onnx format?
https://github.com/WongKinYiu/yolov7
| 1 |
What is the general sentiment on having the `deno-cli` crate producing a `lib`
that can be imported by other projects? I think that taking this path would
also help making this module lighter - for instance, subproject like the LSP
could become a separate crate consuming the `deno-cli` module, etc.
|
I'm working on a project where I'd like to instantiate multiple instances of
the full Deno runtime from within Rust code. Because the `cli` package only
provides a binary, that isn't currently possible. I'd like to avoid the
inefficiencies of shelling out to multiple separate Deno processes, and
instead spin them up ... | 1 |
### System info
* Playwright Version: [1.33]
* Operating System: [Ubuntu 20]
* Browser: [All, Chromium, Firefox, WebKit]
* 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/your_prof... |
### System info
* Playwright Version: v1.31.1 (I think)
* Operating System: Ubuntu 22.04.2
* Browser: WebKit
* Other info: The issue is happening while running on GitHub Actions
### Source code
The issue isn't with running tests, it's with installing playwright's
dependencies. In my GitHub Actions workflow... | 0 |
We're using a custom ShaderMaterial that we clone for each mesh so they can
have unique uniforms.
But it turns out that internally UniformsUtils.clone() is called which clones
the texture parameter. This means each one counts as unique and gets uploaded
to the GPU separately. Not good!
So unless we're going about t... |
The description of the .normals attribute in the buffergeometry docs says:
> Stores the x, y, and z components of the face or vertex normal vector of
> each vertex in this geometry.
But as far as I am aware only vertex normals are supported in WebGL.
| 0 |
nightly build
const x = Math.random() > 0.5 ? 'hey' : 1;
if (typeof x === 'number') {
[].map(() => x + 2); // expected should typecheck, actual no-no-no
}
numbers can't mutate, `x` holds a number, also it is a constant, constant
can't change its value, so ...
|
This is a place holder for changes to the type narrowing behavior in
TypeScript 2.0:
* Generic type parameters are now narrowed
function g<T>(obj: T) {
var t: T;
if (obj instanceof RegExp) {
t = obj; // RegExp is not assignable to T
}
}
See the explanation b... | 1 |
`google.golang.org/cloud` packages are renamed and are available at
`cloud.google.com/go`. google.golang.org/cloud resource is still available but
won't be after September 12. More information is been available on our API
clients' announce mailing list at
https://groups.google.com/forum/#!topic/google-api-go-announce... |
The Google Cloud API client libraries for Go are making some breaking changes:
* The import paths are changing from `google.golang.org/cloud/...` to
`cloud.google.com/go/...`. For example, if your code imports the BigQuery
client
it currently reads
`import "google.golang.org/cloud/bigquery"`
It should be c... | 1 |
I am trying to build go on IPv6 only machine and seeing following error:
\--- FAIL: TestDialTimeout (0.01s)
dial_test.go:108: got error "dial tcp 127.0.0.1:61521: connection reset by
peer"; not a timeout
\--- FAIL: TestIPv4MulticastListener (0.00s)
multicast_test.go:55: First ListenMulticastUDP on failed: lis... |
http://www.freebsd.org/ipv6/ipv6only.html
Sure, it fails, of course.
| 1 |
### Version
2.5.16
### Reproduction link
https://raw.githubusercontent.com/indus/stuff/master/vue_issue.jpg
(sorry - haven't found an online tool that shows type annotations)
### Steps to reproduce
type the following in an TS enabled Editor like VS Code:
new Vue({
el: '#app',
pro... |
### Version
2.5.13
### Steps to reproduce
Create a simple component using Typescript:
import Vue from "vue"
Vue.extend({
props: {
myProp: {
type: Array,
},
},
computed: {
myComputed(): string {
retur... | 1 |
##### System information (version)
* OpenCV => 4.1.0
* Operating System / Platform => Android API Level 28 (Patch: June 1st, 2019)
* Compiler => clang++ 7.0
##### Detailed description
Using `JavaCamera2View` will output a faulty camera image as shown below if
the aspect ratio of the preview size, calculated ... |
* OpenCV version: 2.4
* Host OS: Android 6.0
https://support.google.com/faqs/answer/7011127
| 0 |
**Ken Egervari** opened **SPR-6989** and commented
I have some code that purposefully puts "[" and "]" in the path, which
eventually gets rendered to the id and name attributes on the input tag.
Code:
<@springForm.input type=type attributes=attributes path=path htmlEscape="true" /><br/>
At a h... |
**Nick Williams** opened **SPR-6363** and commented
Currently, Spring DAO has an org.springframework.dao.DuplicateKeyException
that extends org.springframework.dao.DataIntegrityViolationException. This
exception indicates that the specific data integrity violation was due to a
unique key violation. It is very helpfu... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.6
* Operating System version: *nix
* Java version: 1.7
When we use complex arguments, in tel... |
* 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: jdk8
### Steps to reproduce this issue
... | 0 |
how the heck im able to change the font preference to get my zsh terminal work
flawlessly with agnoster theme
|
# Environment
Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): v0.5.2661.0
Any other software? PowerShell Core 6.2.2 is also installed.
# Steps to reproduce
1. Install windows terminal from either Microsoft Store, or via download from GitHub release.
... | 0 |
Failed to resolve: glide-parent:library:unspecified
using
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@jar' and
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0'
|
It seems like something has gone wrong while deploying the OkHttp3 integration
to the Maven repos
http://repo1.maven.org/maven2/com/github/bumptech/glide/okhttp3-integration/1.4.0/okhttp3-integration-1.4.0.pom
<dependencies>
<dependency>
<groupId>glide-parent</groupId>
<art... | 1 |
ERROR: type should be string, got "\n\nhttps://www.dropbox.com/s/rgy9iqt9o8pvfdl/wontplot.pandas\n\n \n \n In [3]: s = pd.load('wontplot.pandas')\n \n In [5]: s.plot()\n Traceback (most recent call last):\n \n File \"<ipython-input-5-d3eb09d34df4>\", line 1, in <module>\n s.plot()\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\tools\\plotting.py\", line 1727, in plot_series\n plot_obj.generate()\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\tools\\plotting.py\", line 853, in generate\n self._make_plot()\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\tools\\plotting.py\", line 1241, in _make_plot\n x = self._get_xticks(convert_period=True)\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\tools\\plotting.py\", line 1031, in _get_xticks\n self.data = self.data.reindex(index=index.order())\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\core\\series.py\", line 2638, in reindex\n return Series(new_values, index=new_index, name=self.name)\n \n File \"C:\\dev\\bin\\Python27\\lib\\site-packages\\pandas\\core\\series.py\", line 489, in __new__\n subarr.index = index\n \n File \"properties.pyx\", line 74, in pandas.lib.SeriesIndex.__set__ (pandas\\lib.c:29092)\n \n AssertionError: Index length did not match values\n \n \n In [6]: s.index.shape\n Out[6]: (480,)\n \n In [7]: s.values.shape\n Out[7]: (480,)\n\n" |
The following code prints False when run with Pandas 0.15.0, but True with
0.15.2; I'm using Python 2.7.6 on Ubuntu 14.04.1 in both cases. Is this change
in behavior expected? (I was using has_duplicates to detect duplicate tuples
in the index.)
import pandas as pd
t = [(u'x', u'out', u'z', 5, u'y'... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
I am not sure,maybe it's just a question.
**What is the current behavior?**
I fork the lasted master branch of react,and execute `npm run build` at the
root directory.But get some errors below:
D:\WebStorm_workspace\react>npm run build
... |
$ npm run build
> react-build@16.0.0-alpha.6 build D:\github\react
> npm run version-check && node scripts/rollup/build.js
> react-build@16.0.0-alpha.6 version-check D:\github\react
> node ./scripts/tasks/version-check.js
STARTING react.development.js (umd_dev)
Error: Could not load D:\github\react\node_mo... | 1 |
It appears there's no way to apply hidden-xs (or other of the hidden classes)
to inline elements. In my particular case, I'd like helper text to appear to
the right of my horizontal form fields -- but not on smartphones where form
fields use 100% width.
I suggest adding a span.hidden-xs style (simlarly to the existi... |
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span
within `.nav > li > a` . Because class is `display: block` above -sm then text
wraps to new line. Would you consider `.hidden-*` classes to be `display:
inline-block` instead ?
Here's a jsfiddle of the two cases - but the repercussions could b... | 1 |
yes 1234567 | head -1000000 > test.txt
julia -e "versioninfo()"
julia test.jl
juliav7 -e "versioninfo()"
juliav7 test.jl
Gives
> julia version 0.6.0
> 0.823502 seconds (286.43 k allocations: 31.633 MiB)
> 1.165942 seconds (3.09 M allocations: 104.117 MiB, 48.31% gc time)
> juli... |
The deprecation warning for `readcsv` reads:
julia> @time dat = readcsv("./data/EURUSD-2015-03.csv")
┌ Warning: `readcsv(io; opts...)` is deprecated, use `readdlm(io, ','; opts...)` instead.
with additional info given by
ERROR: WARNING: Base.readdlm is deprecated: it has been m... | 1 |
### System info
* Playwright Version: [v1.35]
* Operating System: Windows 10
* Browser: Chromium
* Other info: Tested in both .NET 6 and .NET 7 project in Visual Studio 2022 17.6.4
### Source code
[TestFixture]
public class PlaywrightPOCTest
{
private static IPlaywright playwr... |
### System info
* Playwright Version: 1.35.1
* Operating System: macOs 13.4 (22F66)
* Browser: Chrome
* Other info: UI mode
### Source code
**Config file**
// playwright.config.ts
import type { PlaywrightTestConfig } from '@playwright/test';
const config: PlaywrightTestConfig = ... | 0 |
ERROR: type should be string, got "\n\nhttps://github.com/scikit-learn/scikit-\nlearn/blob/master/sklearn/metrics/regression.py#L313\n\nE..g, wrong in case y_true>0 but y_pred<=0. One should have:\n\nif not (y_true >= 0).all() or not (y_pred >= 0).all():\n\nor\n\nif not ((y_true >= 0).all() and (y_pred >= 0).all()):\n\n" |
#### Description
I found problem, where mean_squared_log_error() function does not catch error.
#### Steps/Code to Reproduce
Imagine simple situation, where regression model predicts negative value:
import numpy as np
y_true = np.array([1, 2, 3])
y_pred = np.array([1, -2, 3])
mean_s... | 1 |
Would it be possible to preserve the original window size, for windows that
are maximized when dragged into a zone, so that they return to their last
state if dragged from the zone? This would be similar to the way Windows 10
handles windows that are dragged after they are snapped to the edge of a
screen.
|
Summary of the new feature/enhancement:
The ability to show the system tray in multiple taskbars on different
monitors, not being limited to the main one. Currently in Windows 10 there is
no way to do that, and the taskbar on every monitor except the main one doesnt
show any tray icons.
| 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-give-your-
javascript-slot-machine-some-stylish-images has an issue. Please describe how
to reproduce it, and include links to screenshots if possible.
In this challenge, the step one of the solve condition "Use the provided code
three times. One for each slo... |
The tests are not covering the task fully. One can pass it by updating only
slot 0 three times:

| 1 |
http://jsfiddle.net/7kJcG/
Idk, make them white or something
|
If you put a link in a panel-primary panel heading, the link color matches the
panel heading color, rendering the link virtually invisible:
** : No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 16.04.4
* **TensorFlow installed from (source or binary)** : source
* **TensorFlow version (use command below... |
Please go to Stack Overflow for help and support:
### 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)** :
Linux — Ubuntu Server 16.04 LTS
Linux PowerEdge-R810 4.4.0-87-gen... | 1 |
##### Issue Type:
Bug Report
##### Ansible Version:
Ansible devel (`e32d887`)
##### Ansible Configuration:
Standard `ansible.cfg`
##### Environment:
Debian, Ubuntu
##### Summary:
Ansible converts strings `"yes"` and `"no"` into booleans `true` and `false`
when it is not asked to. This can interfere when user... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
win_copy
##### ANSIBLE VERSION
2.3.2
##### OS / ENVIRONMENT
Control node: Ubuntu 16
Target node: Windows Server 2016
##### SUMMARY
The documentation states that if the "src" parameter ends with a "/", then the
contents of the directory... | 0 |
I originally left a comment in #4936, but I felt this might be better as a
separate issue.
> I completely agree with the rationale behind no backing instances and no
> refs for stateless components. I want to use pure stateless components as
> much as possible.
>
> However, I'm running into instances where testing s... |
Hi,
I have a fairly trivial application which was running on ReactJS 0.14.x. Since
I've moved it to 15rc1, it continues to work perfectly in Chrome. However, in
IE11, in appears to render critical parts empty. The relevant piece of code
where I'm failing is here:
https://github.com/technion/erlvulnscan/blob/master/... | 0 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
A React.Component should be returned when using:
`private responsiveDialog = withResponsiveFullScreen({ breakpoint: 'sm'
})(Dialog);`
This means that `withResponsiveFullScreen({ breakpoint: 'sm' })` s... |
When using the classes root override in the Snackbar component, it adds a
wrapping div with your the css classes you define instead of overriding the
root containers properties.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Change the style of ... | 0 |
### Current Behavior:
Running `npm view --json sompackage dist-tags` gives an error output in case
no tags exist like:
{
"shortMessage": "Command failed with exit code 1: npm view --json sompackage dist-tags",
"command": "npm view --json sompackage dist-tags",
"exitCode": 1... |
### The problem
NPM's \--json option allows scripts to invoke an NPM command and receive
machine-readable JSON that can be easily processed. In previous NPM versions,
the JSON was written to STDOUT and all other messages were written to STDERR,
making it easy for a script to extract the JSON.
With NPM 7.x, everythi... | 1 |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.6.6
##### Environment:
Mac OSX 10.9.3
##### Summary:
When firing a handler from a task with notify: limited to specific hosts via a
when: clause, play_hosts in the handler reflects only the hosts that triggered
a notify:
##### Steps To Reproduce:
... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ios_command
##### ANSIBLE VERSION
ansible --version
2.3.0 (commit 20160706.246e32a)
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
inventory = ./hosts
gath... | 0 |
Hello there. Are there any plans for including official community-supported
translations for React docs? At @translaiton-gang we've just completed Vue.js`
docs Russian translation, and we also have some progress with React ones. I
believe, at least Japanese and Chinese communities would also like to have
their own tr... |
We've deleted the old localized content because most of the docs changed too
much.
We should set up proper infrastructure for localization because the old
process was slow and ineffective.
cc @lacker
| 1 |
Error with 2.3.0
http://fancyapps.com/fancybox/
|
Hi,
I've just noticed that jQuery fancyBox isn't working anymore in conjunction
with Bootstrap 2.3.
When reverting back to Bootstrap 2.2.2 everything is fine again.
Here are two jsfiddles to demonstrate the issue:
1. with Bootstrap 2.3 .js File: http://jsfiddle.net/XmDXJ/ <\-- fancyBox doesn't open
2. witho... | 1 |
#### Code Sample, a copy-pastable example if possible
import seaborn as sns
tips = sns.load_dataset("tips")
print(tips["day"].dtype)
counts = tips.groupby("size").day.value_counts().rename("count").reset_index()
print(counts["day"].dtype)
category
object
#### Pro... |
#### Code Sample, a copy-pastable example if possible
# Your code here
In [1]: df=pd.DataFrame(dict(payload=[-1,-2,-1,-2], col=pd.Categorical(["foo", "bar", "bar", "qux"], ordered=True)));df
Out[1]:
col payload
0 foo -1
1 bar -2
2 ... | 1 |
Suppose a `type` declaration is used to provide a shorter name for a specific
example of a generic struct
struct X<T>;
impl<T> X<T> {
fn go() -> int {-1}
}
struct A;
type Alias = X<A>;
then its not possible to call a static method via `Alias`
fn main() ... |
Compile this:
pub mod foo {
pub mod bar {
pub mod baz {
struct Qux;
impl Qux {
pub fn new() {}
}
}
}
}
fn main() {
type Ham = foo::bar::baz::Qux;
let Foo = foo::... | 1 |
# Bug report
## Describe the bug
When using Next's new `src/pages` support through `now dev` (because I'm using
`now secrets`) I'm getting a directory list view listing only the
_package.json_ instead of the `index` page.
## To Reproduce
1. Create a new Next app `npx create-next-app now-dev-src-pages`
2. Move... |
Running `now dev` while having everything the `src` directory does not work.
`next build` still works.
Next.js `v9.1.0`.
No `now.json`.

Thanks!
| 1 |
## Feature Request
Charset of ShardingSphere Proxy is determined by
1. locale of environment
2. The property `file.encoding`
### Is your feature request related to a problem?
If the charset was unset in environment, any non-ASCII characters will always
be malformed.
### Describe the feature you would like.
... |
I have a table with no sharding configuration, if I try to ask a page request
with certain offset (not zero), it will always return the first page.
I took a look at class DQLMergeEngine, and found that some weird code below.
`@Override public MergedResult merge() throws SQLException { if (1 ==
queryResults.size())... | 0 |
when parse SQL with many parameters, it will be very slow
method is : org.apache.shardingsphere.sql.parser.SQLParseEngine#parse0
sqlParseKernel.parse()
version:4.0.1
for example,this sql will be use 1.5s
sql:SELECT count(0) FROM table WHERE id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?) AND store_id I... |
sql:
insert into t_order (id, avl_inventory, `type`,
create_person, create_time, update_person, update_time, is_deleted, version )
VALUES
(76667, 100, 1, 'xx(189870)', '2019-4-25 18:25:20', 'xx(189870)','2019-4-25
18:25:20', 0,0 ) ,
(78143, 100, 1, 'xx(189870)', '2019-4-25 18:25:20',
'xx(189870)', '2019-4... | 0 |
It would be nice to allowing conversion of std::array to InputArrays, we are
limited to std::vector and I often find myself refraining std::array although
I know my data size is fixed (e.g code that involves triangles only).
|
##### System information (version)
| 0 |
[x] Many common issues and suggestions are addressed in the FAQ
https://github.com/Microsoft/TypeScript/wiki/FAQ
[x] Search for duplicates before logging new issues
https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue
[x] Questions are best asked and answered at Stack Overflow
http://s... |
## Rationale
Props are an important part of a React component's interface, but children can
be as well.
In applications it's not uncommon to want to restrict what kind of children a
component will
accept. Currently this enforcement has to be done at runtime by throwing
errors.
## The Goal
Components can specif... | 1 |
hi,
please add RTL support to bootstrap 2.1,
very thanx
|
Would be great to have support for right-to-left languages.
| 1 |
Words that coincide with variable / object names in comments are inspectable
as if you were inspecting the real variable. For me this occurred in a
JavaScript file on Windows 10.

|
* VSCode Version: 1.2
* OS Version: Debian Jessie
Steps to Reproduce:
A fresh install doesn't have this directory. Or just remove it to test.
rm -rf ~/.config/Code/User
1. Try installing any extension.
code --install-extension ms-vscode.csharp
Error: watch /home/vscode... | 0 |
Using atom in mac
Version 0.131.0
Two panels open
Cmd + f opens chrome's dev tools with following error:
Window load time: 2181ms
Uncaught TypeError: undefined is not a function
/Applications/Atom.app/Contents/Resources/app/node_modules/find-and-
replace/lib/find-view.js:71
Full stack trace is following:
(... |
When i have opened two tabs and i start searching on one, after i go to second
one without closing search bar i got this error:
TypeError: undefined is not a function
at FindModel.module.exports.FindModel.activePaneItemChanged (/opt/atom/resources/app/node_modules/find-and-replace/lib/find-model.... | 1 |
As discussed in #11332
1. `renderer.gammaInput` needs to be deprecated. We now support `texture.encoding` instead.
2. renderer.gammaOutput needs to be deprecated and replaced with `renderer.outputEncoding` when rendering to the screen. We already support `renderTarget.texture.encoding` when rendering to a rende... |
For WebVR we now use VREffect for stereo render. A camera is passed as a
parameter that gets duplicated and then the scene is rendered twice, once per
eye. There's redundant work that we could avoid. We have superficially
discussed in the past the idea of introducing an `ArrayCamera` that receives a
list of cameras a... | 0 |
Hi,
on Gentoo Linux, we see parallel build issues in all versions (including
latest 1.16.x version) for Python 3.x:
Most common failure with lapack (should come close to your defaults):
build-error_py36_with_lapack.txt
However, this is not always reproducible.
Most reproducible failure is without lapack:
build-... |
I'm trying to build scipy 0.18.1 with Python 3.6.0, Numpy 1.12.0, GCC 6.1.0,
and OpenBLAS 0.2.19 on CentOS 6.8. When I build in serial, things work just
fine. But when I use `-j 16`, I'm seeing build errors:
/blues/gpfs/home/software/spack-0.10.0/lib/spack/env/gcc/gfortran -Wall -g -Wall -g -shared bui... | 1 |
##### System information (version)
* OpenCV => recent 3.4 ( `220b371` ) / master ( `f584c6d` )
* Operating System / Platform => Firefly RK3399 Ubuntu 16.04 (Aarch64)
* Compiler => GCC 5.4.0
* OpenCL => 1.2
##### Detailed description
Some FP16 inference is disabled on purpose on non-intel platform
Setting... |
##### System information (version)
* OpenCV => 4.4.0 (probably in 3.4 too)
* Operating System / Platform => Ubuntu 18.04
* Compiler => gcc 7.5
##### Detailed description
Convolution without bias followed by ChannelsPReLU activation with fusion
enabled leads to:
OpenCL program build log: dnn/co... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3.5
After updating Symfony (v3.3.2 => v3.3.5) I can't shutdown local web server
http://127.0.0.1:8000
How to reproduce:
* install symfony 3.3.5 (reproducible on fresh Symfony)
* php bin/conso... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3.5
Hello,
Despite my initial assumption, the `server:stop` does not actually stop the
web server. It displays all-is-good message, but I can still access the app
under `127.0.0.1:8000`. What is ... | 1 |
It seems like this change #5917 unfortunately broke production for us.
We are using a proxy url that follows this scheme:
`http://randomstring:randomstring@eu-west-static-04.example.com:9293` (from a
service that provides static IPs)
## Expected Result
In 2.26.0 this still works:
>>> from requests.u... |
When using proxies in python 3.8.12, I get an error 407. Using any other
version of python works fine. I am assuming it could be to do with this
https://docs.python.org/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12.
I should get a status of 200.
I get a status code of 407.
import requests
... | 1 |
Hello,
I have noticed not all of my AJAX requests are catched by the new feature of
2.6 in WebProfilerBundle.
If you create an url with the twig function `url` they aren't recognized. With
urls generated by `path` it works.
I am on version 2.6.
|
I am just testing the new ajax debug toolbar and my request are not visible in
the profiler.
It works if the url are relatives and not absolute.
"http://localhost/sf_test/app_dev.php/demo/test" is not handled, but
"/sf_test/app_dev.php/demo/test" works.
That seems normal regarding this code:
/* pr... | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.194.0
**System** : linux 3.11.10-29-desktop
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, node_modules/keybinding-resolver/keymaps/keybinding-
resolver.json not found in /usr/share/atom/resources/app.asar
... |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.194.0
**System** : Mac OS X 10.10.3
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, keymaps/darwin.json not found in
/Users/holdicon/Downloads/Atom.app/Contents/Resources/app.asar
At /Users/holdicon/Dow... | 1 |
That would help all Windows users immensely.
|
I'm on Windows and I don't know how to build packages. I'd like to run `pip
install jaxlib` and have it work.
I saw there's discussion on #438, but that ticket was about supporting
Windows. It seems that Windows is partially supported now, so this is a
separate ticket for providing a Windows binary on PyPI.
| 1 |
Get the following error: `Querying the GitHub API failed. This is usually
caused by a network outage or because you have reached your hourly API rate
limit of 60 requests.`
Here is a screenshot:
 \nFailed to get directory listing \nQuerying the GitHub API failed. This is usually caused by a network outage or\nbecause you have reached your hourly API rate limit of 60 requests.\n\n" | 1 |
Hi! Do you plan to support the < noindex > tag (and even better its valid type
<!--noindex>)? It is very necessary for every SEO needs.
Type: Feature Request
Component: DOM (general issues)
|
I'm hacking on an fully server and client compatible app using React. One
obstactle I'm running into is it seems react doesn't like exclamation marks in
your jsx-style code.
Here's an example of a pretty standard boilerplate for HTML:
<!doctype html>
<!--[if IE 7]> <html class="no-js ie ie7 l... | 1 |
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
Minimal reproduction is here:
https://github.com/bigtimebuddy/npm-bug-package-lock-only
Package structure is roughly this:
* packages/package-a ( _@package/a_ )
* devDependencies
* _@tools/a_
*... | 0 | |
Let's assume there are two excel files with almost identical content:
file_1.xlsx:

file_2.xlsx:

Small test case: content of excel file:
A | A | B | B
---|---|---|---
key | val | key | val
1 | 2 | 3 | 4
1 | 2 | 3 | 4
gives:
... | 1 |
2020-08-02.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 08/02/2020 16:10:54
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
Because denoland/deno_docker#175 would be possible.
References #10507 (comment),
https://github.com/felipecrs/deno_docker/blob/e585daffcb72ed8accca8c392c7a040ff0b3218a/README.md#staying-
low-on-size
|
Feature request: compile JS/TS scripts with **no dependency**. To be used in
IoT, IIoT, embedded devices etc.
| 1 |
**Balaji Varanasi** opened **SPR-6053** and commented
When executing a Sybase stored procedure using SimpleJdbcCall class, the
database metadata is not being loaded. The logs show the following messages:
org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory - SQL
Server is not one of the databases ful... |
**Patrick Hancke** opened **SPR-3165** and commented
The Freemarker macro below displays a text area but performs a HTML escape of
the 'stringStatusValue' variable. Nothing wrong with that, except that the
'bind' macro also does a HTML escape in case the "defaultHtmlEscape" context-
param is set in the 'web.xml'. T... | 0 |
ERROR: type should be string, got "\n\nhttps://github.com/hupili/pandas-to-json-multi-index-\nissue/blob/master/pandas%20to_json%20test.ipynb\n\n#### Code Sample, a copy-pastable example if possible\n\n \n \n df = pd.DataFrame(\n [\n ['1', '2', 'a'],\n ['1', '3', 'b'],\n ['2', '4', 'c'],\n ['3', '5', 'd']\n ],\n columns=['key1', 'key2', 'key3']\n )\n j = df.set_index(['key1', 'key2']).to_json()\n json.loads(j)\n\n#### Problem description\n\nThe exported JSON is ill-formatted\n\n \n \n ---------------------------------------------------------------------------\n JSONDecodeError Traceback (most recent call last)\n <ipython-input-8-5f4db1ed154c> in <module>()\n ----> 1 json.loads(j)\n \n /usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/__init__.py in loads(s, encoding, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)\n 317 parse_int is None and parse_float is None and\n 318 parse_constant is None and object_pairs_hook is None and not kw):\n --> 319 return _default_decoder.decode(s)\n 320 if cls is None:\n 321 cls = JSONDecoder\n \n /usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/decoder.py in decode(self, s, _w)\n 337 \n 338 \"\"\"\n --> 339 obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n 340 end = _w(s, end).end()\n 341 if end != len(s):\n \n /usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/decoder.py in raw_decode(self, s, idx)\n 353 \"\"\"\n 354 try:\n --> 355 obj, end = self.scan_once(s, idx)\n 356 except StopIteration as err:\n 357 raise JSONDecodeError(\"Expecting value\", s, err.value) from None\n \n JSONDecodeError: Expecting ':' delimiter: line 1 column 13 (char 12)\n \n \n\n#### Expected Output\n\n#### Output of `pd.show_versions()`\n\nINSTALLED VERSIONS \\------------------ commit: None python: 3.5.1.final.0\npython-bits: 64 OS: Darwin OS-release: 16.1.0 machine: x86_64 processor: i386\nbyteorder: little LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8\n\npandas: 0.18.1 \nnose: 1.3.7 \npip: 7.1.2 \nsetuptools: 28.6.1 \nCython: None \nnumpy: 1.11.2 \nscipy: 0.18.1 \nstatsmodels: None \nxarray: None \nIPython: 5.1.0 \nsphinx: None \npatsy: None \ndateutil: 2.5.3 \npytz: 2016.7 \nblosc: None \nbottleneck: None \ntables: None \nnumexpr: None \nmatplotlib: 1.4.3 \nopenpyxl: None \nxlrd: None \nxlwt: None \nxlsxwriter: None \nlxml: None \nbs4: 4.5.1 \nhtml5lib: None \nhttplib2: 0.9.2 \napiclient: 1.5.4 \nsqlalchemy: 1.1.2 \npymysql: None \npsycopg2: 2.6.2 (dt dec pq3 ext lo64) \njinja2: 2.8 \nboto: 2.43.0 \npandas_datareader: None \nIn [4]:\n\n" |
cc @Komnomnomnom
I'm using a recent anaconda build on Windows, which includes v 0.12.0 pandas.
I'm attempting to use a multi-index header, write it out to a json file,
import it and get the same formatted dataframe. The column headers come out
stacked vertically instead.
import numpy as np
import pandas as pd
p... | 1 |
We are investigating using React for drawing custom native UIs (that fall
outside the scope of react-native and react-windows-native).
`ReactFiberReconciler` seems like the most sensible place to start (assuming
fibers start getting used in mainline relatively soon, which seems reasonably
likely), and it certainly se... |
This issue is intended to be a discussion for how to distribute the
ReactFiberReconciler.js file and dependencies for custom renderers.
Currently first-class renderers within the React codebase/Facebook ecosystem
do not have any concerns for this because of Haste / access to the React.js
build + publish tooling with... | 1 |
crypto/x509 currently supports parsing PKCS#8 private keys with
`ParsePKCS8PrivateKey` but doesn't provide a way to marshal them. A
corresponding `MarshalPKCS8PrivateKey` function would be handy.
|
I posted to golang-nuts without any replies so before I push to gerrit I
thought I'd make a bug here first.
There is a `x509.ParsePKCS8PrivateKey` but there is no
`x509.MarshalPKCS8PrivateKey`, which doesn't seem to match up with the other
Parse/Marshal combinations in the `x509` package. I've written a Marshal
meth... | 1 |
## 🚀 Feature
I would like to see a PyTorch feature to generate a dataset, ideally Pandas
DataFrame with the image name as index and lists of labels for each image.
## Motivation
For multi-label image classification, it is important to generate the dataset
from scratch given a custom datasets. Most likely, the ima... |
## 🐛 Bug
When adding a tensor to another tensor `c` at some **non-unique indices** , we
end up with an incorrect tensor. The output is stochastic (demonstrated
below).
This bug is also there when writing to `c` (instead of adding); I.e., `c1[b] =
a; c2[b] = a`.
## To Reproduce
import torch
impo... | 0 |
That came up during working on #12910. I'm adding new `Job` resource in
`pkg/expapi` and while generating conversions for that I'm reaching
`convert_v1_PodSpec_To_api_PodSpec` and `convert_api_PodSpec_To_v1_PodSpec`
functions which are hand written in pkg/api/v1/conversion.go which results in
compilation errors. What... |
Could not find anything about this, but would be nice to use petsets across
clusters, for example database replication for read only databases to another
cluster.
A possible first pass could be to make the DNS entries of each pet resolve in
the other clusters.
| 0 |
**Joshua Vickery** opened **SPR-263** and commented
I am having trouble creating a bean of type java.io.File with a single
constructor-arg. The problem is that the bean that is instantiated seems to
"double" its argument value.
Application Context:
* * *
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http:/... |
**Keith Donald** opened **SPR-6413** and commented
Spring Roo has the requirement to map a web requests to static views. Rather
than configure a "default handler" that attempts to map any request not
handled by a Controller to a view, they're now defining a
ParameterizableViewController bean for each static view [w... | 0 |
I'm about to work on the _Zipline: Show the Local Weather_ challenge but it
appear the example failed to display weather information:
http://codepen.io/AdventureBear/full/yNBJRj
Checking the console log reveal the following error:
Failed to load resource: the server responded with a status of 401 (Una... |
Our Weather Zipline example is now broken. Aparently the API @AdventureBear
used on her Zipline no longer works.
https://www.evernote.com/l/AlwSsfX2kblJYoOSp9uAq-BKFosOSCg8-aAB/image.png
We need to find an API that works and doesn't require adding an API key, or we
need to make an API endpoint on Free Code Camp that... | 1 |
I'm learning the usage of keras and thinking these lines are duplicated thus
could be deleted safely.
line 63-68 in
https://github.com/fchollet/keras/blob/master/examples/cifar10_resnet.py
# Input image dimensions. <- FROM HERE
# We assume data format "channels_last".
img_rows = x_train.shape... |
I am using `ctc_decode` for unsegmented text recognition. When `greedy=True`,
`ctc_decode` works as expected. But if `greedy=False`, the function merges
repeated classes in the output sequence (for example, ABCCD becomes ABCD).
Depending on the `greedy` flag `ctc_decode` calls either
`tf.nn.ctc_greedy_decoder` or `... | 0 |
**Describe the bug**
If we create a datetime at year 0, month 1, day 1 with a timezone such that
the utc equivalent
would refer to a UTC time that is in a BC year a and save it to a database,
then we can't deserialize it back to a datetime - as when we write the utc
**Expected behavior**
We shouldn't be able ... |
**Migrated issue, originally created by whereswalden**
Currently, MetaData.naming_convention does not support composite indexes or
foreign keys, so those must be named explicitly. It'd be nice to be able to
provide a template for those to be automatically named as well.
It would likely be necessary for users to def... | 0 |
### Description
JAX configures the root logger facility what is a little breaking behavior
since using JAX in a third-party application changes logging configuration of
the whole app! In my opinion, such side-effects are not desirable and should
be fixed.
import logging, jax
# The next line does n... |
Hi. There is some (very minor) deviations in the output of
`jax.numpy.percentile` between `jax` `v0.2.20` and `v0.2.21` in the case that
linear interpolation is used (the default). Interestingly, it is really in
`jax.numpy.percentile` and not in `jax.numpy.quantile` as can be shown in the
included example (for conven... | 0 |
##### System information (version)
* OpenCV => commit: `1b07274` (master branch latest commit)
* Operating System / Platform => ubuntu 18.04
* Compiler => clang++ 10.0.1
##### Detailed description
##### Steps to reproduce
##### Issue submission checklist
- [X] I report the issue, it'... |
##### System information (version)
* OpenCV => 3.4.6
* Operating System / Platform => Windows7 64Bit
* Compiler => c++
##### Detailed description
vs 2015 detect memory leak after cv::resize
without resize, there is no memory leak
how I can i fix it?
is there any right way to this code?
##### Steps to r... | 0 |
### Expected Behavior
I was trying to write unit tests for my flask restful api which uses
BasicHttpAuth on the initial request and returns a JWT token. All subsequent
requests have this token in an x-access-header up to an expiry of 15 mins,
then re-authentication happens( the code for this is in the anacropapi rep... |
### Expected Behavior
According to https://flask.palletsprojects.com/en/master/testing/#the-first-
test, test should pass
import os
import tempfile
import pytest
from flaskr import create_app
@pytest.fixture
def client():
db_fd, flaskr.app.config['DATABA... | 0 |
mod test_mod {
enum A {
Foo,
}
}
type Alias = test_mod::A;
let _v = Alias::Foo; // Compile error
|
type items don't work with enums.
#[derive(Debug)]
enum Foo {
Bar,
Baz,
}
type Loz = Foo;
fn main() {
let y = Loz::Bar;
println!("{:?}", y);
}
On the stable channel the following error occurs:
<anon>:8:13: 8:21 error: type `Foo` does n... | 1 |
### System info
* Playwright Version: [v1.32]
* Operating System: [macOS 13.2]
* Browser: [All]
* Other info: Storage State / Authentication state enabled through globalSetup
**Config file**
// playwright.config.ts
globalSetup: require.resolve("./src/e2e/tests/global-setup"),
sto... |
### System info
* Playwright Version: [v1.33.0]
* Operating System: Ubuntu 22.04.2 LTS
* Browser: Chromium
* Other info: Confirmed on Chromium but I think it likely affects all browsers
**Note: OP has been edited for clarity**.
### Source code
implementation details
// open browser, inject ... | 0 |
On my dual-core 32-bit ubuntu test machine, the tests fail to start.
~/julia$ make test
JULIA test/all
Setting it to single core, the linalg1 test fails:
~/julia$ make test
JULIA test/all
* linalg1
exception on 1: ERROR: assertion failed: |:(det(capd)) - :(d... |
This has been failing for at least a day:
JULIA test/linalg
* linalg
exception on 1: ERROR: assertion failed: |b - :(*(apd,\(capd,b)))| <= 1.4432899320127035e-12
b = 5 1
3 5
5 3
2 1
4 1
1 5
3 5
2 3
2 5
1 2
:(*(apd,\... | 1 |
I'm having an issue that foces me to rewrite the type of a function parameter
to 'any' instead of 'typeof SomeSuperClass' because a subclass that extends
that superclass, but has _another constructor signature_ cannot be passed into
that function anymore. Is this expected behavior? My intuition says no. I've
read tha... |
Currently we create `DocumentRegistry` once per project which means that we
don't share anything between multiple open projects (because of that we can
end up with multiple copies of i.e. `lib.d.ts`). We should consider using one
instance of `DocumentRegistry` that will be utilized for all projects to
remove this dup... | 0 |
Electron 0.36.0
OS X 10.10.3
BrowserWindow with `'title-bar-style'` set to `'hidden-inset'`.
**Problem:**
There is always a draggable area at the top, even if I don't place any
elements there. It has a standard size for this type of windows in OS X (see
_System Preferences_ ). And I can't disable it for my but... |
If this option is set, you can't drag/drop elements that are located in the
top of the window (in the region where window's toolbar is placed). Even with
`-webkit-app-region: drag`, dragging is not performed correctly.
The element which being dragged is native `input[type="range"]`
Here is the preview:
![Preview... | 1 |
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
Date: 09/10/2020 20:24:34
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer.Start()
at Po... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
### Current Behavior:
### Expected Behavior:
### Steps To Reproduce:
### Environment:
|
### *Updated* as of 01/15/2021
**Note: Please readthis doc before filing a new issue.**
| 1 |
## What I Try to do
I use the AutomaticKeepAliveClientMixin in my widget , because I want to build
a TabView with 4 pages and they can save self's state after scroll
Automaticlly.
And I follow the issue #16445 , then switch my flutter channel to master , and
yes , AutomaticKeepAlive works now , but I got a crush w... |
## Steps to Reproduce
I have a PageView that contains the top level widgets for my app, with
switching between them controlled by a BottomNavBar. As per @Hixie's advice in
the chat, I am adding `AutomaticKeepAliveClientMixin` to these top level
widgets so the PageView won't recycle them and will preserve state. Afte... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.19018.1]
Windows Terminal version (if applicable): 0.6.2951.0
WSL version: 2
WSL distribution: Ubuntu
# Steps to reproduce
Copy any text with multiple lines into the WSL terminal tab.
Note: this bug does NOT occur ... |
Multiline text pasted from the clipboard includes CRLF pairs in all cases;
this is inappropriate for "Unix-space" sessions, such as WSL.
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.145]
Windows Terminal version (if applicable): 71e19cd82528d66a0a7867cbed85990cfc1685f1... | 1 |
[Enter steps to reproduce below:]
1. Opened .js document.
2. Right-clicked function call.
**Atom Version** : 1.0.0
**System** : Microsoft Windows 7 Enterprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at F... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
## Bug Report
**Current Behavior**
When using @babel/plugin-transform-async-to-generator and @babel/plugin-
transform-parameters together, awaiting a super method call results in a
'Maximum call stack size exceeded' due to a recursive infinite loop getting
generated.
**Input Code**
https://babeljs.io/en/repl#?b... |
## Bug Report
**Current Behavior**
I have error `RangeError: Maximum call stack size exceeded` when I used a
`super` in my async method
**Input Code**
REPL
class MyClass extends BaseClass {
async loadEntity() {
this.website = await this.loadWebsite();
this.report.setCompany(... | 1 |
Receive following error when running Webpack. This has been working forever,
but for some reason, it is now a problem
ERROR in ./index.js
Module build failed: Error: Final loader didn't return a Buffer or String
at DependenciesBlock.onModuleBuild (/Users/mikee/Documents/Projects/dev/angular... |
## Feature request
Hi currently In our projects, we plan to do Front End Micro, divide an App to
multiple repositories.
* Repo 1: App1
* Repo 2: App2
* Repo 3: App3
* Repo 4: A Shell
* When user navigate to /app1 we will get the script of App1 storing in CDN for example: `http://cdn.company/app1,bundl... | 0 |
About 60-80% of the time I debug on VSC on iOS it will launch to a white
screen and then fail with no error message.
Launching lib/main.dart on Luke's iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: TA8U33SGB8
Xcode buil... |
## Steps to Reproduce
Don't really know - was just writing my app at the time. I see a lot of these
kinds of issues open, but not really sure whether mine is unique or not.
## Logs
I/flutter (21656): ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════
... | 0 |
I want to open all my text files with Atom, but I couldn't find a good way to
do that, that's not breaking with every Atom update, and I don't get Atom
icons.
Did I do something wrong? Is there a way to make the existing "Open with Atom"
right-click menu entry "stick"?
Please tell me there's a more streamlined way... |
Currently it is not so easy to assign atom as default editor on windows eg for
all .css files
the path to atom.exe is changed with every update.
no exe in C:\Users\hebbet\AppData\Local\atom

Chrome has e... | 1 |
If you click once, and all checks pass green, then it should auto submit. As
it is, you're clicking once to check all tasks, clicking again to initiate the
submit window, waiting for the popup animation, then clicking "Submit",
waiting for animations, then loading to next lesson. 3 clicks and a 4-6 second
delay betwe... |
Challenge http://www.freecodecamp.com/challenges/waypoint-use-css-selectors-
to-style-elements has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
1. Load the page (it should have the previous lesson's code still in it)
2. Delete the style from the h2 element
3. Add... | 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.6
* Operating System version: windows10
* Java version: 1.8
我使用的是dubbo的注解@DubboComponentSca... |
* 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: mac
* Java version: jdk8
### Steps to reproduce this issue
... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.