text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Elasticsearch version** : 2.3.2
This is an attempt to simulate a bad disk that has turned read only.
1. 2 data nodes started
2. Set permissions for data path of 1 of the nodes (node-2) to read only for all
3. Create a new index (eg. say with only primary shards)
4. All shards allocated for node-2 for this... |
The combo analysis plugin is not maintained anymore and it's quite usefull and
necessery for multilingual indexes. This plugin should be moved to core and
maintened by elastic.
https://github.com/yakaz/elasticsearch-analysis-combo
yakaz/elasticsearch-analysis-combo#21
Thank you
| 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.

 to add ... |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The CircularProgress should rotate on it's axis
## Current Behavior
When you apply a size of 12 the CircularProgress performs an odd double
rotation
## Steps to Reproduce (for bugs)
See http... | 0 |
It would be nice to be able to write:
[f() for 1:n]
instead of
[f() for _ in 1:n]
* * *
Here is some context: I wanted to build a `Vector{Vector{Float64}}` containing
empty `Vector{Float64}`s.
`Array(Vector{Vector{Float64}}, n)` doesn't work because the inner vectors are
undefined. ... |
Especially with comprehensions I do this by accident fairly often:
[@elapsed f() for 1:10]
We could support the same for loops:
for 1:10 f() end
Not super crucial, but seems like something we might as well allow.
| 1 |
i use "Glide.with(MainActivity.this).load(url).asGif().into(imageView);" and
look netwrok,after 5s imageview not load gif, but i use
diskCacheStrategy(DiskCacheStrategy.SOURCE) can load gif.
|
First I want to thank you for this awesome library. It's help me to play gif
in imageview, after two weeks of try and search I found that Glide better than
all other libraries.
But when try load gif (its size more than 200KB) from url Glide fail to load
url and appear error drawable. this is my code:
... | 1 |
Recently, I stumbled upon this article about validating emails:
https://davidcel.is/posts/stop-validating-email-addresses-with-regex/
We know that validating emails is a complex topic and depending on a lot of
factors, people want something stricter than just checking for `@` or
something simpler than an email bein... |
### Problem
* Validating email addresses is absurdly complex.
* We've received tens of issues in the past years about this validation.
### Solution
* Let's simplify the email validator to just check that email addresses "look valid" using a good regexp.
* If you need to validate that the email is real, sen... | 1 |
## Environment:
Windows build number: `10.0.18363.657`
PowerToys version: `0.14.1.0`
PowerToy module for which you are reporting the bug (if applicable):
`FancyZones`
## Steps to reproduce:
From FancyZones zone editor dialog, click `Custom` tab and then click `Edit
selected layout` button.
## Expected behavio... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.900]
PowerToys version: v0.19.1
PowerToy module for which you are reporting the bug (if applicable): Fancy
Zones
# Steps to reproduce
My monitor supports "Picture by Picture" which allows me to quickly change
from full screen to a split ... | 0 |
Using the built-in `sum` function gives correct result in `df.agg(sum,
axis=0)`, but wrong result in `df.agg(sum, axis=1)`.
>>> df = pd.DataFrame([[np.nan, 2], [3, 4]])
>>> df.agg(sum, axis=0)
0 3.0
1 6.0
dtype: float64
>>> df.agg(sum, axis=1)
0 NaN
1 7.0
dty... |
#### Code Sample
import numpy
import pandas
numpy.random.seed(1234)
frame = pandas.DataFrame(
data=numpy.random.random((5, 3))
)
print(
frame
)
# Works
print(
frame.agg(['mean', 'std'])
)
# Expected output
print(
fram... | 1 |
# NPM run dev throws an error
## Example name
**with-apollo-and-redux**
## Describe the bug
According to this example repo, after using `npx` and `npm install`, cant run
`npm run dev` and it throws this error:
`[ error ] ./node_modules/next/dist/client/dev/amp-dev.js Error: [BABEL]
...\with-apollo-and-redux-app... |
# Bug report
## Describe the bug
I have installed version `9.1.4` of `next` and now my Docker images don't
build anymore! I am getting the following error.
However when I run the `next build` command from my own terminal it works fine
so it is only happening for the Docker setup.
## Error
...
>... | 1 |
According to my tests, `PopupMenuItem` gets misplaced when inside a
`ReorderableListView` > `ListTile` (triggered via a `PopupMenuButton`).
Sample code to quickly get this tested is here.
Basically it puts items inside a `ListView` or `ReorderableListView`, you can
toogle and see the different behavior. To make it ... |
## Steps to Reproduce
### ReorderableListView

1. Create a ReorderableListView with simple ListView and trailing IconButtons (as shown in the gif).
2. Add PopupMenuButton to IconBu... | 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.3
* Operating System version: centos 7.3
* Java version: jdk1.8.0_221
### Steps to reproduce... |
* 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 |
I am testing an app on an Android Wear 2 device (Huawei Watch 2). It's just
the default counter app that's created on default, and created fresh, no
modifications.
Launching lib/main.dart on LEO DLXX in debug mode...
Initializing gradle...
Resolving dependencies...
Running 'gradlew assemble... |
ianh@burmese:~$ flutter devices
1 connected device:
Error retrieving device properties for ro.product.cpu.abi:
error: insufficient permissions for device
???????????? β’ ???????????? β’ android-arm β’ Android null (API null)
ianh@burmese:~$
| 1 |
I am using standar symfony2 forms but I stuck with error displaying.
I am trying to use form->getErrors() but it returns empty array (tested with
var_dump), but if I use form->getErrorsAsString() I've got the errors.
|
I use Angular 2 with Laravel. When the webpack check the typescript files, The
"symfony\translation\Tests\fixtures\resources.ts" will be treat as a
typescript file. Actually it's a xml file I think. So hope you can fix
it,thank. (My English is poor, don't mind it). The error information as below:
See Error Stack Tra... | 0 |
# Description of the new feature/enhancement
Rearrangeable tabs would be a great feature. Especially when someone is
working on multiple machines as me. This helps organizing machines in tabs,
when they are started in different times.
Simple example:
:
- Windows Terminal (Preview)
- Version: 0.6.2951.0
Any other software?
- Git Bash for Windows (MINGW64)
- Ubuntu (WSL)
# Steps to repr... | 0 |
### Is there an existing issue for this?
* I have searched the existing issues
### This issue exists in the latest npm version
* I am using the latest npm
### Current Behavior
npm overrides that work fine with npm 8.5.5, are causing an error during `npm
ci` as of npm 8.6:
npm ERR! `npm ci` can... |
Creating a new React app in E:\myapp.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community
npm ERR! A comp... | 0 |
I'd love to be able to use scrapy's `Selector` outside of scrapy, as an xpath
(and css?) selector library for xml, html, sgml documents.
I suppose I should go looking at BeautifulSoup for that, but I'm familiar with
`Selector` and like the way it works. I don't like plain lxml's way of doing
things and usually don'... |
I'm working on a scrapy project where a "rabbit client" and "crawl worker"
work together to consume scrape requests from a queue. These requests have
more configuration than a start_url - it could be something like url and a set
of xpaths, or a domain-specific configuration, like site-specific product ID
(from which ... | 0 |
Hello,
I get the following errors when compiling:
____[110 / 2,641] Compiling external/png_archive/libpng-1.2.53/pngerror.c
external/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc:47:14:
warning: 'google::protobuf::util::Status
google::protobuf::util::converter::{anonymous}::CreatePublicError(go... |
**System information**
* TensorFlow version (you are using): 1.12
* Are you willing to contribute it (Yes/No): Yes
**Describe the feature and the current behavior/state.**
`AttentionWrapper` fuses the `cell_output` and the `context` vector using an
`array_ops.concat` operation when specifying an attention la... | 0 |
Hello,
I am trying to follow the instructions from `DEVELOPER.md`.
Now if I run `npm test` I get:
/angular/angular (master) $ npm test
> angular@2.0.0-alpha.35 test /home/ablu/angular/angular
> gulp test.all.js && gulp test.all.dart
Dart SDK detected:
[14:10:50] Using gulpfi... |
I tried running the test suite locally (`npm test`) as documented in
https://github.com/angular/angular/blob/master/DEVELOPER.md.
However this line in the bash script adds `ChromeCanary`. As a result, it
caused this line to throw from gulpfile.js when running the `test.unit.js/ci`
task.
Suggestion: Remove `ChromeC... | 1 |
system w10 ,scrapy 1.6.0
my scrapy can run nomally long before, but raise AttributeError recently , I
have reinstall the Scrapy ,It's not help.
|
Scrapy version:
Scrapy : 1.3.3
lxml : 3.7.3.0
libxml2 : 2.9.3
cssselect : 1.0.1
parsel : 1.1.0
w3lib : 1.17.0
Twisted : 17.1.0
Python : 3.5.2 (default, Nov 17 2016, 17:05:23) - [GCC 5.4.0 20160609]
pyOpenSSL : 0.15.1 (OpenSSL 1.0.2g 1 Mar 2016)
... | 1 |
fyi @egamma

|
Did some research, hope it is not duplicate... Is there functionality (some
shortcut maybe?) to break searching? Because when you develop a project, you
often need to search stuff across all files. No problem here, until you
actually have project with like many many files. For example, if you have
project where node_... | 0 |
The explanation says
If the length of the string is less than or equal to 3 characters, then the
length of the three dots is not added to the string length.
truncate("A-", 1) should return "A...".
While the original string is less then 3 character, the outcome is less than 3
characters, still the result should be ... |
After completing an exercise I usually try a few different solutions just to
test my knowledge. The problem is that all of the solutions are being diplayed
in one super long list of code snippets on my profile page. It would be nice
if each exercise was collapsed, so that it takes up less space. Within each
collapsed... | 0 |
**I'm submitting a ...**
[X] bug report
[ ] feature request
[ ] support request
**Current behavior**
When using AoT compilation, in particular with the `@ngtools/webpack` plugin,
using `ViewEncapsulation.None` in a component with stylesheets, an error is
raised at runtime, since compon... |
**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
... | 0 |
# Environment
Windows Edition: Windows 10 Education
Version: 1903
OS Build: 18362.10005
Windows Terminal version: 0.3.2142.0
# Possible Bug: Description
In profiles.json, under profiles, powershell.exe is the default profile when
Terminal app fresh installed. Powershell is calle... |
When loging in to e.g. AzAccount, the Window where one can enter one's
credentials appears behind the Windows Terminal Window and cannot be brought
forward by Alt-Tabbing to it, so one has to leave the keyboard and use the
mouse isntead to activate it.
**
When removing a connection event:
from sqlalchemy import create_engine
from sqlalchemy import event
engine = create_engine('sqlite:///')
connection = engine.connect()
@event.listens_for(connection, 'after_curso... |
### Describe the bug
Using the below code I ended up with many copies of the resulting where clause
being injected into queries. Each select during the same session had an
additional `cls.deleted_at IS NULL` attached to it.
It's very possible that I'm using this feature incorrectly. It appears to be a
fairly advanc... | 0 |
All flavours of ReflectionPad should accept 0-dim batch size.
Tests:
def test_ReflectionPad1d_Forward():
z = torch.ones(0,3,10)
m = torch.nn.ReflectionPad1d(2)
m(z)
def test_ReflectionPad1d_Backward():
z = torch.ones(0,3,10)
m = torch.nn.ReflectionPad1d... |
## π Feature
Add support for NHWC images for upsampling nearest in CUDA.
pytorch/vision#1179 (comment)
## Motivation
We need this work in order to match the work from This PR and have feature
parity with CPU.
In addition, this would help us further support an ongoing work done with
@fmassa to have efficient nat... | 0 |
## βΉ Computer information
* Windows build number: 1909 18363.959
* PowerToys version: 0.20
* PowerToy module:
## π Provide detailed reproduction steps (if any)
1. I updated from .19.2 to .20
2. When the application started nothing happened for minutes but cpu was taking 15% for this process
3. I kille... |
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 |
Issue Type:
Bug Report
Ansible Version:
Working on
ansible 2.0.0 (detached HEAD e2ddc2f6ab) last updated 2015/11/30 18:18:21 (GMT -700)
lib/ansible/modules/core: (detached HEAD 0e043f8c58) last updated 2015/11/30 18:17:43 (GMT -700)
lib/ansible/modules/extras: (detached HEAD e46e2e1d6f) ... |
Issue Type: Bug Report (2.0 regression)
Ansible Version: 2.0.0 (devel)
Ansible Configuration: default
Environment: Ubuntu 14.04
Summary:
delegate_to does not use user specified with remote_user.
Steps To Reproduce:
Following playbook works correctly on 1.9.4 with output root and on devel it
outputs norma... | 1 |
**Marcel Overdijk** opened **SPR-9221** and commented
It would be nice to add more flexibility to the form:errors tag.
E.g. to render something like
<ul>
<li>error1</li>
<li>error2</li>
<ul>
With element="ul" a part can be implemented but the <li> element is not
possible.
The delimiter attribute just out... |
**William Shields** opened **SPR-3390** and commented
form:errors is a pretty crude mechanism for displaying multiple errors. It
uses a default delimieter of <br>. It should allow for more sophisticated
methods of displaying errors.
In the simple case, I would like to see "schemes" introduced. For example:
<form:e... | 1 |
**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
... |
Changes to newly created Components with DynamicComponentLoader are not
detected.
Angular Version alpha.33
An easy example you can find here:
index.ts
bootstrap(App).then((appRef:ApplicationRef)=>{
var appComp:Promise<App> = appRef.injector.get(App);
appComp.then((app) =>{
... | 0 |
# I'm submitting a...
* bug report
**Webpack version:**
2.1.0-beta.13
**Please tell us about your environment:**
OSX 10.11.5
**Current behavior:**
When loaders are defined with `-loader` (e.g. `babel-loader`), because the
default value of `moduleExtensions` is `-loader`, module resolution attempts
to find... |
http://typescript.codeplex.com/
If this post gets +5 I'll plan to do this...
| 0 |
##### System information (version)
* OpenCV => β
* Operating System / Platform => β
* Compiler => β
##### Detailed description
##### Steps to reproduce
|
##### System information (version)
* OpenCV => 3.4.2 or higher
* Operating System / Platform => Linux 64
* Compiler => Unbatu 16.04 gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf -> arm-linux-gnueabihf-g++
##### Detailed description
I found that in the same environment configuration, cross-compilation a... | 0 |
`le` is a point-wise math operator so porting it from the TH code to Aten (and
TensorIterator) expected to be easy. Such migration will help to clean up the
code, simplify dispatch as well as provide immediate 2-3x operator performance
gain.
Porting guide: https://github.com/pytorch/pytorch/wiki/TH-to-ATen-porting-
... |
Porting TH operators is essential for code simplicity and performance reasons.
Porting guides and Q&A are available in umbrella issue: #24507
Feel free to add @VitalyFedyunin as a reviewer to get a prioritized review.
| 1 |
in the new version of the Glide 4.3 i'm trying to use it but it crash whenver
i use it and whatever context i passed to it
this is the error showed to me
java.lang.AbstractMethodError: abstract method "void com.bumptech.glide.module.RegistersComponents.registerComponents(android.content.Context, co... |
**Glide Version** : 4.0.0-RC0
**Integration libraries** : okhttp3-integration
In my gradle:
compile 'com.github.bumptech.glide:glide:4.0.0-RC0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0-RC0'
compile ('com.github.bumptech.glide:okhttp3-integration:1.5.0@aar'){... | 1 |
##### Description of the problem
Currently when we want to change things inside a GLTF, for instance making
meshes drop shadows, material props, etc, we have to do messy deep traversals.
GLTF loader already returns scenes, cameras and assets, but looking though the
source it still knows about nodes and materials in... |
##### Description of the problem
I have a FBX model with several animations and for some reason each animation
got a delay, like they are placed one after another (notice a duration here):

Linux
|
I'm on Ubuntu 14.04 and every time I alt+tab or make Atom lose focus in any
way, the cursor position disappears. I have to click on the window to make it
reappear.
| 1 |
I'm getting the error: "Error plug in failed to initialize // Testing
Challenge "
var Car = function() {
//Change this constructor
this.wheels = wheels;
this.seats = seats;
this.engines = engines;
};
//Try it out here
var myCar = new Car(3,2,1);
// Only... |
Can't run code because of this error error: plugin failed to initialize it is
showing in the lower left corner. Tried different browsers, computer, and
devices same error. Have a really slow internet connection
| 1 |
It appears that the unit tests in e2e are sometimes failing due to a 60 minute
timeout, but it does not appear to be being correctly applied.
Logs here:
https://console.developers.google.com/storage/browser/kubernetes-jenkins/pr-
logs/0586d866de1b0ca888ad3de53ad41cdb2077dd0e/kubernetes-pull-test-unit-
integration/... |
I'm not sure what happened, but our unit/integration tests started timing out
recently (I mean build is timing out).
I1221 17:31:43.944771 4488 genericapiserver.go:303] Node port range unspecified. Defaulting to 30000-32767.
Build timed out (after 45 minutes). Marking the build as aborted.
B... | 1 |
Process: com.jtv.androidframeworkdemo, PID: 23997
java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedValue;ILandroid/widget/TextView;)Landroid/graphics/Typeface; in class Landr... |
Can we expect HEIF support anytime soon, and do you know if Google plans to
backport decoding natively and efficiently back to API 14+? I see they have
HeifWriter in support libs for writing and encoding, but what about decode and
Glide support?
| 0 |
Challenge http://beta.freecodecamp.com/challenges/waypoint-use-a-css-class-to-
style-an-element has an issue.
Solving this bonfire and attempting to move on produces a 502 Bad Gateway
error.
|
Challenge http://beta.freecodecamp.com/challenges/waypoint-use-a-css-class-to-
style-an-element won't move on to next Waypoint. After changing the code as
indicated and clicking the "Go to my next challenge" button, it goes to a 502
Bad Gateway page instead of going to the next Waypoint.
The Waypoint (Waypoint 10) i... | 1 |
these classes cannot be found in the RC1 css file at
http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
|
So as per the documentation, I tried using two different offsets for desktop
and phone. But I could not find the col-lg-offset on the CDN hosted css file.
http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
Am not sure if this is an issue or am I going wrong somewhere?
| 1 |
**Florent Ramiere** opened **SPR-6902** and commented
When this method is executed
@ExceptionHandler
@ResponseBody
public String dummyExceptionHandler(Exception e) {
return e.getMessage();
}
Spring mvc tries to resolve the view using the method output --> 404.
As the metho... |
**Yaozong Zhu** opened **SPR-4759** and commented
I am trying to integrate my tests into Spring 2.5 availing of TestContext
annotations. But I met a support issue. The followings are relevant codes:
`@RunWith`(SpringJUnit4ClassRunner.class)
`@TestExecutionListeners`(value = {
DependencyInjectionTestExecutionLi... | 0 |
then can't call rand(ceil(num))
|
This should work:
julia> a = rand(1e6)
no method rand(Float64,)
in method_missing, boot.j:250
in run_repl, /home/stephan/julia/j/client.j:23
in _start, /home/stephan/julia/j/client.j:153
| 1 |
### System information
* **MacOS High Sierra 10.13.2** :
* **Python 3.6.3** :
* **TensorFlow Latest Pull from 1/17/18** :
### Describe the problem
I am following Pete Warden's TensorFlow for Mobile Poets guide and seem to
have a found an error. When I run
"tensorflow/contrib/makefile/build_all_ios.sh" after ... |
I try to build tensorflow support at Android and iOS by makefile tutorial in
current master branch `04c318b`
When running the build_all_ios.sh script, the below error message show
Undefined symbols for architecture x86_64:
"nsync::nsync_mu_init(nsync::nsync_mu_s_*)", referenced from:
t... | 1 |
It seems like the parser tries to read the type where it isn't:
fn main() {
let a : u32 = 0;
let b : usize = 0;
a as usize > b; // ok
a as usize < b; // error: expected one of `(`, `+`, `,`, `::`, `<`, or `>`, found `;`
}
I think it's rather strange that the op... |
lib.rs:11:21: 11:23 error: expected type, found token LIT_INT_UNSUFFIXED(16i64)
lib.rs:11 if foo as int < 16 {}
The solution is of course to parenthesize the cast so it doesn't get parsed as
generics, but the error message does not help at all.
| 1 |
For example the button `.btn`, if the gradients was transparent gradient over
the then it would be as simple job of changing the color instead of
duplicating the all of browser hacks each time.
Code examples: http://stackoverflow.com/a/2293931/560287
From: http://www.colorzilla.com/gradient-editor/
b... |
I have some modal windows in my Rails project. And I have a problem with
background.
Generated HTML with duplicated background:
<div class="modal-backdrop fade in"></div>
<div class="modal-backdrop fade in"></div>
</body>
I don't know what's wrong.
My gems
group :assets d... | 0 |
deno run --unstable https://deno.land/posts/v1.8/webgpu_discover.ts
error: invalid utf-8 sequence of 1 bytes from index 6
Example from https://deno.land/posts/v1.8
deno 1.8.0 (release, x86_64-pc-windows-msvc)
v8 9.0.257.3
typescript 4.2.2
windows 10
|
cloudflare is rate limiting requests for the standard library and also thinks
*.ts files are for video streaming
$ curl -I https://deno.land/std@0.85.0/log/logger.ts
HTTP/2 302
date: Wed, 03 Mar 2021 02:04:37 GMT
set-cookie: //
cache-control: private, max-age=0, no-store... | 1 |
**I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] support request
**Current behavior**
Returning `false` on CanDeactivate implementation influences browser history.
Seems to be leftover from #10321 and #12825
**Expected behavior**
Returning `false` on CanDeactivate im... |
**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 |
### System info
* Playwright Version: v1.34.1
* Operating System: macOS 13.2.1
* Browser: N/A
* Other info: Terminal, CLI, Node 18.16.0 LTS
### Source code
**Config file**
// playwright.config.js
const { defineConfig } = require('@playwright/test');
module.exports = defineConfig... |
### System info
* Playwright Version: [v1.34.3]
* Operating System: [Ubuntu 22.04]
* Browser: Chromium
* Other info:
So I'm write a function to copy and paste a string for me from one block to
another. It worked find in my local machine using Windows, worked on the old
playwright docker image too. But After... | 0 |
**Marieke Vandamme** opened **SPR-5046** and commented
There seems to be a bug while using hessian in combination with spring
framework for remoting.
Outputstream is not closed correctly, and part of the serialized output data
gets lost.
This does not occur while doing the same with hessian-only remoting, so thi... |
**Tomasz Pik** opened **SPR-4012** and commented
jee:jndi-lookup do not provide a way to define a default object (or at least
documentation do not show how to setup such a thing, also xsd do not highlight
any way to define it) so it cannot be used a as drop-in replacement for
org.springframework.jndi.JndiObjectFacto... | 0 |
### Bug report
**Bug summary**
The matplotlib set_aspect(aspect='equal') command for 3D plots works perfectly
well after the lines 1279:1282 in β¦\site_packages\matplotlib\axes_base.py
(matplotlib 3.1.1) are commented out. With it, the plot maintains the 3D
aspect ratio despite window resizing. This is the desired b... |
### Bug report
**Bug summary**
set_aspect does not work for 3D surface plots
**Expected outcome**
If a sphere is drawn with plot_surface then it should appear as a sphere and
not an ellipse that depends on the window sizing. This was achieved in mpl
3.0.3 by calling
set_aspect('equal').
It is now broken in mp... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
## Environment & Settings
**Celery version** :
* celery==4.2.1 but also tried the latest master, where the problem also occurs:
* -e git+https://github.com/celery/celery.git@c1d0bfea9ad98477cbc1def99157fe5109555500#egg=celery
* django-celery-beat==1.4.0
* kombu==4.2.2.post1
**Report** :
soft... | 0 |
Please be extremely cautious merging MRs into `master` as Travis CI has been
completely disabled for SciPy and does not show up as a red or green mark in
our testing matrix. This timing is a little unfortunate, just days before the
planned branching of `1.6.0`. We're going to have to migrate the jobs to other
service... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1216 on 2010-06-29 by
@vincentdavis, assigned to @pv._
As I read in in the ticket below these should be deprecated.
http://projects.scipy.org/scipy/ticket/425
List, (should be verified)
Most of the "Convenience Functions" so maybe we want to keep them?
... | 0 |
It seems vertical tabs are missing from 3.0 RC1. The docs only discuss the
stacked pills. Putting nav-stacked on tabs has no effect. Is this
deliberately, are vertical tabs gone from Bootstrap?
|
Hi, guys!
Left-sided and right-sided tabs are missing.
Thank you!
| 1 |
* VSCode Version: 1.2.0
* OS Version: OSX 10.11.4
Steps to Reproduce:
1. Enter the following syntax into vscode:
exports.listNames = (request, reply) => {
const family = request.params.family
const status = request.params.status || 'done'
const branch = (status === 'done') ? `... |
Under vscode master (0.10.9) with language mode JavaScript.

`'amd64'` has classes: token block decl expr function meta single string ts
var var-single-variable js
`'i386'` has classes: token **annotati... | 1 |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 2.0.0.2
config file =
configured module search path = Default w/o overrides
##### Ansible Configuration:
Nothing particular
##### Environment:
Running from OSX 10.11.2, ansible installed via homebrew
Target OS, up to date debian wheezy
##### Su... |
Hi in the 2.0.0.1 version.
running ansible-galaxy --help provides the usage instructions and exits with
an exit code of 5
This is not an error as you are just looking for help.
Unfortunately this kills vagrants ansible-local provisioner.
**LOCAL**
$ ansible --version
ansible 1.9.4
configu... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
Module: ansible/lib/ansible/modules/packaging/language/pip.py
##### ANSIBLE VERSION
$ ansible --version
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
No base config
... |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
module/cloud/azure/azure_rm_virtualmachine
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = None
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python modu... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1163 on 2009-07-09 by
trac user onsi, assigned to unknown._
I'm running version 1.2.1 but this error should also occur in 1.3.0 based on
the source currently in the trunk.
I try importing the following ascii data stored in "sample.csv":
9007200000000000,670927... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1565 on 2010-07-28 by
@fengy-research, assigned to unknown._
Prepare the following file:
\-------file /tmp/test -----
9223372043271415339
9223372043271415853
9223372043271415612
9223372043271416107
9223372043271415594
9223372043271415836
92233720... | 1 |
springboot2.4.5, mybatis-plus3.4.1, shardingsphere-jdbc-core-spring-boot-
starter5.1.2
εεΊοΌ20 εΌ θ‘¨οΌε
ΆδΈ 1 εΌ θ‘¨ε葨
11 代 I7οΌ 16G ε
ε
ζͺε葨εε―ε¨εΎεΏ«οΌ10s ε·¦ε³οΌε葨εεΉ³εζΆι΄ 6 εε€ι
spring:
shardingsphere:
datasource:
ds:
driver-class-name: com.mysql.cj.jdbc.Driver
jdbc-url: jdb... |
`sharding-jdbc` : `5.1.2`
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
<version>5.1.2</version>
</dependency>
`tables` : `200+`
same config, with versio... | 1 |
Hi,
I'm working with histogram aggregation but there is something strange with
keys.
For instance (cf :
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-
aggregations-bucket-histogram-aggregation.html):
If I use this request :
{
"aggs" : {
"prices" : {
"histogram" : {
"field"... |
Version - 1.3.2
Steps to reproduce
cat a.json
{
"user" : "vm"
}}
curl -XPOST "http://localhost:9200/config/alert" -d @a.json
{
"_index": "config",
"_type": "alert",
"_id": "0_UJFBy3SLOnfwCnS-D_Zg",
"_version": 1,
"created": true
... | 0 |
The NaN debugging feature works with JIT (good), but not with pmap (bad).
Please make it work with pmap.
|
When I ran the following script:
from functools import partial
import jax
import jax.numpy as jnp
@partial(jax.pmap, axis_name='i')
def nan_with_pmap(x):
return jnp.log(-x)
print(nan_with_pmap(jnp.array([42.])))
using
JAX_DEBUG_NANS=tru... | 1 |
I'm trying to use angular2 as a JSPM package.
When I'm doing something like
`import {bootstrap, Component, Input} from 'angular2/angular2';`
in my code then typescript complains that it can't find the definitions and I
don't get any code completions.
The workaround is to install angular2 also as a npm package ... |
I get this error - Build: Cannot compile modules unless the '--module' flag is
provided.
even though I have AMD checked in the project settings.
Visual Studio 2015. 14.0.23107.0 D14REL
TypeScript Tools for Microsoft Visual Studio 2015 1.5.4.0
| 0 |
dropdown-menu is not shifted to the left if it reaches the right edge of the
screen.
Demonstration:
https://drive.google.com/file/d/0B0nwzlfiB4aQRTRtNVVCZ3JRbjg/edit?usp=sharing
|
A picture is worth a thousand words; this is taken directly from the docs with
chrome at 515px wide.

I've implemented the following solution in my own project to remedy this, and
would like to know if it is... | 1 |
Hi, I hope this is an appropriate forum for a feature request. For context -
I've just been confused by the lack of configuring semicolons for the `deno
lint` command, when you're able to customize other things such as
quotes(double vs single).
Now, I understand not everyone likes ASI in JavaScript, but isn't the wh... |
I am a bit miffed by this error reported by the test runner (notice the
async/ops resource sanitizer is not printing (I am the one doing the print).
The test completes, reports passed, but a trace at the end.
Any hints, thoughts?
running 1 tests
test clean shutdown ...
{ "0": "stdin", "1": "s... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
template_module
##### ANSIBLE VERSION
ansible 2.2.1.0
##### SUMMARY
When **Role Includes the Role** , the template module browse the incorrect
path looking for a template file
##### STEPS TO REPRODUCE
[run with -vvvvv to se... |
Consider this command sequence to install the release candidate.
When I don't do the `setup.py` fix, I get the import error (see below), else I
don't.
Any reason you have the version with the explicit package name?
$ ansible --version
Traceback (most recent call last):
File "β¦/.venv/ansib... | 0 |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
import jax.tools.colab_tpu
jax.tools.colab_tpu.setup_tpu()
jax.local_devices()
* If applicable, include full error messages/tracebacks.
R... |
Hello,
After reviewing the following code
https://github.com/google/jax/blob/b4ec72deaefa1094891829cd0b78efb5cc19c28b/jax/_src/tree_util.py#LL545-L571C4
If I understood correctly, if the user defines `flatten_func_with_keys` ,
`register_pytree_with_keys` will generate `flatten_func` registered with the
non-key `... | 0 |
texture-test.zip
##### Description of the problem
In the attached project, there are a set of sprites created using the same
texture.
The first texture is created and it has an image object inside it. More
textures are created from this image.
If I don't set needsUpdate = true in the loop, none of the textures di... |
I use the Texture.clone() function a lot in my code, because I need to set the
UV coordinates differently on every model, and this slows down the initiation
of the page considerably. If I don't clone the texture, then the scene renders
instantly. So something is not optimal in the rendering pipeline.
It seems that t... | 1 |
If you know how to fix the issue, make a pull request instead.
* I tried using the `@types/xxxx` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate question... |
* I tried using the `@types/react` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* Mention the authors (see `Definitions by:` in `in... | 0 |
* VSCode Version: 0.10.11
* OS Version: Win 7
Steps to Reproduce:
1. Write some code with an 'if' statement, and a variable compared with an smaller-as '<' operator (without separating space).
2. Add a code block bracket on the same line.
3. Write more code in the block
Minimal example:
`var j;`
`if(... |
Ported from microsoft/TypeScript-Sublime-Plugin#285
Related to microsoft/TypeScript-Sublime-Plugin#265.
Issue:

Correct:
 w/ Theano?
The example uses TensorFlow whereas I ... |
Please make sure that the boxes below are checked before you submit your
issue.
If your issue is an **implementation question** , please ask your question on
StackOverflow or on the Keras Slack channel instead of opening a GitHub issue.
Thank you!
* Check that you are up-to-date with the master branch of Keras.... | 0 |
Hi,
I have recently come across an unexpexted behaviour of the dataframe "shift"
function.
When column titles are duplicated (or present more often), a column-specific
shift using index-based positioning (by "iloc") does not only shift the
specified columns, but all columns sharing the same name. From the behaviou... |
#### Code Sample, a copy-pastable example if possible
class NumPyBackedExtensionArrayMixin(ExtensionArray):
"""
Geo-Specific Extension Array Mixin
"""
@property
def dtype(self):
"""The dtype for this extension array, GeoType"""
return self... | 0 |
`ax.inset_axes` does not allow `set_position` or `set_transform` if the user
wants to change the position of an inset axes. This s probably easy to add,
but I think means that `inset_axes` would need to have a new axes subclass
that overloads those methods.
|
### Bug report
**Bug summary**
Axes added using Axes.inset_axes() in matplotlib 3.0.2 don't respond visually
to Axes.set_position().
**Code for reproduction**
import matplotlib.pyplot as plt
# an example using regular axes
fig, ax = plt.subplots()
ax2 = fig.add_axes([.7,.7,.2,.2])
... | 1 |
* Electron version: v0.36.9
* Operating system: Windows 10
Unlike on OS X, clicking a web notification triggered on Windows 10 doesn't
focus the app, even with a `window.focus()` in the click handler. The click
handler is called, but the focus call does nothing.
|
I am hitting an issue where a window (in Windows 10) is not being put to the
front when I call focus() on it. The same code brings the window to the front
on Windows 8 and below, so something must have changed in Windows 10 with
regards to window management.
What I see happening is that the task bar is flashing in o... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-remove-classes-from-
an-element-with-jquery has an issue.
The Challenge is marked as complete even if the required tasks are not
completed successfully.
Refer to the screenshot:

* OpenCV => 3.4.3
* Operating System / Platform => Android ARMv7
* Compiler => Using official binaries
##### Detailed description
I previously used OpenCV 3.1 that I manually compiled to use libjpeg-turbo.
When I switched to OpenCV 3.4.3, I saw that libjpeg-turbo was now us... |
##### System information (version)
* OpenCV => 3.4.2
* Operating System / Platform => Windows 10
* Compiler => Visual Studio 2017
##### Detailed description
Hello there! I'm experiencing some **memory leak** on OpenCV when working with
C++ threads. I've seen some similar problems around but not quite the sam... | 0 |
I'm working on a simple line chart which has 1 time-based column and 1
fact/metric. I've attached a screen capture of the chart dialog screen. I have
1 time column (meal_date), 1 metric sum(calories), 1 group by expression
(meal_date), and 1 sort by expression (1) defined on the data tab.
This should yield a sql que... |
Make sure these boxes are checked before submitting your issue - thank you!
* [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
* [x ] I have reproduced the issue with at least the latest released version of superset.
* I have checked the issue tracker ... | 0 |
In summary I have two rabbitmq instances running on the same host different
ports (e.g. R1:5672,R2:6672). They are set up as a cluster and configured to
mirror all queues. I run two celery workers on the same host, each configured
to connect to one of these rabbitmq instances.
So environment looks like:
C1->R1
... |
# Checklist
* I have verified that the issue exists against the `master` branch.
* This has already been asked to the [discussion group]
* I have read the relevant section in the [contribution guide].
* I have checked the [issues list] for similar or identical bug reports.
* I have checked the [pull reques... | 0 |
I'm fairly often finding old versions of Rust docs from other sites when I
Google things. For instance, searching for 'rust macro_rules' finds me
http://web.mit.edu/rust-lang_v0.9/doc/guide-macros.html (as the second result,
after the Rust by Example page), and the rust-lang.org page is nowhere to be
found. Googling ... |
When multiple versions of the documentation are available, it tends to pollute
google results. As a way to prevent that, it would be good to always have the
latest stable release available under /current/, and have all previous
versions + the master docs contain canonical links to the current docs like:
... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.19613.1005]
PowerToys version: 0.19.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Use the SHIFT feature of Fancy Zones and place window in any position that's
next... |
# Environment
Windows build number: 10.0.18363.900
PowerToys version: 0.19.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones
Monitor(s): 2 side-by-side 4K monitors (one set to display scaling 100% and the other to 125%)
# Steps to reproduce
* Set Win... | 1 |
How hard would it be to hash incoming string values, or use the LabelEncoder
internally?
I'd be willing to contribute some code for this if there are no outstanding
design blockers.
/cc @jnothman
|
The following loop is embarrassingly parallel:
https://github.com/scikit-learn/scikit-
learn/blob/master/sklearn/ensemble/gradient_boosting.py#L552
Edit: I (@ogrisel) removed the Easy tag and put a Moderate tag instead. Based
on the discussion below the most beneficial way to add `n_jobs` support for
GBRT would be ... | 0 |
Currently it is impossible to access owner's fields from a nested aggregation.
So it is not possible to do following:
* Bucket aggregations on them (a very common use case) as a sub aggregation of the nested one. For example If multiple lawyers are assigned to cases of different types and each assignment captures ... |
Currently it is impossible to access owner's fields from a nested aggregation.
So it is not possible to do following:
* Bucket aggregations on them (a very common use case) as a sub aggregation of the nested one. For example If multiple lawyers are assigned to cases of different types and each assignment captures ... | 1 |
Running @timholy 's test case from #13350:
commit `7dcc01b`:
Without parentheses:
0.567878 seconds (16.01 M allocations: 488.552 MB, 5.03% gc time)
With parentheses:
0.421889 seconds (11 allocations: 480 bytes)
commit `8ce7a02`
Without parentheses:
2.149215 s... |
Using the ForwardDiff package it seems that type inference can figure out the
result of an operation fine on 0.4.1 but not on 0.5.
As an example:
On 0.4.1:
julia> Base.return_types(*, (ForwardDiff.GradientNumber{2,Float64,Tuple{Float64,Float64}},Float64))
1-element Array{Any,1}:
ForwardDiff.... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report
**Current behavior**
I have a file in which i try to run the compiler and it gives me the following
error, but only with that one, with any other component it works as expected:
TypeError: Cannot read property 'getSymb... |
Angular2 Http seems to ignore 'set-cookie' http response headers:
When making a simple call to a service with the angular2 Http module and the
server responds with a 'set-cookie' header like this:
set-cookie:ldapid=koen; Domain=.localhost; Expires=Sat, 14-Nov-2015 16:32:06
GMT; Path=/
set-cookie:voucher=b71d3c81... | 0 |
**Context:**
* Playwright Version: Latest
* Operating System: Mac
* Node.js version: Latest
* Browser: Chromnium
* Extra: Playwright Test for VSCode v0.2.10
**Describe the bug**
Whenever I start using Playwright Inspector, it keeps opening Google Search
webpage after I close and open the window.
Video ... |
Good Morning Playwright Team. I face an issue on Playwright where my green
arrow button cannot be found. Could you assist me on this matter? (Shown in
the photo below this sentence) Thank you so much for your assistance. I really
appreciate it.

at commitIndex (chrome... | 1 |
Following Bergstra NIPS 2011 (@jaberg for the intimates) it would be great to
have a GridSearch-like object implementing Gaussian-Process based hyper-
parameter optimization.
To keep things simple, we would optimize only on continuous parameter, i.e. in
a hyper-cube. The API would specify an initial bounding box, an... |
I've found that I cannot use pipelines if I wish to use the label encoder. In
the following I wish to build a pipeline that first encodes the label and then
constructs a one-hot encoding from that labelling.
from sklearn.preprocessing import OneHotEncoder, LabelEncoder
from sklearn.pipeline import... | 0 |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.10.0-11a2ae3a0d
Call stack: at store_Store.getElementAtIndex (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:21215:35)
at store_Store.getElementIDAtIn... |
Describe what you were doing when the bug occurred:
1. Open React Devtool
2. Select the Component tab
3. Got below error
* * *
## Please do not remove the text below this line
DevTools version: 4.8.2-fed4ae024
Call stack: at Store.getElementAtIndex (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/buil... | 1 |
**Describe the bug**
SQLAlchemy 1.3.21 has broken some oracle db connections, specifically changes
from #5755. Same connection works correctly at <= 1.3.20.
**Expected behavior**
Running `engine.connect()` should succeed without error.
**To Reproduce**
from sqlalchemy import create_engine
... |
**Describe the bug**
By default, users do not have access to v$transaction. On startup all request
will be fail.
new in #5755
**Error**
cx_Oracle.DatabaseError: ORA-00942: table or view does not exist
**Versions.**
* SQLAlchemy: 1.3.21
* Database: Oracle
* DBAPI: cx-Oracle-7.3.0
| 1 |
Hi,
Just a thought that came to my mind as I have to do it several times,
shouldn't the pulls floating be removed for mobile devices or at least 320px
width?
Reason:
On smaller devices, there is no point in floating the elements in most cases
(at least 80%) as display block are generally used on this small screen... |
Would it be useful to have `.pull-right-sm`, `.pull-right-md`, `.pull-right-
lg` classes, so as to responsively control the pull-right behavior?
That is, once the columns start collapsing at a smaller width have the pull-
right no longer apply, such that what was pulled-right in wide-screen is now
aligned-left in na... | 1 |
**Preflight Checklist**
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
**Problem Description**
In Wayland clients... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 9.... | 0 |
I currently use due to meet this challenge.
Eg.
$builder->addEventListener(FormEvents::POST_SET_DATA, function(FormEvent $event)
{
$data = $event->getData();
$form = $event->getForm();
$formDisponibility = $form->get("disponibili... |
It would be nice to be able to define extra HTML attributes for choices in a
choice list that are added to the `option` or `input` tags.
Origin of this ticket: #3456
| 1 |
To have pull-right and pull-left for Bootstrap v3 in xs, sm, md, lg media.
This will help having some complex behavior for contents.
I'm working on number of projects which needs some Complex behavior on content
. as you can see in the Modal Window at this site http://stream.aljazeera.com
.. which is messing the pul... |
Would it be useful to have `.pull-right-sm`, `.pull-right-md`, `.pull-right-
lg` classes, so as to responsively control the pull-right behavior?
That is, once the columns start collapsing at a smaller width have the pull-
right no longer apply, such that what was pulled-right in wide-screen is now
aligned-left in na... | 1 |
Run application and see html generated
http://plnkr.co/edit/nNc5ETPm7KvxkC6w3btt?p=preview
**Current behavior**
<table class="table">
<thead>
<tbody> <- this tbody element is generated
<tr trset="">
<!--template bindings={}-->
<th class="sorting">
... |
If I write something like this:
<tbody *ngFor="#item of [1,2,3]" myTableRow></tbody>
that uses the following component:
@Component({
selector: '[myTableRow]',
template: '<tr><td>test</td></tr>'
})
export class MyTableRow {}
then it produces invalid HTML, there will ... | 1 |

|
It would be great if vscode has integrated terminal feature refer vim or atom
https://atom.io/packages/term3
I saw this suggestion pending in
uservoice(https://visualstudio.uservoice.com/forums/293070-visual-studio-
code/suggestions/7752357-integrated-terminal) and repost here since it has
specific repo
| 0 |
### Proposed changes
Inspired by the example stem plot.
**1\. Z order**
Currently the stems are on top of the markers. This is in agreement with the
MATLAB behavior http://de.mathworks.com/help/matlab/ref/stem.html#btrw_xi-94
However, it looks a bit untidy. I propose to place the markers on top.
**2\. Example co... |
### Bug report
**Bug summary**
When opening a matplotlib figure window, the (Windows) task bar icon is not
correct. It instead shows a white / blank icon. Possible duplicate of #14850?
**Description**
This issue started after updating the Spyder IDE to 4.1.2 (which required
removing and reinstalling matplotlib)... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.