text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I have a query to join 2 tables ( t_order, t_order_item).
**sql:**
SELECT
i.goods_pic,
o.order_id,
o.create_time,
i.store_id AS shop_id,
i.store_name AS shop_name,
o.total_amount,
o.receiver_detail_address AS receiver_address,
o.freight_amount,
o.`status`,
i.goods_id,
i.goods_name,
i.goods... |
sql like that insert into table(id, name) values (1, ?)on duplicate key update
name = ?
when parameter after on duplicate key update that has some bug
| 0 |
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be ... |
As announced in release notes, TensorFlow release binaries version 1.6 and
higher are prebuilt with AVX instruction sets. This means on any CPU that do
not have these instruction sets either CPU or GPU version of TF will fail to
load with any of the following errors:
* `ImportError: DLL load failed:`
* A crash w... | 1 |
Hi guys,
I'm trying to test the performance of my app by using react perf tools. The
problem is its not working.
I call
Perf.start()
Perf.stop()
Perf.printWasted()
in the console, which works (no console errors or warnings), but
`printWasted()` always returns empty Array and... |
It would be great if in debug mode react would warn you when you pass in a
property on props which is not specified in the propTypes object for that
component. i.e. a way to enforce that props should ONLY have the props
specified in propTypes and no others.
This would prevent use of undocumented properties and also ... | 0 |
Just a remark, though: the default key bindings for "Shrink/expand selection"
(Shift+Alt+Left/Right) conflict with a feature that doesn't exist yet, but
which I hope will be implemented someday: column selection. In Visual Studio,
and many other editors, if you hold Alt at the same time as you change the
selection wi... |
Please Implement Column Mode selection/editing.
Previously requested here
https://visualstudio.uservoice.com/forums/293070-visual-studio-
code/suggestions/7761618-implement-column-mode-selection-editing
On Mac preferred shortcut is cmd+option(alt) like Sublime Text does.
| 1 |
### Apache Airflow version
2.3.3 (latest released)
### What happened
Our schedulers have crashed on two occasions after upgrading to Airflow 2.3.3.
The same DAG is responsible each time, but this is likely due to the fact that
it is the only dynamic task mapping DAG running right now (catching up some
historical d... |
**Description**
In order to use the production image we are already working on a helm chart,
but we might want to add a production-ready docker compose that will be able
to run airflow installation.
**Use case / motivation**
For local tests/small deployments - being able to have such docker-compose
environment wou... | 0 |
Hi guys. I'm getting really weird behavior in my latest project. I assume it's
a bug in React.
I want to override default browser context menu. I subscribed for
`contextmenu` and `click` events in `componentDidMount`. On right click
(context menu) I want to show my custom div. On left click, this div should
hide. I... |
I'd like to configure my testsuite to fail if there are any react warnings
triggered.
I'm currently using a variant on this SO answer
http://stackoverflow.com/questions/29651950/karma-and-react-have-warnings-to-
cause-errors
console.warn = (function(warn) {
return function(msg) {
//... | 0 |
Using --target feature in rust will hard-code the provided path in the
library. Linking these libraries against applications will fail if they use
same target.json but with a different (e.g., relative) path.
I tried this code:
lib.rs:
#![feature(no_std)]
#![no_std]
main.rs
#... |
the ./configure output is :
configure: looking for configure programs
configure: found program cmp
configure: found program mkdir
configure: found program printf
configure: found program cut
configure: found program head
configure: found program grep
configure: found program xargs
configure: found pr... | 0 |
One can't cast static data to a static pointer to a trait. This seems like a
valid corner case that should be implemented.
|
I had a brief chat on IRC today about adding support for deducing the function
return type. I realize we decided against doing this a couple years ago, but I
think it's worth revisiting in light of iterators. One of the challenges with
our iterators is that the types of complex iterators are unwieldy. For
example, he... | 0 |
#### Code Sample, a copy-pastable example if possible
weeks = pd.Series(pd.date_range('2018-01', '2018-02', freq='7D', tz='America/New_York'))
week_ago = weeks.groupby([1, 1, 1, 1, 1]).shift()
print(week_ago)
Outputs:
0 NaT
1 2018-01-01 05:00:00
2 2... |
need a systematic test of all groupby methods here.
This works as expected:
pd.DataFrame({'time': [pd.Timestamp('2012-01-01 13:00:00+00:00')],
'A': [3]}).groupby('A', as_index=False).head(1)
However, this loses the timezone:
pd.DataFrame({'time': [pd.Timestamp('2... | 1 |
Versions:
$ rustc --version
rustc 0.11.0-pre (11aa731 2014-05-23 14:56:24 -0700)
host: x86_64-unknown-linux-gnu
$ uname -a
Linux test 3.13-1-amd64 #1 SMP Debian 3.13.10-1 (2014-04-15) x86_64 GNU/Linux
Code to reproduce the ICE:
fn test(a: &Vec<u8>) {
print!("{... |
servo/src/support/glfw/glfw-rs/src/lib/lib.rs:1:1: 1:1 error: internal compiler error: debuginfo::set_members_of_composite_type() - Already completed forward declaration re-encountered.
...
task 'rustc' failed at 'Box<Any>', /home/travis/build/Manishearth/rust/src/libsyntax/diagnostic.rs:99
... | 1 |
Analogous to how you would swap workspaces with Win-Ctrl-Arrow keys, holding
down shift also takes the currently focused window to the new workspace. (I
remember this from my old Ubuntu system).
(I'm so stupid with the edits and such, I'm sorry)
|
One of the thing I've found lacking ever since I started using the virtual
desktops is the ability to move a window with you while moving to another
virtual desktop.
Currently, we can move to another desktop using the shortcut `ctrl + win +
left/right`, I feel like a shortcut along the lines of `ctrl + win + alt +
l... | 1 |
Create two roles, for instance "nginx" and "tomcat"; define variable files in
each role with a 'version' variable, set to match expected versions of nginx
and tomcat; create a playbook which associates both 'nginx' and 'tomcat' roles
to a set of hosts.
Depending on order of execution, it appears that ansible overwri... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Playbooks/Roles
##### ANSIBLE VERSION
ansible 2.2.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
`nowcows=1`
##### OS / ENVIRONMENT
N/A (Ubuntu)
##### SUM... | 0 |
Challenge Factorialize a Number has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/54.0.2840.99 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
After manually testing all the requirements, the... |
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 |
Summary/tldr:
It would be nice with more String support in the Java API and a tf.reduce_sum
which supports string concatenation.
Body:
I have successfully hacked in the custom ops of syntaxnet into the Tensorflow
master as I wish to run syntaxnet from my Java NLP pipeline.
I do this by saving a SavedModelBundle... |
**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): Arch Linux
* Tensorflow installed from (source or binary): pip
* Tensorflow version (use command below): tf-nightly-gpu-2.0-... | 0 |
Below is my code to reproduce problem:
function downloadFile(fileName, content){
var aLink = document.createElement('a');
var blob = new Blob([content]);
var evt = document.createEvent("HTMLEvents");
evt.initEvent("click", false, false);
aLink.download = fileName;
aLink.href = URL.createObjectURL(blob); ... |
Thanks for the nice project, folks.
I'm using electron to wrap our web application in a webview and distribute
this application this way.
Unfortunately we discovered that links with the `download` attribute don't
work.
E.g. http://davidwalsh.name/demo/html5-download.php
Works perfectly fine in Chrome but unfortun... | 1 |
**Kent Rancourt** opened **SPR-8485** and commented
HTML5 supports a variety of new form field input types such as "email," "tel,"
and "date" (to name a few). e.g. <input type="email".../> In all known cases,
browsers that don't understand these new field types gracefully degrade to
type "text." Since these new fie... |
**Arthur** opened **SPR-3030** and commented
When creating beans such as a JNDITemplate it is often desireable to have a
container supply the provider URL and other configuration options via
Environment entries. I find it is generally not a great idea swap
applicationContext files using a build script because it ad... | 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.2
* 域名解析示例:
10.0.0.1 zk.foo.com
10.0.0.2 zk.foo.com
10.0.0.3 zk.foo.com
10.0.0.4 zk.foo... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... | 0 |
##### ISSUE TYPE
Feature Idea
##### COMPONENT NAME
core
##### ANSIBLE VERSION
2.1
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
As ansible has some long keys without shortcuts (like `--vault-password-file`
or `--force-handlers`) it really misses autocompletion. I've found a script
that seem to wor... |
##### ISSUE TYPE
* Feature idea
##### COMPONENT NAME
bash-completion script
##### ANSIBLE VERSION
Not a feature in current devel branch.
##### OS / ENVIRONMENT
I use Debian with a Bash shell and source the completion scripts in
`/usr/share/bash-completion/completions`. I searched open issues and there
were n... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
1. 2. 3. 4.
## Context
## Your Environment
Tech | Version
---|---
next |
node |
OS |
browser |
etc |
|
# Feature request
Example using Next JS with Google Ad Sense
## Is your feature request related to a problem? Please describe.
Yes, having an example would be good
A clear and concise description of what you want and what your use case is.
Running a next js app with Example using Next JS with Google Ad Sens... | 0 |
Calculating a Jacobian returns substantially different answers on CPU vs. TPU.
In the example below, we calculate the Jacobian, sum its rows and compare it
to the gradient of the sum (calculated using gradient). When running on CPU,
the answers are indeed almost identical, however, when running on TPU we get a
large... |
Follow-up from #2161:
The default low precision is a bit of a footgun, at least when doing anything
that isn't implementing a neural net layer. In my opinion, it would be much
safer to use "highest" precision by default (which isn't that much slower) on
float32 data. Neural net libraries, of course, can default to l... | 1 |
I've seen a multitude of warnings in the docs build that reflected incorrect
formatting and/or broken docs in the docs build. We should enforce a "no-
warnings-allowed" situation for the docs.
cc @ezyang @zou3519
|
should be easy to implement with `diagonal`.
| 0 |
**I'm submitting a ...**
[X] feature request
### Problem statement:
An app with NgModule structure `AppModule` -> `LabsFormsModule` ->
`TemplateModule`, `ModelFormControlsModule`, `ModelFormBuilderModule` (3
children)
Each child module has defined routes `RouterModule.forChild(ROUTES)`
**Curr... |
Feature request to support selectors like
md-input-container > input
This would help reduce boilerplate for directives where some predetermined
structure is required. Some scenarios where this could be useful:
* The Angular Material `md-input-container` (example used above)
* Any instance wh... | 0 |
**TypeScript Version:**
1.8.2 and Nigtly
**Code**
private _appendScript (): void {
this._script = this._createScriptElement();
console.log(1, this); // pointed on class object
let scripts = document.getElementsByTagName('script');
... |
There have been a few cases reported by customers that using `--watch` has
been on the slow side. We should elicit feedback to understand what's going
on.
Examples:
* https://www.reddit.com/r/typescript/comments/48rzzq/protip_what_to_do_to_solve_the_current_slowness/
* https://gitter.im/Microsoft/TypeScript?at=... | 0 |
Here's an example:

Here's the code:
http://pastebin.com/gwSzquA0
The cause lies in the for loop declaration. It happens for `i<` , but not for
`i <`, so the parser does something wrong there. Note the ... |
* VSCode Version: 0.10.11
* OS Version: win10 10586.164
Steps to Reproduce:
1. open folder containing clone of remote origin master
2. click on git branch status area in bottom left corner, or enter ctrl+p or f1+>Git: Checkout, and enter name of remote origin branch you want to local copy to reference. the ... | 0 |
The new JSX transform don't support preact from `deno.json`:
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "https://esm.sh/preact",
"lib": [
"dom",
"deno.ns"
]
}
}
but with `@jsxImportSource` comment works:
... |
I'm not sure if it's known but it seems remote dynamic import is quite slow.
For example
async function main() {
const t = performance.now();
await Promise.all([
import("https://deno.land/x/denops_core@v2.0.3/mod.ts"),
]);
console.log(performance.now() - t);
}
aw... | 0 |
With the latest 2.5 dev branch (but also with v2.5.0-BETA1), it's no longer
possible to serialize a FormView instance. When trying, `Exception:
Serialization of 'Closure' is not allowed` is thrown, see https://travis-
ci.org/craue/TwigExtensionsBundle/builds/24253905.
This would be needed for
https://github.com/crau... |
Hi all,
I have a weird issue that I can't figure out why.
I have an entity `User`, which has a boolean field `enabled`. When I try to
update the entity with a form, all other non-boolean fields are updated, only
the booleans are always set to true. I dumped
`$request->request->get('form_name')`, the result looks li... | 0 |
##### Issue Type:
Bug Report
##### Ansible Version:
~ # ansible-playbook --version
ansible-playbook 2.0.0.2
config file =
configured module search path = Default w/o overrides
~ # ansible --version
ansible 2.0.0.2
config file =
configured module search path = Defau... |
There's a bug with the apt-python module on older versions of debian when you
try to update the cache.
I've got what I think is a good patch to fix it.
| 0 |
**Grzegorz Grzybek** opened **SPR-6714** and commented
There is:
EvaluationContext context = new StandardEvaluationContext();
context.setRootObject(tesla);
but `setRootObject` method is undefined for interface `EvaluationContext`. It
probably should be:
StandardEvaluationCont... |
**Andy Clement** opened **SPR-6831** and commented
Spin off from #11411. As described there:
Although Keiths test now passes, more work is needed in
ReflectivePropertyAccessor for a few reasons, but I wouldn't do that so close
to a release:
* too much duplication in there and its messy
* the typeDescriptorCach... | 0 |
**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
... |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
I created a new Component and set ... | 0 |
Hi all,
I've got some problems with the intl component.
I have a form where the user can pick a date and a time, but when the time is
"cast" in the controller, the hours is two hours back. For example if i pick
10:10 in the form i will have 08:10 in my controller.
Please take a look at my post (it's french but the... |
#19531
After merge issue above, there is bug on the DateTimeType::class form type -
DateTimeToLocalizedStringTransformer class on branch master.
My timezone is Europe/Warsaw, +2h from UTC timezone.
Part of form:
$builder->add(
'publishDateEnd',
DateTimeType::c... | 1 |
let f = &[99]; println!("{:?}", match [1,2,3,4] { [x, ..xs] => (x, xs), [] => (9, f) });
Says
vectors of length 4 not covered
Should say
pattern [] is unreachable
|
Compiling the following code (with current master) results in "error: non-
exhaustive patterns: vectors of length 2 not covered". I don't know if this
ought to be valid, but at least the error-message is wrong, because obviously
there is a match-branch for vectors of length 2.
fn main() {
let x =... | 1 |
# 🚀 Feature request
Output the token probabilities along with the tokens when generating sequence.
## Motivation
For understanding model confidence, this is quite useful.
Also, for abstractive QA with long contexts, one needs to use doc-strides to
take into account the contexts & then choose the best answer acc... |
# 🚀 Feature request
output probabilities of generated sequences in generate function (generation
utils)
thank you so much! :)
| 1 |
### It is a...
🐞 BUG
### What is the current behavior?

### Reproduce
https://codesandbox.io/s/antd-reproduction-template-7jmkr
1. Quick click `Page 1` button.
2. Then, quick c... |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
I have a component which listens for resize events (via a BlueprintJS
ResizeSensor). When loading a component dynamically with `lazy` / `Suspense`,
an exception occurs as the resize sensor appears to be unmounted:
... | 1 |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response **more than 7 da... |
### Which version of ShardingSphere did you use?
master batch
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
/metadata/schemaName/tables broadcast table metadata exist
### Actual behavior
/metadata/schemaName/tables broadcast table metadat... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
"Optional" label in StepLabel should be localizable.
## Current Behavior
It's hardcoded with text constant "Optional" and cannot be replaced.
Tech | Version
---|---
Material-UI | 1.0.0-beta.22
R... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Scrolling the GridList component on desktop should result in a momemtum.
Scrolling the GridList component on mobile should result in a momemtum.
## Current Behavior
Scrolling the GridList compone... | 0 |
### Bug report
**Bug summary**
In OSX using a Jupyter notebook with Matplotlib 2.0.2 and inline display,
subplots apparently render after all the code in a cell has executed. The
result is that if an object changes between one subplot plot call and the
next, only the newest object is shown in both subplots.
**Thi... |
The following code produces a horizontal gradient plot instead of a horizontal
line:
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.cm
Z=np.zeros((100,100))
Z[50]=100
fig=plt.figure()
ax=fig.add_subplot(1,1,1)
ax.imshow(Z,cmap=matplotlib.cm.Greys)
... | 1 |
Challenge headline-with-the-h2-element has an issue.
If i click run test i can't see the text of the test cases and i can ALWAYS
pass the challenge even if the code is not correct!
|
For the `feature/curriculum-expansion` branch only. When this branch is
running locally, the challenge tests are all passing, even when no answer /
incorrect code is typed into the editor. The assert messages aren't showing on
screen anymore either - it's just the green check mark. This started happening
sometime aft... | 1 |
_homeview_appbar_background.xml_ (my drawable alias)
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/homeview_appbar_background_port" />
Using this code to load does not work, because a drawable.xml alias file i... |
We have a placeholder shape drawable (or sometimes shown directly as
`.load(R.drawable.abc)`) which fails to display. The onException listener is
called, but e is null.
The logs contain only:
com.example.app D/skia﹕ --- SkImageDecoder::Factory returned null
Glide: 3.5.2
Tested on Genymotion v4.4.2
... | 1 |
# Environment
Terminal Version: 0.2.1831.0
Windows 10 Enterprise V1903, OS build 18362.30,
FarManager 3.0 build 5354 x64
# Steps to reproduce
1. Open FarManager in Windows Terminal.
2. Press 'Ctrl+o' to switch to panel view.
3. Try to click with mouse on files or folders elements.
# Expected behavior
F... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.175]
Windows Terminal version (if applicable): 0.2.1715.0
Screen 1920x1200
default settings for windows terminal
# Steps to reproduce
0. open Windows Terminal
1. ssh in any shell session (tested pw... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
bug
**What is the current behavior?**
Webpack is generating the following error when running our build:
Error: Error: ENAMETOOLONG: name too long, open '/mnt/tmp/d20180130-23474-fmx2zd/monorail-solano-ghe/public/static/AsyncTwoFactorModal~... |
dist/dev:

dist/prod:

i searched qu... | 0 |
My apologies for the off topic issue, but since I can't post to golang-nuts I
was not sure where else to raise this.
I appear to have been banned from the golang-nuts group, but am not sure why.
Is it possible to clarify why, or possibly reinstate my membership? It would
have been through my google account `lstask@g... |
http://play.golang.org/p/cNlOycuLzl is this:
package main
import (
"bytes"
"encoding/gob"
"time"
)
type Update struct {
Time time.Time // *** Note1 : Works if change from time.Time -> int ***//
}
type Time struct {
... | 0 |
as discussed in #5297
|
Some extension relay on hard coded paths that are not exposed by vscode. See
for example code-sittings-sync. Those extension are broken in the insiders
version. I see t two possible ways:
1. Just expose all paths used by vscode to extensions. Otherwise they will hard code them. No more security, just more messy co... | 1 |
Please:
* Check for duplicate requests.
* Describe your goal, and if possible provide a code snippet with a motivating example.
I've found that there is some direction that hiding the communication time
while computing einsum ops.
Link: https://dl.acm.org/doi/pdf/10.1145/3567955.3567959
I think it would be ... |
Please:
Revert #4867 because it messes up TensorFlow, for example (ignore the fact the
code is useless):
>>> from jax.numpy import array
>>> from tensorflow.keras import Sequential
>>> Sequential().predict(array([0]))
[...]
TypeError: Using a non-tuple sequence for multidimensional in... | 0 |
Hi,
When indexing a numpy array with a jax.numpy array, and the jax array has a
singleton dimension, the dimension is lost. This behaviour is different if
both are numpy arrays, or both are jax arrays.
array_jnp = jnp.zeros((50, 5))
array_np = np.zeros((50, 5))
idx_jnp = jnp.array([2])
idx... |
When you try to index a numpy ndarray with a DeviceArray, the numpy array
tries to interpret the jax array as a tuple.
import numpy as onp
import jax.numpy as np
x = onp.zeros((5,7))
np_idx = onp.array([1,2,3])
jax_idx = np.array([1,2,3])
x[np_idx]
x[jax_idx] # <- raises IndexEr... | 1 |
#### Code Sample
import pandas as pd
import datetime
# 4 examples:
df = pd.DataFrame({0: [1, None]}) # Works
df = pd.DataFrame({0: [None, 1]}) # Works
df = pd.DataFrame({0: [None, datetime.datetime.now()]}) # Exception
# Problem demonstration:
df != df... |
#### Code Sample, a copy-pastable example if possible
>>> import pandas as pd
>>> nat = pd.NaT
>>> x = pd.Series([nat])
>>> x.eq(nat)
0 False
dtype: bool
>>> x == nat
0 False
dtype: bool
>>> y = pd.DataFrame(dict(x=x))
>>> y.eq(nat)
x
0 Na... | 1 |
`index.js` file in all of `bower-angular-*` repositories has a syntax error:
require('./angular-sanitize');
module.exports = angular-sanitize;
(link)
Which makes it a bit more complicated to use them with browserify. I couldn't
find the script that's used to generate those repos, but the fix... |
I've got a webpack-based angular project that uses the angular-mocks package
for our test suite. Did a fresh install today and got the 1.3.9 package of
angular-mocks and started getting the error on launch:
`ReferenceError: mocks is not defined`
Looking at angular-mocks/index.js, it's entire content is:
... | 1 |
The following shows only 1 failed test:
julia> @testset "foo $i" for i=1:3
@test 2==3+i
end
foo 1: Test Failed
Expression: 2 == 3 + i
Evaluated: 2 == 4
Stacktrace:
[1] macro expansion at .\REPL[44]:2 [inlined]
[2] macro expansion at .\test.jl:921 [... |
`@testset` should constitute rollback points for exceptions (execution should
continue on the next testset), and indeed it's the case, but only for nested
testsets:
using Base.Test
@testset "outer" begin
@testset "inner" begin
@test true
@assert false
end
... | 1 |
* I want to talk about `jquery/jquery.d.ts`.
* The authors of that type definition are cc/ @borisyankov @choffmeister @Steve-Fenton @Diullei @tasoili @jasons-novaleaf @seanski @Guuz @ksummerlin @basarat @nwolverson @derekcicerone @AndrewGaspar @jameshfisher @seikichi @benjaminjackman @JoshStrobl @johnnyreilly ... |
I have an issue during writing a piece of declaration for existing node.js
module - bluebird.js. The module has a method named `props` which gets an
object has promises in it then return an object have same property names. It
seems like object-version `map`. I wanted to add types for that.
For `all` I can easily get... | 0 |
#### Code Sample, a copy-pastable example if possible
# Your code here
#### Problem description
[this should explain **why** the current behaviour is a problem and why the
expected output is a better solution.]
**Note** : We receive a lot of issues on our GitHub tracker, so it is very
possible that ... |
#### Here's my code
import numpy as np
import pandas as pd
from numpy.random import randn
az = pd.DataFrame({
'A' : ['a1', 'a1', 'a2', 'a3']
, 'B' : ['b1', 'b2', 'b3', 'b4']
, 'Vals' : randn(4)
}).groupby(['A', 'B']).sum()
def add_zero(row) :
na... | 0 |
### Vue.js version
2.0.3
### Reproduction Link
https://jsfiddle.net/xereda/zbt6sn1h/42/
### Steps to reproduce
Change the values for latitude and longitude. No reactivity.
### What is Expected?
The Geolocation fields update the data object.
### What is actually happening?
The array that deals with geolocatio... |
I'm in process migrating an application from Vue 1.x to 2.0.3. In this
application I'm having several selects where each v-model binds to an
individual index of an array . This is without problems in Vue 1.x but in
version 2 it does not update. I believe this is a potential bug.
I have reproduced the problem here: ... | 1 |
## Bug Report
* I would like to work on a fix!
**Current Behavior**
`scope.crawl()` does not add references to bindings correctly in some cases.
In particular I get the bug when referencing a class inside a class method.
**Input Code**
regiontog/babel@`master...bug/missing-references-after-crawl`
... |
> Copying from babel/notes#19, many other issues linked there
### Issue
The order that you specify plugins/presets in a config matters in Babel.
User's shouldn't have to change their config to make it compile correctly (or
get a weird error message about how a plugin isn't enabled when it's just in
the "wrong" orde... | 0 |
Requiring the user to ensure that only one instance of celerybeat exists
across their cluster creates a substantial implementation burden (either
creating a single point-of-failure or encouraging users to roll their own
distributed mutex).
celerybeat should either provide a mechanism to prevent inadvertent
concurren... |
# 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... | 0 |
Compiling dprint-plugin-typescript v0.29.1
error[E0308]: mismatched types
\-->
/home/l/.cargo/registry/src/github.com-1ecc6299db9ec823/deno-1.3.1/main.rs:554:7
|
554 | syntax,
| ^^^^^^ expected enum `swc_ecma_parser::Syntax`, found a different enum
`swc_ecma_parser::Syntax`
|
= note: perhaps two differe... |
I'm getting a compilation error when importing fromFileUrl from
"https://deno.land/std@0.51.0/path/posix.ts"
My trivial test case is:
import { fromFileUrl } from "https://deno.land/std@0.51.0/path/posix.ts";
import { CHAR_FORM_FEED } from
"./deno_cache/deps/https/deno.land/deca9362afe2080ad38d09cee2792ec9c8b8acc7... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I would like to be able to customize the icon in the stepper, instead of only
being able to use the index of the step.
I've tried using the StepIcon but it doesn't work, here my attempt.
https://code... |
I let a fullscreen dialog appear in my web application and have a TextField
being automatically focused. The field is kind of focused, but the blinking |
is not displayed.

If you tab on the **same**... | 0 |
### Problem
`rcParams["savefig.directory"]` sets the default directory used by the figure-
saving dialog. It is either a fixed firectory (defaulting to $HOME), or, if an
empty string, uses the current directory of the process. After saving a
figure, its value gets updated to the directory where _that_ figure was... |
### Problem
`rcParams["savefig.directory"]` sets the default directory used by the figure-
saving dialog. It is either a fixed firectory (defaulting to $HOME), or, if an
empty string, uses the current directory of the process. After saving a
figure, its value gets updated to the directory where _that_ figure was sav... | 1 |
I do a fair bit of editing in Markdown, and I like to hard-wrap blocks of text
at column 120 (as opposed to the visual wrapping that happens in VSCode based
on the editor.wrappingColumn setting).
It would be really helpful to have a visual guide at a user-defined column
number. This visual guide would affect nothing... |
Ruler settings would be helpful for showing end of row text.
**Sublime text** :

| 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)** : Source
* **TensorFlow version (use command below)... |
#1300
I have got a nvidia p100 GPU which is support fp16, and I run the TF case
'cifar10_train.py'. Without option '--use_fp16', the performance is also 1600
examples/sec, and with the option '--use_fp16', the performance down to 500
examples/sec. Any ideas about this issue?
userid@ubuntu-WK-4xP100:
~~/weike/tensor... | 1 |
I am using the Chart.js library which does auto-sizing of the chart on window
resize. It does that by using setTimeout() and clearTimeout() when the event
is triggered.
The `clearTimeout` is tripping zone.js
Plunkr: http://plnkr.co/edit/JZMytm59PPlYq3bdSoHy
Not sure if this is an issue with Angular or Zone or Char... |
[x] bug report
Either of these will crash zones
var timerId = 42; // anything that isn't actually a handle
clearInterval(timerId);
// Error: cannot read property 'cancelTask' of undefined
and try this
var timerId = setInterval(()=>{},1000);
clearInterval(timerId); // c... | 1 |
For the datepicker & the timepicker components, it'd be very cool to have the
option to make certain days/times unavailable, say for a booking app for
instance.
* I have searched the issues of this repository and believe that this is not a duplicate.
|
> Material-UI was designed with the Roboto font in mind. So be sure to include
> it in your project. Here are some instructions on how to do so.
The "some instructions" link is redirecting back to the fonts preview page.
| 0 |
ERROR: type should be string, got "\n\nhttps://github.com/golang/go/blob/master/src/net/ipsock.go#L204\n\n \n \n type addrList []Addr\n func internetAddrList(net, addr string, deadline time.Time) (addrList, error)\n\nHowever the internetAddrList only return one valid address. \nI proposal split addr string by \",\" and return REAL addrList.\n\n" |
The following example program:
package main
import (
"net"
)
func main() {
net.Listen("tcp", "localhost:8080")
select{}
}
Currently yields this result:
$ netstat -nl | grep 8080
tcp 0 0 127.0.0.1:8080 ... | 1 |
Calling the pd.Series interpolate with method='time' returns inconsistent
results when the first or the last value is NaN.
When the first value is NaN, interpolation is **not** performed on the first
value. This is, for me, the expected behaviour since interpolation is not
possible.
pd.Series(index=[d... |
See also the discussion at StackOverflow.
Linear interpolation on a series with missing data at the end of the array
will overwrite trailing missing values with the last non-missing value. In
effect, the function extrapolates rather than strictly interpolating.
Example:
import pandas as pd
import... | 1 |
Matrices and array environments would be useful to display with matplotlib.
Here is a stackoverflow question that is related:
http://stackoverflow.com/questions/26329177/how-to-display-a-matrix-in-the-
matplotlib-annotations
We'd also like support for our SymPy printing backends. See #5162 for some
related info.
|
Original report at SourceForge, opened Wed Apr 15 14:40:54 2009
MPL currently has great math support for single line equations, but not for
multiple line ones. We ran into this problem when generating docs using
sphinx. The following snippet:
### /begin
.. math::
E(t) = x + \delta(t)
This type of experiment can ... | 1 |
In file included from /mnt/sda2/delaat/julia/deps/libuv/include/uv.h:67:0,
from src/unix/async.c:25:
/mnt/sda2/delaat/julia/deps/libuv/include/uv-private/uv-unix.h:132:1: error: unknown type name 'pthread_rwlock_t'
/mnt/sda2/delaat/julia/deps/libuv/include/uv-private/uv-unix.... |
Hi,
On `0.1.1` tag and master I get the following make error:
In file included from /home/user/RedHatEnterpriseWS6/julia-master/deps/libuv/include/uv.h:67,
from src/unix/async.c:25:
/home/user/RedHatEnterpriseWS6/julia-master/deps/libuv/include/uv-private/uv-unix.h:132: error:... | 1 |
### Version
2.6.11
### Reproduction link
https://codesandbox.io/s/vue2611-q4ky0?file=/src/components/HelloWorld.vue
### Steps to reproduce
1. Follow the codesandbox link
2. Click on the "Component Vue 2.6.11" text in the browser view to enable "edit mode"
3. Click "cancel edit" to exit "edit mode"
### Wha... |
### Version
2.6.0-beta.1
### Reproduction link
https://codepen.io/frlinw/pen/OreZMz
### Steps to reproduce
Click on "Click me"
### What is expected?
demo with v2.5.22 show the expected behavior:
https://codepen.io/frlinw/pen/XoLYMR
the "Dropdown" component should not be able to handle a click event which is
s... | 1 |
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.6.2951.0
Any other software?
Not important
# Steps to reproduce
Laptop DELL XPS 9560 (screen resolution 1920x1080) is connected to an external USB-C LG 4k 27" monitor (LG 27UK... |
# Environment
Microsoft Windows [Version 10.0.18362.418]
Windows Terminal version (if applicable): 2019.1022.2157.0
Any other software?
(WSL)
I originaly asked this as a question on the unix stackexchange, because I
thought this to be an issue with the WSL and not windows termina... | 0 |
I have a dialog with a table in it that requires scrolling. The table contains
a column that contains icons with tooltips. Everything is okay when tooltip
placement='bottom'. When I change placement to 'right' an additional scrolling
bar appears inside the dialog.
* I have searched the issues of this repository an... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
`<Switch checked={this.props.isChecked} />`
When this.props.isChecked is **undefined** ( on initial render), the switch is
off. When this.props.isChecked later updates to `true`, the switch should ... | 0 |
wolverine:kubernetes-0.7.1 pires$ ./build/make-run-images.sh
+++ Verifying Prerequisites....
+++ Setting boot2docker clock
You don't have a local copy of the golang docker image. This image is 450MB.
Download it now? [y/n] y
+++ Pulling docker image: golang:1.3
golang:1.3... |
kubernetes/test-infra#470 filed against test-infra repo, but that is a
somewhat forgotten repo, and we need to make sure that this does not get
overlooked so duplicating here.
Without fixing this, it's difficult to run full e2e tests against submitted
PR's before merging them, which makes it very easy to introduce r... | 0 |
Prompted by this deprecation warning:
Warning: In the future `findall(A)` will only work on boolean collections. Use `findall(x->x!=0, A)` instead.
I decided to do a (n admittedly worst-case) test: `A = rand(10_000, 10_000);`
julia> @time u = findall(x->x != 0, A); # th... |
Example:
This is printing ARGS / args at the start of `process_options` in `client.jl`.
julia> test = "$JULIA_HOME/julia"
"/Users/jacobbolewski/Julia/julia/usr/bin/julia"
julia> run(`$test --code-coverage=none -e "exit(0)"`)
args = UTF8String["-e","exit(0)"]
ARGS = UTF8String["-e"... | 0 |
### System Information
OpenCV versions tested: 4.5.5, 4.7.0
Operating System / Platform: Ubuntu 18.04
Device: NVIDIA Jetson TX2 DevKit
CUDA version: 10.2
CUDNN version: 8.2.1
### Detailed description
Hi,
I was using OpenCV 4.5.5, backend CUDA on a NVIDIA Jetson TX2 Devkit with the
specs defined above. A c... |
##### System information (version)
* OpenCV => 4.0.1.25
* Operating System / Platform => Windows 64 bit
* Compiler => MSC v.1900 64 bit (AMD64)
##### Detailed description
Traceback (most recent call last):
File "thresh.py", line 24, in <module>
cropped_image = region_of_interest(t... | 0 |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
Yes, duplicated the minimal code from documentation snippet from here
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):"18.04.1 LTS (Bionic Beaver)"
* Mobile device (e.g. iPhone... |
* * *
### 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)** :
N/A
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : ... | 0 |
# Implement a feature that split one window into multiple windows
Usually , when we start a terminal , and make a connection ,then the whole
connection will occupy the whole window, I hope we can split one window into
multiple ,then we can start connection in each sub window , then we can watch
multiple connection a... |
# Description of the new feature/enhancement
When opening a new CMD tab, the width of the tab is small due to the name of
the prompt being small "cmd." This makes it a little uncomfortable, and if the
tabs were to have a minimum width it would give it more space, specially when
you're blazing through tabs and don't ... | 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.5
* Operating System version: Mac OS 10.15.2
* Java version: 1.8.0_231
### Steps to reproduc... |
* 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.4
* Operating System version: win 10
* Java version: jdk 8u22
### Steps to reproduce this is... | 0 |
Plugins will want to do something at least for hot-restart. @johnmccutchan
|
I think it would be an OK design choice if they didn't. But it's probably
better if they do.
If we need to add new API to teach plugins about hot-reload or hot-restart we
might need to do that sooner rather than later.
FYI @mravn-google
| 1 |
* VSCode Version: 1.2.0 stable
* OS Version: Tried it on OS X 10.10.5 and Ubuntu 16.04
Steps to Reproduce:
1. Open a file where breakpoints are supported
2. Set a breakpoint at any line
3. Right click the breakpoint and select "Edit Breakpoint"
4. While the "Edit Breakpoint" dialog is open, move the lin... |
* VSCode Version: 1.1.1
* OS Version: Windows 7 SP1
Steps to Reproduce:
1. Open folder in the VSCode with many subdirectories
2. Navigate to some file in sub-sub directory and start to edit it
3. Press Ctrl+O to open other file from the same directory of currently edited file
4. But open file dialog sta... | 0 |
Challenge http://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.
The first test case ( **Use the provided code three times. One for each slot**
) cannot be completed. Tried sev... |
I lost most of my work last night when there were problems on the server. I
think this is the 4th time this has happened with my account. My points number
reflects over 300 while my map does not.
I have been working at this for close to a year, if not over a year.
And the issue was closed even though my map is no... | 0 |
Hi,
can you integrate a Mega Menu into bootstrap3?
There is a solution already made by someone?
Thanks
|
i think it will be useful...
| 1 |
Similarly to puppeteer/puppeteer#540
Currently when navigating to a page that requires client certificates and
client certificates are available a popup is shown in Firefox and Chrome which
asks to select which certificate to use. It would be beneficial to provide an
API to select the correct certificate to use (or ... |
Similarly to puppeteer/puppeteer#540
Currently when navigating to a page that requires client certificates and
client certificates are available a popup is shown in Firefox and Chrome which
asks to select which certificate to use. It would be beneficial to provide an
API to select the correct certificate to use (or ... | 1 |
I would think that the right thing to do here is to silently carry on, if
there is no upstream tracking branch than there is nothing to update.
ERROR: Update finished with errors.
=> Package MXNet cannot be updated.
GitError(Code:ERROR, Class:Merge, There is no tracking information for the curr... |
Starting from a tagged version:
julia> Pkg.checkout("TaylorSeries", "warningsv05")
INFO: Checking out TaylorSeries warningsv05...
ERROR: GitError(Code:ERROR, Class:Merge, There is no tracking information for the current branch.)
but this works if `master` is `checkout`ed first.
| 1 |
I migrate from webpack from 1.x to latest 2.3.1, when I start, always show
module.entry is invalid.
my webpack config as follwing, I did not see any issue in the config.
var webpack = require('webpack');
var autoprefixer = require('autoprefixer');
var path = require('path');
var config = require('config')
v... |
# Bug report
**What is the current behavior?**
If we have two modules say A and B. A and B imports react.
During dynamic import of these two module I found react code to be duplicated.
**If the current behavior is a bug, please provide the steps to reproduce.**
This is the repo link.
This is the source and pub... | 0 |
1.Go to settings
2\. Keybindings and find alt-s
3\. Select text and righ-click
**Atom Version** : 1.0.0
**System** : Unknown Windows Version
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._res... |
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 |
I ues python 2.7.9 and requests 2.5.1
when I do like this:
files = {'file1':('中文','hello')}
r = requests.post('http://test',files=files)
the request is like this(copy from fiddler):
Content-Disposition: form-data; name="file1"; filename*=utf-8''%E4%B8%AD%E6%96%87
I thin... |
This code:
requests.post(url, files={"file": open(u"漢字.o8d", "r")})
will return a 200, but the file is never uploaded.
I can upload that file by posting in the browser so this doesn't seem to be a
server-side issue. Also, if I change the name of the file to "bob" or
something ASCII it works perfectly.
| 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.): No... |
There are a number of small pieces of discussion scattered across this and the
rkt repository related to how to handle networking setup; I'd like to
consolidate this discussion here, talk about all the issues and options I know
about, and hopefully figure out what the best option is.
Discussion refs:
rkt/rkt#2249 ... | 0 |
**Migrated issue, originally created by tosh**
Hi there,
I use SQLAlchemy 0.8.3 (so maybe it's fixed in newer releases) with MySQL
5.1.73.
When I do the query
Session.query(distinct(Model))
it generates something like
SELECT DISTINCT :param_1 AS anon_1;
Where :param_1 is... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
| 1 |
React version: 17.0.1
React Reconciler version: 0.26.1
## Steps To Reproduce
1. I upgraded from `react@17.0.0` to `react@17.0.1` and from `react-reconciler@0.26.0` to `react-reconciler@0.26.1`
2. I am using custom made renderer with my hostconfig (see code example)
Link to code example: Unfortunately project... |
When a function passed through props is used inside `useCallback`, the `react-
hooks/exhaustive-deps` eslint rule give a false positive.
Using a value on the props object or reference the function doesn't generate a
warning. Only when the function is called. See example below.
React version: 17.0.1
eslint-plugin-... | 0 |
TODO:
* create_table_with_out_of_line_check
* insert_on_duplicate_key_update_with_placeholders
* select_count_with_sub_with_whitespace
* select_distinct_function
* update_with_case_when
* update_with_where_calculation
The following SQL is not supported by SQL 92 and should be remove from the
tests:
*... |
1、Which version of ShardingSphere did you use?
shardingsphere-jdbc:5.0.0-alpha
2、Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
shardingsphere-jdbc
3、Expected behavior:
excute sql like "INSERT INTO user_info ( id, name, sex, updateTime) VALUES (
?, ?, ?) ON DUPLICATE KEY UPDATE
`name`... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1931 on 2011-08-10 by
trac user tlatorre, assigned to unknown._
>>> np.uint64(5) << 1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: ufunc 'left_shift' not supported for the input types, and the inpu... |
This is to gather and close some other issues. The NEP 50 proposal would close
it. In many cases using int64 as the default Python integer for scalar
operations (where we disable value-based logic) can be surprising
* gh-2955 (bitwise_and)
* gh-5746 (comparison) although uint64 and int64 comparisons of course ha... | 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.
* Operating System version: mac
* Java version: 1.8
### Step to reproduce this issue
1. 表现... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4.1
* Java version: 1.8
### Actual Result
dubbo/dubbo-remoting/dubbo-remoting-
netty4/src/mai... | 0 |
`CartesianIndices` seems to enforce `Int` even if the arguments are of a
different type; e.g.,
x = Int32(3)
@show typeof(-x:x)
# => UnitRange{Int32}
c = CartesianIndices((-x:x, -x:x))
@show typeof(c.indices[1])
# => UnitRange{Int64}
This is very bad for writing type-stable c... |
Due to `LinearIndices` only supporting `Int`s, `keys` and `LinearIndices` do
not work when the indices are not representable as `Int`s:
julia> keys(1:typemax(Int128))
ERROR: InexactError: trunc(Int64, 170141183460469231731687303715884105727)
[...]
julia> LinearIndices(1:typemax(Int128)... | 1 |
# The problem
* Neo4J version: 3.4.5 (community)
* Operating System: Ubuntu 16.04
* API/Driver: Python driver 1.6.2
When a node string property participates in an index. Neo4J imposes a
(reasonable) limit on its **byte** length. However, sometimes, even if one
trims the string length to that limit, the transa... |
Add node.prop.indexOf('str') and rel.prop.indexOf('str') so that one could
then use SUBSTRING to get to a value in the property. See:
http://stackoverflow.com/questions/19830600/neo4j-getting-data-out-of-and-
ordering-on-node-properties-when-the-property-h
| 0 |
* Electron version: 0.37.2
* Operating system: Windows 10
Trying to access the id property of a window from the renderer side, I am
getting this error:
TypeError: Cannot read property 'object' of undefined
at ObjectsRegistry.get (c:\GitDevelopment\monaco\.build\electron\resources\atom.asar... |
* Electron version: 0.36.9
* Operating system: Mac
We're still trying to nail down repro steps in Slack, but it seems to happen
on 0.36.9 when calling `remote` methods. Specifically, we build context menus
using `remote` (very similar to the `Menu` sample) and occasionally they stop
working with this exception:
... | 1 |
Currently if a historical tier has a replication factor of 1 (meaning only 1
copy of the data across the tier) then any particular node cannot be shut down
for planned maintenance without temporarily loosing the ability to query data
which was hosted there.
As a user of Druid, I would like my queries to always retur... |
This ask is that historical nodes are able to be put into a maintenance mode
such that their nodes do not count towards the replication threshold. This
allows for scaling tiers down in a more controlled manner.
We occasionally have capacity issues as we scale our cluster such that a lower
tier fills up, and upper ti... | 1 |
I saw two common usage patterns of Timer.Reset:
First is ensuring that a sequence of events happens in a timely fashion:
timeout := time.NewTimer(T)
for {
if !timeout.Reset(T) {
<-timeout.C
}
select {
case <- ...: ...
case <-timeout.C: ...
}
}
Secon... |
A common idiom is to keep a single timer and extend its
use by calling Timer.Reset.
From a naive reading of the documentation, these two
lines are equivalent except for saving some garbage:
t.Reset(x)
t := time.NewTimer(x)
Unfortunately t.C is buffered, so if the timer has just expi... | 1 |
# Environment
Windows build number: 18363.657
PowerToys version: 0.15.2
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
I just noticed that multi-monitor support has been removed in 0.15.2. Please
add this back.
# Expected behavior
... |
# Environment
Windows build number: [Version 10.0.18362.387]
PowerToys version: 0.12.0.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
I have 2 custom layouts. One for the left monitor, one for the right.
1. I move the mouse to th... | 1 |
# 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... |
## Checklist
* I have included the output of `celery -A proj report` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* I have verified that the issue exists against the `master` branch of Celery.
software -> celery:4.0.2 (latentcall) kombu:4.... | 0 |
Currently the ListItem supports a prop called `initiallyOpen` and an event
`onNestedListToggle`. It would be great if it could simply accept `open` as a
prop which overrides the internal state.
|
I am using material-ui in a project with react router. And I want to control
which ListItems show there nestedLists. This is unfortunately not possible
because i can't control wether a listItem is "open" or not.
I know there is a Prop to control if its initially open. But I want to change
it from my parent componen... | 1 |
At the moment, having this in a mapping throws a parsing error:
"topic_date" : { "type" : "date", "format": "date_optional_time||yyyy-MM-
dd'T'HH:mm" }
|
The following mapping:
'index': {
'properties': {
'date_created': {
'type': 'date',
'index': 'not_analyzed',
'format: 'date_time||date_time_no_millis',
},
},
}
Gives an error:
`ElasticSearchException[Ille... | 1 |
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
Bundled dependencies do not export executables when packing.
### Expected Behavior
`npm pack` output should include scripts under `.bin` to launch any
executables provided by the bundled depdency.
### Steps To ... |
### Current Behavior:
Bundled dependencies do not export executables when packing.
### Expected Behavior:
`npm pack` output should include scripts under `.bin` to launch any
executables provided by the bundled depdency.
### Steps To Reproduce:
1. Install any dependency that exposes an executable, e.g. `lws`.
... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ec2_group
##### ANSIBLE VERSION
ansible 2.2.1.0
config file =
configured module search path = Default w/o overrides
install: sudo pip install -U
git+https://github.com/ansible/ansible.git@v2.2.1.0-0.2.rc2 \--upgrade
--ignore-in... |
Based on https://groups.google.com/d/topic/ansible-
project/UGb8i7wU8Jk/discussion.
This feature will be awesome to have for continuous application deployments
where build/deploy scripts (Ant, Maven) are the main players and produce a lot
of information to trace in realtime (during Jenkins build for example).
| 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
* * ... |
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
kubeadm master join
* * *
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
FEATURE REQUEST
A convenient command such as `kubeadm config` or `kubeadm show` ... | 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.
I am reading the docs of the website.
In this page : https://dubbo.incubator.apache.org/zh-cn/docs/user/preface/requir... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2
* Operating System version: win7
* Java version: Java1.8
### 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.