text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
in the Carousel Example, I replaced the .navbar-static-top to fixed and I
notice when I scroll down the carousel indicator overlaps the dropdown.

-> there is no reliable way to get the terminal back i... |
#6658
* VSCode Version: alpha
* OS Version: os x
Steps to Reproduce:
1. debug the Typescript repo - checker.ts
2. notice that we only show 100 variables, currently there is no way to show all the 900 variables
3. we could offer the user an option to list all variables - for example via a context menu act... | 0 |
**I'm submitting a ...** (check one with "x")
[ ] bug report
[x] 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**
The `canLoad` guard is called with t... |
**I'm submitting a ...** (check one with "x")
[] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =>
**Current behavior**
I try to implement simple app with silent login via auth token (sessionId). If
no sessionId provided-... | 1 |
### Describe the workflow you want to enable
I want to be able to run Forward Sequential Feature Selector and know the
order which it picked the features.
Right now you can only get the indices or a boolean mask of all the features
you've selected. Of course, you can run it once and select 1 feature, then run
it a... |
Is it currently possible to extract the order in which the features in the
sequential feature selection transformer are selected?
Similar to the ranking in the RFE transformer for example.
| 1 |
It's very important that declaring a class field with `declare x` does _not_
emit a real field.
See this example (playground link):
export class Foo {
x: number;
constructor(x: number) {
this.x = x;
}
}
export class Bar extends Foo {
declare x: ... |
In the code sample below, the parent Example class sets thing to the first arg
of the constructor. For the child class, the constructor knows that the super
constructor sets thing to the first arg, so it doesn't assign it directly. If
I try declaring the type for the thing property on the Example2 class, I get
warnin... | 1 |
#### Issue Description
I was writing my code for a problem and testing an output of one of my
variables when I got the error message that says "SyntaxError: Illegal return
statement".
I figured it it might be some additional code messing it up so I commented out
things progressively until I finally just decided to ... |

| 0 |
### Describe the bug
[sklearn/feature_extraction/text.py]n _preprocess(doc, accent_function, lower)
69 """
70 if lower:
---> 71 doc = doc.lower()
72 if accent_function is not None:
73 doc = accent_function(doc)
AttributeError:... |
I wonder if we should allow `(n_samples, 1)` input to CountVectorizer. I think
we had this discussion before, right now we basically have a special case in
`ColumnTransformer` with scalar columns to produce 1d arrays.
Does anyone remember where this discussion was?
A lot of my students are struggling with putting ... | 1 |
# Description of the new feature/enhancement
We can currently select text in the terminal by dragging mouse with key
pressed. Linux terminals and Windows command prompt allows you to select text
by also Shift + arrow keys. I have tried this in the Windows terminal and
instead of selecting the texts it just prints ch... |
Hello,
I'm using tmux on Linux machines and ConEmu on Windows machines and I really
love that I can do text selection with the keyboard.
In ConEmu, there is a keybinding for "Start text selection (like text
editors)", whereas in tmux there is the same thing with `<prefix><b>` (I think
that is default), where I get ... | 1 |
I am using Neo4j 1.9.1. I am getting an incorrect node count in the red bubble
which shows the number of nodes with a given relationship and this behaviour
occurs after I select one of the nodes from that bubble.
To show this, I downloaded the Cineeast database from here. I went to to the
data browser and searched f... |
The properties count on the front page of the webadmin GUI does not actually
report the total number of properties, which is what anyone would assume. It
instead reports the number of property blocks, where every node and
relationship has at least one block, and each block holds up to four
properties.
For example, I... | 1 |
$ cat inventory.ini
[local]
localhost ansible_connection=local
$ cat test.yml
- hosts: local
tasks:
- git: dest=tmp repo=git@github.com:[REDACTED].git depth=1 version=master
$ ansible-playbook --version
ansible-playbook 1.5.2
$ ansible-playbook -i ... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.5.2
##### Environment:
OSX on my laptop
vagrant 1.5.0
Ansible
Ubuntu 12.04 for the VMs
##### Summary:
After updating to ansible 1.5.2, starting getting errors on the GATHERING
FACTS portion of the play
##### Steps To Reproduce:
Fresh install... | 1 |
I use pip3 to install scrapy with python3.7.But it failed.
It showed that the twisted install failed.
I am not sure about if scrapy can works with python3.7.
Please. Thank you!
|
The goal is to add python 3.7 to travis and pass all tests, the first beta was
already released at the end of January.
| 1 |
# Bug report
**What is the current behavior?**
When a webpack configuration includes `resolve: { symlinks: false }`,
dependencies that are linked into the `node_modules` folder as symlinks do not
get watched properly by webpack-dev-server: changes to those dependencies do
not trigger a rebuild or browser refresh.
... |
# Bug report
**What is the current behavior?**
I install deps with npminstall(it can install faster), but the file tree in
`node_modules` is special bacause npminstall install pkgs with symbol link to
download and write less files.
The file tree looks like this
app
├── index.js
└── node_mod... | 1 |
**Describe the feature** :
it would be great if the API documentation (the stuff on the web) had a
"newbie" mode that would show query components within the context of a
complete query. for example, on
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-
common-terms-query.html, there are exam... |
**Describe the feature** :
#18075 will merge soon, testing all the `// CONSOLE` snippets in our docs. But
lots of our docs _aren't_ annotated with it! We should annotate more snippets
so we test more of the docs.
Edit: `// CONSOLE` has replaced `// AUTOSENSE`. The sense application is named
console in 5.0.0.
| 1 |
I am trying to start a new flutter project but it is now working because I
cannot connect to https://pub.dartlang.org. Is it down or something?
I have tried pinging it with no success. Even the Browser cannot open the
website.
Sorry if it is duplicate.
I will try to use a VPN. Thanks
|
## Steps to Reproduce
return new InkWell(
onTap: () {
Navigator.of(context).push(getAqLanesEditRoute(mapIdx: mapIdx, initialBG: bgIdx));
},
child: new Material(
child: new Column(
children: <Widget>[
new Container(
... | 0 |
From @maciej on 2016-11-07T17:28:08Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
docker_container
##### ANSIBLE VERSION
ansible 2.2.0.0
config file = [redacted]/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
[defaults... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
* docker_container
##### ANSIBLE VERSION
ansible 2.2.1.0
config file = /usr/home/sean/work/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
* Nothing.
##### OS / ENVIRONMENT
N/... | 1 |
### What problem does this feature solve?
I have a trouble with template bugs. The vue warning identifies the file but
not the specific location of the error. For example when I access some
property of undefined object I receive the name of property and that is all.
If this property has multiple occurences it is har... |
### What problem does this feature solve?
I don't want to add mixin to every route page, and I don't want to add global
mixin to affect all components even with third parties
let's do this with one single code ok ?
### What does the proposed API look like?
this.$keepalive[id].purge(Component) // pu... | 0 |
Similar to #318 , I am unable to make a post request with axios on node. But
on browser the same piece of code seems to work fine.
const fdata = new FormData();
fdata.append('user', u);
fdata.append('hostnames', n.join(' '));
const host = localStorage.getItem('host');
const port = local... |
From the documentation of axios it seems that nodejs doesn't natively support
FormData objects
` // data is the data to be sent as the request body // Only applicable for
request methods 'PUT', 'POST', and 'PATCH' // When no transformRequest is set,
must be of one of the following types: // - string, plain object, A... | 1 |
### Issue Details
* **Electron Version:**
* `7.1.8`
* **Operating System:**
* `macOS 10.13.6`
* **Last Known Working Electron version:**
* `N/A`
### Expected Behavior
`titleBarStyle: 'customButtonsOnHover'` should only affect the buttons and not
change the shape of the window to be a rectangle
#... |
* Electron version: 1.7.5
* Operating system: macOS 10.12.6
### Expected behavior
The corners should be rounded like they were in 1.6.x
### Actual behavior
The browser windows corners are no longer rounded when running with electron
1.7.5
### How to reproduce
git clone https://github.com/emily... | 1 |
## Bug Report
**For English only** , other languages will not accept.
Before report a bug, make sure you have:
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we c... |
The IT result is different with load data from database.
Case name: SELECT AVG(user_id) AS user_id_avg FROM t_order
Expected: is "19"
but: was "19.5000"
Please see:
1. `dql-integration-test-cases.xml` and search `FIXME #15593`
2. `BaseDQLIT` and search `// FIXME #15593 verify accurate data types`, please r... | 1 |
# Bug report
## Describe the bug
Page with a router (both useRouter, withRouter) calls the page component two
times, one without router params and the second time with them. It doesn't
work in static export
A clear and concise description of what the bug is.
## To Reproduce
I've used your example for new routers... |
Because of the way Next.js does initial render of the pages, and that the
initial render on client-side and server-side has to be the same (see
https://reactjs.org/docs/react-dom.html#hydrate ), sometimes when a page is
rendered, its' `query` (returned i.e. by `useRouter()` hook) will be empty,
even though it actuall... | 1 |
# Environment
Windows build number: Version 10.0.18362.356
Windows Terminal version 0.4.2382.0
Any other software? yes, **mine** (also a terminal emulator)
# Steps to reproduce
Best way to see this (if you don't have key tracing on in our own terminal
app),
fire up a TMUX session,... |
* 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)
vim /some/large/document.txt
Ctrl+F
Ctrl+B
* What's wrong / what should be ... | 0 |
Using `display:inline-block` (instead of `display:block`) on responsive
utilities (`.visible-x` and `-hidden-x`) would expand its usage to inline
elements.
Currently, when using them on inline elements, the problem is that when the
element becomes visible again, it gets `display:block` applied, usually
generating u... |
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span
within `.nav > li > a` . Because class is `display: block` above -sm then text
wraps to new line. Would you consider `.hidden-*` classes to be `display:
inline-block` instead ?
Here's a jsfiddle of the two cases - but the repercussions could b... | 1 |
class X {
foo = 1
constructor( setup? : ( obj : this ) => void ) {
if( setup ) setup( this )
}
}
var x = new X( obj => {
obj.foo = 2 // Ok, allowed
// obj.bar = 3 // Ok, not allowed
} )
> A 'this' type is available only in a non-static... |
**TypeScript Version:**
1.8.9 / nightly
**Code**
abstract class Abstract {
protected name: string;
constructor () {
this.abstractMethod();
}
protected abstract abstractMethod (): void;
}
class Concrete extends Abstract {
protected name: st... | 0 |
### Current Behavior:
$ find .
.
./package.json
./project-a
./project-a/package.json
./project-b
./project-b/package.json
$ cat package.json
{
"name": "root",
"workspaces": [
"project-a",
"project-b"
]
}
$ cat project-a... |
# What / Why
error cb() never called!
## Where
24593 silly extract @babel/plugin-transform-literals@7.8.3
24594 silly tarball trying @babel/plugin-transform-new-target@7.8.3 by hash:
sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==
24595 silly tarball trying @babe... | 0 |
Assigning to field of recarray is not working correctly. Example script is
below.
import numpy as np
rec = np.recarray(1, dtype=[('x', float, 5)])
# Bug behaviour
rec[0].x = 1
print rec[0] # should print: (array([ 1., 1., 1., 1., 1.]),)
# but prints uninit... |
When assigning arrays inside structured arrays without a left sided `[:]`,
only the first element gets actually assigned. This is shown in the following
code snippet, where a structured array is initialized with zeros, and then
filled by assignment of an array, and the assignment of a structured array.
The assignment... | 1 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 1.0.0
**System** : Unknown Windows Version
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
### What problem does this feature solve?
This solve the issue where multiple root components is not allowed like for
instance
i'm trying to do this with slots using my own component for page loading and
checking if its on loading and not loading state and checking if its valid to
render the main component
... |
Vue version 0.11.4
encounter below error :
vue.js:4467 Uncaught TypeError: Cannot read property 'update' of undefined
vue.js:4467
p.notify vue.js:6958
Object.defineProperty.setvue.js:1489
proxySetterrecordMainPage.js:49
Vue.component.methods.onRecordChangevue.js:1894
(anonymous function)VM58885:3
(anon... | 0 |
**Migrated issue, originally created by Anonymous**
If we define many-to-many relation in base class with secondary table s1, and
then re-define it with secondary table s2 in inherited class, it will try to
use both relations and insert records in both s1 and s2.
So in provided example we get
deleted_posts -> d... |
**Migrated issue, originally created by paj (@paj)**
The MSSQL module supports three different DBAPIs. It should be possible for
the user to specify which one they want, ideally using a string, so this can
be done from a framework's configuration file. Although there's code that
tries to support this, it doesn't wo... | 0 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4.0-DEV
When trying to use an env() placeholder on a config option that is being
validated, it takes the placeholder literally and it fails the validation.
Here's a fresh new project replicating t... |
swiftmailer:
transport: '%env(MAILER_TRANSPORT)%'
host: '%env(MAILER_HOST)%'
port: '%env(MAILER_PORT)%'
encryption: '%env(MAILER_ENCRYPTION)%'
username: '%env(MAILER_USER)%'
password: '%env(MAILER_PASS)%'
This config throws a `The "%env(MA... | 1 |
It's possible this behavior is to-spec, but I don't think so. As I understand
it, in the example input code below, the object literal creates a block scope
but the function itself creates an additional block scope. Thus, the inner
`let foo` should shadow, not collide with, the outer `function foo`
### Input Code
... |
> Issue originally made by @FuzzOli87
### Bug information
* **Babel version:** 6.3.13
* **Node version:** v5.3.0
* **npm version:** 3.5.3
### Options
{
"presets": ["es2015"],
"plugins": [
"transform-runtime"
]
}
### Description
When using the runtime pl... | 0 |
davidtest@CaffeVM:~/tensorflow/tensorflow/tensorflow/examples/tutorials/mnist$
python fully_connected_feed.py
Traceback (most recent call last):
File "fully_connected_feed.py", line 277, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/usr/local/lib/python2.7/dist-
packages/tensorflow/python/pla... |
The website of Yann LeCun is down at the moment.
Therefore the MNIST-Script for downloading the files doesn't work either. (->
learn/python/learn/datasets/mnist.py won't work)
Are there any mirrors?
| 1 |
Either the `sass` or the `less` (which ever is used to print the `css` in the
downloadable package) is making the `.row:after`, `.row:before`,
`.container:after`, and `.container:before` elements twice.
|
show on bootstrap.css
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L743
https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/... | 1 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
Yes, duplicated the minimal code from documentation snippet here
But the included keras_mnist.py example is broken as well.
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux Ubuntu 16.04
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
* TensorFl... | 0 |
# Environment
Windows build number: Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 0.6.2951.0
# Steps to reproduce
Just update WT I think...
# Expected behavior
Opens Windows Terminal
# Actual behavior
Nothing, just a error saying this command ... |
# Environment
Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal Version: 0.3.2171.0
### Other Software
ruby 2.6.3p62 (2019-04-16 revision 67580) [x64-mingw32]
gems
pry (0.12.2)
irb (1.0.0)
both ruby REPLs
# Steps to reproduce
In windows terminal start the ruby REPL `pry` or `irb`
... | 0 |
With server-side bundles in next@5 the require statements that are built via
`next build` now have an absolute file path.
E.g. at the bottom of `<projroot>/.next/dist/bundles/pages/_error.js` it has
`module.exports =
require("C:\\path\\to\\<projroot>\\node_modules\\next\\dist\\pages\\_error.js");`
rather than `requi... |
# Bug report
The dynamic routing solution doesn't work at all
## To Reproduce
I have this code using `material-ui`
I have this button
<Link
href='/r/[id]'
as={`/r/${selected.id}`}
passHref>
<Button component="a" variant="ou... | 0 |
Dear Sir/mam
I confuse how to display using tensorboard. here is my program
graph = "d://"
import tensorflow as tf
# Build our graph nodes, starting from the inputs
a = tf.constant(5, name="input_a")
b = tf.constant(3, name="input_b")
c = tf.multiply(a,b, name="mul_c")
d = tf.add(a,b, name="add_d")
e =... |
OS: Windows 10 (64 bit)
TensorFlow Version: 1.0.0
CUDA: 8.0
GPU: yes
Problem:
**C** :>tensorboard --logdir= **E** :\tmp\tensorflow\mnist\logs
=> tensorboard starts without loading data (not working and difficult to
detect reason)
**E** :>tensorboard --logdir= **E** :\tmp\tensorflow\mnist\logs
=> tensorb... | 1 |
i am using ubuntu 12.04. i was following instructions from tensorflow.org for
installing the tensor flow but getting the following error after downloading
the the tensor flow-
ownloading tensorflow-0.10.0-cp27-none-linux_x86_64.whl (36.6Mb): 36.6Mb
downloaded
Running setup.py egg_info for package from
https://sto... |
In the tensorflow 1.13 document of tf.layers.dropout, there is a warning:
Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version.
Instructions for updating: Use keras.layers.dropout instead.
It is ridiculous to deprecate tf.layers.dropout, because it is widely used,
and very easy to use.
Do... | 0 |
julia> function f(x)
local x
x = 1
end
f (generic function with 1 method)
julia> f(1)
ERROR: UndefVarError: x not defined
in f(::Int64) at ./REPL[1]:2
In versions <=0.4, this gave `ERROR: syntax: local "x" conflicts with
argument` when parsin... |
while I might appreciate the accuracy in noting that atypes wasn't actually
assigned, codegen doesn't appreciate finding an assignment to a parameter that
it was told would not be assigned to:
julia> function inlineable(atypes::Vector{Any})
local atypes = atype.parameters
... | 1 |
I just downloaded VS2015 RTM and opened a project that I've been working on in
VS2013.
When I save a file, all I see is an error:
Failed to save file 'compiled.js'.
where `compiled.js` is the `--out` argument, as indicated in the project
setting ("Combine JavaScript output into file").
There is... |
Hello,
I upgraded to Visual Studio 2015 Community Edition RTM today and have found
that if a TypeScript project has the "Redirect JavaScript output to directory"
option set to true, then compile on save no longer functions. Deselecting this
option on the project causes compile on save to function as expected.
The r... | 1 |
# Environment
Windows build number: [run "ver" at a command prompt] 10.0.18941.1001
Windows Terminal version (if applicable): commit 5074335392c14d3359280609c8a03166cc20b857
Any other software?
# Steps to reproduce
Open Windows Terminal, and resize the window, when the window width ... | 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: master
* Operating System version: windows
* Java version: 1.8
In ExtensionLoader, EXTENSION INS... |
* 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.
### Issue Detail
I have read dubbo website.
And when I have reached to `RPC details` section, I found that the picture has
notes in Ch... | 0 |
#### What I expect to happen:
Given the following file:
// Polygon.js
class Polygon {
constructor(height, width) {
this.height = height;
this.width = width;
}
get area() {
return this.calcArea()
}
calcArea() {
return th... |
I use generator-tiny-es-nm by @iamstarkov. It has `"babel": "*"` dep and
transpile `index.js` through:
"transpile": "babel index.js --out-file index.es5.js"
Well, I know, after 6.0 there is `babel-cli` package, but if I install `babel-
cli` and then run `npm run transpile`, it doesn't transpile anythi... | 1 |
### Describe the workflow you want to enable
Getting an estimate time for a model to train or an estimated time remaining
before the training is completed.
### Describe your proposed solution
Understand computational resources to get an estimate on time to train. OR
Use the already elapsed time to computed estim... |
Ideally, I think, operations that take a lot of time should both:
* have a way of showing progress, and
* be interruptable.
It was previously discussed at least in #78, #7574, #7596.
Regarding progress, in #7574 @amueller proposed not bake progress bar in, but
rather add callbacks. In #7596 @denis-bz suggested... | 1 |
##### Description of the problem
Similarly to #19102. The following SVG renders correctly in Chrome, Firefox,
Android, but incorrectly on the latest three.js commit.
8.txt
Repro: https://jsfiddle.net/9Lth4x8w/
##### Three.js version
* Dev
##### Browser
* All of them
##### OS
* Linux
* Android
|
##### Description of the problem
When creating a polygon with constructPathShape.toShapes the order of the
constructpathshapes commands plays a role which shouldn't be the case. (I
think so)
I am adding a hole than the outer vertice then again a hole.
The last hole is not recognized.
https://jsfiddle.net/0g9bd... | 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: 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
* Operating System version: deepin
* Java version: 1.8
What's the difference between Conf... | 0 |
Hey. JSON Loader does not support ShapeGeometry(ShapeBufferGeometry) and
ExtrudeGeometry (ExtrudeBufferGeometry). But the unloading works. Is it
possible to add this feature to when?
* Dev
* [ x] r85
* ...
##### Browser
* [] All of them
* Chrome
* [x ] Firefox
* [ x] Internet Explorer
##### OS
* ... |
Hi everybody, i'm trying to use the editor and i just found out that while
setting the meshfacematerial, the editor comes up with the following error.
)" can only
be executed with an error message (see screenshot).
Affected is Julia 1.2/1.3 RC3 and the current nightly version.
The error can be reproduced on ... |
After pulling latest source, I get an error in the test at line 356 in mpfr.jl
because the decimal separator is comma for `BigFloat`s
julia> string(big(1.1))
"1,100000000000000088817841970012523233890533447265625e+00"
but
julia> string(1.1)
"1.1"
I guess this is a con... | 1 |
**Edit:** I don't know how to implement this. I would like the feature, but
it's not the end of the world.
**Is your feature request related to a problem? Please describe.**
My app uses an 8-bit integer layer ID. Every time I pull a new Three.js
release, I have to paste-replace this line or my app will br... |
Expanding on the `vertexAttribIPointer` support added in #19019, I would like
to propose a new property:
`BufferAttribute.targetType = FloatType` (default)
This property would support values of the existing constants `FloatType`
(default) and `IntType`.
This would expand support for integer attributes (beyond the ... | 1 |
There is no way to understand from this log, what is actually problematic, or
to debug it:
[REQUEST] New used memory 12804659728 [11.9gb] from field [<reused_arrays>] would be larger than configured breaker: 12804659609 [11.9gb], breaking
I think the minimum is either to print the query/aggregati... |
Currently, size and from can be used to limit the amount of search results
within each individual queryin a multi search request.
It would be nice if we can set a from and size that limits the total amount of
results returned for the multi search query.
| 0 |
**Describe the bug**
This glTF uses the variants extension, though I doubt this is the cause of its
textures being scrambled in USDZ, since that doesn't do much to three's scene
graph.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://modelviewer.dev/examples/scenegraph/#variants on iOS Safari... |
##### Description of the problem
SphereGeometry returns a mesh which is not closed at the poles or on the
sides. If theta is Pi, then the resulting sphere should be a closed sphere,
and if phi is 2*Pi, then the sides should be stitched together as well.
##### Three.js version
* Dev
* r79
* ...
##### Browser... | 0 |
Symfony: 2.3.4, PHP 5.4.20-1~dotdeb.0, Debian 6.0.7
When I use the locale "en" or the locale "de" the country and language
selectors work correctly and display a full list of countries or languages.
However, if I use the locale "en_GB", neither display the full list of
options. I have attached an image showing the ... |
I'm cross-posting an issue in the symfony/icu project:
https://github.com/symfony/Icu/issues/2
I'm finding that countries data is not always available when using Symfony
2.3. In my particular install, I have ICU 4.6 installed, with symfony/icu 1.1
(1.2, incidentally, does not work either), and I cannot access countr... | 1 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1448 on 2010-04-08 by
trac user themiwi, assigned to unknown._
Running the version_cmd (as in numpy/distutils/ccompiler.py) results in
$ /usr/bin/ifort -FI -V -c test.f -o test.o
Intel(R) Fortran Intel(R) 64 Compiler Professional for applica... |
I am passing a very benign array of `float32` values to `np.histogram(...)`
which raises a `ValueError: The first argument of bincount must be non-
negative`. The values contain no NaN or infinite values. I think this is a
bug, and it is due to incorrect handling of single-precision values in the
histogram function. ... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
handlers
##### ANSIBLE VERSION
2.2.1.0
##### CONFIGURATION
##### OS / ENVIRONMENT
N/A
##### SUMMARY
Handlers with include statement are called multipled times (as many times as
notify).
##### STEPS TO REPRODUCE
- name: T... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
handlers
##### ANSIBLE VERSION
ansible 2.2.0.0
config file = /home/duck/project/ansible.cfg
configured module search path = Default w/o overrides
This is RC2.
##### CONFIGURATION
only the roles path is modified.
##### OS / EN... | 1 |
# Environment
Windows build number: [run "ver" at a command prompt]
**Microsoft Windows [Version 10.0.18362.207]**
OS language is dutch
Windows Terminal version (if applicable):
**Windows Terminal (Preview)
Version: 0.2.1831.0**
Any other software?
# Steps to reproduc... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.295]
Windows Terminal version (if applicable): latest master
This is a little tricky to describe--please bear with me.
I've given the example repro using pwsh, but I have also checked with plain
C++ code, compiled and ... | 0 |
**Sorin Jucovschi** opened **SPR-6178** and commented
In my application I have a ContentNegotiatingViewResolver set to handle
**html** , **xml** and **json**. Following is the beans declaration:
\
<bean
class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver"
p:or... |
**Ken Egervari** opened **SPR-6163** and commented
Using ignore accept header and default content type causes problems. Here is
my bean xml:
{code?xml}
<bean id="contentNegotiatingViewResolver"
class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
<property name="order" value="1"/>
<p... | 1 |
The code
fn main() {}
// ...
// lots of code
// ...
fn some_random_function() {
// lots of code here
let unused = vec![];
// even more code
}
gives an error message which does not even hint about the error's location:
<std macros>:5:9: 5:22 er... |
fn main() {
let a = Vec::new();
}
Gives me:
<anon>:2:13: 2:21 error: unable to infer enough type information about `_`; type annotations required [E0282]
<anon>:2 let a = Vec::new();
^~~~~~~~
This is confusing because it doesn't say ... | 1 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1618 on 2010-09-21 by
@pv, assigned to unknown._
It probably shouldn't do this:
>>> import numpy as np
>>> x = np.array(1+2j, object)
>>> x.real
array((1+2j), dtype=object)
The implementation of .real for object arrays seems susp... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1142 on 2009-06-19 by
@inducer, assigned to unknown._
numpy could really do a better job here by propagating the .real to the
elements of the object array:
Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47)
[GCC 4.3.3] on linux2
Type "help... | 1 |
### Descripe the feature and motivation
nowadays, video live is popular, opencv can receive rtsp/rtmp/usb .etc,but it
cloudn't support to transform/push video stream to video server. it's possible
to add this new feature?
### Additional context
_No response_
|
##### System information (version)
* OpenCV => 4.5.5
* Operating System / Platform => Linux
##### Detailed description
I am using opencv to pull and push the video stream by rtsp protocol
##### Steps to reproduce
By using python binding:
pulling:
cap = cv2.VideoCapture("rstp://localhost:8555"... | 1 |
### Feature request
I will be good to have option like
https://jestjs.io/ru/docs/api#testeachtablename-fn-timeout and
https://jestjs.io/ru/docs/api#describeeachtablename-fn-timeout for this:
https://playwright.dev/docs/test-intro/#use-test-hooks
I know I can use 'for')
|
You can already do each via running test in a loop:
for (const data in [...]) {
test('testing ' + data, async () => {});
}
If the above does not work for you, please tell us why in the comments!
| 1 |
# Bug report
AMP pages include the query string in the canonical URL.
## Describe the bug
On AMP pages the canonical link includes the query string. This has potential
to cause duplicate content SEO issues on post pages, etc.
Using https://nextjs.org/blog/next-9 as an example:
* https://nextjs.org/blog/next-9 ... |
Hi, I am using next.js in my project and have integrated redux, redux-saga &
reselect with it. I am dispatching actions in async **getIntialProps** but the
component renders before the saga request attached to respective action is
completed.
* I have searched the issues of this repository and believe that this is ... | 0 |
### Apache Airflow version
2.1.3 (latest released)
### Operating System
Debian
### Versions of Apache Airflow Providers
_No response_
### Deployment
Other Docker-based deployment
### Deployment details
Custom docker image on k8s
### What happened
New dag version was written in same named dag. The only diff... |
Apache Airflow version: v1109
executor: CeleryExecutor
some time the scheduler create many sub scheduler process. When this happens,
the CPU usage of these sub schduler process is at 99%, and then i can see web
ui appear: **The scheduler does not appear to be running. Last heartbeat was
received xxx ago.The DAGs l... | 0 |
## Bug Report
### Which version of ShardingSphere did you use?
master - `06834bb`
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
zk get latest content
### Actual behavior
zk doesn't get latest content
### Reason analyze (If you can)
###... |
Please answer these questions before submitting your issue. Thanks!
使用读写分离配置,alter表的时候,应该只更新master 连接对应的表就可以,现在是同时还会更新slave对应的表
private Collection<PreparedStatement> generatePreparedStatementForDDL(final SQLExecutionUnit sqlExecutionUnit) throws SQLException {
Collection<PreparedStatement> res... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.199.0
**System** : Microsoft Windows 8.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
Because you request it in the console, I will post this exception here.
Performing hot reload...
I/flutter ( 5553): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 5553): The following assertion was thrown building SlideTransition... |
I'm looking to set up some high-level navigation between some different pages
of the Leafy app from our app drawer. The desired flow is as follows:
Page1 --> drawer --> Selection between {Page1, Page2, Page3} --> drawer -->
Selection between ...
This would be much easier to do if the replace methods from NavigatorS... | 0 |
I decided to reindex my data to take advantage of `doc_values`, but one of 30
indices (~120m docs in each) got less documents after reindexing. I reindexed
again and docs disappeared again.
Then I bisected the problem to specific docs and found that some docs in
source index has duplicate ids.
curl -s... |
**Elasticsearch version** : 1.7.5
**JVM version** :
**OS version** : CentOS 7.2.1511
**Description of the problem including expected versus actual behavior** : I
have been working on this for a few days now, and found similar issues, but
nothing that matched what I am seeing. Every time I restart elasticsearch th... | 0 |
# Summary of the new feature/enhancement
Add Support for multiple saved layouts in Keyboard Manager. E. g. I have a
mapping for my Apple Keyboard where my Alt and Meta keys are swapped and I
have a different mapping for my normal keyboard where I for example have Media
Keys on F13 and up.
# Proposed technical imple... |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18363.900]
PowerToys version: v0.19.0
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Summary
I can't get alt+space to _consistently_ open the launch dialog. Sometimes
restarting the ... | 0 |
Some gaps here:
* `flutter create -t plugin` does not produce any test files.
* https://flutter.io/platform-channels/ does not mention testing.
Actions items:
* Write a best practices doc for testing plugins. Mention both Dart and native code. Publicize the mock channel implementation (I personally learned a... |
Currently our plugin template and plugin docs have no recommendation for how
to test a plugin. We should probably figure out what to do here.
| 1 |
After seeing this:
https://github.com/mrdoob/three.js/blob/dev/src/renderers/WebGLRenderer.js#L1991-L2061
I propose adding some kind of documentation to let the world know that there
is magic happening under the hood.
> Texture classes have a transform property. Materials can use multiple
> textures, but also have... |
Problem: CTMLoader crashes or hangs on some simple but large CTM models
converted from STL
Three.js version: r58
Env: OS X Lion, MacBook Air 4GB, latest Chrome or Firefox
Example: http://simonvz.github.io/WebglExs/BinaryModelView.html
Model:
https://github.com/SimonVZ/SimonVZ.github.io/blob/master/WebglExs/data/... | 0 |
It would be nice to be able to make a datatype like the following:
type tname<N> = Vec<[int; N]>;
Where N is not a type but an integer. So, for example:
let instance = tname::<5>::new();
would create an instance of `Vec<int; 5]>`
|
1.0.0-beta web API docs don't contain the `sort_by` slice method, even though
it is documented in the sources:
rust/src/libcollections/slice.rs
Line 245 in 9edbf42
| pub fn sort_by<F>(&mut self, compare: F) where F: FnMut(&T, &T) -> Ordering
{
---|---
It certainly can't be found when searching in the docs ... | 0 |
The exception logs following:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1.<init>(ShardingSphereYamlConstructor.java:44)
The followi... |
## Feature Request
**For English only** , other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we cannot make decision by current information, we
will **close it**.
Please answer these questions before submitting your issue.... | 1 |
nosetests sklearn --exe
.............................................................../usr/local/lib/python2.7/site-packages/scikit_learn-0.13.1-py2.7-linux-x86_64.egg/sklearn/manifold/spectral_embedding.py:225: UserWarning: Graph is not fully connected, spectral embedding may not works as expected.... |
Currently, the `Imputer` works on columns. Let's assume I have a dataset with
mixed categorical and numerical data points and missing values and I want to
use the pipeline object:
import numpy as np
import scipy.stats
import sklearn.pipeline
import sklearn.preprocessing
import sklearn.e... | 0 |
Video Challenges-
JavaScript Lingo: MDN and Documentation
Question 3
The title and question for this part only states Question 3 with a passing
answer of True.
Question should be removed or updated.
|
Going though the new Video Challenge and question 3 on JavaScript Lingo MDN
and Documentation doesn't seem to be there. Though clicking true answers it
correctly, while false gives me the wrong answers animation.

app.on('ready', () => {
powerMonitor.on('suspend', () => {
console.log('The system is going to sleep')
})
})`
The system is going to sleep
The system is going to sleep
|
### Preflight Checklist
* [x ] I have read the Contributing Guidelines for this project.
* [ x] I agree to follow the Code of Conduct that this project adheres to.
* [x ] I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
When I upgrade the ... | 1 |
The following combination of `include_role` and `when` condition in one of my
roles results in the error message posted below.
`myrole/tasks/main.yml`:
---
- include_role: name=mydebug
when: project == "some-project"
Error:
fatal: [localhost]: FAILED! => {"failed": tr... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
include_role:
##### ANSIBLE VERSION
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
##### OS / ENVIRONMENT
N/A
##### SUMMARY
include_role: inside a block: does not work... | 1 |
Hi, I was wondering if there is any planned support for "reflecting a vector"
in Three.js's vector2.js or vector3.js files? An example would be knowing both
an incoming vector and a normal to a plane or surface, then calculating the
outgoing vector after the vector intersects that plane.
Here is an older GameDev pag... |
I'm testing the Blender glTF 2.0 Exporter, to export 3D models from Blender to
be imported by Three.js r87 GLTFLoader used in Freeciv WebGL. Previously, I
used the Three.js BinaryLoader to import the Three.js binary format files into
Freeciv WebGL. However, when I try to upgrade to using glTF 2.0 (binary .glb)
format... | 0 |
Like using `[NSScreen mainScreen]`, main screen being the screen that contains
the active window.
A very common use-case is to start an app on the main screen centered, instead
of on primary screen.
Also, it would be awesome if you can add an option to start app on an external
screen centered, instead of hard-codin... |
In case of multiple monitors it would be great if it would be possible to
target a dedicated monitor a BrowserWindow shall be displayed on.
The current API provides the same limited possibilities a browser does.
Fullscreen works only on the primary monitor and placing windows on different
monitors requires knowledge... | 1 |
Hi,
I successfully converted my Keras H5 model that I use in Python into a pb and
pbtxt files in order to use the same model in C++ via OpenCV.
You can find below the sample code I used simply to make sure that I can load
the model correctly:
#include <opencv2/dnn.hpp>
#include <opencv2/imgproc.h... |
This crash log is the same version of the previous crash log of #8015
##### System information (version)
* OpenCV => 3.2
* Qt 5.7.1
* Qt Creator 4.2.0
* Operating System / Platform => Ubuntu 16.04
* Compiler => GCC 4.9.1
* GPU: Geforce GTX 1070
* Cuda 8.0
Code was succesfully compiled. I get this err... | 0 |
**TypeScript Version:**
1.8.10
**Code**
This snippet will throw the error "neither type is assignable to each other,
`property` is missing"
interface IMyInterface {
func(num: number): void;
property: boolean;
}
let myObj: IMyInterface;
let otherObj = {
func(... |
I would like to know if there are any plans to refactor lib.d.ts (and
subsequent definitions) to declare interfaces for static implementations, thus
allowing custom static bindings for existing Objects.
i.e.
interface _Object {
is(value1: any, value2: any): boolean;
}
declare var ... | 0 |
Please:
* Check for duplicate requests.
* Describe your goal, and if possible provide a code snippet with a motivating example.
I think h100 support fp8. And it is actually inside cuda12.1. Is there ant
plan to support this datatype?
|
So `vmap` looks awesome and I'd like to use it everywhere I possibly can.
However it looks like it's not really compatible with stax, and in particular
convolutions.
from functools import partial
import jax.numpy as np
from jax import random, vmap
from jax.experimental.stax import Conv... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1226 on 2009-09-18 by
trac user jloper, assigned to unknown._
> array(2**32,int32)
> OverflowError
>
> array(2*_30,int32)_4
> 0
oh it would just make me so happy if these two commands COULD have the same
output. just a little flag somewhere. a little "i l... |
Simple demo:
In [1]: np.uint8(0) - np.uint8(1)
RuntimeWarning: overflow encountered in ubyte_scalars
Out[1]: 255
In [2]: np.uint8(0)[...] - np.uint8(1)[...]
Out[2]: 255
Should we even warn at all for unsigned integers?
| 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.1
* Operating System version: windows
* Java version: 1.8.212
开始得几次是正常的,我的服务器上大概是40次连续请求,然后就... |
* 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.7-SNAPSHOT I build dubbo source locally `mvn clean source:jar install -Dmaven.test.skip`
* Ope... | 0 |
### Describe the bug
Hello everyone,
I am using SQLAlchemy 1.4 with Postgresql. I am trying to populate some tables
with a large number of records, with some not conforming to expectations. I
have been using the following syntax:
`db.execute(insert(Table).values(records).on_conflict_do_nothing())` to
resolve issues... |
### Describe the use case
Allow the UPDATE-FROM syntax with sqlite instead of raising
`NotImplementedError`.
### Databases / Backends / Drivers targeted
SQLite version >= 3.33.0
This is available in the standard library sqlite3 in Python 3.8.7, 3.9.1, and
3.10, or in the pysqlite3 package.
### Example Use
... | 0 |
Working on a relatively small TS web app project (roughly 10 source files),
and got the following error after creating a file and typing some code:
Unable to send result to client.
Unable to get completion info from TypeScript: Error: Debug Failure. False expression.
at getCompletionEntryCo... |
## HMR
A thing missing with Deno, is the possibility to implement hot module
reloading. HMR is widely use in JS development but right now is not really
possible to implement it properly with Deno. Would be great to have something
like:
* `Deno.hotModuleReload('./your_module.ts')`
* or something to clear the mod... | 0 |
Challenge Waypoint: Target Elements by Class Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101
Firefox/42.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<script>
$(document).ready(fu... |
Hi,
I have correct code in the first five jQuery waypoints. If I press
control+enter, it still has multiple red Xs. However, if I press control+enter
multiple times, it eventually detects the correct code and passes.
| 1 |
Deno strives to be browser compatible where possible; that means we use quite
a few Web APIs.
There is not much docs for supported Web APIs at the moment and before 1.0 is
released that situation must change. Some of APIs and not fully aligned to
spec, while others are not fully implemented (#3557). All that knowled... |
I'm not sure if this is intentional, but much of the deno doc output is
missing when using the default output format (not json).
For example, only the names of interfaces are displayed and not their
functions:
.
Otherwise, if it starts with an "untitled" editor, one needs to first press
CMD+Shift+W and then CMD+O to get where one wan... |
When Atom is opened, an "untitled" buffer is created. This makes sense.
However, most of the time, after opening Atom, I then proceed to opening the
files I want to edit. At this point, the "untitled" tab remains open even if I
haven't changed anything in it.
This is slightly annoying, because it means I have to cl... | 1 |
**TypeScript Version:**
nightly (1.9.0-dev.20160429)
**Code**
interface Factory<T> {
(): T;
mixin<U>(mixin: U): T & U;
}
function compose<T>(base: T): Factory<T> {
return;
}
const factory = compose({
foo() {
return this;
}... |
On the docket
* #6784 \- Destructuring a property of an optional property should be an error
* #6723 \- Allow separate outDir for declaration files
* #6678 \- Use `const` initializer to resolve tuple type indexing
* #6649 \- Do not suggest `caller` in strict mode
* #6585 \- Making `typings` in `package.jso... | 0 |
Challenge Waypoint: Override Styles in Subsequent CSS has an issue.
User Agent is: `Mozilla/5.0 (Linux; Android 4.4.2; Lenovo B6000-H
Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76
Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
... |
Challenge Waypoint: Override Class Declarations with Inline Styles has an
issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101
Firefox/42.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<style>
body {
back... | 1 |
When using ngHttp.HTTP_BINDINGS in angular's 2.0.0_alpha.35 sfx.dev build it's
throwing the following error:
InvalidBindingError {message: "Invalid binding - only instances of Binding and Type are allowed, got: [object Object]", _originalException: undefined, _originalStack: undefined, _context: undefi... | 0 | |
reproducible in the examples on: http://getbootstrap.com/javascript/
.
http://getbootstrap.com/javascript/#popovers-examples
 or on... |
**Taras Tielkes** opened **SPR-3581** and commented
Section "6.3.2. Declaring a pointcut" states:
* * *
A pointcut can be declared inside an aspect, in which case it is visible only
within that aspect. A pointcut can also be declared directly inside an
aop:config element, enabling the pointcut definition to be sh... | 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.0
* Operating System version: windows 10
* Java version: 1.8.1
### Steps to reproduce this i... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.5-SNAPSHOT
* Operating System version: Max OS 10.14.5
* Java version: Oracle jdk 1.8.0_131
g... | 0 |
## Steps to Reproduce
1. Launch Android Studio
2. Click "Start a new Flutter project"
3. Select "Flutter Application" and click "Next"
4. Fill out project information in the following screens, clicking "Next" then click "Finish" on the last screen
5. Open pubspec.yml in the Android Studio editor
6. Add t... |
As per following:
Crash report written to C:\Gustafson\flutter\generate_colors\flutter_01.log;
please let us know at https://github.com/flutter/flutter/issues.
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
Crash report:
flutter_01.log
Flutter cras... | 0 |
* VSCode Version: 1.1.0
* OS Version: windows7
Steps to Reproduce:
1. In .html file, <script type="text/javascript">and I want to write js code in <script><script/> ,but there is no Intellisense or syntax highlighting, is there any way to enable js code support in <script>?
|
but it is normal in a javascript file
| 1 |
For example, `alt` tag for `images` ...
|
I just came across the following line of code in the second bootstrap
waypoint:
`<a href="#"><img class="smaller-image thick-green-border"
src="https://bit.ly/fcc-relaxing-cat"></a>`
I cannot in good conscience ignore this. A screenreader will read the
resulting output in the following, rather helpful manner:
"... | 1 |
### Website or app
https://wayray.com/#how-we-work
### Repro steps
not able to see
### How often does this bug happen?
Sometimes
### DevTools package (automated)
react-devtools-extensions
### DevTools version (automated)
4.19.2-20ca9b565
### Error message (automated)
Cannot add node "1" because a node with... |
### Website or app
https://zhivika.ru/product/26406103_plastyr_perc_bperf_10smh18sm_n
### Repro steps
1. Load page.
2. Open react components.
3. Click button "Смотреть все аптеки" for unfold all list.
### How often does this bug happen?
Every time
### DevTools package (automated)
react-devtools-extension... | 1 |
I can't access suscribe to router updates from child routes. It only works in
AppComponent and it dosent work in DashboardComponent. This is my set up
@RouteConfig([
{ path: '/', name: 'Index', component: IndexComponent, useAsDefault: true },
{path: '/dashboard/...', name: 'Dashboard'... |
I test angular2 for form with many elements(300-400) and get errors. Then i
test angular1 and it's ok.
angular1
angular2
chrome message: `RangeError: Maximum call stack size exceeded`
forefox message: `InternalError: too much recursion`
| 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.