text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I've got 3 views that I'm loading random images into on a timer. I'm trying to
crossfade the new image with the currently displayed image. I basically get a
random image from a list of about 10 and call the method below 3 times (with
different views) every 6 seconds.
This works most of the time, but sometimes it cra... |
I'm using glide to load an image into the background of one of my activities.
This background image changes very often and I use the crossfade() to animate
between the image changes. This works all fine and dandy when the image is not
in the cache.. the crossfade works as expected. However, it seems that if the
image... | 1 |
I posted this report in the HuggingFace Forum at first, but @BramVanroy kindly
told me to post the report here instead of the forum.
The link to the post in the forum: https://discuss.huggingface.co/t/some-
unintended-things-happen-in-seq2seqtrainer-example/2361
## Environment info
* `transformers` version: 4.0... |
### System Info
* `transformers` version: 4.26.0.dev0
* Platform: Linux-4.18.0-425.3.1.el8.x86_64-x86_64-with-glibc2.28
* Python version: 3.9.16
* Huggingface_hub version: 0.12.0
* PyTorch version (GPU?): 1.13.1 (False)
* Tensorflow version (GPU?): 2.11.0 (False)
* Flax version (CPU?/GPU?/TPU?): 0.5.3 ... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
##### ANSIBLE VERSION
ansible 2.2.1.0
##### SUMMARY
Hey,
When i try to install an open source project Verteego Data suite using the
Ansible Playbook command, the installation is failed with the following error
message :
TASK [Make boot d... |
Seemingly not a thing in master yet if going by what @bcoca noted on IRC.
##### ISSUE TYPE
* Feature Request
##### COMPONENT NAME
Ansible core
##### ANSIBLE VERSION
2.2.2.0 (and most likely 2.3/master
##### OS / ENVIRONMENT
N/A
##### SUMMARY
`allow_world_readable_tmpfiles` seems like a parameter that you ... | 0 |
I had this issue, but a friend of mine started FreeCodeCamp and had a similar
issue. It wasn't browser specific to Chrome or Firefox (occurring in both),
but what seems to happen is if you select something say 3/4 down the page (for
reference my monitor is 1366x768, also happened in my 1920x1080 monitor) your
cursor ... |
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
### Bug report
**Bug summary**
Plotting negative values on a log scale is possible. However it changes the
axis limits in a seemingly arbitrary way.
**Code for reproduction**
The following shows three scatter plots. The `x` values
(1) are all positive
(2) contain one negative value
(3) have the negative val... |
import matplotlib.pyplot as plt
fig, axs = plt.subplots(2, 1)
axs[0].scatter(range(0, 4), [0, 1, 2, 3])
axs[1].scatter(range(0, 4), [0, 1, 2, 3])
axs[0].set_yscale('log')
axs[1].set_yscale('log')
axs[1].set_ylim(bottom=0)
plt.show()
This raises
... | 1 |
#### Code Sample, a copy-pastable example if possible
In [2]: mi = pd.MultiIndex.from_product([[True, False], range(1, 10)])
In [3]: mi.get_loc((False, 1))
Out[3]: 9
In [4]: mi = pd.MultiIndex.from_product([[True, False], range(1, 10000)])
In [5]: mi.get_loc((False, 1))
... |
Now that pip 19 is out, we can attempt to re-add pyproject.toml
* * *
The release of pip version 10 and the presence of a `pyproject.toml` in our
latest released versions gives problems for installing pandas in the following
cases:
**Problem with installing pandas for Python 3.4**
* You get the error _"Double r... | 0 |
iOS doesn't show text controls like autocorrect, copy, paste, cut, etc.
|
# WELCOME to the Flutter Console.
Use the console below this message to interact with the "flutter" command.
Run "flutter doctor" to check if your system is ready to run Flutter apps.
Run "flutter create <app_name>" to create a new Flutter project.
Run "flutter help" to see all available commands.
Want to use ... | 0 |
Make sure these boxes are checked before submitting your issue - thank you!
* When we enter a child page , the SVG is drew ; eg: y axis'value like 3.4k , i want it show 3400. Now,i think svg need data it can drew, i track the 'URL', but i can't find the code . where is the component code. how find the ‘configurati... |
Is there some way to change the decimal formatting in Table View?
Currently 0.532 is formatted as 532m. I would very much welcome a formatting
option that would not use M (for 10^6), k (for 10^3) and m (for 10^-3).

| 1 |
The following invalid code results in a segfault for me: `Set{Array{T}}()
where {T<:Float64}`
Full details:
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type ... |
## background
Somebody in Chinese Julia community wants to implement a STMonad in Julia, and
he found this bug.
And I found that this code in julia 0.6.4 only cause a error, Julia also
suggest that this code use a deprecated syntax. But in Julia 1.0 this cause a
crash.
## Error info
### v 1.0.0
minimal reproduci... | 1 |
I have some spare time.
@mrdoob is it something you want in three.js ?
On CPU:
http://cgit.freedesktop.org/mesa/mesa/tree/src/glu/sgi/libnurbs/interface/glinterface.cc?h=8.0
( restrictive license )
https://svn.blender.org/svnroot/bf-
blender/trunk/blender/source/blender/blenkernel/intern/curve.c ( GPL )
http:... |
This is something I have been struggling with for a while. Three.js doesn't
manage your assets very well. It creates duplicates, specifically my problem
is with duplication of textures and materials.
When you load a texture - you get a brand new `Texture` object, the
`TextureLoader` under the hood uses `Cache`, whic... | 0 |
The following code fails with an error (`numpy.linalg.LinAlgError: SVD did not
converge`). This occurs if:
* there is this unused import (`import scipy.linalg`)
* a modulo operation is performed (`x1 % 2`)
This is unexpcected to me, because the modulo operation shouldn't have any
side effects, but even copying ... |
Tests are failing:
FAILED ....\lib\tests\test_regression.py::TestRegression::test_polyfit_build -
numpy.linalg.LinAlgError: SVD did not...
FAILED ....\linalg\tests\test_regression.py::TestRegression::test_eig_build -
numpy.linalg.LinAlgError: Eigenvalues ...
FAILED ....\ma\tests\test_extras.py::TestPolynomial::... | 1 |
Is there a plan to support custom context menu? like:
https://atom.io/docs/api/v1.7.1/ContextMenuManager
or
http://wiki.eclipse.org/Menu_Contributions#menu
Thanks. I am looking forward to that.
|
* VSCode Version: alpha
* OS Version:
Steps to Reproduce:
1. No tabs no Open editor section
2. Two groups. G1: a.txt & b.txt with b.txt in front; G2: c.txt
3. G2 has focus
4. Ctrl+P a.txt
Observe: a.txt is opened a second time in G2
I would like to have an option to reveal a.txt in G1 instead of openi... | 0 |
My issue is about a funny behavior of scipy function integrate.quad.
Integrating a gaussian function I get wrong values depending on the
integration interval. See below.
in [3] I compute the integral on [-100, 0.5] and I get the expected value.
In [4] I compute the same integral on [-1000,0.5]. I expect the same ... |
Hi,
I was just exploring a difference I noticed between numpy's std() function and
scipy.stats' nanstd() function.
numpy.std is called like this:
numpy.std(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False)
and scipy.stats.nanstd is called like this:
nanstd(x, axis=0, b... | 0 |
When looking at a zoomed out hexbin plot, the tiles seem to overlap, with the
right-most tiles lying on top of the left-most tiles. This is present on
master (see http://matplotlib.org/devdocs/_images/hexbin_demo.png), and here
is an example (it helps to zoom into the .png image):
![screenshot from 2017-01-16
13-27-... |
This is the underlying problem raised in #1178.
It is illustrated by the test below; note that boundary anomalies are visible
in all forms--agg on the screen, and pdf and svg displayed with a viewer--but
in different places depending on the viewer and the size of the figure as
rendered.
Note that the colorbar is ... | 1 |
## Bug Report
**Current Behavior**
In time I pass the object, which contains the literal declared parameter
called class, to the React component, I receive SyntaxError.
<div attrs={{class: 'A'}}>Children</div>
**Expected behavior/code**
Expected behavior is to get the correct parsed attributes like { class: 'A... |
## Bug Report
**Input Code**
<Select prop={{ class: 'test' }} />;
**Current Behavior**
With the latest version of `@babel/parser@7.1.3` it fails with the error
SyntaxError: /Users/serdiuk/coding/test/test.js: Unexpected token, expected "jsxTagEnd"
**Expected behavior/code**
Wit... | 1 |
**Stéphane Nicoll** opened **SPR-9684** and commented
The spring test infrastructure no longer honour prototype-scoped beans if they
are injected wiht `@Resource`. It does work with `@Autowired`.
We suspect that #13814 may have brought this regression.
To reproduce, extract the zip and run the tests (either from ... |
**Samuel Bernet** opened **SPR-9627** and commented
The bugfix #13814 "Scoped-proxy memory leak w/ `@Resource` injection" leads to
bean instances being cached too eagerly in
`CommonAnnotationBeanPostProcessor`. Besides the (desired) caching of AOP
scoped-proxies to prevent the memory leak the current code also cach... | 1 |
I've recently experimenting with `llvm.expect` to see if I can squeeze the
last bit of performance for error throwing (rather the non-error path). I
would like to use `llvmcall` but the simplest implementation gives me an error
that `@llvm.expect.i1` is not defined. Would it be possible to add another
parameter for `... |
Basically sugar, but would be cool to compose functions with the pipeline op.
Could possibly help with #5571.
f(x) = x |> factor |> keys |> length
f = factor |> keys |> length
# ERROR: no method keys(Function,)
# in |> at operators.jl:159
I think the relevant code is
julia/base/oper... | 0 |
Right now, https://golang.org/src/net/http/pprof/pprof.go?s=6283:6333#L197 has
a
func Index(w http.ResponseWriter, r *http.Request)
which only works if the path on which it is serving is exactly
`/debug/pprof/`.
This is weakly documented, and also a little inconvenient, as handling other
paths may be... |
My CL that expanded the maximum runtime memory to 128 GB appears to have broken race
detection on the Windows build machine. I will disable the test for now so that the
build machine stays useful.
| 0 |
We should expect this to work, but currently we get an inappropriate error
message.
>>> from sklearn import *
>>> model_selection.cross_validate(linear_model.LogisticRegression(), np.random.rand(10, 2), ['no'] * 3 + ['yes'] * 7, scoring='roc_auc')
...
ValueError: Data is not binary and pos_... |
to reproduce:
import numpy as np
np.random.seed(13)
classes = np.array(['yes', 'no'])
y = classes[np.random.randint(2, size=10)]
t = classes[np.random.randint(2, size=10)]
from sklearn.metrics import roc_auc_score
from sklearn.metrics import accuracy_score
roc_auc_score(t, y... | 1 |
All my use cases would work better if each operator would execute everything
in one transaction. Two examples:
* I want to `GenericTransfer` a set of rows from one DB to another, and I have to create the table first in the destination DB. I feel like it'd be a lot more clean if I didn't have empty tables lying aro... |
def _execute(self):
command = self.task_instance.command(
raw=True,
ignore_dependencies=self.ignore_dependencies,
force=self.force,
pickle_id=self.pickle_id,
mark_success=self.mark_success,
task_st... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.17134.1069]
PowerToys version: 0.13.0
# Steps to reproduce
• Ensure that FancyZones is already setup on the remote computer (connecting to)
• Initiate a remote connection using Remote Desktop Connection -... |
# Environment
Windows build number: FancyZones is Running - [Version 10.0.18362.295] RemoteApp connection running [Version 6.3.9600]
PowerToys version: 0.11.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Press Shift key while dragg... | 1 |
The default Deno NotFound error:
error: Uncaught NotFound: No such file or directory (os error 2)
Is supremely unhelpful. Yes, I probably should have added more logging or
whatever, but I would really have preferred to see _what_ file my script was
expecting to find and was missing, diagnose the ... |
Running a simple oak server to illustrate deno-react-example using deno 1.0.3
on Ubuntu results in: "error: No such file or directory (os error 2)"
Would anyone know how to debug this?
Thanks
| 1 |
##### Issue Type:
* Bug Report
* Feature Idea
* Documentation Report
##### Ansible Version:
<!--- Paste verbatim output from “ansible --version” here -->
##### Ansible Configuration:
##### Environment:
##### Summary:
##### Steps To Reproduce:
<!--- Paste example playbook... |
##### Issue Type:
* Bug Report
##### Ansible Version:
$ ansible --version
ansible 2.0.0.2
config file = /usr/local/etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### Environment:
Ansible Installed on OSX and manage Amazon Linux
##### Summary:... | 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
**Current behavior**
ngc doesn't work. If I run ngc, I then get the response:
C:\Users\George\Source\Repos\docs... |
**Version Alpha 46, TS**
When trying to learn the various ways of working with forms I ran into an odd
issue where select elements trigger change events twice for the same change
when subscribed to the valueChanges observable.
If I have a function that changes the value from the model it only fires the
change event... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.187.0
**System** : linux 3.16.0-31-generic
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: EACCES, permission denied '/home/jeff/repos/crud/package.json'
At /opt/atom/resources/app/node_modules/pathwatcher/lib/... |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.187.0
**System** : Mac OS X 10.9.5
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: EACCES, permission denied
'/Users/cavenmitchell/Documents/dump/kiste'
At /Applications/Atom.app/Contents/Resources/app/node_mod... | 1 |
##### System information (version)
* OpenCV => 4.1.1
* Operating System / Platform => Linux
* Compiler => gcc/g++
##### Detailed description
I'm trying to load the pretrained DeepLabv3+ xception_65 model available from
Tensorflow repository using OpenCV DNN C++. It throws the following error:
... |
##### System information (version)
* OpenCV => 4.0
* Operating System / Platform => Ubuntu 16.04
* Compiler => cmake
* Tensorflow => 1.13.1
* Python => 3.5
* protobuf => 3.6.1
##### Detailed description
terminate called after throwing an instance of 'cv::Exception' what():
OpenCV(4.0.0)
/home/cas/work/... | 1 |
In pull request name, there is [WIP], [MRG] and in commit, there is ENH, FIX,
TST, DOC, MAINT, ...
|
The documentation for this project looks fantastic. I'm new to ML but I'd love
to have a PDF copy of the docs which I can read along with text books on the
subject.
I just spend half a day trying to do 'make latexpdf' only to find out that pdf
functionality hasn't worked in over a year.
Can you please just provide ... | 0 |
The referenced control is Select Field:
http://www.material-ui.com/#/components/select-field
Select Field is a great component, but it lacks a feature that would be useful
for a lot of use cases. It would be great to be able to select more than one
item from the dropdown list.
For example, if "multiselect" mode i... |
Hello,
I am utilizing select fields and auto complete a lot in my app and I'd like to
know if there are plans for adding multi-select for these fields. I think
multi-select is widely required feature that a lot of developers can benefit
from.
Thanks!
| 1 |
When I split my view horizontally, I find the duplicate status bars to be
somewhat wasteful of real estate. I'm wondering if it wouldn't be better to
have a single status bar at the bottom that changes its display depending on
the active editor, like Sublime has. We already have the filename in the tab
bar. Although ... |
Since upgrading to 0.123 (or maybe 0.124) I have been experiencing very high
CPU usage from Atom Helper. Running on Macbook Pro with OSX 10.9.4. Have been
using Atom for several months and have not experienced this problem before.
Unsure how to troubleshoot more.
| 0 |
Context: http://127.0.0.1:3999/flowcontrol/13
Hi, just going through the Golang tour (very cool, btw) and was confused by
the sentence "To learn more about defer statements read this blog post."
because there was no link to a blog post. Then I realized that "blog post" was
an undecorated link. It would be clearer if... |
Context: https://tour.golang.org/
Links in the slides are black, as the text, and it's hard to differentiate
them.
| 1 |
Hello Typescipters,
I'm using the `Q` library with its typings installed via `tsd`.
In a module I'm using
/// <reference path="../typings/q/Q.d.ts"/>
// ...
compiled with
tsc -m commonjs --out test.js test.ts
tsc --version
message TS6029: Version 1.4.1.0
and would like `... |
After seeing #4884, I'd like to ask about this. Having
`diagnosticInformationMap.generated.ts` in the repo seems fine since it's part
of the build, but since we want to check if for duplicate IDs we should
consider incorporating the generation of the code into the standard build
process, rather than a script run by h... | 0 |
Exception when using some colors in custom pallete
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
At least: No exception.
## Current Behavior
TypeError
Cannot read property 'charAt' of undefined
decomposeColor
https://132... |
In certain screen width scroll appears even when it shouldn't, when the number
of lines is less then the defined number of maxRows.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I expect scroll to appear only when the number of lines in a multi... | 0 |
I think the issue is self explanatory when looking at the code below. The
second boolean should be False.
Is this intended? If so, should there be some kind of Warning for the user? I
couldn't figure why my code wasn't working until I realized that I have to
convert my numpy array to a normal list.
### Reprodu... |
The `__contains__` method is written to be used for a single array element.
However for example in list of list, `__contains__` does a check more
equivalent to subarrays. `in` must return a single boolean.
After some discussion on the list (nabble), there are three main
possibilities:
1. The first item must be an... | 1 |
**Describe the issue**
I was curious as to why the regex looks for 'on' in the get parameters. I had
a parameter called 'onSiteTestComplete=false' but I had to change it to
'isOnSiteTestComplete=false'. Thanks!
https://github.com/axios/axios/blob/master/lib/helpers/isValidXss.js
**Environment:**
* Axios Versi... |
It seems that axios v0.19.1 introduced a new bug.
The bug comes from #2464
All urls containing `javascript`keyword is throwing XSS error. So, all
following urls cannot be used in axios any more:
* https://www.javascript.com
* https://stackoverflow.com/questions/tagged/javascript
* https://www.google.com/sear... | 1 |
It is either very hard (I don't know how to do it) or impossible to create an
unboxed closure that takes a mutable reference. Here are my attempts, with the
resulting error messages inline:
#![feature(unboxed_closures)]
#![feature(overloaded_calls)]
// test.rs:4:23: 4:31 error: missing lif... |
This is on the 1.0 schedule, but there is no issue and no RFC.
| 1 |
While trying to optimize training of a network by moving most work to the GPU,
I encountered the following error below. Although this references a variable
defined in the batch_normalization helper class I've used, removing that class
(replacing all calls to it with an identify function) results in a similar
error el... |
I apologize if this is not actually a issue. When trying to put
tf.reduce_mean() on the gpu, I get the following error:
tensorflow.python.framework.errors.InvalidArgumentError: Cannot assign a device to node 'gradients/Mean_grad/mod': Could not satisfy explicit device specification '/device:GPU:0' beca... | 1 |
Please:
* Check for duplicate requests.
* Describe your goal, and if possible provide a code snippet with a motivating example.
PyTorch will soon add bf16 support on GPUs. Where is JAX on that?
Will JAX soon add support for bf16 precision on GPUs?
|
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
import jax
import jax.numpy as jnp
f = lambda x: jnp.square(x).mean()
jf = jax.jit(f)
x = jax.random.uniform(jax.random.PRNGKey(0), shape... | 0 |
Hi,
I am sure this will not be for 2.x series. Somethings that I like if you are
making the 3.0 move.
I have been looking the
https://github.com/symfony/Routing/blob/48c201da53b7c3b787609b0f6702456b86939577/Matcher/RequestMatcherInterface.php#L38
and the method
public function matchRequest(Req... |
this will make it possible to do content type negotiation inside the Routing.
will try to implement this on todays train ride :)
/cc @couac @liuggio
| 1 |
I use `react-with-addons` in a RequireJS enviroment. If I try to use
`React.addons.Perf`, I get a `ReferenceError: ReactDOM is not defined` from
https://github.com/facebook/react/blob/15-dev/src/umd/shims/ReactAddonsDOMDependenciesUMDShim.js#L26.
This is a regression from 15.3.x.
|
If I try to load react-dom with RequireJS, I get an error: "Mismatched
anonymous define()".
Looking at the react-dom from the 15.4.0 distribution
(https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react-dom.js), I notice
that there seem to be two UMD wrappers at the top.
This is probably related to the change i... | 1 |
Building NumPy python wheel reports error in the end of process if CPU
instruction set baseline flag is passed:
> python3 setup.py build --cpu-baseline="avx" bdist_wheel
> AttributeError: 'CCompilerOpt' object has no attribute '_requested_baseline'
Full error:
########### EXT COMPILER OPTIMIZATION #... |
The np.clip function's documentation says:
Equivalent to but faster than ``np.maximum(a_min, np.minimum(a, a_max))``.
No check is performed to ensure ``a_min < a_max``.
This strict definition would imply that if a_min > a_max it will return a_min.
However the experimental behavior is that a_m... | 0 |
I'm using TS 1.6.3 and JSPM. I `jspm install`-ed moment and then import it
like so
import * as moment from 'moment'
This compiles to
....
function(moment_1) {
moment = moment_1;
}
....
Using Babel this compiles to
....
function(_moment) {
moment =... |
I was recently running into some trouble with getting SystemJS to load jQuery
using the ES6-style syntax.
import * as $ from 'jquery';
The above code worked fine with RequireJS and AMD format, and when using
SystemJS as the loader when my code was emitted by TypeScript in AMD format.
However I notice... | 1 |
* Electron version: 2.0.6
* Operating system: MacOS High Sierra (latest)
### Expected behavior
The mas build should be accepted by the App Store.
### Actual behavior
The App Store suddenly started to reject my mas build based on the Electron
Framework v. 1.7.9. The upgrade to the last stable version 2.0.6 did... |
**Electron Version:** v3.0.x, v2.0.x
**OS:** Windows 10 (1803) x64
**Expected Behavior**
Context menu of a flash object should stay open until user performs an action
that normally closes it.
**Actual behavior**
Opening a flash context menu works fine but it randomly disappears when
clicking nothing. Once it... | 0 |
We have two Code of Conduct pages:
* In the Sphinx pages
* In the Hugo pages
Should the Sphinx version be removed?
|
random.choice enhancement request:
random.choice should support multidimensional arrays by taking an axis number.
With this enhancement, axis=None would choose from a flattened array, while an
integer argument would chose from the subarrays along that axis.
Apologies if this is a duplicate. My previous submission s... | 0 |
## 🐛 Bug
`python: symbol lookup error: /usr/lib/python3.6/site-
packages/torch/lib/libtorch_python.so: undefined symbol: PySlice_Unpack`
when generating and displaying big tensors.
## To Reproduce
$ python
Python 3.6.0 (default, Jan 16 2017, 12:12:55)
[GCC 6.3.1 20170109] on linux
Type ... |
Python 3.6.0 (default, Nov 17 2017, 11:43:46)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
> > > import torch
> torch. **version**
> '1.0.0'
> m=torch.randn(2,3)
> m
> tensor([[-0.3711, 0.5104, -0.8859],
> [-0.5211, -0.6502, -0.5249]])
> m[:,1]=... | 1 |
Hi,
On a test website (http://ks3364357.kimsufi.com/) I have a navbar with a menu
and a button. Both are right aligned. It works well in firefox but the
behaviour in chrome is very strange.
First time you go on the page the button break from the line makin the navbar
bigger. But if you resize it (til it gets in nav... |
**This bug exists only in google chrome, both in Windows and in OSX**
If a fixed navbar is used with navbar-right elements, such as a button, and
input type=password is used inside a form anywhere on the page, when the page
is reloaded the navbar pushes elements to a new row, making it too tall.
http://jsbin.com/d... | 1 |
HTML elements at in many in examples are using single quote instead of double
but examples in readme and blog of zeit are not. IMO It might make users
confused specially in terms of using lint like standard, which report an error
of double quotes in JSX. I'm not sure which style is your recommendation.
* I have se... |
I'm trying `next export` in an app that uses apollo client to load content
from our CMS. When navigating from page to page via or imperative Router
actions w/ prefetching, `getInitialProps` fires on page load & emits a call to
my graphql API.
* I have searched the issues of this repository and believe that this is... | 0 |
If it is happening now, it will happen again.
|
## Motivation
If I was setting up frontend infrastructure on kube, I might do something like
this:
L1 [ Ingress ] service state <- |
| | per service Dos policy
(certs, geo) --- (hostname, ip) --- [dos engine]
|
L2 [ Services ] endpoint sta... | 0 |
Hello,
The example in the tutorial use radius = 53 and SNR = 5200. I downloaded
the code and used the sample image as in the tutorial. However results are
way off .Did anyone try the example? Has something changed?
Thanks
|
##### System information (version)
* OpenCV => 4.3
* Operating System / Platform => MacOS (10.14 Mojave)
* Compiler => Xcode (Clang/LLVM?)
##### Detailed description
I attempted to translate the C++ program featured in the Out-of-focus Deblur
Filter tutorial into Python for adding multi-language coverage. I ... | 1 |
This might not necessarily a new thing since 0.14, but I find the output of
group.head() not appropriate for a grouping:
df = pd.DataFrame(np.random.randn(6,2))
df['A'] = [1,2,2,1,1,2]
df
0 1 A
0 -0.047101 0.828542 1
1 1.617815 0.362700 2
2 1.3... |
When `sort = True` is passed to `groupby` (which is by default) the groups
will be in sorted order. If you loop through them they are in sorted order, if
you compute the mean, std... they are in sorted order but if you use the
method `head` they are NOT in sorted order.
import pandas as pd
df ... | 1 |
Add2App, when i runing my host app,there is a exception:
Check failed: vm. Must be able to initialize the VM.
and,my flutter doctor -v info :
[✓] Flutter (Channel master, v1.0.1-pre.3, on Mac OS X 10.13.6 17G65, locale zh-Hans-CN)
• Flutter version 1.0.1-pre.3 at /Users/zhenqiang/flutter_sd... |
here is the report
flutter_01.log
flutter_02.log
| 0 |
## Feature Request
Now, when a user executes an `insert into on duplicate key update` statement
on a sharding key, an exception will be thrown.
/**
* Sharding insert statement validator.
*/
@RequiredArgsConstructor
public final class ShardingInsertStatementValidator extends ShardingD... |
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Jdbc do you using?
2.0.0 使用 java config 配置数据源
### Expected behavior
表 IM_TEST 分为2库TEST_00 TEST_01,每库5表,分库 id%2,分表 id%5
select * from IM_TEST where id in(4,5)
期望路由到TEST_00.IM_TEST_04 和 TEST_01.TEST_00
### Actual ... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
lineinfile
##### ANSIBLE VERSION
[See issue #16596](https://github.com/ansible/ansible/issues/16596)
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
This bug still exists in version 2.2. The original bug report was closed in
Jul... |
From @jsnshrmn on 2016-06-17T15:03:20Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
lineinfile
##### ANSIBLE VERSION
ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
Bone stock
##### OS / EN... | 1 |
build.go:130: duplicate field work
build.go:206: ambiguous DOT reference *builder.work
build.go:206: ambiguous DOT reference builder.work
build.go:208: ambiguous DOT reference *builder.work
build.go:208: ambiguous DOT reference builder.work
build.go:213: ambiguous DOT reference *build... |
Please consider implementing dup for netFDs on Windows. Currently calling .File() on
users of this type returns the error "dup not implemented on Windows".
There's no equivalent to dup for sockets on Windows. DuplicateHandle doesn't work for
sockets, and WSADuplicateSocket has other purp... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating System version: xxx
* Java version: xxx
### Steps to reproduce this issue
1. ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1-SNAPSHOT
`org.apache.dubbo.common.utils.IOUtils`
这个类看起来像是一个公共类,但实际上里面有坑,不要在你自己的项目里面使用这个类!
###... | 0 |
#### Challenge Name
https://www.freecodecamp.com/challenges/line-up-form-elements-responsively-
with-bootstrap
#### Issue Description
The Like, Info, and Delete buttons need more padding on the right side. Also,
the 'Loving' checkbox label should be on the same line as the checkbox that it
labels. Also, shouldn't ... |
Forewarning, this _may_ be bike-shedding worthy....
### Workspace
User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/49.0.2623.110 Safari/537.36`. (Chrome on Windows 7)
### Setting
The CatPhoto is where you make an web page and one component is adding three
buttons l... | 1 |
**Migrated issue, originally created by Dmitry Tyutryumov**
Hi guys, i need you help.
How i can create a schema on ORM, for few tables,
* MetaData doesn't work when schema doesn't exist.
* event.listen(DeclBase.metadata, 'before_create', CreateSchema('schema')) i see an error if schema is exist, but i don't k... |
**Migrated issue, originally created by Rémy Roy (@remyroy)**
IF EXISTS and IF NOT EXISTS are already part of many DBMSs DDL vocabulary.
They have many use cases which are highly useful in some situations.
For instance, creating a table if it does not already exists or dropping a
column if it exists.
It would be ... | 1 |
its saying that 3 wasnt added to each value when in fact it was. I may have
sent this twice but it wasnt listed when i rechecked nor did i send an email
confirmation. So sorry if its overkill.
Theo

|
okay so i added the semi colon and did everything right (my values increased
by three) but its still saying that three wasnt added to each value.
#frustrated

| 1 |
**Marten Deinum** opened **SPR-3417** and commented
In our current project I wanted to use Introductions. We already use the
aop:config block(s) quite extensivly. We decided to use this block also for
the <aop:declare-parents />.
However this alows only for 3 parameters to be specified
types-matching="[aspectj ex... |
**Dave Syer** opened **SPR-2872** and commented
I seems limiting (maybe there's a reason and I haven't figured it out) that I
can only declare an introduction implementation as a class to be instantiated,
not an actual bean instance. E.g. instead of:
<aop:declare-parents types-matching="test.aop.TestBean"
implem... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
* Once a `Collapse` has finished animating in and has the `entered` className, `overflow` should be set to `visible` so borders, box-shadows, `Checkbox` ripples, contents positioned outside etc are vis... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The documentation of checkbox and radio button components at the docs website
has 'label'.
## Current Behavior
'label' property is missing.
## Steps to Reproduce (for bugs)
Link: http://www.material-... | 0 |
**Guten Tag!**
For my project i used the 0.8 version of rust.
After i started to work on a parser module for my project.
rustc crashed at compile time and i decided to go and use the git version now
i get an error message.
task 'rustc' has overflowed its stack
[1] 2625 illegal hardware in... |
The following program causes a stack overflow:
struct S {
element: Option<S>
}
fn main() {
}
There is a check that enums do not recurse in this way, but no such check for
structs. (Note, though, that there is a check that structrs are _instantiable_
, which is slightly di... | 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
empty_frame=pd.read_excel('pandas/tests/io/data/test1.xlsx', parse_cols=['A','B','C'])
print(empty_frame)
useful_frame=pd.read_csv('pandas/tests/io/data/test1.csv', usecols=['A','B','C'])
print(useful_frame)
####... |
_edit: behavior with DataFrame[sparse]_
In [68]: a=np.zeros(shape=(5,5))
In [69]: pd.DataFrame(a).apply(lambda x: pd.SparseArray(x, fill_value=0)).drop_duplicates()
Out[69]:
0 1 2 3 4
0 NaN NaN NaN NaN NaN
It seems as if pd.SparseDataFrame().dupl... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
15.0.0
### What opera... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
14.0.0
### What opera... | 1 |

|
# Environment
Windows build number: Windows 10 1903
Windows Terminal version (if applicable): 0.2.1715.0
# Steps to reproduce
you can only drag the window when clicking on the window title that is
actually colored in Windows 10 color style ([1]marked green)
click on the window title ([1]marked red) you cannot ... | 1 |
It would be nice if the bottom-docked pane (integrated terminal, Output view,
etc.) could optionally appear as a column alongside the editors, instead of
docked to the bottom. My team has a command-line test watcher and node server
that we keep an eye on while developing. Our terminal output tends to be tall
and narr... |
It's nice that the implementations of `FormatDocumentProvider` and
`DocumentSymbolProvider` can be used via `executeCommand`. However, the return
types are undocumented and subtely different from what the implementation side
produces.
1. Is this intentional?
2. Is it considered a supported scenario for extension... | 0 |
Uncaught Error: spawn /usr/share/atom/atom ENOENT
**Atom Version** : 0.154.0
**System** : linux 3.13.0-40-generic
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At events.js:85
Error: spawn /usr/share/atom/atom ENOENT
at exports._errnoExcepti... |
**TEMPORARY WORKAROUND** : `ln -s /usr/share/atom/atom "/usr/share/atom/atom
(deleted)"`
Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT
**Atom Version** : 0.152.0
**System** : linux 3.13.0-40-generic
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At... | 1 |
Related issues: 4501, 4234
The package net contains some APIs that fetches the kernel state, specifically
network interfaces and its belongings for creating new connections. issue #4501,
4234 focus on transport API, Dial and Listen, but are not for under the hood API.
This issue... |
http://play.golang.org/p/yjqyCAEMyR
What is the expected output?
I expect all examples to listen on an IPv4 address. On the playground this is the case.
What do you see instead?
net.Listen("tcp", "0.0.0.0:11111") listens on [::]:11111 on my
system.
The ful... | 0 |
It appears that kube-ui supports only 'default' namespace.
Any pod,rc,service created in namespaces other than 'default' are not
shown/accessible via kube-ui.
|
While debugging #5091 I noticed that when I'm creating guestbook application
by running `./cluster/kubectl.sh create -f examples/guestbook` there is a
chance that frontend pods come up before information about environment
variables of redis is propagated. In such case frontend can't connect to
database during its who... | 0 |
The title says it all. I'd like if `fetch` could also open local files, just
like the browser can if the origin ist `file://`.
There is even a test that checks that this does not work here:
deno/cli/tests/unit/fetch_test.ts
Lines 14 to 20 in e568ddf
| await assertThrowsAsync(
---|---
| async (): Promise<voi... |
Hello,
I was trying to debug a small app and was surprised when `console.log` did not
print the private properties of a class. I ran the code in Chrome and it
printed the private property. So at least there is an inconsistency between
Chrome and Deno. I would say private properties should be logged by
`console.log`... | 0 |
**Migrated issue, originally created by MartinH (@dwt)**
I've found that the documentation for join at
http://docs.sqlalchemy.org/en/rel_0_8/orm/query.html#sqlalchemy.orm.query.Query.join
was lacking the information that the direction of the join, i.e. what is the
left side and what is the righthand side of a join c... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.ext.declarative import declared_attr
Base = declarative_base()
class A(Base... | 0 |
The following code:
use std::rc::Rc
struct ProblemType {
children [Option<Rc<ProblemType>>; 8],
}
impl ProblemType {
fn breaks_compiler() -> Option<Rc<ProblemType>> {
None
}
}
Causes LLVM to fail an assertion, claiming:
... |
Example program:
use std::mem;
struct AlignmentStruct {
ptr: *mut [AlignmentStruct, ..1]
}
fn main() {
println!("{}", ::std::mem::align_of::<AlignmentStruct>());
}
Error message:
rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-invert-regular-
expression-matches-with-javascript has an issue. Please describe how to
reproduce it, and include links to screenshots if possible.
My regex is returning the value 7, but assert(test === 36)
:
# Steps to reproduce
# Expected behavior
# Actual behavior
# Screenshots
|
When PowerToys loads at startup "Start typing..." appears on the
screen/desktop for about half a second. Just text and no other design
elements. I'm sure you hadn't meant it to. Otherwise I'm loving it
PowerToys v0.18.3 on Windows 10 Home (Version 2004 - OS Build 19041.264 -
WinFE Pack 120.2202.130.0)
| 0 |
## Flutter Doctor
E:>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (on Microsoft Windows [Version 10.0.16299.248], locale en-US,
channel beta)
[√] Android toolchain - develop for Android devices (Android SDK 27.0.0)
[√] Android Studio (version 3.0)
[!] Connected dev... |
## Flutter Doctor
C:\>flutter doctor -v
[√] Flutter (on Microsoft Windows [Version 10.0.16299.248], locale en-US, channel beta)
• Flutter version 0.1.4 at C:\flutter
• Framework revision f914e701c5 (9 days ago), 2018-02-19 21:12:17 +0000
• Engine revision 13cf22c284
... | 1 |
### System info
* Playwright Version: v1.32.3
* Operating System: 22.04.2 LTS (Jammy Jellyfish)
* Browser: WebKit
* Node.js Version: v18.15.0
### Source code
* I provided exact source code that allows reproducing the issue locally.
**app.js**
const playwright = require('playwright');
... |
### System info
* Playwright Version: [v1.32.2]
* Operating System: [macOS BigSur]
* Browser: [Chrome 112.0.5615.121]
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
**Config file**
e... | 0 |
This test fails sometimes:
___________ TestLocalTaskJob.test_process_sigterm_works_with_retries ___________
self = <tests.jobs.test_local_task_job.TestLocalTaskJob object at 0x7f3d380ae1f0>
dag_maker = <tests.conftest.dag_maker.<locals>.DagFactory object at 0x7f3d38917760>
... |
### Apache Airflow version
Other Airflow 2 version
### What happened
If a task gets scheduled on a different worker host from a previous run, logs
from that previous run will be unavailable from the webserver.
:
if isinstance(s, dict):
print(s.items())
gives:
RuntimeError: Unknown type name 'dict':
And capitalizing "`dict`" will produce a segfault. Yikes!
A related issue is that doing something li... |
## 🐛 Bug
PyTorch 1.6.0 is imported with a segmentation fault when built from source on
a computer with an old CPU (not supporting AVX/AVX2/SSE4 instructions).
## To Reproduce
Steps to reproduce the behavior:
1. Run `python setup.py build` on a computer with an old CPU (such as AMD Athlon II X4).
2. `python -... | 0 |
by **krolaw** :
I think it may have been removed due to issue #2771. But it really needs to be added
back for formatting of custom types, for consistency with MarshalJSON and MarshalJSON.
For example: http://play.golang.org/p/HUeL1bUnMz
Getting the xml to work correctly, requires... |
by **TheBrokenToaster** :
One of the changes from Go 1.0 to Go 1.1 was that the size of an "int" was now
dependent on the native architecture of the CPU. In Go 1.0, the size of the
"len" and "cap" fields in a GoSlice was always 32-bits. However, in
Go 1.1, those fields could be 32-bits or 6... | 0 |
Hello,
Major Minor Build Revision
* * *
10 0 18362 752
PowerToys version: 0.18.2
Fancyzones
Did the download/install.
I click on fancyzones
Select a layout and I can see the ghosting of the areas on the screen
save it and exit powertoys
Fancyzones does not work I cannot locate any of the zones. There is not... |
## ℹ Computer information
* PowerToys version: 0.23
* PowerToy Utility: Fancy Zones
* Running PowerToys as Admin =: no
* Windows build number: 2004 (19628.1)
## 📝 Provide detailed reproduction steps (if any)
1. Create at least two virtuals desktops.
2. Assign different layouts, built-in and custom, to... | 0 |
on iphone6, left nav is always opened, I can not toggle it open/close. But
this issue does not happen on every iphone6.
<LeftNav
ref="leftNav"
open={this.state.leftNavOpen}
onRequestChange={this._onRequestChange}
docked={false}
... |
For some reason when on iPad, leftNav is always opened, even when setting
docked={false}. This only happens on iPad. I can't even toggle it open/closed
-- it's just always open.
<LeftNav
ref="leftNav"
className="left-nav"
docked={false}
se... | 1 |
Similar to #30765.
An eazy example:
julia> a = collect(1.0:5.0)
5-element Vector{Float64}:
1.0
2.0
3.0
4.0
5.0
julia> v = view(a, 3:-1:1)
3-element view(::Vector{Float64}, 3:-1:1) with eltype Float64:
3.0
2.0
1.0
julia> BLAS.nrm2(v)
... |
M = [2. 3.; 0. 0.]
a = [1.,2.,3.]
v = view(a,3:-1:2)
@test M * v ≈ M * Vector(v)
should pass but fails
`Evaluated: [9.0, 0.0] ≈ [12.0, 0.0]`
Found while looking at #37767, present on a recent 1.7.0-DEV, and 1.4.1.
Looking at LinearAlgebra/blas.jl, it seems there might be more ... | 1 |
Test case:
fn main() {
let x = 2i;
let _y = move || x;
}
Output:
rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/llvm/include/llvm/Support/Casting.h:237: typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X = llvm::PointerType; Y =... |
### STR
fn main() {
let n = 0u;
let f = move || n += 1;
}
### Output
rustc: /var/tmp/paludis/build/dev-lang-rust-scm/work/rust-scm/src/llvm/include/llvm/Support/Casting.h:237: typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X = llvm::PointerType;... | 1 |
### Bug report
**Bug summary**
When calling plt.hist(a), with a containing a np.nan value, the error raised
is:
"max must be larger than min in range parameter."
This is confusing especially for novice users unfamiliar with the fact that
np.nan>x is True for any number x.
**Code for reproduction**
... |
I notice that this code will plot with warnings:
from matplotlib import pyplot as plt
from numpy import NaN
plt.hist([1, NaN, 4], range=[0,5])
/Users/trish/anaconda/lib/python2.7/site-packages/numpy/lib/function_base.py:229: RuntimeWarning: invalid value encountered in greater_equ... | 1 |
# Description of the new feature/enhancement
On WSL, Typing `clear` or pressing `CTRL+L` clears the scroll buffer history
while most Linux terminals(both real ones like gnome-terminal, and virtual
ones like tmux) move the scroll history instead of clearing it. Can we use
same semantics for Windows Terminal?
|
# Summary of the new feature/enhancement
I would love to be able to overwrite per profile settings with a global one,
let's say I want to use the same color scheme everywhere, setting it in the
global section should do that.
# Proposed technical implementation details (optional)
| 0 |
current send_file implement a traditional method to assign download filename,
according to RFC 5987 there is a method to have utf-8 encoding in it which is
support by all modern browser nowadays,
I use this line to make it
rv.headers['Content-Disposition'] = "attachment; filename*=UTF-8''%s"%(urllib... |
Hi.
I've detected an issue with supporting unicode filenames in send_file.
If send_file attempts to respond with utf-8 in http headers, the answer is
empty, the log contains something like "http-headers should containbe
latin-1".
I know that browser support IS A MESS, but it seems, that sending two
filenames (`f... | 1 |
# Environment
Microsoft Windows [Version 10.0.18362.207]
Windows Terminal version (if applicable): 0.2.1831.0
# Steps to reproduce
* Use MesloLGL Nerd Font ForPowerline font.
* Type `fi`
# Expected behavior
* Terminal displays `fi`
# Actual behavior
* Terminal rewrites `fi` to a ... |
# Description of the new feature/enhancement
Currently "defaults" (including profiles and keybindings) are always applied
and merged with "profiles.json". I have zero overlap between default and
custom keybindings because I use default prefix (ctrl+shift) inside different
application. In new version of Terminal, if ... | 0 |
## Bug Report
### Which version of ShardingSphere did you use?
master branch
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Proxy
### Expected behavior
PipelineTableMetaDataLoader.getTableMetaData should case-insensitive for table
name.
### Actual behavior
Case-sensitive.
Proxy l... |
I don't think you fully understand what I mean. I mean, all names are different Include the key in the datasourceMap
The following conditions need to be met at the same time
1: Database names are no rule
2: table names are no rule
3: the key in the datasourceMap are no rule ... | 0 |
one of my folder contains multiple h5 files, and I tried to load them into
dataframes and then concat these df into one.
the python process crashes when the num_tasks>1, if I debug thread by thread,
it works, in another, it crashes simply when two threads run at the same time,
even though they read different files.
... |
xref: #2397
xref #14263 (example)
I _think_ that we should protect the file open/closes with a lock to avoid
this problem.
| 1 |
I just wanted to document a few unique design patterns that apply to Fiber,
but not necessarily anything else. I'll start here.
* You may mutate the fiber that you're working on during `beginWork` and `completeWork` phases but you may not have any other global side-effects. If you need a global side-effect, that h... |
Describe what you were doing when the bug occurred:
1. I opened react profiler
2. I clicked "start profiling"
3. I performed some actions in my react application
4. I clicked "stop profiling"
5. Stacktrace appeared in devtools window instead of profiler charts.
* * *
## Please do not remove the text belo... | 0 |
I have one form type (extending `AbstractType`) which has an option to switch
between adding children either as regular fields or as hidden ones. Two
instances of that type are created in the controller, one with regular fields,
one with hidden ones. Both instances are passed to the template. The form with
hidden fie... |
http://symfony.com/schema/dic/services/services-1.0.xsd fails validation in
both PhpStorm and OxygenXml
error is (output from OxygenXml when validating the XSD file)
System ID: http://symfony.com/schema/dic/services/services-1.0.xsd
Main validation file: http://symfony.com/schema/dic/services/services-1.0.xsd
E... | 0 |
It would be useful to have a definitive example of cleaning up
objects/scenes/mesh/geometry and any etc's. This would be useful for those
that want to carry out changes dynamically by recreating a mesh.
Please also show when and how any reuse of a structure might be more
appropiate. As newbie I'm not sure what is me... |
I think ThreeJS is missing a Plane class. Right now we are using a Vector4 as
the plane class, but generally it is considered to be a separate class as the
operations on a Vector4 are generally quite different than the operations on a
Plane.
For example, there is a lot of special case code in Frustum.js where it nee... | 0 |
I'm attempting to re-open #1059, as seaborn should definitely be able to plot
distributions over date ranges, and telling us to just use `plt.hist` is a
work-around, not a solution. It sounds like a few changes in the calculations
of the means and for colors and bin sizes should get it working (#1059
(comment)).
`sb... |
%matplotlib inline
import numpy as np
import pandas as pd
import seaborn as sns
mean, cov = [0, 1], [(1, .5), (.5, 1)]
data = np.random.multivariate_normal(mean, cov, 200)
df = pd.DataFrame(data, columns=["x", "y"])
sns.jointplot(x="Not_X_Name", y="Not_a_valid_name",... | 0 |
### Version
2.6.11
### Reproduction link
https://vuejs.org/v2/guide/forms.html
### Steps to reproduce
fill textbox, checkbox, select etc.
### What is expected?
field reset on page refresh in IE/Edge
### What is actually happening?
html components are retaining the previous selection where data is refreshed
o... |
### Version
2.6.11
### Reproduction link
https://codepen.io/affeman/pen/LYVzzYw
### Steps to reproduce
Not reproducible in CodePen but the code is the same used in the Vue official
documentation (See below)
1. Go to https://vuejs.org/v2/guide/forms.html#Checkbox in Internet Explorer 11
2. Click the checkbox... | 1 |
**Context:**
* Playwright Version: [1.10.0]
* Operating System: [Windows]
* Node.js version: [v15.14.0]
* Browser: [Chromium]
* Extra: [issue is not reproducible for firefox, webkit and headless chromium]
When I am just doing this
import playwright from 'playwright';
(async () => ... |
**Context:**
* Playwright Version: 1.8.0
* Operating System: macOS 11.2
* Node.js version: 12.18.4
* Browser: Chrome (version 88.0.4324.146)
* Extra: None
**Code Snippet**
const playwright = require('playwright')
(async () => {
const browser = await playwright['chromium'].la... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Can override `MuiTouchRipple` in the `ThemeOptions` overrides section.
## Current Behavior
Get a typescript error that MuiTouchRipple is not defined in Overrides
## Steps to Reproduce (for bugs)
... |
I'm working on a tool that allows certain states to be toggled from a toolbar
(think bold/italic/etc). I'd like to show that certain states are enabled. I
know the switch component makes this every easy but I'd like to mimic existing
toolbar like functionality found in most WYSIWYGs.
What is the recommend approa... | 0 |
Created a test.js and wrote very simple React code. This is what I got:

To be honest, currently VS Code has very bad support of React syntax and it's
basically useless. This issue has been there fo... |
I know VSCode has not support JSX yet but it didn't appear so much error
highlights in the last version, even I had already changed my language mode
into `Plain Text`.

| 1 |
**Eberhard Wolff** opened **SPR-3245** and commented
AbstractJpaTest leads to an StackOverflowError if used with Maven.
* childDelegationMode true did not help
* forkMode perTest did not help
* error is present if using mvn test or running the test from inside Eclipse
Battery: base.BestellungMitJPATest
* * ... |
**Maarten Bosteels** opened **SPR-796** and commented
Would be nice if LobHandler supported specifying the column by name.
The implementation is of course trivial (and attached).
* * *
**Affects:** 1.1.5
**Attachments:**
* DefaultLobHandler.java ( _5.71 kB_ )
* LobHandler.java ( _8.20 kB_ )
* OracleLobHa... | 0 |
### Describe the workflow you want to enable
I think it would be awesome if the RF regressor returns the standard deviation
(not only the mean) of the output of the different trees.
### Describe your proposed solution
This is not a definite option, but contains the core idea:
from sklearn.ensemble i... |
It would be nice if we could do:
rf = RandomForestRegressor()
rf.fit(X, y)
y_mean, y_var = rf.predict(X, ret_variance=True)
Same for BaggingRegressor.
| 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.