text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
**Migrated issue, originally created by Lukas Siemon (@lukas-gitl)**
The test case below generates the following query:
SELECT
label_alias.id,
label_alias.name,
anon_1.venue_id,
anon_1.venue_name
FROM
label AS label_alias, -- this should come from the inner ... |
import sqlalchemy as sa
from sqlalchemy.orm import sessionmaker,relationship,contains_eager
from sqlalchemy.ext.declarative import declarative_base
engine=sa.create_engine("postgresql:///postgres")
Session=sessionmaker(bind=engine)
Base=declarative_base()
class ChildScho... | 0 |
### Bug report
**Bug summary**
When storing plots as pdf, the colorbar is at the wrong position, off by a
small amount:
**Code for reproduction**
import matplotlib.pyplot as plt
import numpy as np
import matplotlib
print(matplotlib.__version__)
rng = np.random.default_rng(0... |
Hi all,
I could not find a similar issue so forgive me if its a duplicate. We are
trying to get a couple of our tests suites to execute on mpl 1.x and 2.0
without having to duplicate the baseline images. The `classic` style helps a
lot but there are still many small issues mainly related to text positioning.
Is ther... | 0 |
Hi there!
I was trying to tweak the fliers (outliers) of a letter-value plot I am
generating with seaborn (e.g. using properties of matplotlib for the
traditional boxplot -- for instance:
https://matplotlib.org/2.0.2/examples/statistics/boxplot_demo.html), but
without success.
I have a huge plot with several boxenp... |
I want to draw a barplot facetted for different cateogories in a data frame.
Each sub0barplot shows has as a y-axis another categorical variable. I expect
the the y-axes to be shared across facets. If a specific y-category doesn't
exist for a specific facet I expect seaborn to either throw an error or
properly draw ... | 0 |
* Output of `node_modules/.bin/electron --version`: v3.0.0-beta.8
* Operating System (Platform and Version): Windows 10 10.0.16299 Build 16299 / MacOS High Sierra 10.13.4
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable): v2.0.8
**Expected Behavior**
Th... |
Mac OS 10.14
Electron v3.0.6
**Expected Behavior**
A frameless, transparent window with no shadow should have no borders.
**Actual behavior**
There is a border not being generated by my HTML file wrapping around the top
of the browser window. It's small and white but quite obvious on certain
backgrounds.
![s... | 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-SNAPSHOT
* Operating System version: Mac
* Java version: java11
### Steps to reproduce thi... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.2
* Operating System version: max
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
Is it possible to merge a mesh with a line? My problem currently is that I
need to draw thousands of 3D objects with outline. Since the wireframe draws
triangles I'm handling the outline myself with a Line for each element. The
problem is that this way I'm duplicating the elements on the scene which has a
negative im... |
R60: Seems that the wireframe is shown for the actual triangles that are
rendered.
R59: Meshes with quad faces are rendered as quad faces in wireframe mode.
So I'm hoping this is an issue, not a changing in the behaviour of this
wireframe parameter for materials. Since I want to draw cubes with their edges
shown.
... | 0 |
Issue Type:
Bug Report
Ansible Version:
ansible --version
ansible 2.0.0
Environment:
Ubuntu 15.04
Summary:
I have a role with tasks/main.yml like this:
* include: packages.yml
* include: config-cluster.yml
* include: config.yml
* include: service.yml
* include: cluster.yml
* include: rabbitm... |
There is no reason with_items can't use inventory scoped variables anymore.
It used to generate tasks per object but this is not the case, so it looks
like it just needs to template variables using some better context.
Example:
with_items: $foos
where $foos is defined in groupvars/webservers
| 0 |
My use case: I have Macbook Pro M1 laptop as my host machine. I want to run
celery worker nodes inside linux based docker containers.
Ubuntu 18.04 as host machine works without any problem, but not the macbook
pro with M1 processor. I can create tasks from my host machine, but dockerized
workers does not work on any... |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... | 0 |
**tanmoy banerjee** opened **SPR-7432** and commented
Hi,
In Spring pet-clinic, the implementation is an MVC application serving a
browser client. Hence, ModelANdView with
contentNegotiationViewResolver works fine.
From the pet-clinic application:
@RequestMapping(value="/owners/*/pets/{petId}/visi... |
**Martin Ouellet** opened **SPR-3490** and commented
In method "public void afterPropertiesSet()" of EhCacheFactoryBean, only cache
region created on the fly (i.e. they have no named definition in the xml
ehcache configuration file) seems to be decorated. When one defines a named
cache, it will never be decorated e... | 0 |
1. Waypoint: Create a Form Element
When working on this challenge I was prompted to move onto the next challenge.
Then I noticed that the text input box disappeared from the app.
So I looked back at what I input and noticed that I forgot to close the
opening form tag
http://i.imgur.com/s5r5Zoq.png
I'm glad I di... |
I tested this out in several lessons and in several different places.
Most of the time if you type `</` it doesn't have any affect on the list of
tasks down the left hand side.
If you put it at the end of the html editor then it breaks the `testSuite`
sidebar.
Tested it on 15 randomly selected waypoint lessons and... | 1 |
## Problem
When you have long lines in a JS file with single line comments at their end
strange things happen. The issues happen to me twice today but only in
specific cases (each time I was coding a concatenation of variables and
strings) so I put examples that only need to be copy and paste.
## Configuration
Ato... |
I opened a Python file with the following line (#963):
PrintAndLog(u"SSID: " + RememberedNetwork["SSIDString"].decode("utf-8") + u" - BSSID: " + RememberedNetwork["CachedScanRecord"]["BSSID"] + u" - RSSI: " + str(RememberedNetwork["CachedScanRecord"]["RSSI"]) + u" - Last connected: ... | 1 |
#### Code Sample, a copy-pastable example if possible
https://pandas.pydata.org/pandas-
docs/stable/generated/pandas.DataFrame.is_copy.html#pandas.DataFrame.is_copy
#### Problem description
It isn't clear what this property tells -- there's no documentation. When does
it become true, and when does it become false?... |
#### Code Sample, a copy-pastable example if possible
#### Problem description
I find the behavior of `SettingWithCopyWarning` quite surprising, but I guess
that's just what it is.
It would be great if you could document `is_copy` and how to use it, though.
Whenever any function returns a dataframe, it seems lik... | 1 |
## 📝 Provide a description of the new feature
There is currently a feature for shortcuts to move between zones in a
customized layout. I would like to see a feature that allows shortcut keys to
SWITCH between customized layout rather than clicking Win+N and then selecting
which zone I would want.
\--What is the ex... |
# Environment
Windows build number: Microsoft Windows [version 10.0.18363.836]
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): Auto update
# Steps to reproduce
# Expected behavior
Receive the update notification, and by clicking on it, upda... | 0 |
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.preprocessing.sequence import pad_sequences
from keras.utils import to_categorical
from keras.models import Sequential
from keras.layers import Dense, Embedding, LSTM
from keras import optimizers
from keras.models import load_m... |
I'm having a weird problem where I am using a doc2vec Embedding layer and even
though I'm pumping through unique examples for prediction, a lot of the
outputs from the pred_proba method are returning the same prediction.
Here is the architecture:
print("Loading Doc2Vec...")
model = Doc2Vec.load("doc2vec.model")
... | 0 |
I've come across a strange bug on 64-bit Windows where `instanceof` does not
behave correctly in the browser frame when using it against an object whose
prototype inherits from a function defined in a different module under
`node_modules`.
### Example
For example, let's say there are two functions `B` and `D` and t... |
Minimal test case for this issue is here: https://github.com/KamilSzot/atom-
shell-windows-bash-problem
Windows bash attempts to use slashes instead of backslashes and that probably
interferes somehow with path calculations. Maybe there's some point there is a
relative path calculated between directory where atom-sh... | 1 |
There is `check-duplicate-table-enabled` in global properties which for single
table loading check, I think this is incorrect.
The logic table names can not same in same logic database.schema in
ShardingSphere.
It should `THROW EXCEPTION` if the same single table name in same
database.schema when ShardingSphere sta... |
### Which version of ShardingSphere did you use?
4.0.0-RC
### Which project did you use? Sharding-JDBC or Sharding-Proxy?
Sharding-JDBC
### Expected behavior
Logic SQL:
ALTER TABLE `WG_ORDER`
DROP COLUMN `COMMIT_ID`,
ADD INDEX `IDX_CREATE_DT` (`CREATE_DT` ASC);
i want (1) or (2)
=(1)= re... | 0 |
Using bidirectional_dynamic_rnn throws the "ValueError: None values not
supported" when you are not specifying the sequence lengths. The error comes
from the reverse step, the operator used to reverse the input sequences
requires the sequence lengths to be specified. Maybe this should be a required
parameter or alter... |
Qualifier: very new to TF, so I may be missing something very obvious. If so,
apologies.
DOCUMENTATION:
Is a little conflicting:
"sequence_length: An int32/int64 vector, size [batch_size], containing the
actual lengths for each of the sequences." <\-- implies sequence_length is
required
However...
"The initial s... | 1 |
ERROR: type should be string, got "\n\nhttps://www.tensorflow.org/versions/r0.11/api_docs/python/state_ops.html#constant_initializer\n\nOn Constant Initializer -> Examples:\n\nThe very large gray box contains the html of other initializer docs. Hope it\ncan be fixed.\n\n" |
The HTML docs for `tf.constant_initializer` at
https://www.tensorflow.org/versions/master/api_docs/python/state_ops.html#constant_initializer
contain unclosed verbatim block, which continues past the method and contains
several following methods -- see for example the
`tf.random_normal_initializer`.
I am not much fa... | 1 |
#### Code Sample, a copy-pastable example if possible
import numpy as np
import pandas as pd
import datetime
df = pd.DataFrame({'a': [1, np.nan, 5],
'datetime':pd.to_datetime(['20170403', '20170404', '20170405'])})
df.set_index('datetime', inplace=True)
d... |
* #5694
df = pd.DataFrame([0], index=[datetime(2012, 11, 4, 23, 0, 0)])
df = df.tz_localize('America/New_York')
df.resample(rule='D', how='sum')
raises a AmbiguousTimeError even though datetime(2012, 11, 4, 23, 0, 0) is not
ambiguous.
* #8601
idx = date_range('2014-10-... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.418]
Windows Terminal version: Version: 0.6.2951.0 (MS Store)
# Steps to reproduce
Opened a bunch of cmd tabs (6) and resized the window to be smaller (only one
tab showing) to test the tab scrolling feature ... |
Open a number of tabs. Make the window narrower. Make it wider again.
It looks like this:

| 1 |
### Bug summary
The keyword argument `transform` of the method ax.plot(...) malfunctions with
size of the samples greater than 1000.
For example, the following script
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.transforms as transforms
ax = plt.gca()
... |
### Bug summary
I have Windows 10, conda 4.10.3 with Python 3.9.7 and dependencies
matplotlib-base==3.5.1
matplotlib==3.5.1
matplotlib-inline==0.1.3
numpy==1.21.2
numpy-base==1.21.2
(amongst other installed packages). When I try to create plots using
matplotlib.pyplot:
### Code for reproduction
... | 0 |
xref jump-dev/MathOptInterface.jl#1294
also looks similar to #39465
I'm not sure how to properly reduce this, sorry for the dependency. On Julia
master, if I run:
using Hypatia
const MOI = Hypatia.MOI
model = Hypatia.Optimizer()
cache = MOI.Utilities.Model{Float64}()
MOI.copy_to(mode... |
## MWE (sorry that it involves a heavyweight dependency)
using Pkg; Pkg.add("MixedModels")
using MixedModels
using MixedModels: dataset
cbpp = dataset(:cbpp)
form = @formula((incid/hsz) ~ 1 + period + (1|herd))
# fails
glmm = GeneralizedLinearMixedModel(form, cbpp,
... | 1 |
I have been observing that a lot of issues are being created with simply
incorrect code. This adds to the bug triaging effort and also doesn't push the
newcomer to do analysis and research. It is assumed that FCC is buggy and the
code is fine when it is not. There are certainly number of valid bugs but even
then dupl... |
Challenge divide-one-decimal-by-another-with-javascript has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
var ... | 0 |
First of all I am not sure if this is really a valid issue, as I am not sure
if it is the responsibility of typescript but I have an issue with ES3 output.
In ES3 apparently you cannot do
Promise.resolve(...)
.then(...)
.catch(...);
you have to do
Promise.resolve(...)
... |
At work we have an embedded old IE8 engine that Works with ES3, and we have
made an implementation of the ES6 Map and Set. Those clases have a `delete`
method, which name is the same as the `delete` keyword.
So the following typescript:
var a = new Map<string, string>();
a.set("a", "a");
a.de... | 1 |
I clicked on a row, and cursor appears. I typed some in english, than changed
to russian and typed some. Cursor was still visible.
Then, I changed keyboard layout back to english and cursor dissapeared.
Ubuntu 14.04, installed atom from webupd8`s ppa
|
When I hold the Alt key for a second (with the side-effect that the entries in
the menu bar are showing up) the cursor disappears. This is really annoying
for key-bindings where the alt key is involved.
The cursor appears again after pressing a mouse button.
My ubuntu version is 14.04, atom version is `5b7b350` (b... | 1 |
**Description**
As an enhancement to #23901, It would be nice to support recursive env var
resolution. It is not obvious from the docs or PR (unless i'm missing
something), that this is not already supported, so I went around in circles
trying to make it work for a while, until Nicolas helped me.
cc @nicolas-grek... |
If you require only the `symfony/config` component you depend on the
`symfony/yaml` `Inline` class, which does not show up in the composer
`require` section.
Here is a gist with the proof of error. Steps to reproduce:
1. require only the config component
2. run the code in the gist
In order to solve this, we n... | 0 |
# 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
# Steps to reproduce
1. Disable PowerToys Run.
2. Press ALT+SPACE.
# Expected behavior
Nothi... |
# Environment
Windows build number: 2004 (build 19041.329)
PowerToys version: current master (0.19 RC)
PowerToy module for which you are reporting the bug (if applicable): PT Run
# Steps to reproduce
Restart PT as administrator
Turn off PT Run
# Expected behavior
`PowerLauncher.exe` ... | 1 |
[Enter steps to reproduce below:]
1. close atom
2. open atom
**Atom Version** : 0.172.0
**System** : Mac OS X 10.10.2
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, open
'undefined//Users/jovanalleyne/Documents/Projects/node-project/project.json'
At fs.js:75
Er... |
_From@SimyungYang on January 6, 2015 0:47_
[Enter steps to reproduce below:]
1. start an atom editor with save-session plugin on
2. save action might cause this error
**Atom Version** : 0.166.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: ENOENT, open 'undefi... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
**I'm submitting a ...**
[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
**Current behavior... | 1 |
**Apache Airflow version** : 1.10.10
**Kubernetes version** : 1.15.11
* **Cloud provider** : Google Cloud
**What happened** :
After switching DAGs serialization on, "State" column in UI shows HTML code
for all DAGs on the "Dag Runs" page. "Task Instances" page works fine.

**Other** :
The web server retu... | 1 |
Here is the illustrative example:
fn foo() {
{ bar('}'); }
{ bar(']'); }
{ bar(')'); }
}
The characters within `'` characters above are incorrectly treated by
`src/etc/rust-mode.el` as closing the opening paren of the invocation of
`bar`. This confuses Emacs in a number of ... |
The new path code has a bunch of duplicate code between the posix and windows
variants. It should be factored into material in the abstract Path trait, when
default methods work.
| 0 |
by **untheoretic** :
Please find a reasonable way to transport things that can't be (principally) embedded in
the source code to some place where
they could be found.
An (sad) example would be a go-gtk based program that must have
a several non-go files for the gtk runtime.
|
There are many tools to embed static asset files into binaries:
* https://godoc.org/perkeep.org/pkg/fileembed / perkeep.org/pkg/fileembed/genfileembed
* https://godoc.org/github.com/gobuffalo/packr
* https://godoc.org/github.com/knadh/stuffbin
* https://github.com/rakyll/statik
* Bazel go_embed_data
Actua... | 1 |
# Feature request
## Is your feature request related to a problem? Please describe.
I'd like to have multiple levels of nested layout.
For example, the following directory structure:
+ pages/
- index.js
+ users
- index.js
+ [id]
- posts.js
- orders.js
... |
On Safari the page loads and subsequent transition gives fails giving an error
in dev console "No router instance found. You should only use "next/router"
inside the client side of your app."

we know : no need to install js module like in node (npm i ..) when running
js/ts code using deno, deno will fetch the module and cach it (if not done)
then run it but this don't mean no need for module built in for deno, I think
to take real advantage of esm we need subcommand in de... |
Since `1.31.2` it seems like files in `types/` are included twice when
including using `compilerOptions.types` in `deno.json`. First they're checked
with `.d.ts` ending, then with `.d.ts.d.ts` ending (which wierdly enough
works, even though the files does not exist). Then type checker complains that
everything in the... | 0 |
`scipy.ndimage.measurements.label()` has the following lines:
# Use 32 bits if it's large enough for this image.
# _ni_label.label() needs two entries for background and
# foreground tracking
need_64bits = input.size < (2**31 - 2)
I think that `<` should be replaced w... |
Not sure if this is a bug more an additional check / documentation issue but
`interpolate.interp1d` gives an unexpected results with non-monotonic x data
e.g. `x=[1, 2, 2, 3], y=[1, 2, 3, 4]` using the defaults. Trying the same with
any of the spline methods raises an error (`ValueError: Expect x to not have
duplicat... | 0 |
## Bug Report
* I would like to work on a fix!
i would but laziness you know
**Current behavior**
In the newly released Webpack 5 (released 3 days ago as of writing this), for
a lot of files that are required by webpack to work, you get the following
error example:
ERROR in ../node_modules/@bab... |
## Bug Report
**Current Behavior**
A clear and concise description of the behavior.
When using Babel with `useBuiltIns: "usage"` and `corejs: 3` I am getting the
error "Const must be initialized error" in IE 11. There is a for loop that
uses const and I believe that is the cause here; it is not being transpiled
... | 0 |
* VSCode Version: 1.2.0 Insider
* OS Version: Windows 10
Steps to Reproduce:
1. open the terminal panel
2. type some text
3. press Escape
What happens: the text is removed (that's expected), and the terminal panel is
immediately closed (unexpected).
|
Integrated terminal master issue: #143
Open question: Currently pressing `esc` will hide the terminal, this can be a
problem for some terminal programs, for example `vim`. Perhaps this should be
configurable?
| 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1626 on 2012-03-22 by
trac user berntl, assigned to unknown._
If I write a wav file to disk using scipy.io.wavfile.write, and then read it
again, the file appears to be ok. HOWEVER if I try to _play_ it using Windows
Media Player, there is no sound!
I have fou... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1585 on 2012-01-14 by
trac user richli, assigned to unknown._
I recorded some sound with Audacity and then exported it using the default
options to a 16-bit signed PCM WAV file. Upon export, it fills in some
metadata (artist name, track, etc) automatically but ... | 1 |
#### Describe the bug
Running existing packages/programs with the latest release of 0.23.0 gives an
import error on `MaskedArray`.
Bounding the requirements to `< 0.23.0` resolves this issue, but then it
reverts to the older version although would be good to be on the latest
release.
#### Steps/Code to Reproduce
... |
In scikit-learn 0.23.0:
>>> import skopt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "venv/lib/python3.6/site-packages/skopt/__init__.py", line 54, in <module>
from .searchcv import BayesSearchCV
File "venv/lib/python3.6/site-packages/skopt/... | 1 |
More of a feature request. It would be really nice if there were generic drop-
downs. They would be useful for options and configuration buttons/cog wheels.
Instead of attaching them to tabs/nav, they could also be using for small
buttons a la Google +
|
Quite simply, the nav-list's active list-item can be rather off if you enter a
page at any other point besides the very top.

## Steps to Reproduce (for bugs)
router.... |
# Examples bug report
## Example name
Lazy Loading Modules
https://github.com/zeit/next-learn-demo.git
Step : E2-lazy-loading-modules
## Describe the bug
npm run dev causes runtime issues and the server does not start. Faces the
same issue with E3 as well.
I am using Windows 10 for the tutorials
## To ... | 0 |
## 🚀 Feature
Add an op that performs 'and' and 'or' on a bitwise level.
For example:
`a = torch.LongTensor([3]) # b'11'`
`b = torch.LongTensor([2]) # b'10'`
`torch.bitwise_and(a,b) # 2 == b'10'`
## Motivation
As of now, logical_and and logical_or always return bool, and if one wishes to
get the bitwise res... |
In cudnn rnn backend, setDropoutDescriptor is called at every step:
https://github.com/pytorch/pytorch/blob/master/torch/backends/cudnn/__init__.py#L220
which means that rng states will be re-initialized at every step from the same
seed, and dropout will generate the same randoms at every step.
@adamlerer
| 0 |
popover is getting wrong position when within a row-fluid with less than
1200px grid size
|
congrats on releasing 2.3.0!
I was checking out some of the docs and saw that tooltips data-placement is
not working correctly. I think its because of the one pull request that makes
options set in javascript override the options that were set in the html but
I'm not sure..
| 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/351 on 2007-01-19 by
@wnbell, assigned to unknown._
from scipy import *
M = sparse.csr_matrix(rand(6,6))
b = rand(M.shape[0])
lu = linsolve.splu(M) #crash here
Produces the output:
nathan@droog:~/Work/hir... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1472 on 2011-07-03 by
@rgommers, assigned to @pv._
On Python 2.6 (32-bit) under OS X, with numpy 1.6.1rc2.
Complete gdb output attached, relevant bit is:
test_arpack.test_hermitian_modes(True, <std-hermitian>, 'F', 2, 'LM', None, 0.5, <function a... | 0 |
For a given js file, which contains only a large map such as below -
\-----------------------‐---------f.js-----------------------‐-------------
module.exports = {"A":"1", "B":"2", "C":"3", ...}
\-----------------------‐--------------------------------‐-------------------
And with preset as 'es2015', Babel kee... |
## Bug Report
**Current Behavior**
regeneratorRuntime is not defined when running in a browser.
"use strict";
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (i... | 0 |
* VSCode Version: Version 0.10.11 / Build `f291f4a`
* OS Version: OSX 10.11
Do I need to explain more?

|
_From@f111fei on February 23, 2016 6:14_
version: 0.10.10

`letter`
_Copied from original issue:microsoft/vscode#3270_
| 1 |
React DevTools version: 4.9.0-75726fadfd
## Steps To Reproduce
1. Install React DevTools into Chrome 86
2. Observe Chrome errors loading source maps for React DevTools.
Link to code example:
`None`
## The current behavior
DevTools failed to load SourceMap: Could not load content for chrome-ext... |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.3.0-3e0967783
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:159833
at Map.forEach ()
at commitIndex (chrome-
extension://fmkadmap... | 0 |
Hi,
I don't know if it has already been discussed (I suppose it has but cannot
find the related issue): is there any plan to add some new placements for
popovers like bottom-left, top-right, etc?
I have implemented it on my side in tooltip.js / tooltip.less, it is not so
intrusive (i.e. it does not break the exist... |
As well as specifying top, right, bottom and left, it would also be useful to
be able to specify top-right, top-left, right-top, right-bottom, bottom-right,
bottom-left, left-top and left-bottom. Without these options,
tooltips/popovers added to elements in the corner of the window will overlap
the window itself (in ... | 1 |
### System info
* Playwright Version: [v1.30.0, 1.30.1, 1.32.0]
* Operating System: [Windows 10, CentOS 8]
* Browser: [Firefox]
* Other info:
Starting with version 1.30.0, when viewportsize is larger than the physical
dimensions of a computer display, visual elements are active, available,
stable, but it i... |
### System info
* Playwright Version: [v1.35]
* Operating System: [All]
* Browser: [WebKit]
* Other info:
### Source code
**Link to the GitHub repository with the repro**
https://github.com/VeronikaHillebrand/bug-report-playwright-webkit
As you can see, Chromium and Firefox tests pass, Webkit fails:
htt... | 0 |
With scipy 0.13.0.dev-7c6d92e, I get the following failing tests. It looks
like we have different definitions of connect components. I haven't had time
to investigate whether this is trivial or an actual problem.
======================================================================
FAIL: sklearn.f... |
I appreciate any aid in this issue, and apologize I've missed finding it in a
previous issue. I've been getting the following message (I'm running on Mac OS
X 10.7):
Here is the full traceback:
$ nosetests sklearn -exe
....................S........................................../usr/local/lib/p... | 1 |
Passing invalid inputs to `ndarray.flat` will raise an error, but after the
interpreter finishes there's a reference count error (python attempts to
deallocate the integer 7):
>>> import numpy as np
>>> np.arange(3).flat[None]
Traceback (most recent call last):
File "<stdin>", line 1, in ... |
This is a weird bug that is hard to reproduce because, honestly, we don't know
what's causing it. A code I work on at NASA uses f2py in a couple of places.
And, say, for me, there is never any problem. But for a growing number of our
users, they have an issue where f2py just does not work for them. The symptom
seems ... | 0 |
### Input Code
const tryCatchWrapper = (target) => async (...targetArgs) => {
try {
return target(...targetArgs);
} catch (e) {
throw errorObj({_error: e.message});
}
};
### Babel Configuration (.babelrc, package.json, cli command)
babeljs.io standard ... |
## Bug Report
The preset seems to think that Android does not support anything and enables
every plugin because of `"android": "67"` support. Chrome for Android should
support most features in that version.
I set up an example repository with basic configuration and debug enabled.
Output after `npm install`/`yarn i... | 0 |
I use webrtc of Electron(3.0.0-beta.6) for video meetting, I can see peer
video for chrome,but chrome can't see my video.
if config to V8, it's fine,but config h264,it's error.
if i use Electron(2.0.7),chrome can see my video,but I can't see other
video,but ui is overlapping.
console print these log:
[99769:08... |
Hi,
Starting from atom-shell 0.19.2, I am unable to build atom-shell, linking
process fails with this kind of error ;
[982/982] LINK atom
FAILED: /usr/bin/clang++ -Wl,-O1 -Wl,--as-needed -rpath \$ORIGIN -rdynamic -pthread -o atom -Wl,--start-group obj/atom/app/atom.atom_main.o obj/libatom_lib.a ob... | 0 |
the nav-collapse class creates a stacked set of links that occlude the navbar-
toggle button
 is in background.
I hope that I am clear.
best regards,
Lefandordinateur
| 1 |
### Apache Airflow version
2.2.0 (latest released)
### Operating System
Debian GNU/Linux 10 (buster)
### Versions of Apache Airflow Providers
apache-airflow-providers-celery==2.1.0
apache-airflow-providers-mysql==2.1.1
apache-airflow-providers-postgres==2.3.0
apache-airflow-providers-sq... |
### Apache Airflow version
2.2.0 (latest released)
### Operating System
Debian GNU/Linux 10 (buster)
### Versions of Apache Airflow Providers
apache-airflow-providers-celery==2.1.0
apache-airflow-providers-mysql==2.1.1
apache-airflow-providers-postgres==2.3.0
apache-airflow-providers-sq... | 1 |
Example:
In [102]: get_cmap('hot').name
Out[102]: u'hot'
In [103]: get_cmap('hot', 5).name
Out[103]: u'hot'
In [104]: get_cmap('inferno').name
Out[104]: 'inferno'
In [105]: get_cmap('inferno', 5).name
Out[105]:
[[0.001462, 0.000466, 0.013866],
[0.002... |
Hello,
**my system:**
Win10(64), IDE PyCharm, python 3.9(64), numpy 1.19.2, matplotlib 3.2.2 & 3.3.0
the code below works with mpl 3.2.2 but no longer works with 3.3.0
**with mpl 3.2.2**

**... | 0 |
In,
trait BitIter {
type Iter: Iterator<Item=bool>;
pub fn bit_iter(self) -> <Self as BitIter>::Iter;
}
pub fn test_bad<Sym: BitIter>(sym: Sym) {
let i = sym.bit_iter();
}
pub fn test_good<Sym: BitIter>(sym: Sym)
where <Sym as BitIter>::Iter: It... |
Take this code:
trait Foo { type Value: 'static; }
fn require_static<T: 'static>() {}
fn takes_foo<F: Foo>() {
require_static::<F::Value>()
}
Since `Foo::Value` is bounded with `'static`, we would expect this to compile,
but instead we get this error message:
... | 1 |
Suppose we create an index with the following dynamic mapping in order to
indicate that any element starting with 'nested_' should be typed as nested:
{
"test": {
"dynamic_templates":[
{
"nested_field": {
"mapping":{
"type":"nested"
... |
**Elasticsearch version** : 2.3.3
**JVM version** : 1.8.0_91
**OS version** : Ubuntu 14.04
**Description of the problem including expected versus actual behavior** :
@jpountz I think I might have found a problem as a result of the quick fix
from issue #18740. It doesn't give me the "Mixing up field types" error
... | 0 |
Although #27493 resolves our CI failures, there's still a critical issue to
address that **must be fixed before April 15** : we couldn't figure out how to
get symlinks working properly in Bazel-generated archives, so the extra
`tensorflow_framework.so.*.*` files are all duplicates. The pip wheel is now
~120MB:
... |
NOTE: Only file GitHub issues for bugs and feature requests. All other topics
will be closed.
### Environment info
Operating System: Ubuntu16.04
Installed version of CUDA and cuDNN: 8.0 and 5
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "l... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3/master
* Operating System version: mac
* Java version: 1.8
### Steps to reproduce this iss... |
AcceLogFilter message creation and last and current check was performing by
each time simple date formate object creation. In this version of code I have
use the ThreadLocal for each thread wise to create simple date format object
instead of each call.
* I have searched the issues of this repository and believe th... | 0 |
I started from this example. Changed nothing more than what is explained in
there to get up and running.
npm run dev works perfectly.
npm run serve (firebase local) throws me the following:
Error: > Couldn't find a `pages` directory. Please create one under the
project root
at Object.findPagesDir (/Users/julian... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I expected the data fetching to happen server-side on first load and be cached
## Current Behavior
Data is fetched by the client (I see the network request) on first load
## Steps to Reproduce (for bu... | 0 |
> Issue originally made by @Ginden
### Bug information
* **Babel version:** 5 (REPL)
* **Node version:** REPL
* **npm version:** REPL
### Input code
(function(x, f = () => x) {
var x;
var y = x;
x = 2;
return [x, y, f()];
})(1)
### Description
V... |
The following snippet:
(function(x, f = () => x) {
var x;
var y = x;
x = 2;
return [x, y, f()];
})(1)
gives `[2, null, 1]` in Babel. Aside from `x` shadowing behavior (and what `f`
should resolve to — 1 or 2 (which Babel and FF disagree on)), `y` definitely
shouldn't be... | 1 |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
**Current behavior**
When `CanDeactivate` cancels `Location.forward()` routing history is 1 item
ahead.
Workflow
Home -- navigate to --> Child 1
Ch... |
**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 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
pause
##### ANSIBLE VERSION
ansible 2.5.0 (devel ca115b0a8e) last updated 2017/10/25 09:12:08 (GMT -400)
config file = /home/rteague/git/clusters/aws-c1/ansible.cfg
configured module search path = [u'/home/rteague/.ansible/plugins/mod... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
copy module
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /opt/ansible/local/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module loca... | 0 |
It would be great if there was a tool which could pull out and report on the
elements of the virtual dom which match a given key. That would really help in
tracking down the causes of error messages like "Invariant Violation:
flattenChildren(...): Encountered two children with the same key,
`.NotTheActual/Key String`... |
I'd like to have a function that would reset all the state of react to start
rendering from scratch again.
Currently, the code below causes a duplication of virtual dom. The React tab
in devtools shows `<App />` node twice.
document.body.innerHTML = '<div id="app"></div>';
ReactDOM.render(<App />,... | 0 |
I'm am using `styled-components` in **Next.js**. When I deploy the app, the
first time the UI is rendered, it is unstyled. Only after a refresh does the
SSR styles come through and persist.
**Implementation based on:**
https://github.com/zeit/next.js/tree/canary/examples/with-styled-components
_Anyone have ideas?... |
I changed the Next.js config to handle the structure like I wanted but, the
generated css file won't load the same way.
const app = next({ dir: './src/', dev })
I load my css file like this
<link rel="stylesheet" href="/_next/static/style.css" />
When I put everything outside the s... | 0 |
In vertically oriented catplot, y axis is always reverted in the rightmost
panel.
seaborn 0.10.1
Python 3.7.3
Windows
I created a `DataFrame` as below:
import pandas as pd
concatdf = pd.DataFrame([])
l = list(range(30))
df = pd.DataFrame(l, columns=["value 1"])
df["value 2"] =... |
Hi everyone, I'm attempting to plot up data like this into a faceted violin
plot with split violins:
# Set up faceted data for plotting using catplot
sample_data = pd.DataFrame({'row': np.random.choice(['a', 'b'], 1000),
'col': np.random.choice(['c', 'd'], 1000),
... | 1 |
ERROR: type should be string, got "\n\nhttps://github.com/mapbox/earcut\n\n@jahting did you had a look at it?\n\n" |
now three.js support webgl2, so hava any plane to implementation the interface
of the webgl2 in task?
| 0 |
Challenge Set the Font Family of an Element has an issue.
User Agent is: `Mozilla/5.0 (Linux; Android 5.0.2; SM-T350 Build/LRX22G)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
... |
I just completed a Bonfire and before I could share it, I moved on to the next
one. If I go back to the previous page, I'd have to copy/paste my code back
into the editor and submit it again to get the option to share it again,
creating another entry in the profile page with the same solution.
If there were buttons ... | 0 |
##### Description of the problem
I have created some points using the following code.
let geometry = new THREE.Geometry();
geometry.vertices.push(new THREE.Vector3( 5, 5, 0));
geometry.vertices.push(new THREE.Vector3( 10, 5, 0));
geometry.vertices.push(new THREE.Vector3( 15... |
The `Geometry` for a `PointCloud` object has no `faces` (it is an empty
array). However, `JSONLoader.prototype.parse` only parses color referenced
through the faces. The bit that loops over the vertices ignores color:
https://github.com/mrdoob/three.js/blob/master/src/loaders/JSONLoader.js#L182
The consequence of th... | 1 |
# Feature request
## Is your feature request related to a problem? Please describe.
A clear and concise description of what you want and what your use case is.
Currently with nextjs9 we can make routes like
root/city/[id].js
root/city/[id]/details.js
this cool.
## Describe the solution ... |
I can’t see any console.log placed on my component methods after upgrading to
2.3.1 when using npm run dev.
We’re using a custom `_document.js` and previously included `<NextScript />`.
We removed `<NextScript />` because we noticed it was duplicating the
inclusion of Next scripts (e.g. app.js) on the page. After ... | 0 |
Currently, one can set default line properties like color, marker style, line
width, etc. with `mpl.rcParams`. However, the ability to set a default line
alpha seems to be missing. It would be great to have `'lines.alpha'` as a key
in the `rcParams` dict, similar to `'lines.color'`, `'lines.marker'`, etc.
|
### Bug summary
When you invoke pyplot.show() to show your plot, the plot is not shown but
instead crashes Python. This came about when I updated the package 'freetype'
in a conda installation, from version 2.10.4 to 2.11.0.
### Code for reproduction
import matplotlib.pyplot as plt
plt.plot(1,1)
... | 0 |
# Summary of the new feature/enhancement
Allow searching for app to run by it's executable file name or even English
name, especially useful for non-English variants of Windows.
Personally every time I want to launch Windows Calculator my muscle memory
types `calc` but that never brings up `Kalkulator` unfortunatel... |
# Summary of the new feature/enhancement
~~Product Launcher should support keyboard layout mapping for all system
keyboard layouts, for example:~~
~~**US Keyboard** ⟶ **Russian Keyboard**~~
~~**Russian Keyboard** ⟶ **US Keyboard**~~
EDIT: commenting out the part about the keyboard switching since it nor
relevan... | 1 |
### Describe your issue.
I always (since about three days) get this error when install the package.
### Reproducing Code Example
pip install scipy
### Error message
Using cached scipy-1.10.1.tar.gz (42.4 MB)
Installing build dependencies ... done
Getting requirements to bu... |
Want to build from source to work on adding a missing distribution (Landau
distribution). Following the steps from here. Using the _pip+venv_ workflow.
Already cloned the repo and created the virtual environment, run `python -m
pip install numpy pytest cython pythran pybind11 meson ninja pydevtool rich-
click` succes... | 1 |
As suggested below this report is moved to
http://stackoverflow.com/questions/42123253/angular-2-local-development-
environment-runs-only-once-after-install-reproducib
It should be noted that having the "Report Issues" link on pages such as
https://angular.io/ go to https://github.com/angular/angular/issues ends up
... |
If I write something like this:
<tbody *ngFor="#item of [1,2,3]" myTableRow></tbody>
that uses the following component:
@Component({
selector: '[myTableRow]',
template: '<tr><td>test</td></tr>'
})
export class MyTableRow {}
then it produces invalid HTML, there will ... | 0 |
##### Description of the problem
Feature request: Add `modelViewProjection` matrix to all shaders as a global
uniform. Right now every vertex shader I see using three js has to do a
`projectionMatrix * modelViewMatrix` in order to get the object to clip
position.
The multiplication should be able to be done on the ... |
Right now shaders do this to transform a vertex:
gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
Instead we could have this, saving one matrix multiplication per
transformation:
gl_Position = modelViewProjectionMatrix * vec4( position, 1.0 );
So we i... | 1 |
**Paul Bacsik** opened **SPR-5578** and commented
`@Autowired` is capable to handle private Fields, setting Fields with
<property declaration is not possible. Two reasons why it should be possible:
* Information Hiding, for the user of the class there must not be the possibility to call the setter.
* `@Autowir... |
**Sivakumar** opened **SPR-4844** and commented
Can any send the replacment method for the public static int
countParameterPlaceholders(String str,
char placeholder,
String delimiters) in the spring 2.5.4
* * *
**Issue Links:**
* #9521 Replacement method for JdbcUtils.countParameterPlaceholders in spring 2.... | 0 |
We need the equivalent of #20770 for the case of partial indexing (which
includes both indexing by lists of partial keys, and indexing by specifying a
list for each level). It needs a separate approach because resulting indexers
are different (as missing keys are dropped rather than replaced with NaN).
... |
This is similar to #9697, which was fixed in 0.16.1. I give a (very) slightly
modified example here to show some related behavior which is at least
inconsistent and should probably be handled cleanly.
It's not entirely clear to me what the desired behavior is in this case; it's
possible that transform should not wor... | 0 |
### Version
2.6.10
### Reproduction link
https://github.com/lusarz/scoped-css-inheritance-issue
### Steps to reproduce
1. Create generic component (VPanel) with slot, and `.title` class
2. Use VPanel as root of specific component (VSamplePanel)
3. Define div with class `.title` inside specific component
... |
I know you can access transition hooks by:
Vue.transition('fade', {
beforeEnter (el) {
console.log('beforeEnter', el)
},
enter (el) {
console.log('enter', el)
},
afterEnter (el) {
console.log('afterEnter', el)
},
enterCancelled (el) {
... | 0 |
In some situations we would like to use kubernetes without needing a docker
registry. We store images on a shared nfs file system by using `docker export
-o container.tar some-container`. On docker hosts we then import that image
using `docker import` and run the container.
It would be great if kubernetes could also... |
This would make distribution of cluster components packaged in docker images
much easier. Right now component images are downloaded in tarfile format and
unpacked by salt/bash. This should be a concern of cluster deployment but is
currently entangled with node deployment. We should support this in the node
API.
@bgr... | 1 |
I have a problem with my flutter application. On iOS, everytime I launch it, I
see a black screen for 1-2 seconds before my first screen can be loaded. The
behaviour is like the one showed in video
I have setup a splashscreen editing LaunchScreen.storyboard. This happens even
if I try to launch the default flutter a... |
I am trying to figure out this blank screen that shows up between the
LaunchImage and my app's first screen. Has anyone noticed that. this is the
code I wrote for a simple test.
void main() => runApp(
new MaterialApp(
debugShowCheckedModeBanner: false,
ti... | 1 |
Consider the case of someone who wishes to test out a package built in a
WIndows configuration on a Linux machine (using WINE.) To do so one should be
able to pass in `--cfg 'target_os = "win32"'` and have it override the
existing target_os. Suprisingly, instead both configurations are activated.
That's okay but what... |
Normally, I build stage1 rustpkg to save time. With `833ed21` I get:
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/librustpkg.dylib
time: 0.043 s parsing
time: 0.061 s expansion
time: 0.006 s configuration
time: 0.006 s maybe building test harnes... | 0 |
I had a problem earlier when trying to scrape a site. I thought there was an
issue with requests elsewhere but It turned out that I had to include the
cookies from the headers as an argument in `scrapy.FormRequest()`. What is the
reasoning behind this? Because, when using `request.post()` I can get a
response 200 by ... |
I am new in scrapy, and I meet some problems which I can not get answer from
google, so I post it here:
1 Cookie not work even set in DEFAULT_REQUEST_HEADERS:
DEFAULT_REQUEST_HEADERS = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-encoding': 'gz... | 1 |
* Electron version: 0.37.2 & 0.35.5
* Operating system: OSX 10.11
Part of the stack trace:
Responsible: Electron [25499]
User ID: 502
Date/Time: 2016-03-25 17:01:48.270 +0200
OS Version: Mac OS X 10.11.4 (15E65)
Report Version: 11
Anonymous UUID: 2C6BD5A7-8763-4740-F4C9-9AAAE37693B8
Sleep/Wake UUID: ... |
Hello,
I tried to add auto-updating to a project, but I get the following error:
`Electron[2596:20416] -[__NSCFNumber length]: unrecognized selector sent to
instance 0x1505b49b61437`, with Electron v0.33.7 packaged using `electron-
packager` on OSX 10.10.5.
Here is a minimal main process file I have the issue with,... | 1 |
The CylinderBufferGeometry constructor produces doubled vertices and normals
in the places where a ring is closed. This could result in wrong shading (one
non-smoothed edge), in the screenshot only for demonstrating purposes forced
by a call of computeVertexNormals().
 {
super([], "return 1");
}
}
let a = new function_proxy();
console.log(a instanceof function_proxy)
### Expected Behavior
`true`
### Current Behavior
`false`
### Context
I'm trying to find a... |
I have tested this input code in chrome and your compiled code also and
discovered an issue. I have described that issue in the comments in the
following code.
class B extends RegExp {
constructor(source, flags) {
super(source, flags);
}
getName() {
return 'name';
... | 1 |
# EDIT by @hzoo: make sure babel-core is >= 6.26.0, and in general keep the
babel deps the same version
Transform Generator Plugin Fails
### Input Code
I grab the lastest version of babel:
....
babel-plugin-transform-object-rest-spread@6.26.0 node_modules/babel-plugin-
transform-object-rest-spread
├── babel-p... |
# v7 Regression
**Describe the regression**
When I want to upgrade my project to use Babel V7 with suggest way, my project
can't upgrade successfully with some error code.
my Babel Configuration :
{
"presets": [
["@babel/preset-env", {
"modules": false,
"target... | 0 |
Is the following intended or a bug?
I was surprised, because changing `1:4` to `:` changed the output type. I
expected to see the same vector of vectors in both cases.
julia> v
2×4 Array{Complex{Float64},2}:
-1.0+0.0im 0.739183+0.196401im 0.739183-0.196401im 0.627138+0.0im
0.82... |
After downloading the official dmg from the website, I was surprised to find
that the test suite does not pass on aarch64-darwin (aka M1 aka apple silicon
aka macOS on ARM etc). I ran `bin/julia --check-bounds=yes --startup-file=no
--depwarn=error share/julia/test/runtests.jl` from the
Contents/Resources/julia direct... | 0 |
In the latest update (Version 0.10.3 (0.10.3) on Mac ), typing a number with a
decimal autocompletes suggestions for other libraries in tsd.d.ts.
Example attached shows attempt to type "0.1" and "1.1"
"Power0" autocompletes with ease from tweenMax
Seems to be no way past this without removing quickSuggestions.
TS... |
I have custom key bindings like these
{ "key": ";", "command": "^acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible" },
{ "key": "space", "command": "^acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible" },
...
to mimic how autocomplete w... | 1 |
* Electron Version: 3.0.0-beta.1
* Operating System (Platform and Version): MacOS High Sierra (10.13.4)
* Last known working Electron version: 2.0.3
**To Reproduce**
1. Add `titleBarStyle: 'hidden' as option while creating a new electron window
2. Add `-webkit-app-region: drag` style to the element by whi... |
The other issue is tagged V7 so I'm creating this for visibility.
Link: #20933
Issue Details
Electron Version:
7 - 9, possibly above
Operating System:
Windows 10
Last Known Working Electron version:
6.0.7
Expected Behavior
BrowserWindow with alwaysOnTop should remain above other windows even after
... | 0 |
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
I am trying to create a custom comp... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
After some debugging in my application, I came across a peculiar bug. If you
set `castShadow = false` on a `Mesh` and use `VSMShadowMap` \- the shadow is
still being drawn. If you use `PCFSoftShadowMap` \- the shadow is not
rendered, as expected.
|
Hi there,
I found that `renderer.shadowMap.type=VSMShadowMap` seems to have an issue in
regards to 3D objects which are set to receiveShadow=true and
castShadow=false.
In this fiddle you can see
https://jsfiddle.net/Thor_Bux/g1Loqb08/21/
That the red cube is set to castShadow=false and receiveShadow=true however... | 1 |
**Kaleb Walton** opened **SPR-3698** and commented
Please add the ability to set a default "refresh-check-delay" for all Scripted
Beans in the ApplicationContext. I'd rather not have to put that same
attribute in each of my lang:groovy/ beans.
Thank you!
* * *
**Affects:** 2.0.6, 2.0.7, 2.1 M2
**Issue Links:**
... |
**Stevo Slavić** opened **SPR-7772** and commented
Please change logging level to info in PropertiesLoaderSupport when logging
message that resource is not found and ignoreResourceNotFound is set to true.
By default ignoreResourceNotFound is set to false and developer has to
explicitly set it to true - thus being a... | 0 |
ref: https://travis-ci.org/scikit-learn/scikit-learn/builds/392640200
Looks like due to pending deprecation warnings:
> AssertionError: Got warnings when calling fit: [{message :
> PendingDeprecationWarning('the matrix subclass is not the recommended way to
> represent matrices or deal with linear algebra (see
> ht... |
We are getting many warnings like `PendingDeprecationWarning('the matrix
subclass is not the recommended way to represent matrices or deal with linear
algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-
users.html). Please adjust your code to use regular ndarray.` using numpy
master (see logs at http... | 1 |
### Describe your issue.
The function `scipy.stats.nbinom.logcdf` returns wrong results for some
arguments. By trying out (and looking at the implementation), this seems to
happens when the input arguments would lead to an array result that mixes
values larger and smaller than log(0.5). (In the implementation, there... |
I am trying to install scipy under pypy on macOS Catalina (MacBook Pro late
2013). However, when I run `$ pip_pypy3 install scipy` it fails to build. I
installed pypy using homebrew and it seems to work fine otherwise. Numpy is
working too, even though its installation gave me some issues at first, which
I fixed by i... | 0 |
_ModuleNotFoundError: No module named 'werkzeug.wrappers.etag'#20723_
#### How to reproduce the bug
Install using pip on Ubuntu with python 3.9
Get to this point as per instructions:
`$HOME/venv/superset/2.0.0/bin/superset db upgrade`
### Expected results
No error
### Actual results
logging was ... |
I installed Superset 2.0.0 via pip. I get the following error when running
`superset` after installation:
$ superset
...
ModuleNotFoundError: No module named 'werkzeug.wrappers.etag'
#### How to reproduce the bug
I installed Superset via pip in a clean Python 3.8 virtual environment on
Linux:... | 1 |
## 🚀 Feature
automatically inferring the input size after the first forward pass
## Motivation
https://mxnet.apache.org/api/python/docs/tutorials/getting-started/to-
mxnet/pytorch.html
In PyTorch you have to specify the input size as the first argument of the
Linear object. Apache MXNet provides an extra flexib... |
## Motivation
There’s a lot of cases in framework design where we want to be able to treat
components like lego blocks when building various model architectures. The
following case studies in PyText are the 90% common cases, not the exceptions,
ie. most people build models from these architecture families.
Document... | 1 |
hello
I've found a bug that causes posts to be deleted when the terminal window is
shrunk and stretched. Is there any way to fix this?

this picture before I reduced the terminal window
: Windows Terminal Preview v0.6.2951.0
ColorTool v1.0.1904.29002
# Steps to reproduce
Applied this theme via colortool. Perfectly works on the regular PowerShell
and Command Prompt but... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.