text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
if (true)
a = b
return
"Return" should have the same indent as "if"
|
This issue can include this earlier one.
It seems that a lack of braces break the auto indentation. For example:
if (true)
i = 1;
else
i = 2;
Turns into:
if (true)
i = 1;
else
i = 2;
| 1 |
**Thomas Risberg** opened **SPR-1384** and commented
Deploy a MessageBean that is using BMT. The following sequence of events in
the onMessage() method will cause the IllegalStateException:
1. create TransactionTemplate with PROPAGATION_REQUIRED
2. in the execute do this:
2a. Connection conn = DataSourceUtils... |
**Routis Haralampos** opened **SPR-2239** and commented
At ibiblio the last version that provides source code and proper maven2 poms
is 1.2.7. Thus the migration of existing projects to newer versions of the
spring framework require signigicant work
* * *
**Affects:** 1.2.8, 2.0 M1, 2.0 M2, 2.0 M3, 2.0 M4, 2.0 M5,... | 0 |
The problem seems to be the inclusion of a mix of `*.c`, `*.h` and `*.c.src`
files in `multiarray_src`, the list that only include `*.*.src` files seem to
do better.
|
Sometimes, I have a sample of data which I want to divide into bins and then
sum an associated vector over all samples within each bin. This could be
accomplished by creating a histogram with array-valued weights. Perhaps there
are other ways to do it, but this seems to be the best conceptual match to
what I want to ... | 0 |
**I'm submitting a ...** (check one with "x")
My code is:
import {
Component,
OnInit,
animate,
transition,
trigger,
state,
style } from '@angular/core';
@Component({
selector: 'app-index',
templateUrl: 'index.component.html',... |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 1 |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[x] 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 ...**
[x] feature request
**Expected/desired behavior**
Introduce a way to bundle css with the help of NgModules (see #9726). These
styles would only be usable/scoped to the components inside the NgModules.
**What is the motivation / use case for changing the behavior?**
S... | 0 |
The Collapse component's `onEntered` prop is not destructured in the render
method. So the `onEntered` prop is spread into the Transition component
through `...other`, thereby overwriting the Collapse components
`this.handleEntered` method as the `onEntered` prop to Transition. So
`this.handleEntered` is never invoke... |
The following code snippet:
React.createElement<SvgIconProps>(icon, { classes: { root: classes.nonActiveColor }});
returns the following type error:
(36,60): error TS2345: Argument of type '{ classes: { root: string; }; }' is not assignable to parameter of type '(Attributes & SvgIco... | 0 |
When I run flutter doctor, "Android licenses not accepted. To resolve this,
run: flutter doctor --android-licenses" is the only thing it's cranky about.
When I run the command, and hit "y" to accept each license and rerun flutter
doctor, it still complains about the android licenses.
flutter doctor... |
## Steps to Reproduce
> Please tell us what you were doing and what went wrong. If you are running
> flutter tools from the command line, please try adding the `-v` or
> `--verbose` option to gather more information.
1. Run `flutter upgrade`.
**What went wrong**
> **✗ Android license status unknown.**
**What s... | 1 |
**Description**
When using `KubernetesPodOperator` with the option `do_xcom_push=True`, I
would also like to be able to change the image being used by the sidecar
container that extracts the JSON file from the main container.
**Use case / motivation**
I would like to have all images pulled from a private repositor... |
### Description
**Problem**
It is not easy to rename dags.
**Suggestion**
It would be better if dag can have both id and name. Id could be some
guid/uuid. If not given then id can be generated. At least when required the
id can be queried from the database. This way we can change the dag name
without changing the... | 0 |
### First check
* [*] I added a very descriptive title to this issue.
* [*] I used the GitHub search to find a similar issue and didn't find it.
* [*] I searched the FastAPI documentation, with the integrated search.
* [*] I already searched in Google "How to X in FastAPI" and didn't find any information.
... |
### First check
* [*] I added a very descriptive title to this issue.
* [*] I used the GitHub search to find a similar issue and didn't find it.
* [*] I searched the FastAPI documentation, with the integrated search.
* [*] I already searched in Google "How to X in FastAPI" and didn't find any information.
... | 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.6.x
Operating System version: all
Java version: all
Steps to reproduce this issue
fastjson <= 1.2.48 co... |
* 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:Linux version 4.4.190-1.el7.elrepo.x86_64 (mockbuild@Build64R7) (g... | 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: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: master branch
* Operating System version: windows 10
* Java version: 1.8
### Steps to reproduce ... | 0 |
* OpenCV => master
##### Detailed description
A typo in the get_duration_sec method is possible - two times the same
condition is written.
https://github.com/opencv/opencv/blob/3.3.1/modules/videoio/src/cap_ffmpeg_impl.hpp#L1103
double CvCapture_FFMPEG::get_duration_sec() const
{
dou... |
git clone https://github.com/opencv/opencv
cd opencv
mkdir build
cd build
pwd
#prints: /Users/username/opencv/build
python ../platforms/js/build_js.py . --build_wasm
DESTDIR=/tmp/build make install
this builds under
/tmp/build/Users/username/opencv/build/install/{lib,inc... | 0 |
It would be nice if the HistGradientBoostingClassifier works takes the same
input as the GradientBoostingClassifier.
The following script on sklearn 0.23.0 raises:
`TypeError: A sparse matrix was passed, but dense data is required. Use
X.toarray() to convert to a dense numpy array.`
Switching to GradientBoosting... |
This is a placeholder issue for sparse matrices support in the Histogram-based
GBDT estimators.
I guess #15550 should be tackled first.
* * *
Below are my thoughts and potential plan on the matter, feel free to ignore.
Binning:
We need a utility to compute quantiles on sparse data, and we need to map a
float spa... | 1 |
The real problem is that `flutter test` command on linux requires
`libGLU.so.1` but it's lack is neither detected by doctor nor listed as a
requirement in documentation.
According to #8493 there should be no dependency on that shared library. So
either @Hixie's assumption from #8493 (comment) is wrong or it was just... |
We'd like to build Flutter test runner with GPU support disabled in Skia, by
setting the `skia_enable_gpu = false` GN argument. However, today that results
in the following error:
[12253/19539] CXX host_x64/obj/third_party/flutter/shell/gpu/gpu.gpu_surface_gl.o
FAILED: host_x64/obj/third_party/flut... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The SW-Precache demo should precache all .next folder's ressources?
## Current Behavior
The SW-Precache demo cache nothing.
## Steps to Reproduce (for bugs)
1. Clone the repo
2. Go in the demo's ... |
I followed #799 but couldn't get a clean way to have a styled-component link,
I had to duplicate the href:
const StyledLink = styled.a`
color: red;
background: blue;
`
export default ({ href, name }) => (
<Link prefetch href={href}>
<StyledLink href={href}>{na... | 0 |
Some programming languages leave binary compiled files to the source tree by
default. `.pyc` files in Python being the most notably example.
Together with `tree-view` `hideIgnoredNames` being false by default this makes
navigation in the source tree little bit cumbersome due to scrolling through
unnecessary `.pyc` d... |
Suppose I have a package that's only activated in response to the `my-
package:start` command, and in response to that command, it adds an instance
of `MyPackageView` as a new item in the current `Pane`.
If I want that view to be serialized when the editor closes, it seems like I'd
just register deserialization like... | 0 |
I have a TextField inside a stacked scafold (the outer one contains a
bottombar and the inner one a tabbar with a pageView below it containing the
textfield), I've had to set `resizeToAvoidBottomPadding: false` in order to
keep the textfield from disappearing when the keyboard pops-up.
I need to have the textfield ... |
I use flutter framework with following revisions:
Flutter 0.4.4 • channel beta • https://github.com/flutter/flutter.git
Framework • revision f9bb4289e9 (4 weeks ago) • 2018-05-11 21:44:54 -0700
Engine • revision 06afdfe54e
Tools • Dart 2.0.0-dev.54.0.flutter-46ab040e58
I cannot use Li... | 1 |
### What problem does this feature solve?
Sorry, the following content is not translated accurately, so use Chinese.
Example
当程序中出现链式计算属性依赖时,我们可能希望的是仅当被依赖的计算属性变更时,它所依赖的计算属性才会重新去计算。而不是因为被依赖的计算属性重新计算链了,所以所有依赖它的计算属性都要重新计算。这样在链式的依赖的计算属性中,可以节省很多计算工作。
### What does the proposed API look like?
仅当被依赖的计算属性变更时,它所依赖的计算属性才会... |
### Version
2.5.13
### Reproduction link
https://jsfiddle.net/72gzmayL/
### Steps to reproduce
Open the jsfiddle link, see console output.
### What is expected?
Render function isn't called.
### What is actually happening?
Render function is called even when nothing is changed.
* * *
This creates unnecessa... | 1 |
Uncaught Exception:
Error: EPERM, operation not permitted '/tmp/atom.sock'
at Error (native)
at Object.fs.unlinkSync (fs.js:807:18)
at AtomApplication.module.exports.AtomApplication.deleteSocketFile
(/usr/share/atom/resources/app/src/browser/atom-application.js:193:21)
at
AtomApplication.module.exports.Atom... |
When I start it from my user, it gives me this error:
**A JavaScript error occured in the browser process**
Uncaught Exception:
Error: EPERM, operation not permitted '/tmp/atom.sock'
at Error (native)
at Object.fs.unlinkSync (fs.js:807:18)
at AtomApplication.module.exports.... | 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: win10
* Java version: 1.8
### Steps to reproduce this issue
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: master
* Operating System version: any
* Java version: any
### Steps to reproduce this issue
... | 0 |
The current implementation is frankly embarrassing.
|
The libuv build seems to work fine, with no errors or warnings, but when the
build gets to compiling Julia, I'm getting some uv issues. It's saying
`/usr/local/include/uv.h` though, so maybe it's not using the downloaded
libuv?
CC src/init.o
In file included from /usr/home/alex/repos/julia/src/... | 0 |
**TypeScript Version:**
1.8.0
**Code**
I'm porting my ASP.NET MVC app platform (Serenity) which were using Saltaralle
C# -> JS transpiler to TypeScript. Currently TS is an alternate option but
hoping to make it primary soon, after resolving some issues.
Saltaralle and its predecessor Script# uses some code simil... |
There are cases, where a property can not just be any string (or a set of
strings), but needs to match a pattern.
let fontStyle: 'normal' | 'italic' = 'normal'; // already available in master
let fontColor: /^#([0-9a-f]{3}|[0-9a-f]{6})$/i = '#000'; // my suggestion
It's common practice in JavaScri... | 0 |
The contrast ratio of Bootstrap's default alert boxes do not conform to WCAG
2.0 standards.
By using this tool: http://webaim.org/resources/contrastchecker/ it can be
shown that both AAA and AA levels aren't met for all alert boxes (.alert,
.alert-danger, .alert-error, .alert-info, .alert-success).
I have customise... |
Hello,
For the AA level in WCAG2 : Using a contrast ratio of 3:1 for large text and
4,5:1 for small text and providing additional visual cues on focus for links
or controls where color alone is used to identify them -
http://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/G183.
http://www.paciellogroup.com/blog/2012/0... | 1 |
Hi,
I cannot find a way to define multiple tasks which executes different commands
in the `.vscode/tasks.json` file of my project directory.
From what I understood, I can only declare a single TaskConfiguration within
this file. Am I wrong?
To make my problem more understandable, let's say I would like to define 3... |
var express = require('express');
var app = express();
var port = process.env.PORT || 3000;
app.listen(port);
In the following code I required express but when I enter app and press crtl +
space it shows no suggestions.
It would be nice to have code assist for installed ... | 0 |
## Bug Report
### Which version of ShardingSphere did you use?
master `6cf1f1e`
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
`CREATE READWRITE_SPLITTING RULE` failed.
### Actual behavior
Got an exception but `CREATE READWRITE_SPLITTING ... |
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your
issue is not a duplicated one.
### Which version of Sharding-Sphere do you using?
3.0.0.M3
### Which proj... | 0 |
Unless I am missing an existing configuration option (searched through the
default settings, nothing jumped out at me), VS Code will always default to
CRLF (at least on Windows).
For developers targeting cross platform (particularly with publishing packages
to npm, for example) it would be nice to be able to set a u... |
twitter thread https://twitter.com/domenic/status/697921719529398272

| 1 |
We've been collecting data on which packages have deprecations since 0.201.
This is a list of the packages using deprecated APIs, their owners and each
package's impact. This data reflects a subset of the user population (those
who have upgraded to 201). Affected numbers are based on unique users catching
the depreca... |
Making Ctrl+Shift+s into save-all. I noticed that if I changed int under
keymaps.cson (the suggested method) the keymaps would overload, not override
the default save-as. This means that when I do the command both actions take
place, which is not what I intended to do. I wanted it to only execute the
save-all ins... | 0 |
The code base seems to use lots of identifiers for private member objects or
functions that start with an underscore, followed by an uppercase letter, such
as `IslandWindow::_ApplyWindowSize`
(/src/cascadia/WindowsTerminal/IslandWindow.h#L99).
The C++ standard however says:
> In addition, some identifiers are reser... |
Back in the XAML days and when I first learned PowerShell, I fantasized about
being able to write a little control that would take some inputs and render a
graphic, and then perhaps even stream into that control and have the graphic
change in realtime.
Imagine a little chart printed out in the console as the result ... | 0 |
The Code of Conduct link at the following node is a deadend:
https://github.com/numpy/numpy/blob/v1.19.0/.github/CODE_OF_CONDUCT.md
|
## Documentation
Not sure where to file this. The github template for the Code Of Conduct
https://github.com/numpy/numpy/blob/master/.github/CODE_OF_CONDUCT.md
(https://github.com/numpy/numpy/blame/master/.github/CODE_OF_CONDUCT.md#L1)
refers to an address that 404s, namely
https://www.numpy.org/devdocs/dev/conduc... | 1 |
### Describe the workflow you want to enable
I want to use a pipleine that includes
* a feature selection step (like SelectKBest)
* a HistGradientBoostingEstimator with monotonicity and/or categorical features
The problem is that specifying the features for this requires indices or a
boolean mask, but the feat... |
### Describe the workflow you want to enable
As of current version, we need to specify monotonicity constraints for each
feature as an array-like object ( e.g. [0,1,1] ) in
HistGradientBoostingClassifier/Regressor. It would be a good quality of life
improvement if we can specify the constraint as dict (e.g. {"featur... | 1 |
##### Description of the problem
Hi - I'm working in a react-three-fiber project but I can reproduce the issue
in threejs standalone.
Context: I have a scene with many objects loaded in via gltfLoader, some of
which are instanced and some of which aren't. A background environment model,
non-instanced, and lots of s... |
##### Description of the problem
I'm having a problem where the InstancedMesh method `setMatrixAt` seems to
fail (the matrix positions doesn't change visually) whenever I add another
object with the same material object (not a clone) in the scene. No
log/warning/errors are emitted.
The following briefly illustrates... | 1 |
If you set the facecolor of a patch with an alpha value, e.g.
facecolor=(1,0,0,0.5)
the alpha value is ignored; only the patch's `_alpha` property is used. This
makes it impossible to have a patch with an opaque edge and a (partially)
transparent fill.
I've only tested this on the TkAgg backend.... |
### Bug report
**duplicate pick events occurring in 3.4.rc1**
In MNE-Python, our CIs that test against 3.4.rc1 are failing, because pick
events are getting fired twice for every time an artist is picked (this is not
happening on 3.3.4). It's happening in a very complicated interactive figure,
and I haven't yet mana... | 0 |
Test case. Fails for `score_func=f_classif` as well.
# Fixed already, I had an old .11-git release
import numpy as np
from sklearn.feature_selection import *
X = np.array([[-0.35407973, -0.73858161, -1.21871862, 0.01362241, -0.3565459 ],
[-2.92151461, -0.64259241, -0.43849487, ... |
error: Command "aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-
security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/home/nvidia/.local/lib/python3.5/site-packages/numpy/core/include
-I/home/nvidia/.local/lib/python3.5/site-packages/nu... | 0 |
by **mdriley** :
307 means "try the same verb on this new URL".
Client allows callers to define a redirect policy (CheckRedirect) for whether a given
HTTP redirect should or shouldn't be followed. However, Client.Do() passes an additional
policy to doFollowingRedirects() for GET, HEAD,... |
Running gc for go 1.0.3.
In this code
http://play.golang.org/p/ePVOi7HdkD
the compiler gives a syntax error of "prog.go:7: syntax error: unexpected name,
expecting semicolon or newline or }", but in the code given, the actual problem is
that there is a comma missing between... | 0 |
Hi community,
Now the subproject `examples` has used the `flatten-maven-plugin` to reduce
duplicate version declarations (since #13512).
It is valuable, otherwise we still have to change a lot of version numbers
during release (like this #21625)
Therefore, I am going to use `${revision}` to define the version num... |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response **more than 7 da... | 0 |
* OpenCV => 4.2
* Operating System / Platform => Windows 64 Bit
* opencv-contrib-python 4.2.0.34
* opencv-python 4.2.0.34
##### Detailed description
Video is 06.933 sec long with 25 FPS, what makes 173 frames (observed in video
player)
However :
cap = cv2.VideoCapture(video_path)
cap.get... |
##### System information (version)
* OpenCV => tag 4.1.0
* Operating System / Platform => ubuntu 16.04 x64
* Compiler => gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)
##### Detailed description
i have installed llvm/halide, and build opencv with halide support (with debug
version).
i use the ... | 0 |
**Mauricio Noda** opened **SPR-6744** and commented
While creating a custom Spring Security AuthenticationProvider I stumbled on
the need for instances of both HttpServletRequest and HttpServletResponse.
There´s no way to easily access them. Modifying
org.springframework.web.context.request.RequestContextListener t... |
**Matthew Sgarlata** opened **SPR-637** and commented
I recently went on a little odyssey fixing a bug that ended up giving me much
more insight into the JavaMail framework than I ever wanted ;)
To make a long story short, I think we should include additional file
extension to mime type mappings in Spring. I think ... | 0 |
browser.min.js is empty as well.
|
I installed with npm the babel-core and this files are empty, i need them for
system js.
| 1 |
It is already possible to use functions with lambda bodies as class
properties:
class C {
currentTime = () => Date.time();
}
Perhaps they could also be used with getters and setters?
class C {
..
get currentTime = () => Date.time();
set endTime = (tim... | 0 | |
_Please make sure that this is a build/installation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:build_template_
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
* Mob... |
I noticed that tensorflow always takes about ~2min before it actually starts
to compute. I've been trying to find out, why this happens, and nothing really
worked so far.
Tensorflow site says, I should use CUDA® Toolkit 9.0 and cuDNN v7.0. I have
CUDA 9.0, so I downloaded CuDNN 7.0.5 for CUDA 9.0 and pasted the file... | 1 |
## Steps to Reproduce
Just messing around with the basic template, but since you asked for a report,
here you go. :)
The assertion occurred when I added `[100]` to `Colors.teal`:
_main.dart_
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp ext... |
We should hide the message saying this could be a framework bug if the first
stack frame is not in the framework. In fact we should probably figure out
which package is to blame and then explicitly name that.
Depends on #4021.
| 1 |
When babel transforms ES6 module format into CommonJS format, the variable
names become mangled, e.g.
import _ from 'underscore'
becomes
var _underscore = require('./underscore')
var _underscore2 = _interopRequireDefault(_underscore)
.. _underscore is only used once, and ... |
X-post from webpack/webpack#1544:
For example, if I have the js:
import React, {PropTypes} from "react";
import Branding from "./Branding";
const Layout = ({children, customSignIn}) => (
<div className="container" style={{marginTop: 60}}>
<div ... | 1 |
### Problem description
Floating label text is overlapping the pre-populated value of a `SelectField`
component
### Steps to reproduce
Look at the component page
I'm using Chrome.
### Images & references
 render like this:

in 0.15.2 they looked like this:

| 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.4.1
* Operating System version: ANY
* Java version: ANY
### Description
We started using "r... |
* 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~2.7.3
* Operating System version: Mac
* Java version: JDK1.8
### Steps to reproduce this i... | 0 |
If a child component requires an input (like the HeroDetailsComponent has,
which is the selectedHero), it can't be loaded dynamically. There's no way to
instantiate a child component with inputs this way.
|
**I'm submitting a ...** (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
Throwing error during runtime: `OR... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Get the input html tag under select
## Current Behavior
Get only an object with value field
## Steps to Reproduce (for bugs)
Try to render MySelect from
const setData = (e) => console.l... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Their should be a method to compensate for the dialogs bahavior when it opens.
The dialog remove the scroll bar when it opens. When the site contains fixed
elements that causes the element to move sl... | 0 |
var a = [1, 'abc'] as [number, string];
var [b, c] = a;
[a].forEach(([d, e]) => {
alert(d);
alert(e);
});
There's something amiss with the typing in the above code snippet. TypeScript
can figure out that `b` is a `number` and `c` is a `string`, it can even
figure out... |
Paste this snippet in the playground:
const result = [{ foo: 'hello' }]
.map(({ foo }) => foo)
.map(foo => foo);
If you hover over `foo` in the first `map()` call, you'll notice that its type
is `any` (should be `string`).
The type of `result` is correctly inferred to be `string[]`, t... | 1 |
The e2e framework `deleteNs` needs to be smarter to better help triage issues
in this space, as they all typically tend to be unique snowflakes particular
to a problem with the node, pod, container runtime itself and rarely the
controller that fundamentally drives deletes.
Ideas:
* deleteNS caches the set of Even... |
Get all -l'app=cassandra' {{range.items}}{{range .metadata.labels}}{{.}}:{{end}}{{end}}
Expected: cassandra:cassandra:cassandra:
Got: cassandra:cassandra:cassandra:cassandra:
| 0 |
### Version
2.5.1
### Reproduction link
https://jsfiddle.net/tbonz/0xx2wxjn/
### Steps to reproduce
In the provided jsfiddle, choose option 'three' from the dropdown, the
selected option displayed instead shows 'one'.
### What is expected?
It is expected that the option selected would be displayed. Using a uni... |
### Vue.js version
2.0.3
### Reproduction Link
https://jsfiddle.net/dede89/rq049kpp/
### Steps to reproduce
Click on change button to update the array.
### What is Expected?
The dom should update and display "James" and "Bill"
### What is actually happening?
Only "James" is displayed. The following warning i... | 0 |
Currently, we can perform a limited set of logic in the type definition, such
as:
type A
a::eltype(Vector{Int})
end
but we can't involve a type parameter, such as:
type B{V <: AbstractVector}
a::eltype(V)
end
AFAICT, at the moment the field types `A.types` is ca... |
Now that we have staged functions (or whatever name that will converge out of
the discussion in #7474), can we be more greedy and request something similar
to define types, i.e. where the type definition depends on the value of the
parameters in a more general way than can currently be expressed?
This would allow th... | 1 |
Hello together,
the -= assignment seems to break for matrices > (90,90).
**Reproduction**
import numpy as np
for a in xrange(200):
px=np.arange(a)
#px=np.random.random(a)
dx = np.repeat(px[np.newaxis, :], a, axis=0) - np.repeat(px[:, np.newaxis], a, axis=1)
dx2... |
_Original tickethttp://projects.scipy.org/numpy/ticket/2075 on 2012-03-07 by
trac user lxop, assigned to unknown._
When I try to write to the transpose of an array, I get
`AttributeError: attribute 'T' of 'numpy.ndarray' objects is not writable`
which seems fine, but the write _has_ actually taken place.
In part... | 1 |
Dropdown not working on the navigation bar on Android.
I'm testing in some browsers for Android.
Links within the dropbox dont work.
|
Dropdown not working on the navigation bar on Android.
I'm testing in some browsers for Android.
Links within the dropbox dont work.
| 1 |
### Version
2.6.10
### Reproduction link
https://codesandbox.io/s/vue-template-7rsmp
### Steps to reproduce
componentInstance via this.$slots.foo[bar] which are filled with new v-slot
syntax is undefined.
For example:
this.$slots.myslot[0].componentInstance // returns undefined
### What is expected?
Should ... |
### Version
2.5.17-beta.0
2.5.16
### Reproduction link
https://codepen.io/anon/pen/rKwWXq?editors=1010
### Steps to reproduce
Open the console
### What is expected?
An instance of `MyComponent` should be logged
### What is actually happening?
`undefined` is logged
* * *
This worked in 2.5.15
It also wo... | 1 |
The following MWE shows a @test_throws regression. The throw is not anymore
detected (this occurs also with Julia 1.6):
julia> import ParallelStencil.ParallelKernel.parallel_indices
julia> using ParallelStencil.ParallelKernel.Exceptions
julia> using Test
julia> @test_throws A... |
* core.jl (setfield on an immutable throws a different error message)
* checked.jl (runtime-intrinsic implementation problems?)
* ~errorshow.jl (dispatch or type-system mistake? shows up as recursive StackOverflow)~~ moving to separate issue #29695
* ~~math.jl (incorrect answers in sinh/cosh)~~ duplicate of #... | 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
... | 0 |
Search for “AUTO_STYLE” returns two API entries in the search results. Both
link to the same API page.
Searching for that in the API search revealed two entries as well: (1) in
core, which is deprecated and (2) in animations.
Curiously BOTH pages present the SAME content … the content for the one in
animations. The... |
While playing with Angular 2, I realized that the order of providers at
bootstrapping is important, but I did not understood why. It would be great if
someone can explain it.
HASHLOCATIONSTRATEGY DID NOT WORK
bootstrap(APP, [JSONP_PROVIDERS, provide(LocationStrategy, { useClass: HashLocationStrategy }... | 0 |
# 🚀 Feature request
Google has recently released PEGASUS, a new model for text summarization:
https://ai.googleblog.com/2020/06/pegasus-state-of-art-model-for.html. I think
It would be interesting to have it included in Transformers library. The code
and checkpoints are here: https://github.com/google-research/pega... |
# 🌟 New model addition
## Model description
https://ai.googleblog.com/2020/06/pegasus-state-of-art-model-for.html?m=1
https://arxiv.org/abs/1912.08777
Abstract
Recent work pre-training Transformers with self-supervised objectives on large
text corpora has shown great success when fine-tuned on downstream NLP t... | 1 |
1. Open new atom window.
2. Cmd+w (leaves behind a empty window)
3. Cmd+r
Causes:
Uncaught ReferenceError: jQuery is not defined /Applications/Atom.app/Contents/Resources/app/node_modules/bootstrap/js/tooltip.js:213
|
Since I updated to 0.45.0 today, I'm getting the following error in the
console after using Atom for a few minutes:
Uncaught ReferenceError: jQuery is not defined
/Applications/Atom.app/Contents/Resources/app/node_modules/bootstrap/js/tooltip.js:213
Atom version: 0.45.0
User agent: Mozilla/... | 1 |
In step 11 of the "Build a Personal Portfolio Webpage" the word "several" is
repeated.
|
#### Challenge Name
Slice and Spice
#### Issue Description
Using the Chrome debugging tools I looked at the result, arr1 and arr2 and
they seem to meet the expected output. To clone the array I have tried
arr2.slice() and Array.from(arr2), but the test results stay the same.
Expected results
1. Results say th... | 0 |
**Elasticsearch version** :
2.3
**JVM version** :
1.8.0
**OS version** :
Windows 7
**Description of the problem including expected versus actual behavior** :
I have set cors conf in elasticsearch.yml like this
`http.cors.enabled : true http.cors.allow-origin : "*" http.cors.allow-methods
: OPTIONS, HE... |
**Elasticsearch version** : 2.3.0
**JVM version** : 1.8.0_31
**OS version** : MAC OS X 10.10.5
**Description of the problem including expected versus actual behavior** :
Definition of an accepted a custom header does not seem to work.
**Steps to reproduce** :
1. Add the following lines to the configurati... | 1 |
I upgraded to python 3.7.
Now when I try to run it in jupyter notebook or in terminal, I receive
following errors:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-
packages/IPython/core/interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "",... |
I'm sure developers are working hard to catch up with Python 3.7.
Is there any timeline?
pip3 install tensorflow - apparently does not work, building from source:
OS Platform and Distribution: Mac OS X 10.13.5
Python: Python 3.7.0 (Homebrew)
TensorFlow installed from: source
(https://github.com/tensorflow/ten... | 1 |
* Electron version: 1.3
* Operating system: Windows
My app load images every 1 minute and RAM memory is full in electronjs.
|
This might be more an issue with Chrome than Electron but in VS Code we notice
that opening a large image (e.g. BMP) in the editor adds a lot of memory to
the process. Now, when we close the editor we release the DOM elements from
the document but the memory does not go down instead it just stays. So you can
get into... | 1 |
xref #15738 (comment)
Currently bool data is passed to the generic python object hashtable for the
following methods, making them all very slow.
* `value_counts`
* `rank`
* `unique`
Linked PR casts to int for `factorize`, `duplicated`, `drop_duplicates`
We could skip the hashing altogether and take advantag... |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
s = pd.Series(np.random.randint(0, 1000000, size=100000).astype('datetime64[ns]')).sort_values()
s[s.duplicated()].head()
#### Problem description
Random output on my system:
70570 1970-01-0... | 0 |
I've stumbled over many sites that are using "weak" ciphers, and deno doesn't
provide a mechanism to make fetch calls to those sites, it instead errors out
with:
TLS alert received: Message {
typ: Alert,
version: TLSv1_2,
payload: Alert(
AlertMessagePayload {
... |
Namely exports from https://deno.land/std@0.179.0/path/glob.ts,
https://deno.land/std@0.179.0/path/separator.ts and some others. Also missing
circular references like `path.posix.posix === path.posix`.
import path from "node:path";
console.assert(path.SEP === undefined);
console.assert(path.SEP... | 0 |
This is a tracking issue for the unstable `result_expect` feature in the
standard library. This is likely ready to just be stabilized as-is
|
GDB backtrace:
#0 0x00007ffff1e5fe60 in __cxa_throw () from /usr/lib/libstdc++.so.6
#1 0x00007ffff2ffea2a in rust_begin_unwind (token=839147) at /home/rust/rust/src/rt/rust_builtin.cpp:533
#2 0x00007ffff7612586 in std::rt::task::Unwinder::begin_unwind () at src/libstd/rt/task.rs:477
#3 ... | 0 |
Eval_const_expr is used in the front end in several places. This code quasi-
duplicates stuff that trans should probably be doing (in Graydon's words).
Any evaluation of compile-time values should likely be moved to a pass
somewhere in the middle end. I assume there is a way to get a compile-time
value out of LLVM, ... |
For TLS and named service keys, making the keys types would be a very
convenient way to make the interfaces type safe, e.g. `let my_value: MyType =
get_tls_value()`. Unfortunately we don't have a way of comparing type
descriptors right now, and type descriptors may be duplicated in each crate (I
think). If type descr... | 0 |
Challenge generate-random-whole-numbers-within-a-range has an issue.
User Agent is: `Mozilla/5.0 (X11; CrOS x86_64 8350.68.0) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`.
I and several others in the JavaScript chat page are running into an issue
with this challenge; the code you can ... |
#### Challenge Name
Generate Random Whole Numbers within a Range
#### Issue Description
I think my code is correct. It meets the conditions if I log out the results
to console but it will not pass the tests.
#### Your Code
// Example
function ourRandomRange(ourMin, ourMax) {
return Ma... | 1 |
**System information**
* Have I written custom code (as opposed to using example directory):
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS7.3
* TensorFlow backend (yes / no): yes
* TensorFlow version: v1.14.0-rc1-22-gaf24dc91b5 1.14.0
* Keras version: 2.3.1
* Python version: 3.6
* C... |
**Important note:** the development of Keras is currently taking place at
`github.com/tensorflow/tensorflow`. Please file your bug report by creating a
new issue in the TensorFlow repository.
Please note that multi-backend Keras development has been discontinued. Do not
report issues about multi-backend Keras (Kera... | 0 |
#### Challenge Name
Noticing this in the Applied Visual Design track, probably elsewhere too
#### Issue Description
When you complete a challenge, the next one loads but the right-hand display
remains the same. It's not possible to see the initial display of the new
challenge unless you manually hit "run code." Th... |
Challenge http://www.freecodecamp.com/challenges/waypoint-import-a-google-font
has an issue. Please describe how to reproduce it, and include links to screen
shots if possible.
I started the next tutorial.
Clicked outside of the text editor (anywhere outside will do).
Hit backspace.
Returned to the previous le... | 0 |
After an object was removed from scene, it is still referenced by renderItems.
I clear renderItems as below. But the object may be referenced by opaque or
transparent. Once I clear opaque and transparent, nothing is rendered(only
background color)! I don't how to get it fixed. Could you please double check
if the ori... |
##### Description of the problem
The created objects (mesh/material/geometry) are not released, after disposed
in Three.js R87, while all released in Three.js R86, with the same code.
var container;
var camera, scene, renderer;
init();
animate();
function init() {
c... | 1 |
As an alternative, the “switch window” option may be useful if the selected
application is already running. If option is enabled - window should be
switched instead of opening a new one.
|
PowerToys version: v0.24.0
PowerToy Utility: Fancy Zones
Running PowerToys as Admin: No
Windows build number: 19042.572
## 📝 Provide detailed reproduction steps (if any)
1. Enable Fancy Zones (new machine or delete config files from previous)
2. Clear "hold shift key to active zones while dragging" optio... | 0 |
When Flutter is running in CI under a minimalist Docker container that
bizarrely decided to use C as its locale setting, many commands blow up
## Steps to Reproduce
1. `docker run -ti circleci/android:api-27-alpha bash`
2. `git clone https://github.com/flutter/flutter && export PATH="$PATH:$PWD/flutter/bin"`
... |
## Steps to Reproduce
1. Follow the first six steps of https://codelabs.developers.google.com/codelabs/flutter-firebase/
2. Mess up on the step to add `<key>CFBundleURLTypes</key>`, for example paste it at the wrong location in the XML tree
3. Run app
=> the app crashes:
Syncing files to device... | 0 |
_Please make sure that this is a build/installation issue. As per ourGitHub
Policy, we only address code/doc bugs, performance issues, feature requests
and build/installation issues on GitHub. tag:build_template_
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
* Mobile device ... |
I am trying to solve the problem of running a retrained model on iOS described
in issue 2883. However when I call this command I run into linker error:
> bazel build tensorflow/python/tools:strip_unused
The linker error says:
> bazel-out/local-
> fastbuild/bin/tensorflow/core/libversion_lib.a(version_info.pic.o): ... | 0 |
Atom attempts to comment HTML script tags with JavaScript comments:
Example Code:
<script src="script.js"></script>
First toggle comment (Edit > Toggle Comments/ ctrl+/)
// <script src="script.js"></script>
Second toggle comment (Edit > Toggle Comments/ ctrl+/)
<!-- // ... |
Attempting to comment out a line with a script reference in the head of a
document behaves strangely. It first attempts to comment out the line with two
forward slashes. Toggle comments again then adds the correct html comments,
but the forward slashes are still there. Activating toggle comments a third
time removes ... | 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: mac 10.15
* Java version: 1.8
### Steps to reproduce this issu... |
* 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.1
* Operating System version: any
* Java version: any
### Steps to reproduce this issue
Cod... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: I tried on v `0.18.1`, but downgraded to `0.17` (because of #3357)
PowerToy module for which you are reporting the bug (if applicable): Image Resizer, File Explorer
# Steps to reproduce
Firs... |
# Summary of the new feature/enhancement
Distribute releases in a zip file. When extracted the command can be executed
right away without any installation process. At first run, the necessary
integration with explorer etc. can be installed.
This would make it easier to use across multiple machines as I can simply
u... | 1 |
In Angular1 when we have ng-model="obj.prop" and if obj does not exist, It
will not throw any error. If user type anything on that input new obj Object
created with prop.
However, In Angular 2 when we pass undefined object from parent to child
component as @input and use as [(ngModel)]="obj.prop", If obj is defined ... |
* **I'm submitting a ...**
[ ] bug report
[x] feature request
[ ] support request
* **Do you want to request a _feature_ or report a _bug_?**
Feature
* **What is the current behavior?**
A2 supports the elvis operator (?.) in property bindings but not "two-way"
bindings.
This is ok: `[ngModel]="hero?.... | 1 |
I love your editor guys!
One of the feature I like more is the git support, with highlights of
lines/files changed.
Unfortunately, I don't use only git, but also bazaar. Could be possible to add
a (basic) support for it?
|
Right now, Project populates "@repo" only with the result GitRepository.open.
There is no way to make Atom support other VCS like Subversion or Mercurial
from a plugin because of that. Also, subclassing GitRepository is difficult
because it does far more than simply forwarding Git status information, for
example subs... | 1 |
Hello,
I dont know if that is possible, but it would great to find a way to speed up
the `to_csv` method in Pandas.
In my admittedly large dataframe with 20 million observations and 50
variables, it takes **literally hours** to export the data to a csv file.
Reading the `csv` in Pandas is much faster though. I won... |
iotop and a simple-mined c program indicates we're nowhere
near IO-bound in df.to_csv, at about ~10-15x.
It might be possible to speed things up considerably with a fast path
for special cases (numerical only) that don't need fancy quoting and other
bells and whistles provided by the underlying csv python modu... | 1 |
Related to #5180
> Pills with dropdowns and button dropdowns: On my iPhone the dropdown opens
> OK, but touching a menu item causes it to close - not link to another page.
Wanted to ask if this will be fixed in 2.1.2, otherwise I'll work around it?
My testing in 2.1.2-wip shows there is still a problem.
Thanks a l... |
Well, every author knows about she's baby that it is not perfect... But please
let me identify few (high level) issues with current approach in Bootstrap,
which could be quite easily fixed.
1. HTML is for semantic elements, and CSS is for visual formatting. It is well known for everyone... But when I was looking f... | 0 |
I'm trying to implement a 3d fully convolutional network on my GPU. But for
some reason I get a crash.
### Environment info
Operating System: Ubuntu 14.04 LTS
GPU: GeForce Titan X .
Installed version of CUDA and cuDNN: 8.0 and 5
(attach the output of `ls -l /path/to/cuda/lib/libcud*
cud.filelist.txt )
I ins... |
when my graph has the digamma function
| 0 |
**TypeScript Version:**
1.8.30.0
**Issue**
We have a solution with a number of web projects. We recently made a new
project which used a tsconfig.json file.
This affected other projects to believe they had a tsconfig.json file,
overriding our project typescript settings for those projects.
"One or more tsconfi... |
Allow a declarative way of adding members to an existing type's prototype
Example:
class Shape {
// ...
}
/* ...elsewhere...*/
extension class Shape { // Syntax??
getArea() { return /* ... */; }
}
var x = new Shape();
console.log(x.getArea()); // OK
| 0 |
* What version of Go are you using (`go version`)?
>go version
go version go1.6 windows/amd64
* What operating system and processor architecture are you using (`go env`)?
>go env
set GOARCH=amd64
set GOBIN=C:\Users\<user>\Development\GoSource\bin
set GOEXE=.exe
... |
by **steve.wangbin** :
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
http://golang.org/doc/devel/release.html If a newer ve... | 0 |
currently, there's no way to extend the Schema with statics, because it's
being exported as a class. It would require converting to an interface then
make the schema class implement the interface. The reason is that mongoose
plugins usually apply either to `statics` member of the Schema, or using
`Schema.static('name... |
my IEntityModel definition:
`interface IEntityModel extends mongoose.Document { }`
my method fefinition:
`create(item: T): Promise<IEnityModel>{ return this._model.create(item); }`
How can I fix this problem?
here is error tips by VSCODE:
> [ts] Type 'Promise' is not assignable to type 'Promise'.
> Type... | 0 |
* 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:**
* all
* **Operating System:... |
* Electron version: 1.4.2
electron-builder@5.35.0
electron-packager@7.7.0
electron-prebuilt@1.3.9
electron-rebuild@1.4.0
* Operating system: Windows 10
### Expected behavior
In Javascript you can chain messages together in the console.log function by
adding multiple arguments. I would like to be able t... | 1 |
I am trying to use the bootstrap modal feature, but get a little bug on
toggling the modal on.
This problem exists also on bootstrap 3 documentation page:
http://getbootstrap.com/javascript/#modals
If you click on the button to open modal, you can see the background position
changing by approximately 1 cm to the le... |
When launching the modal component
(http://getbootstrap.com/javascript/#modals) the entire content will slightly
move to the left on mac OS (haven't tried it on windows yet). With the active
modal the scrollbar seem to disappear, while the content width still changes.
You can observer the problem on the bootstrap pa... | 1 |
when i tried to use this.
FirebaseAuth.instance.signInWithEmailAndPassword(email:credEmail,password:credPassword);
the result is :
`/AndroidRuntime(13937): java.lang.NullPointerException: null value in entry:
uid=null E/AndroidRuntime(13937): at
com.google.common.collect.CollectPreconditions.checkEntryNotNull(Coll... |
## Steps to Reproduce
I'm using the 'master' branch.
Ran these commands:
$ flutter create demoApp
$ cd demoApp
$ flutter build apk
## Flutter Doctor
Paste the output of running `flutter doctor` here.
[✓] Flutter (on Linux, channel master)
• Flutter at /usr/local/google/home/quddusc/flutter
• Framework ... | 0 |
# Bug report
**What is the current behavior?**
The `npx size-limit` command fails with the following error
➜ ts-react-components-lib git:(hhimanshu/update-deps) ✗ npx size-limit
✖ Adding to empty webpack project
ERROR WebpackOptionsValidationError: Invalid configuration object. Webpack ha... |
🎉 Thanks for being brave and donating your valuable time to testing unfinished
beta software 🎉
webpack 5 is in beta phase now. This means major changes and features are
done. Major breaking changes have been added. Basic backward-compatibility has
been added.
We want to use the beta phase to do the following:
... | 0 |
See build dashboard.
http://build.golang.org/log/b02e6aaa2fe497fadf898192d5425e7201569703
http://build.golang.org/log/350de48b4c0e31390ac02f7a1af96c22401a5628
http://build.golang.org/log/58502b25b5c6dc158954ba111690223cb5bc078f
http://build.golang.org/log/2bb42bac80498052be38e335298d05b43d370f1a
No errors at... |
by **dsmid@clever.cz** :
gofmt should have an option to enable putting left brace/parenthesis on the
next line.
I find this coding style more readable:
func (p *printer) writeNewlines(n int)
{
if n > 0
{
if n > maxNewlines
... | 0 |
# Environment
Windows build number: 10.0.18362
Windows Terminal version (if applicable): 0.4.2382.0
Any other software?
# Steps to reproduce
* Open Terminal.
* Open new tab of powershell.
* Run VS Code as a child process of the tab (just `code .` as long as no other VS ... |
# Environment
Windows: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal: 0.2.1831.0
Remote OS: Raspbian GNU/Linux 9.8 (stretch) armv7l
Emacs 25.1.1 with rust-mode
Vim 8.0.707
# Steps to reproduce
1. Open Windows Terminal
2. Run ssh to remote GNU/Linux
3. Dow... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable): 0.2.1831.0 (Store Version)
Any other software? No
# Steps to reproduce
Start Windows Terminal and try to invoke `ColorTool` in the Store Version of
the app - no... |
# Environment
Microsoft Windows [版本 10.0.18362.356]
Windows Terminal version (if applicable):
Windows Terminal (Preview)
Version: 0.5.2681.0
# Steps to reproduce
<!-- 1. input "dir" in the Terminal, copy some thing from the Terminal by select and right click mouse 2. Pau... | 0 |
When using `withStyles()` hoc in typescript, I am getting the following error
when trying to use the returned component:
Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<App> & Readonly<{ children?: ReactNode; }> & Reado...'.
Type '{}' is not assignable to type ... |
### Problem description
Cannot ad `xs` prop on `Grid` in Typescript (it works in 1.0.0-beta.6,
according to the docs, the prop is still there: https://material-
ui-1dab0.firebaseapp.com/api/grid/).
### Steps to reproduce
import * as ui from 'material-ui';
function Grid() {
return... | 0 |
**System information**
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
* TensorFlow installed from (source or binary): Source
* TensorFlow version: 1.13
* Python version: 3.7.2
* Installed using virtualenv? pip? conda?: pip
* Bazel version (if compiling from source): 0.21.0
* GCC/... |
The code
https://www.tensorflow.org/code/tensorflow/examples/tutorials/mnist/mnist_softmax.py
does not run on TensorFlow (Windows installation)
### What related GitHub issues or StackOverflow threads have you found by
searching the web for your problem?
Quite similar problem reported here:
http://stackoverflow.co... | 0 |
### 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
7.1.1
### What operat... |
### Issue Details
Error in console when using WebRTC APIs.
* **Electron Version:**
* 9.0.0-beta.24
* **Operating System:**
* Windows 10
### Expected Behavior
No error in console
### Actual Behavior
[304:0512/163130.458:ERROR:audio_rtp_receiver.cc(89)]
AudioRtpReceiver::OnSetVolume: No audio channel ... | 1 |
When adding to a collection of form elements, the collection is empty after
calling $form->createView() on the parent form.
I noticed this after switching from 2.2.1 to 2.3.0-RC1. It could be intended
behavior but I haven't noticed any documentation indicating a change.
To duplicate the problem, I created a new sym... |
I am running Symfony 2.7 and I have found that non unique form choice labels
are being removed from my choices. I have a choice which shows labels in a
parent/child format. e.g:
* Header Nav
* Page 1
* Page 2
* Page 3
* Footer Nav
* Page 1
* Page 2
* Page 4
In the above example, "Page ... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1772 on 2011-03-15 by
@rgommers, assigned to @pv._
The methods and attributes sections are wrong, because sphinx tries to import
numpy.methodname instead of numpy.classname.methodname. See numpy.chararray
for example.
This is probably a Sphinx bug (in autosumm... |
Is this behavior expected?
>>> print type(np.uint32(0) + int(0))
<type 'numpy.int64'>
>>> print type(np.uint64(0) + int(0))
<type 'numpy.float64'>
The latter took me by surprise!
| 0 |
Copy and paste pop-up boxes will only appear above the textfield cursor, and
if the textfield is below the status bar, it will be blocked by the status bar
and can not be touched.
If the screen overlaps between this pop and iPhone x, The main part of the pop
is not visible in the physical screen.
like the screensh... |
This might be related to #19954
## Steps to Reproduce
1. Create `TextField` and put it on the top side of the screen. Wrap it with `SafeArea`
2. Type some text then tap and hold it until tooltip menu appear
## Expected Result
Tooltip menu appears below TextField, avoiding notch and status bar
![screen shot ... | 1 |
Hello,
there are lot's of class which is not covered in DOC. am i right or is there
any other URL for complete DOC
|
We've already had a couple reported as having slipped thru the cracks; we
should check whether there are any more.
| 1 |
I posted this issue on the ASP.NET Project:
aspnet/Mvc#4236 (comment)
When can we expect to be able to debug server side code on the Mac?
JP
|
Not sure this is the right place to ask that.
Do you guys have any update on this issue?
https://code.visualstudio.com/Issues/Detail/18573
This is currently a **blocker** for my SharePoint plugin, as I can't open
project folders (which are network folders on SharePoint sites)
| 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.