text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Migrated issue, originally created by Sean Mars (@seanmars)**
I get the "TypeError: not enough arguments for format string" when i execute
by compiled object with mysql.dialect().
But when i execute by complied object without mysql.dialect(), it is fine.
Env:
* MySQL 5.6
* Python 3.5
* PyMySQL==0.7.9
... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
we detect the `delete()` of one object with the same PK as another which was
just `add()`ed, and convert what would be a DELETE and INSERT into an UPDATE.
The main reason for this was that we issue INSERT statements first, then
DELETEs, and there was ... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-add-rounded-corners-
with-a-border-radius has an issue. Please describe how to reproduce it, and
include links to screen shots if

possible... |

Challenge http://www.freecodecamp.com/challenges/waypoint-add-different-
margins-to-each-side-of-an-element has an issue. Please describe how to
reproduce it, and include links to screen shots if po... | 1 |
We are experiencing an issue (since we upgraded from celery 2.5 to 3.0) where
our workers mysteriously stop consuming messages from the Q's they are
configured on.
It happens periodically on each worker node independently, and i cannot get to
the root of what is causing it.
`celery inspect -d appserver-i-82df38f8.p... |
Hi,
I'm encountering a strange issue for which I set up a simple test case.
I'm using djcelery with RabbitMQ (3.0.4) as broker. Here are the first lines
from python manage.py celery report :
software -> celery:3.0.17 (Chiastic Slide) kombu:2.5.9 py:2.7.3
billiard:2.7.3.26 librabbitmq:1.0.1
platform -> system:... | 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
* Operating System version: MacOS
* Java version: JDK1.8
### Steps to reproduce this iss... |
* [ √] I have searched the issues of this repository and believe that this is not a duplicate.
* [ √] I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.6
* Operating System version: xxx
* Java version: 1.8
### Steps to reproduce this ... | 0 |
I'm unable to link my GitHub account to FreeCodeCamp
(http://www.freecodecamp.com/fccbd1cb0b2). It gives me the message: Your
GitHub is already associated with another account. You may have accidentally
created a duplicate account. No worries, though. We can fix this real quick.
Please email us with your GitHub usern... |
Css Flexbox: Using the Flex-direction Property to Make a Row
http://beta.freecodecamp.com/en/challenges/css-flexbox/using-the-
flexdirection-property-to-make-a-row
The challenge passes without input or correct/requested solution.
**because**
`display:flex;`
is equivalent to
display:flex;
fl... | 0 |
It seems like there is currently no option to use the email-only
authentication with the firebase_auth plugin.
|
It would be great to have an implementation for passwordless signon. Its an
option in firebase but not the plugin. Can we add a method and documentation
for this?
| 1 |
If I run VSCode as **root** from bash on Ubuntu/Xubuntu/Lubuntu/Kubuntu it
doesn't respond on startup.
This problem occurred on fresh installs, in VMs, on both of my devices.
However running a quick `chown -R root:root /` fixed the problem (It is a
local VM, so whatever).
[Disclaimer: Know what you do, do not c... |
jay@jay-virtual-machine: ~~/Desktop$ sudo code
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
ATTENTION: default value of option force_s3tc_enable overridden by
environment.
[VS Code]: detected unresponsive
[VS Code]: detected unresponsive
j... | 1 |
* Electron Version: 1.8.7, 2.0.2 and 3.0.0-beta.4
* Operating System (Platform and Version): Ubuntu Linux 18.04
* Last known working Electron version: ?
**Expected Behavior**
`pointer: cursor` should work regardless of whether BrowserWindow was created
with `frame: false`.
**Actual behavior**
`pointer: curs... |
* Electron version: 1.6.2
* Operating system: OSX
### Expected behavior
I should be able to use the `--trace-warnings` flag in node by passing it like
this:
app.commandLine.appendSwitch('trace-warnings')
This enables stack traces for unhandled promise rejections. Right now, node
will print "poss... | 0 |
I am not sure whether supporting IE is a priority but I have noticed that the
numerical list in the map page using IE11 shows up as "1".

|
I am using Internet Explorer 11 and all the options in the map and the text
summary of videos (I have a limited cap on my ISP so unable to watch these)
all have the number 1 next to them. Not sure if this is the way things were
set up.
Sorry if has been mentioned before.
| 1 |
Hello,
I'm trying to reproduce the first example here, but the first and last rows
are cut in half:

I'm using seaborn 0.10.0.
|
With `seaborn 0.9.0` and `matplotlib 3.1.1`, the topmost and bottommost row of
boxes in a `seaborn` plot are partially cut off:
import seaborn as sns
import numpy as np
np.random.seed(42)
sns.heatmap(np.random.random((10, 10)))
.
* I have verified that the issue exists against the `master` branch of Celery.
Running from commit `21baef5`. Report cannot be run since no... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
Received the following error while compiling a test application in rust. If
this looks like a geuine error I can provide source, stack traces, etc. if
needed.
/home/uuser/Tools/rust/rust_dev/src/libstd/sync/mutex.rs:177:37: 180:2 error: internal compiler error: debuginfo: Could not find scope info for ... |
$ RUST_BACKTRACE=1 cargo build --verbose
Fresh gcc v0.2.1
Fresh pkg-config v0.2.1
Compiling openssl-sys v0.4.0 (file:///tmp/rust-openssl/openssl-sys)
Running `rustc src/lib.rs --crate-name openssl-sys --crate-type lib -g -C metadata=dd0e973e71d408a3 -C extra-filename... | 1 |
**Do you want to request a _feature_ or report a _bug_?**
BUG
**What is the current behavior?**
I have the following ES6 module:
export const namedExport1 = 'foo';
export const namedExport2 = 'bar';
const Test = function Test() {
const factory = {
foo: 'bar',
... |
**I'm submitting a bug report**
**Webpack version:**
2.1.0-beta.25
**Please tell us about your environment:**
OSX 10.12 (16A323)
**Current behavior:**
When I use webpack with babel and the the `babel-plugin-transform-
es2015-modules-commonjs` transform I can't import a ES6 module anymore which
is not transp... | 1 |
HI, i wanted to look at typescript and saw, that private members are not
really private in console :D
i searched in your FAQ and found an entry to this, but i think this might be a
solution for private members.
**TypeScript Version:**
1.8.9
**Code**
// you all know it:
class Foo {
privat... |
Consider the following code
export class Test {
private x: number;
constructor() {
this.x = 42;
}
f() : number {
return this.x;
}
}
Typescript generates the following JS
var Test = (function () {
function T... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
* **I'm submitting a ...**
* bug report
**Current behavior**
Angular may be performing unnecessary duplicate work when starting up the app.
I would expect that the _first_ time that a component is encountered that it's
"compiled" (the template string parsed and the JS code generated) and after
that it's re-used... | 0 |
This is not really bugging me, but just would like to know if there is
anything wrong with the code (I am on Ubuntu 18.04 if that helps).
#### Reproducing code example (`test.py`):
import numpy as np
from scipy.interpolate import LSQBivariateSpline
# generate data
x, y = np.meshgrid(
... |
_Original tickethttp://projects.scipy.org/scipy/ticket/133 on 2006-04-02 by
@rkern, assigned to @rkern._
The function `f_value` in file source:trunk/Lib/stats/stats.py needs review.
Please look over the StatisticsReview guidelines and add your comments below.
| 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-learn-how-script-
tags-and-document-ready-work has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
|
Challenge http://www.freecodecamp.com/challenges/waypoint-bring-your-
javascript-slot-machine-to-life has an issue. Please describe how to reproduce
it, and include links to screenshots if possible.
There is like an endless refresh on this, for me.
| 1 |
`DataFrame.to_string()` has a formatters parameter for formatting columns
individually, but `to_csv()` could benefit from that parameter as well. This
is especially useful, for example, when formatting integers with missing
values.
|
* date formatting #2583, PR #4313, #6797
* string spacing (justification?) #4158
* float format #2502, #2069
* int format, #6502
* timedelta fromat #6783
SO question
something like
df.to_csv(format='%10.4f', sep=' ')
| 1 |
If the output of this product is a matrix, should it not be a column vector
matrix rather than a row vector matrix?
>>> matrix([[1, 2], [3, 4]]).dot(array([5, 6]))
matrix([[17, 39]])
This seems like a bug, although I do not have extensive knowledge of the
behavior of `numpy.matrix` and this h... |
_Original tickethttp://projects.scipy.org/numpy/ticket/2057 on 2012-02-17 by
@pv, assigned to unknown._
http://permalink.gmane.org/gmane.comp.python.scientific.user/31095
Consider this:
import numpy as np
x = np.arange(5)
I = np.asmatrix(np.identity(5))
print np.dot(I, x).shape
# -> ... | 1 |
using 1.2.4
I created a pod with a small udp echo server running on port 5005
(mendhak/udp-listener) and exposed it as a udp service.
**This only happens when the client and server land on the same node!**
A simple client
nc -4u -w1 $SERVICE_IP 5005 <<< a
nc -4u -w1 $POD_IP 5005 <<< b
Mean... |
**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.):
* * ... | 0 |
Ability to collapse on a field. For example, I want the most relevant result
from all different report types. Or similarly, the most recent result of each
report type. Or maybe, I want to de-dup on headline.
So, the sort order would dictate which one from the group is returned. Similar
to what is discussed here:
h... |
I restarted a node in my cluster but new documents are not indexing. I thought
"yellow' state meant that unassigned replicas are getting initialized but the
cluster is still fully functional. Is this a bug?
+=== debug
$ curl -XGET 'es.internal.company.com:9200/_cluster/health?pretty'
{
"cluster_name" : "es_clus... | 0 |
Apache Druid 25.0.0 contains over 300 new features, bug fixes, performance
enhancements, documentation improvements, and additional test coverage from 51
contributors.
See the complete set of changes for additional details.
# # Highlights
## # MSQ task engine now production ready
The multi-stage query (MSQ) task ... |
Apache Druid 24.0.0 contains over 300 new features, bug fixes, performance
enhancements, documentation improvements, and additional test coverage from 67
contributors. See the complete set of changes for additional details.
# # New Features
## # Multi-stage query task engine
SQL-based ingestion for Apache Druid us... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* 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 read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
## Mandatory Debugging Information
* I have included the output of `celery -A proj report` in the issue.
(if you are not able to do this,... | 0 |
There should be a way to add typings for specific version of ts(e.g. `2.1`).
The tests should run on ts 2.1 and packages should require typescript 2.1 in
their package.json.
So what is the best way to do it?
|
It makes sense to not want to break existing users with a "^" dependency on
something like `@types/react`, but it hinders the very users and organizations
that help the TS ecosystem. The introduction of `Partial<>` and co in
particular is a big game changer, and many users would benefit from updates to
react and loda... | 1 |
Does babel make code that will conditionally run native generators instead of
always using the performance cost of regenerator (when using `transform-
regenerator`)?
f.e., something similar to (examples copied pasted from regenerator site):
if (supportsGenerators()) {
function *range(max, step... |
> Issue originally made by @Cellule
### Bug information
* **Babel version:** 6.8.0
* **Node version:** 5.5.0
* **npm version:** 3.7.2
### Options
{
"plugins": ["transform-es2015-modules-umd"]
}
### Input code
require("module").test;
### Description
Compilin... | 0 |
From @slash3g on 2016-04-10T16:37:22Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
lxc_container
##### ANSIBLE VERSION
ansible 2.0.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
(bug still present in devel branch)
##### C... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Conditionals
##### ANSIBLE VERSION
ansible 2.3.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118]
... | 0 |
* [ x ] I tried using the `@types/jquery` package and had problems.
* [ x ] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript (3.1.6)
* [ x ] I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* [ x ] Mention the auth... | ERROR: type should be string, got "\n\nhttps://github.com/borisyankov/DefinitelyTyped/blob/master/pickadate/pickadate.d.ts \nhttps://github.com/borisyankov/DefinitelyTyped/blob/master/jquery.pickadate/jquery.pickadate.d.ts\n\n" | 0 |
Currently, GLTFParser and constants in GLTFLoader are scoped and cannot be
used in user-land.
However, sometimes it is needed.
Usecases:
* glTF-ish file may need special parsing using modified(extended) GLTFParser.
* glTF models may be supplied in JSON or JSONP format from a WebApp API rather than files and n... |
##### Description of the problem
If you have multiple threejs objects on a page that each use LoadingManager
only one of the objects will fire the LoadManager onLoad call back.
The problem is in the FileLoader in its load call. In the broken case all we
do in the FileLoader load is:
if ( loading[ url... | 0 |
**Dmitry V. Zemnitskiy** opened **SPR-3849** and commented
Copied from http://forum.springframework.org/showthread.php?p=140845
Also see http://forum.springframework.org/showthread.php?t=31531
I just checked with latest available spring (2.0.6), hibernate (3.2.5),
hibernate entity manager and MS SQL database (bot... |
**Dmitriy Kopylenko** opened **SPR-163** and commented
There is a notion of Errors <<interface>>, so during validation there might be
some property values rejected. We treat Errors as critical e.g. in Controllers
after validation we check Errors collection and if not empty we **DO NOT**
proceed (invoke the middle t... | 0 |
When using CircularProgressIndicator as a loading screen, Google Play console
pre-launch report complains "This item may not have a label readable by screen
readers.".
It's not clear from the documentation how to force Semantics for
CircularProgressIndicator or to have some hidden label to pass such
accessibility te... |
Render invalid in Thai

| 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
* Operating System version: docker
* Java version: 18
### Steps to reproduce this issue
服... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: macOS 10.15.1、任意Linux发行版
* Java version: 1.8
参考#3784,Version.p... | 0 |
**Bug summary**
Saving matplotlib polar plots on Windows 7 and Windows 10, with MiKTex
2.9.7.000, fails for some formats (e.g., pdf, svg) and works for others (e.g.,
png, jpg)
**Code for reproduction**
import matplotlib.pyplot as plt
import matplotlib as mpl
mpl.rcParams['text.usetex'] = Tru... |
Saving vector graphic figures with certain characters in LaTeX will fail. Here
I tried to use the `\textmu` character. Could it be related to #8068?
**Code for reproduction**
Here I'm saving to PostScript. It gives an error that I think is the most
informative and points to some problems with ghostscript. Outputs f... | 1 |
### Bug report
**Bug summary**
Artifacts appear when plotting periodic data with discontinuities, i.e.
something like x mod 1.0
The bug appears at when render resolution is relatively small comparing to the
real resolution of the data (downsampling problem?).
**Code for reproduction**
import numpy... |
After updating matplotlib version from 1.3.1 to 2.0.2, when I want to use
plot_trisurf to generate a TIN by 3d-points, I got an incomprehensible result.
I just want to know the difference of plot_trisurf between matplotlib 2.0.2
and matplotlib 1.3.1. And how i can get the similar result?
the details about this is... | 0 |
Something like `gofmt` is really useful.
|
It would be really nice to have the pretty printer be good enough to use it as
a code formatter, ala gofmt. It still has some issues (I've been working on
it), but it is reasonably close to being usable in that way.
But, the commandline invocation is kind of unwieldy (and feels redundant). It
seems like --pretty sho... | 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, it is not a request of help, this is a BUG REPORT
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found ... |
**Environment** :
* **Kubernetes version** : 1.3.5
* **Cloud provider or hardware configuration** : Google Container Engine
* **Kernel** : Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
**What happened** :
We're using a HorizontalPodAutoscaler in our cluster to scale pods b... | 1 |
**Daniel Fernández** opened **SPR-8928** and commented
org.springframework.context.support.PropertySourcesPlaceholderConfigurer is
overriding the "postProcessBeanFactory" method defined in
org.springframework.beans.factory.config.PropertyResourceConfigurer in order
to register the required chain of PropertySource o... |
**Marten Deinum** opened **SPR-4238** and commented
The prop tag doesn´t support a value attribute. It would be nice if it did so
we can use the short hand notation. There was some discussion about this in
this thread.
http://forum.springframework.org/showthread.php?p=155337#post155337
* * *
**Issue Links:**
*... | 0 |
Currently, when exporting markdown to html, all html special characters are
escaped:
using Markdown
a = Markdown.parse("This is *important* text with <i>html</i> in it");
# parsed as
Markdown.Paragraph(Any["This is ", Markdown.Italic(Any["important"]), " text with <i>html</i> in it"])
#... |
I noticed `Markdown.parse` doesn't parse HTML tags properly while writing docs
with `Documenter.jl` (xref: JuliaDocs/Documenter.jl#176).
Most Markdown parsers support this feature, so I think `Base.Markdown` should
do as well.
For example, two consecutive hyphens are recognized as an em dash as follows:
... | 1 |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.2.1-3816ae7c3
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108
at Map.forEach ()
at commitIndex (chrome-
extension://fmkadmap... |
I get three warnings when React DevTools is installed in Chrome. Other people
have reported this but I have not seen a good solution. (I dont use an ad
blocker)
DevTools failed to load SourceMap: Could not load content for chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/injectGlobalHook.js.map:
HTTP error... | 0 |
Source:
https://discord.com/channels/684898665143206084/684898665151594506/1022408024725405698
The following code throws an error in Deno versions 1.17 and upwards:
const { instance, module } = await WebAssembly.instantiateStreaming(
fetch("https://wpt.live/wasm/incrementer.wasm"),
);
... |
If I install a program
deno install catj https://deno.land/std/examples/catjson.ts --allow-read
I want to be able to use flags like `--reload` or `-L=info` with the newly
installed program:
catj --reload
^-- does not work as intended.
| 0 |
Calling `.popover('hide')` on an element does nothing in IE8, and works fine
in other browsers. Here's a demo: http://jsfiddle.net/QaHkV/1/
This also didn't work when I tried it locally with all the shims/hacks
suggested for IE8.
|
Using toggle popover hidden and ok. When using hide command, popover is
hidden, but button inside popover still trigering mouse over.
http://jsfiddle.net/conx/n8FYQ/4/
| 1 |
* I tried using the `@types/superagent@3.5.5` 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 ... |
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... | 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.3
* Operating System version: MacOs
* Java version: 1.8
### Steps to reproduce this issue
T... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2
* Operating System version: Mac
* Java version: 8
### Steps to reproduce this issue
#### ... | 0 |
1. Open directory in Atom. Directory is under git.
2. Open file1.coffee in editor tab.
3. In Linux console checkout another git branch where file1.coffee is absent.
4. Now in atom you should see error message
**Atom Version** : 0.194.0
**System** : linux 3.19.0-12-generic
**Thrown From** : Atom Core
###... |
Some repro steps that I gathered from the existing issues:
1. Have a file open in branch `something` that doesn't exist in branch `atom`
2. `git checkout atom`
3. ENOENT 💥
OR
4. Have a file open in Atom that will be affected by `git rebase`
5. `git rebase`
6. ENOENT 👎
OR
Just simply rename a fil... | 1 |
body {
background-color: #000000;
}
</style> I am using the correct code but I am not able to get past this way
point. I see others had this issue but I have tried what resolved other users
issues with this, with no result. How can I get past this?
|
Challenge Waypoint: Use Hex Code for Specific Colors has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My answer... | 1 |
I tried running flutter for the first time from android studio and i got a
gradle error. I have connected my phone to my computer and it recognized it
alright. I tried to run it again and it gave me the same error message.
like this:
Launching lib\main.dart on SZ622YHRZW in debug mode...
Initializ... |
I don't see any in https://flutter.io/ui-performance/, but maybe they're
somewhere else?
I'm attempting to reply to: #7053 (comment) and request a trace.
| 0 |
**Glide Version** : 4.13.2
**Integration libraries** : None
**Device/Android Version** : Emulator (Pixel 2 - API 30 - Android 11) and
Huawei P30 lite
**Issue details / Repro steps / Use case background** :
I'm trying to load images from the web, delivered by an API. Those images
sometimes contain EXIF data with... |
Invalid image: ExifInterface got an unsupported image format
file(ExifInterface supports JPEG and some RAW image formats only) or a
corrupted JPEG file to ExifInterface
W/ExifInterface: Invalid image: ExifInterface got an unsupported image format
file(ExifInterface supports JPEG and some RAW image formats only) or a... | 1 |
# Environment
Windows build number: 10.0.18362.86
Windows Terminal version (if applicable): 0.1.1361.0
Any other software?
# Steps to reproduce
Open a PowerShell tab in Windows Terminal. Attempt to use these PSReadLine key
bindings (use the Get-PSReadLineKeyHandler command to see a ... |
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Microsoft Windows [Version 10.0.18362.86]
* What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
Trying to add an empty line in a multi-line input by pressing `... | 1 |
For reasons, I have a file called BUILD in my ios/ directory, which conflicts
with Xcode's default build output directory ('build/'), since macOS has case-
insensitive file system by default.
I can get around that by setting SYMROOT in project.pbxproj, but the flutter
tools still insist on using 'build/'. It would b... |
These two files have duplicated code:
packages/flutter/test/rendering/rendering_tester.dart
packages/flutter_test/lib/src/widget_tester.dart
We should consolidate to simplify maintenance.
| 0 |
trait Bar<T> { fn dummy(&self); }
trait Car<T> { fn dummy(&self); }
trait Foo {
type A;
type B: Bar<Self::A>;
type C: Car<Self::A>;
fn get_b(&self) -> &Self::B;
}
fn test_bar<A, B: Bar<A>>(_: &B) {}
fn test<A, F: Foo<A=A>>(f: &F) {
... |
I've been running into a linker error `undefined reference to
'panicking::panic::h98aad983367da335F7E'` while trying to build with
`#![no_std]`. While trying to debug, I ended up with some code that looked
like this:
https://gist.github.com/anonymous/88c01ee6ee33e4bad656
When you try to compile, it fails saying tha... | 0 |
I was looking at the ThreeJS materials. There are four materials that are
nearly the same thing. Basic, Lambert, Phong and NormalMap.
NormalMap seems to have all the features of Lambert and Phong and even has the
ability to turn off things like Specular (to create a Lambert material.)
I think that Basic is a materi... |
**Note:** I don't want to bury the lede for this request, so I moved a brief
summary to the top of the issue. Please refer to the second and third headings
for a more detailed background and rationale!
##### Proposal
When loading models with `GLTFLoader`, it would be nice if we could retain
associations between gl... | 0 |
Hello,
I experiencing similar issue as #7049 .
I raised this issue segmentio/nightmare#894 as well. But I think it has
nothing to do with nightmare, since after installing 32 bit version of
electron it seems that this issue has disappeared. It's not an emergency for
me or something, since I have no problem using 32... |
Recently, our company are using electron to build a application on the
windows.
But during the testing, we found that every time the application was launched,
it will launch not 1 windows process but 2 or 3. After the application was
closed, only 1 of those processes existed. Left another 1 or 2 zombie
processes sti... | 0 |
When project does import properties from separate MSBuild file via `<Import
Project="build.props" />`, The MSBuild is using defined properties, but on
file save of TS file it is being ignored.
It worked with with VS13/VS15RC and TS 1.5 beta, but after release it is
broken.
I can provide ZIP file with example solut... |
As reported by @licinioamendes in #2152 (comment):
> Would be nice allow VS macros for build commands.
>
> The result would be something like `$(ProjectDir)outputDirectoryPath` on
> textbox.
Also note that this is working in VS2013 but not in VS2015.
| 1 |
**Chris Beams** opened **SPR-4975** and commented
Today the `@MVC` programming model requires manual instantiation and
invocation of Validator classes:
public String onSubmit(`@ModelAttribute` Customer customer, BindingResult
result) {
new CustomerValidator().validate(customer, result);
if(result.hasErrors()) ... |
**Rob Winch** opened **SPR-7128** and commented
Create a HandlerExceptionResolver that handles BindExceptions so that
boilerplate code can be removed from controllers using `@Valid`. See the
Spring forum reference for details.
PS: I would be more than happy to contribute this
* * *
**Reference URL:** http://forum... | 0 |
First thought was extending `MarkdownWidget` and clipping the received
children, but if I'm not mistaking longer text sections without an explicit
line break will be packed into a single widget.
Any thoughts?
|
## Steps to Reproduce
Set FontWeight.bold to Text's style. Emoji are not displayed.
void main() {
runApp(new MaterialApp(
home: new Scaffold(
appBar: new AppBar(
title: const Text('Emoji'),
),
body: new Container(
padding: const EdgeI... | 0 |
It would be extremely handy if the fancy zones showed their dimensions for the
OCD amongst us. This could be implemented by vertical & horizontal arrows
within each zone, showing the size.
| ERROR: type should be string, got "\n\nhttps://www.reddit.com/r/Windows10/comments/ez4xpz/lets_fix_this_monitor_positioning_issue_after/\n\nReddit's user vanarebane had a great idea here. When the mouse crosses a\nmonitor boundary, we extrapolate where the mouse should be mapped to on the\nnext monitor as if they had a 1:1 side by side map.\n\nimage is from the Reddit link \n\n\nAs someone with exactly the setup the image shows, this would be very nice to\nhave.\n\n" | 0 |
**TypeScript Version:**
1.8.2
**Code**
function whatever (idA, idB) {
[idA, idB] = [idB, idA];
return true;
}
**Expected behavior:**
function whatever(idA, idB) {
var _a;
_a = [idB, idA], idA = _a[0], idB = _a[1];
return true;
}
... |
_From@admmasters on April 5, 2016 13:34_
* VSCode Version: Version 0.10.14-insider (0.10.14-insider)
* OS Version: OSX 10.11.4
Steps to Reproduce:
1. Cmd+Click on a Component in JSX (also JS).
2. VSCode jumps to the import and not the file itself.
Expected:
VSCode should just jump to the file reference... | 0 |
If you scale the errors fed into curve_fit, the error returned does not
change. This is incorrect behavior. The error (variance and covariance) for a
final fit parameter should increase given an increased uncertainty in the
actual measured data.
I created a gaussian curve fitting routine. I then show one version
fun... |
In the context of #14360 & #15040, we cleaned up a lot of our module API and
deprecated those that are supposed to be private, for removal that's scheduled
for SciPy 2.0
This was primarily (only?) done for the first-level modules though, not
further down the tree. The added test infrastructure contains:
... | 0 |
**FoX** opened **SPR-4111** and commented
All ApplicationListeners will be instantiated when the ApplicationContext
registers its listeners.
The consequence of this operation for our application is that nearly all beans
are initialized at startup time eventhough lazy-init is set to true on all
contexts.
This is ... |
**Patras Vlad Sebastian** opened **SPR-7984** and commented
Allow mapping the same method to multiple URL's that differ in respect to what
path variables they use.
For example we do not want to transfer the id of the logged in user in the URL
for security reasons and simplicity, but there are pages that can either... | 0 |
On Sf2.7 the same schemaLocation is used as before:
http://symfony.com/schema/dic/services/services-1.0.xsd
But there is an old schema, the new one is only in the DependencyInjection
Component.
I think it would be a good idea to make a new version services-1.1.xsd and
publish it under symfony.com
|
http://symfony.com/schema/dic/services/services-1.0.xsd
is not in sync with
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
(expression as valid value for argument_type missing)
| 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.
### Electron Version
16.0.0-beta.4
### Wha... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
16.0.0-beta.3
### Wha... | 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
Mac os
jdk1.8
Nacos1.1.4 集群
dubbo 2.7.6
spring boot 2.0.8
### Steps to reproduce this issue
alibaba/nacos#2928... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.0
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
Sta... | 0 |
is a duplicate of #7540. Sorry.
|
Hi guys,
Due to the `model_selection` refactor, there are a lot of dead links out
there. Would it be an option to redirect the old pages such as
http://scikit-
learn.org/stable/modules/generated/sklearn.grid_search.GridSearchCV.html
to
http://scikit-
learn.org/stable/modules/generated/sklearn.model_selection.G... | 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
* VSCode Version:1.1.0-alpha
* OS Version:Windows 10
Steps to Reproduce:
1. Run code-alpha --help
Shown as "list-extensions", should be "uninstall-extension"
--list-extensions List the installed extensions.
--install-extension <extension>
Installs an exte... |
Using mainly the default generated files from `generator-code`, a significant
number of devDependencies (mostly recursive) are pulled in - mainly because of
Mocha. For development this is fine (I love Mocha). But why blindly package
them all with `vsce package`? Perhaps create an output directory of everything
`vsce ... | 0 |
* [ x] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I should be able to run a nextjs app on multiple server replicas without
errors occurring.
## Current Behavior
Trying to run next 4.1.4 in a kubernetes cluster and about half of the
requests to th... |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I am using Docker on Digital Ocean for a Next.js based project, the main page
is pretty simple and should just show nothing more than a Facebook login
button.
## Current Behavior
If i try to a... | 0 |
I have a live website with the problem here: www.studiotaroccomanta.com
If the main menu is collapsed and closed, when I click the button to open it
everything works fine for the first level entries.
But when I visualize the submenu "ATTIVITA'" on mobile, leave it open, and
then try to click one of the other F... |
In mobile devices, particularly android and safari when textbox is focused the
screen moves upwards and textbox goes outside the screen.
| 0 |
* Electron Version: 2.0.0
* Operating System (Platform and Version): Windows 10
* Last known working Electron version: -
**Expected Behavior**
Non-dragable region if div with `position: fixed;` and `-webkit-app-region:
no-drag;` is above div with `-webkit-app-region: drag;`
**Actual behavior**
region beco... |
* Electron version: 1.8.1
* Operating system: Windows 7 x64
### Expected behavior
mouse events should work normally on fixed/absolute-positioned elements.
### Actual behavior
-webkit-app-region: drag overrides mouse events on elements positioned above and z-index doesn't have any effect
### How to reproduce
... | 1 |
There are 7 tests in tests/linalg_tests.py that fail on Mac with scipy vesion
1.4.1 installed.
The tests are:
'tests/linalg_test.py::NumpyLinalgTest::testEigvals_shape=complex64[50,50]'
'tests/linalg_test.py::NumpyLinalgTest::testPinv_shape=complex64[7,10000]'
'tests/linalg_test.py::ScipyLinalgTest::testLuFact... |
I'm not exactly sure _why_ this happens, being unfamiliar with the internal
architecture, but on MacOS with Python 3.6.8, the following code segfaults if
scipy 1.2.1 is installed (the version that comes by default when you `pip
install jax jaxlib`):
import jax.random as random
import jax.scipy.lina... | 1 |
I'm developing these features for a flutter app: loading an image from gallery
or from camera and allow rotate it.
Those operations are expensive so I'm computing them in another thread.
The code is working fine in debug mode, but when I try with release or
profiler mode the app crashes and stop working only when I... |
I'm developing these features for a flutter app: loading an image from
gallery, resize and save it.
The resizing part is a cpu intensive operation so I followed the approach
suggested here using isolate to gain a better user experience.
When I run the code in debug mode I have no issue, but when I try the same
code... | 1 |
**repro:**
1. clean checkout at master (`2c9e051`)
2. `make`
**expected:**
successful build
**actual:**
...
LibCURL ────────── 0.361519 seconds
Downloads ──────── 0.605942 seconds
Pkg ────────────── 3.760104 seconds
LazyArtifacts ──── 0.002615 seconds
Stdlibs total ... |
I've addressed this feature multiple times, but never really got feedback on
it, so I decided to open an issue for it, as I keep coming back to it as a
very elegant solution to many problems.
I hope you can answer at least, how feasible this is, what needs to be done
for it (so that I can maybe implement it myself,... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
When I use ListItem with rootRef I get a Warning-Message in console in Chrome:
Warning: React does not recognize the `rootRef` prop on a DOM element. If you
intentionally want it to appear in the DOM as a custom attribute, s... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The same as ListItemSecondaryAction
## Current Behavior
No (simple) ability to implement a secondary action
## Context
Some quick-access-like actions from expansion panel's head.
## Your Environment... | 0 |
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
Since NPM v7:
When installing a new dependency from a public repository (`github:foo/bar`),
this creates a `git+ssh://git@github.com/foo/bar`) in the `package-lock.json`.
This breaks when running `npm ci` in... |
### Current Behavior:
When I use a git repository via an HTTP link NPM "takes liberties" with it,
which breaks my build:
$ npm init -y
Wrote to /Users/eugene.lazutkin/Work/temp/package.json:
{
"name": "temp",
"version": "1.0.0",
"description": "",
"main": "index.js... | 1 |
**Symfony version(s) affected** : 4.1.8
**Description**
Symfony crashes php server without providing any error log.
The server log provides me with the following information:
[OK] Server listening on http://127.0.0.1:8000
// Quit the server with CONTROL-C.
PHP 7.2.12 Devel... |
**Symfony version(s) affected** : 4.1.8
**Description**
`(in built in server)[ERROR] The process has been signaled with signal "11".`
**How to reproduce**
In any new project, if you clone `symfony/website-skeleton` run built-in
server
**Additional context**
I think it has a relationship with latest [Routing... | 1 |
#6497 (checked by bisection) let to pick events reporting incorrect events for
step plots.
MWE:
from pylab import *
plot(rand(100), picker=5, drawstyle="steps-pre") # 5 points tolerance
def on_pick(event):
print(event.ind)
cid = gcf().canvas.mpl_connect('pick_event', on_pick)
... |
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/2175468878
| 0 |
Hi there!
I am using an anaconda 4.3.18 64 bits installation on windows 7. the version
of python is 3.6.1 and numpy version is 1.12.1
I imported an ascii file, and ran these commands:
import numpy as np
# read the ascii file into attribute variable
sorted_items= np.sort(attribute, axis=0)
sorted_ids= np.argso... |
### Describe the issue:
### Describe your issue.
From the attached CSV file, input_data.csv, I import the, say, `test_list`.
Then, I create a `pd.Dataframe` to store my data in `test_df`.
from scipy import fft
import numpy as np
test_df = pd.DataFrame(index=range(len(test_list)), columns... | 0 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...** (check one with "x")
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 1 |
The scope of a block of PHP code that is enclosed inside of a separate
language (ie. within a JS block in a page) is not detected properly if the
enclosing PHP tags are both on the same line. If the tags are not separated
onto different lines then Atom thinks the code is just part of the enclosing
code block.
For ex... |
A thread has come up on the forum that points out that `<?php ... ?>` doesn't
get matched as PHP code when on the same line. I did a little bit of poking
around and found that the embedded whitespace pattern has a negative lookahead
`(?![^?]*\\?>)` that, when removed, allows single-line PHP comments to
display. The t... | 1 |
## Bug Report
**Current Behavior**
Some const assertions result in errors. Seems like the check introduced in
this PR is too strict? Because I didn't see any errors in VSCode till I
started webpack dev server.
**Input Code**
function foo() {
const a = getObjectAWithLongAssType();
const ... |
> Issue originally made by @s-panferov
### Bug information
* **Babel version:** any
* **Node version:** >= 4
### Input code
import * as crypto from 'crypto';
### Description
`_interopRequireWildcard` iterates through export object properties and this
fires deprecation warning because of deprec... | 0 |
This program:
pub fn main() {
let s: &str = "foo";
fail!(s);
}
generates this error:
<std-macros>:37:13: 37:36 error: instantiating a type parameter with an incompatible type `&str`, which does not fulfill `Send`
<std-macros>:37 ::std::rt::begin_... |
Followup to #1970.
One of the two tests in struct-return.rs doesn't work on x86. Works on x64
though.
The double/byte/double one winds up feeding garbage memory to the callee.
Valgrind gets upset. Program crashes.
| 0 |
maintenance/1.9.x:
In [8]: ap = np.array([0, 2, 4, 6, 8, 10])
# Passing an empty 'k' array to partition is a no-op:
In [9]: ap.partition(np.array([], dtype=np.int64))
In [10]: ap
Out[10]: array([ 0, 2, 4, 6, 8, 10])
1.10.1:
In [2]: ap = np.array([0, 2,... |
If np.unique is used with `return_index=True` and the input is empty, the
resulting array has dtype `bool` instead of `int`.
In [1]: import numpy as np
In [2]: np.unique([], return_index=True)
Out[2]: (array([], dtype=float64), array([], dtype=bool))
In [3]: np.unique([1,], return... | 0 |
The demo uses a simple Quiz application (just the routing part).
Steps to reproduce -
1. Start the quiz
2. Navigate forward
3. Click the back button and notice that the component does not render properly
See Plunker - http://plnkr.co/edit/8LMo0VLCLIuM06itCifn?p=preview
**Current behavior**
* usage of the... |
I am using Angular 2.0.0-beta.11 on OS X El Capitan. When Safari's browser
history back function is used, `OnInit` does not get fired. It seems to work
fine on Chrome.
Steps to reproduce:
1. Fire up the official Tour Of Heroes Demo
2. Click on any hero in the dashboard
3. Use the browser back button or click ... | 1 |
## Issue description
ResNet-50 (resolution of 128, batch size 8) crashes on PyTorch 0.4.1, CUDA 9.2
with fp16. It works with CUDA 9.0 and fp32.
## Code example
https://github.com/ddkang/fai-imagenet/tree/imagenet/imagenet_nv
Starting program: /home/daniel_d_kang/anaconda3/envs/dawnbench/bin/python m... |
## Issue description
The following code produces a `Floating point exception (core dumped)` on
Volta series with fp16:
import torch
from torch.nn import Conv2d
conv=torch.nn.Conv2d(256, 512, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False).cuda().half()
x=torch.rand(2,256,196... | 1 |
Currently we have "something" that shows up in the overlay onDrag that will
then follow your finger and the original Draggable doesn't move or change. I
want it to look like the original is following my finger.
|
What I want to be able to do:
Lets say I have a vertical list of five draggables. Dragging one from the
middle should make it appear it is being/has been removed from the list during
the drag.
Draggable's API doesn't support this use case atm.
| 1 |
I was running Julia 1.6.1, and typed `gc` into the REPL. This led to the
errors shown below.
I also have the current master branch of Julia installed (which identifies as
`Julia 1.8`).
Note that the first error mentions the file name
`/Users/eschnett/.julia/environments/v1.8/Manifest.toml`, which is the
manifest fo... |
This looks valid syntax but is not accepted.
julia> is_array(::T) :: Bool where {T<:AbstractArray} = true
ERROR: UndefVarError: T not defined
Stacktrace:
[1] top-level scope at none:0
Using the same syntax, but with `function` keyword is accepted.
julia> function is_array(:... | 0 |
Basically, every time `setState` is called and a rerender happens, I get this
error:
Invariant Violation: dangerouslyRenderMarkup(...): Cannot render markup in a worker thread.
Make sure `window` and `document` are available globally before requiring React
when unit testing or use React.rende... |
Currently React relies on a global `window` (and `document` and `navigator`).
This works in a browser and it works in other environments if one sets a
global `window`.
However, relying on globals prevents multiple independent React engines from
running together.
Testing, for example, benefits strongly from isola... | 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
* Java version: 1.8
### Scenario
We have an interface provided in two IDC clusters. We call... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: win7
* Java version: jdk8
### Steps to reproduce this issue
... | 0 |
# Summary of the new feature/enhancement
By default, the PowerShell tab opens. And even with a single open CMD tab,
PowerShell always opens.
# Proposed technical implementation details
The user uses only CMD and should be able to select the default tab type (CMD
or PowerShell)
|
# Description of the new feature/enhancement
Option to let terminal be always on top of all windows, just like the new
calculator app. This would be useful for people learning how to do stuff, as
it can be on top of the tutorial window while not suffering from text going on
to the next line during resizing.
| 0 |
I just updated from beta7 to beta8. After compiling my js file I am seeing the
following error in my console `Uncaught SyntaxError: Unexpected token )`.
Looking at the line where the error occurred I can see that there is an extra
closing parenthesis.
Below is the generated code. (I've indented it so I could read i... |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
A few large dependencies (slate / react-slate / immutable) shared by two pages
are not put in a shared chunk (a large number of dependencies are the same
including components). See visualization below:

at System.Timers.Timer... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
# Checklist
* I have checked the issues list
for similar or identical feature requests.
* I have checked the pull requests list
for existing proposed implementations of this feature.
* I have checked the commit log
to find out if the if the same feature was already implemented in the
master branch.
... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
I think, it would be nice to define `isa(T)` to return a curried version,
because it's consistent with similar functions like `in` and often useful in
`any` or `all`. It's a builtin function, so this would probably require some
small changes, but it's already possible to shadow `isa` locally, so I believe
this should... |
It would be nice to have a single argument `isa` for cleaner filtering code.
filter(x -> !isa(x, AbstractFloat), [1, 2.0])
# could become
filter(!isa(AbstractFloat), [1, 2.0])
This would provide some consistency with other functions, such as `isequal`,
but since `isa` is a builtin function, de... | 1 |
### Issue summary
When multiple 3d quiver arrows are plotted, using different colours, the arrow
heads and tails have different colours. The two ticks of the arrow heads also
differ in colour.
### Sample code
import numpy as np
import matplotlib.pyplot as plt
%matplotlib notebook
# T... |
### Bug report
**Bug summary**
The color of the 3D arrow head does not match that of the arrow body. (In
fact, the two segments of head itself don't even match.)
Not sure if it is related to #11746, so I posted it separately just to make
things clearer.
**Code for reproduction**
import numpy as np
... | 1 |
For previous discussion, see: https://groups.google.com/forum/#!topic/julia-
users/FBmU-mxQ0k4
My request is to have functionality to be able to initialize a vector of size
`N` and type `T` using the `Vector(T, N)` command. This would be equivalent to
the current `Array(T, N)`. The reason for this is that it if I ha... |
Both Dict and Array are parametric types. Constructing a Dict and an Array of
variable size differs markedly, though:
* `Dict{TypeA,TypeB}()`
* `Array(Type)` while `Array{Type}()` doesn't work
This creates some confusion for people new to the language – also I think its
inconsistent design.
| 1 |
**John Thoms** opened **SPR-7404** and commented
org.springframework.jms.support.converter.JsonMessageConverter would handle
marshalling of JMS payloads similiar to MappingJacksonHttpMessageConverter for
http and
spring-amqp/org.springframework.amqp.support.converter.JsonMessageConverter
* * *
**Reference URL:*... |
**Michael Isvy** opened **SPR-6944** and commented
Currently, if I need to write a form that links to my web application, I
usually write it that way:
<c:url value="/client" var="form_url"/>
<form:form action="${form_url}">
...
</form:form>
Generated HTML is as follows:
<f... | 0 |
Tried to get help from mailing list, but nobody responded. See
https://groups.google.com/forum/?fromgroups#!topic/symfony2/Ib7pMtVpV3Q for
text explanations
I wrote simple test controller + test case to check this issue and it's
failing.
See biozshock/symfony-standard@`0bcd739`
Functionality was added at `1099858... |
While trying out the new form PATCH feature, I ran into a bug:
Say for instance you have a form with two children: firstName, lastName,
and you PATCH with this data: `array('firstName' => 'Hank')`
now the "submit" method is never called on the child "lastName". Now there's a
problem, because Form::isValid() only r... | 1 |
Considering this code:
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;
$resolver = new OptionsResolver();
$resolver->setDefaults([
'foo' => 1,
'bar' => null,
]);
$options = $resolver->resolve([
'... |
I'll provide a link to my Stack Overflow question if anyone is interested in
more details. To sum it up I'm using postman to send POST requests to
**app.php/myroute/login** which are converted into GET requests. If I post to
just **/myroute/login** everything works fine. I post to the original url but
move the .htacc... | 0 |
After update atom to 0.189 I have several issues with clipboard.
1. If I copy something into clipboard from `atom` editor then I can't paste it in any program except atom. For example into `gedit`.
2. Even worse. If I try to paste it into some text field of any webpage opened in `Google Chrome 41` then Chrome's ... |
I'm using Atom ver. 0.189.0 on Ubuntu 14.04.2 LTS. When I copy a piece of text
in atom and I try to paste it the right-click menu either won't show up or
will show up without giving me option to paste. The paste shortcut doesn't
work either and it creates issues even if I try to copy and paste text from
other program... | 1 |
by **eric.atienza@mydoceapower.com** :
What steps will reproduce the problem?
@see http://play.golang.org/p/unO74If5mD
What is the expected output?
in the expression "a.b.c.Check()" a is not nil, but b is.
I expect a run time panic to occur:
"If x is of pointer or in... |
### What version of Go are you using (go version)?
`go version go1.5beta2 darwin/amd64`
### What operating system and processor architecture are you using?
OS X 10.10.4 (64-bit)
### What did you do?
go get -u github.com/shurcooL/go-get-issue-cgo
### What did you expect to see?
No output, suc... | 0 |
Importing numpy raises AttributeError when using latest version, 1.16.0.
### Reproducing code example:
import numpy as np
## Gives error traceback:
* * *
AttributeError Traceback (most recent call last)
in
\----> 1 from sklearn.datasets import make_classification
2 from sklearn.preprocessing import Standar... |
I pip installed the latest numpy and get the below error. The error goes away
if I roll back to v1.15.4.
The most closely related issue I could find is #12028.
### Reproducing code example:
import numpy as np
### Error message:
Traceback (most recent call last):
File "/... | 1 |
It'd be awesome if the navigation tree did basically the same thing as github,
letting you easily skip through multiple levels of nested trees. (This turns
out to be a super common thing with Java code)
Cheers! ❤️
|
I occasionally have to work on Java projects for work. Java essentially
requires project hierarchies like the following:
\project
\src
\com
\example
\project
\app
source1.java
... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.