text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
With 0.20, we now have an excellent Color Picker in PowerToys (thanks to
@martinchrzan). There's an opportunity here to create something that goes
beyond just picking colors and really speeding up the workflow for (front-end)
developers and designers. An editor window could really help to expand the
current feature s... |
Compare the time in the taskbar and the texts in `Run`

This was shot from a 1366x768 WXGA screen.
| 0 |
http://typescript.codeplex.com/workitem/645
At the moment it's not possible to call super getter/setter when overriding
properties:
class A {
private _property: string;
get property() { return this._property; }
set property(value: string) { this._property = value }
}
... |
Enum value incrementation does not consider previously defined values, nor
does the compiler throws an error on duplicate values.
Which means you can end up with potential bugs:
enum Color {Red = 3, Green = 2, Blue};
Color.Red == Color.Blue; //true
| 0 |
If a id hidden-xs to a glyphicon it breaks. So it is not in one row.
<h1>dazorni <span class="hidden-xs glyphicon glyphicon-headphones"></span> music</h1>
|
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span
within `.nav > li > a` . Because class is `display: block` above -sm then text
wraps to new line. Would you consider `.hidden-*` classes to be `display:
inline-block` instead ?
Here's a jsfiddle of the two cases - but the repercussions could b... | 1 |
It would be great if we could load a chrome extension only once and reuse the
same persistent context across multiple tests. Right now, if I load the chrome
extension in `global-setup.js`, I am unable to get the chromium instance that
contains the extension. I need to test communication between a dApp and a
browser e... |
**Context:**
* Playwright Version: 1.18.1
* Operating System: Windows 10
* Node.js version: 16.13.0
* Browser: Chromium
* Extra: Chromium is run with `--no-sandbox`
**Describe the bug**
When run normally, the browser is accepting the `Set-Cookie` header. However,
when run with `show` set to false (i.e. ... | 0 |
**Stefan Rufer** opened **SPR-9013** and commented
AbstractEnvironment calls the overridable method customizePropertySources from
the default constructor. This gives subclasses a good chance to run into
uninitialized member variables (see attached test case for an example).
* * *
**Affects:** 3.1 GA
**Attachment... |
**Joern Barthel** opened **SPR-1338** and commented
Hence I configure my `@Entity` (and such) annotated domain objects as Spring
beans I was reluctant to provide a list of them to the
AnnotationSessionFactoryBean FactoryBean's setAnnotatedClasses() method.
Instead I wrote a rather trivial BeanPostProcessor which pr... | 0 |
... the right layout is shown in background (see yellow arrow).

Workaround is to restart application.
|
# Environment
Windows build number: 10.0.18363.836
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable):Fancy Zones
Not sure if this specific issue is already mentioned, but just to be sure it
is...
# Steps to reproduce
I have two screens, using ... | 1 |
the package dson_core-0.13.2 raises a compiler error, but `flutter build apk`
does not stops and produces a crashing apk, here the output of the command:
Running "flutter packages get" in flutter_seafuture... 0.5s
Initializing gradle... 0.6s
Resolving... |
Using nested Scaffolds can cause unexpected behaviors that rush new issues
into this repository,
to prevent further issue reports related, I suggest an assertion in the
Scaffold Class just for Debug Mode:
assert(() {
assert(context.ancestorWidgetOfExactType(Scaffold) == null);
});
The... | 0 |
Hey guys,
First, thanks for your hard work. I appreciate it. I can't get Pager to work
with a `<span>`. This surprised me because `<span>` is an inline element like
`<a>`.
Here's the problem: _EDITED_ http://jsfiddle.net/rEvmb/
This is related to: #2680
> you can still use other inline tags like em, b, span or an... |
If `.show` or `.hide` is called on a tooltip or popover, the tip is first
`.remove`d, effectively destroying all bindings applied to itself and all
child elements of it.
This makes the creation of form-like elements, i.e. the reaction on buttons,
very cumbersome.
Instead of using `.remove`, a `.detach` could be use... | 0 |
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... |
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE
I got this error when I click 'Ranked'.
* * *
## Please do not remove the text below this line
DevTools version: 4.0.4-3c6a219
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441
at Map.forEach ()
at commitIndex (chrome... | 1 |
The first time I launch the DatePicker the OK button at the bottom seems to be
disabled. Clicking outside the DatePicker and then relaunching it the second
time has the button enabled. material-ui v 0.8.0
It appears that since I did not specify an initial value for the DatePicker
that it picks the current date which... |
If you set a minDate after the current date the OK button is disable and date
cannot be chosen.

| 1 |
## System information
Have I written custom code (as opposed to using a stock example script
provided in TensorFlow):no
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):CentOS Linux release
7.2
TensorFlow installed from (source or binary):Anaconda python 3.6.5(conda
install)
TensorFlow version (use comm... |
## System information
Have I written custom code (as opposed to using a stock example script
provided in TensorFlow):no
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):CentOS Linux release
7.2
TensorFlow installed from (source or binary):Anaconda python 3.6.5(conda
install)
TensorFlow version (use comm... | 1 |
Windows does some funny things with environmental variables. There are 2
interfaces: an ASCII and a Unicode one: a problem arises in that any libraries
"getting" from the ASCII one (in my case, R) won't see anything "set" by the
Unicode one (which is used by Julia).
See discussion on julia-users:
https://groups.go... |
Loading the array literal in this gist either at the REPL or via `include`
leads to an `ERROR: OverflowError()` on `v"0.4.0-dev+5994"`, but works fine on
v0.3.8.
| 0 |
### Describe the issue:
Running `numpy.test()` resulted in 2 failures.
FAILED typing/tests/test_generic_alias.py::TestGenericAlias::test_getattr[__copy__]
FAILED typing/tests/test_generic_alias.py::TestGenericAlias::test_getattr[__deepcopy__]
### Reproduce the code example:
im... |
### Describe the issue:
Running numpy.test() results in attribute error
### Reproduce the code example:
import numpy as np
np.test()
### Error message:
============== FAILURES ====================================================================================================... | 1 |
$git clone --recursive https://github.com/pytorch/pytorch
$cd pytorch
$python setup.py install
running install
running build_deps
\-- The C compiler identification is GNU 6.4.0
\-- The CXX compiler identification is GNU 6.4.0
\-- Check for working C compiler: /usr/bin/cc
\-- Check for working C compil... |
This one: `445cc1f`
Here's the log. And the setup is: Ubuntu 17.10, gcc 6.4.0, cuda 9.0 and cudnn
7.0.3.
Hard resetting to previous commit makes build go smooth, so I'm pretty sure
it's the one.
| 1 |
#### Code Sample, a copy-pastable example if possible
pd.to_datetime(pd.Series('5pm april'))
#### Problem description
Strings that can be parsed by dateutil fail to parse in pandas. Also, it would
be good to set the default date manually and have it default to the current
date as it does in... |
#### Code Sample, a copy-pastable example if possible
In [147]: pandas.Timestamp('4 pm')
---------------------------------------------------------------------------
OutOfBoundsDatetime Traceback (most recent call last)
<ipython-input-147-333a3814fcab> in <module>()
... | 1 |
1. `0` as input for min `Y AXIS BOUNDS` in `Multiple Line Charts` gets ignored, everything else works though (e.g. 5, 1000, -5).
2. Selecting `Y BOUNDS` does nothing.
Didn't find any open issues regarding this. If I missed it and this is a
duplicate please disregard and close the issue.
### Expected results
... |
Currently, many German translations are missing or wrong.
I'm planning to provide a PR contributing PO/JSON files for the `de` locale.
Mimicking the good practice of @audour who reported likewise for the French
locale in #16550, this issues report serves as announcement so other
contributors do not duplicate efforts... | 0 |
Julia needs at least some of the usual file/directory manipulation functions.
Something like `stat`, for sure, as well as `readdir`, maybe `glob`.
Also, this is a bug:
julia> is_file_readable(".")
true
|
After PR #30046 was merged, in C code including `julia.h`, I am now seeing
this warning:
In file included from /home/travis/build/gap-system/gap/julia-7920a2a1fb/include/julia/ios.h:7:0,
from /home/travis/build/gap-system/gap/julia-7920a2a1fb/include/julia/libsupport.h:13,
... | 0 |
Please:
* Check for duplicate issues. (tried my best to find a duplicate on this)
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
In [1]: import jax; import jax.numpy as jnp
In [2]: t1 = jnp.array([[1.0, 2.0], [0.0, -1.0]])
In [3]: jax.grad(... |
Please:
* [x ] Check for duplicate issues.
* [x ] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
# clone jkonet from github
# follow jkonet setup instructions
$ python main.py --out_dir results --config_folder configs --task semicircle
* [... | 0 |
Do some changes, open some files, try to view the changes in the diff view.
Only started happening today (vscode `cf45984`). I occassionaly get the
following:

|
* VSCode Version: 0.10.11
* OS Version: Windows 8.1 Enterprise
Steps to Reproduce:
1. Create a new file and set the syntax to Javascript or TypeScript
2. Type letters or variable

| 0 |
`matplotlib.collections.PatchCollection.set_visible` doesn't seem to work.
I was unable to set the arrows of a `pyplot.streamplot` invisible.
|
As discussed in this SO question and this mailing list thread, PatchCollection
cannot handle FancyArrowPatch patches, as the paths for FancyArrowPatch can't
be evaluated during PatchCollection creation. It appears that an issue was
never created for this... please let me know if I'm being stupid and not
noticing one.... | 1 |
##### ISSUE TYPE
* Documentation Report
##### COMPONENT NAME
http://docs.ansible.com/ansible/latest/dev_guide/developing_modules.html
##### ANSIBLE VERSION
2.4.0 or git heaed
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
The small Q/A to determine if it's worth writi... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Synchronize Module
##### ANSIBLE VERSION
ansible 2.2.1.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
Not changed. Installed with Homebrew for MacOS
##### OS / ENVIRONMENT
MacOS Sie... | 0 |
### Current Behavior
Files under directories already added to `files` of package.json cannot be
excluded by adding them to `files` (like `!some_directory`). Up to npm 6.14.11
it was possible to exclude, but from npm 7.5.2 it is no longer possible.
* `package.json`, `src/index.js`, **`src/__tests__/indexTest.js`**... |
### Current Behavior:
`npm publish --dry-run` includes `__tests__` and `__mocks__`
package.json:
"files": [
"dist/**",
"!__mocks__",
"!__tests__",
"package.json",
"README.md"
]
### Expected Behavior:
should exclude `__tests__` and `__mocks__`
works w... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.4.1
* Operating System version: MacBook Pro
* Java version: 1.8
### Steps to reproduce this i... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: MacOS Mojave
* Java version: 8
### Steps to reproduce this iss... | 0 |
I am training the CNN, I have embedding layer, conv layer, fc layer and etc. I
can get the training time per batch, but how can I get the training time of
each layer per batch?
|
As stated on http://tensorflow.org,
> TensorFlow is not complete; it is intended to be built upon and extended.
I would therefore like to know if a roadmap exists.
| 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1321 on 2010-10-28 by
trac user commandant2k, assigned to @wnbell._
The FORTRAN reverse communication routines for iterative solution of linear
systems in the scipy.sparse.linalg.isolve module each depend on the BLAS
routines cdotc and zdotc to compute complex ... |
When I compile scipy 1.7.0, an error occured that says "ModuleNotFoundError:
No module named 'pythran'". Then I execute `pip install pythran`, something
confusing happened.
**17 packages been installed** :
`pythran decorator beniget ply networkx gast six numpy pandas scipy matplotlib
python-dateutil pytz cycler kiw... | 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.0
* Operating System version: Mac OS
* Java version: JDK1.8
### Steps to reproduce this issu... | 0 |
by **richard@bucker.net** :
When using GOLANG's encoding for JSON and the datatype is Time. "omitempty"
does not work. It always emits the default value '0001-01-01 00:00:00 +0000 UTC'. This
is not working as expected(http://play.golang.org/p/vHLyeMwwTX).
type Stuff struct {
... |
It is common to use go/types is as part of a go generate command
or other command line tool to introspect a Go package.
The go tool goes to some lengths to ensure that whenever
you operate on a package, it builds the source for that
package into object form before using it, so you don't
end up using symbol i... | 0 |
### Bug report
**Bug summary**
HEX code passed to the `color` parameter of any Pyplot plots/patches/fills
results in incorrect color being rendered.
**Code for reproduction**
from matplotlib import pyplot as plt
plt.fill_between([0,1],[0,0],[1,1], color='#7818FE')
plt.show()
**Actual outcom... |
### Bug summary
matplotlib.set_loglevel() adds a `logging` console handler which then leads to
duplicate messages in application code. The best practice is to allow the
application code to add the handlers to its logger along with formatting,
filtering, etc. The existing #13264 attempted to address this.
### Code f... | 0 |
I'm having a hard time figuring a few things out as I'm not the world's best
programmer. I often don't know if I've done something wrong in Python or
something specific to Scrapy, and there aren't a great deal of beginner level
examples out there.
I'm looking for somewhere I could ask a few dumb questions, and I exp... |
### Description
I'm trying to export `scrapy crawl` results to JSON Lines format to the file
with extension `.jsonl` (this is requirement of the external system in our
case) and ovewrite the file for multiple executions.
As I understand, only `.jl` and `.jsonlines` extensions are supported now and
`.jsonl` was dis... | 0 |
# Environment
Windows 10
Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):
Any other software?
No
# Steps to reproduce
# Expected behavior
# Actual behavior
|
When using terminal, its a common pattern to frequently switch between 2 or
more different shells, it will be will be really useful if these frequently
used shells appear on the context menu when u right click from the pinned
terminal on the taskbar.
This will make the user experience much better, for example: if I ... | 0 |
Consider example.
I have default edit_form.html.twig (for example for crud operations in admin).
But I need to customize form for special case. I created
custom_edit_form.html.twig and trying to redefine form_widget block. But this
example doesn't work - I still see whole form, instead of 'blablabla'.
Is it bug?
... |
When extending a template, if the parent uses the form_theme tag and the child
too, the form template wil always be the one defined in the parent template.
{# parent.twig #}
{% form_theme form _self %}
{% block type_widget %}
parent
{% endblock %}
{# child.twig #}
... | 1 |
## Environment info
* `transformers` version: 4.11.0.dev0
* Platform: Linux-5.4.0-1055-azure-x86_64-with-glibc2.10
* Python version: 3.8.1
* PyTorch version (GPU?):
* Tensorflow version (GPU?): 2.5.0 (Yes)
* Using GPU in script?: Yes
* Using distributed or parallel set-up in script?: Distributed
### W... |
I have finetuned a `facebook/bart-large` model following the example here:
https://github.com/huggingface/transformers/blob/master/examples/summarization/finetune.py
As an output I got a `checkpointcheckpoint_ckpt_epoch_0.ckpt` file. How can I
create a BartForConditionalGeneration instance with updated weights?
| 0 |
When I press apply when editing a shortcut or remapping the dialogue should
let me know the remapping was successful, then close.
|
We're making KBM a modal dialogue, and for remappings to work they'll have to
cancel the window. Thus, Apply isn't the correct wording anymore
| 1 |
## ℹ Computer information
* PowerToys version: 0.21.1
* PowerToy Utility: Keyboard Manager
* Running PowerToys as Admin: Yes
* Windows build number: 18363.1082
## 📝 Provide detailed reproduction steps (if any)
1. Map any key to the Sleep button
2. Click "Okay"
3. Try pressing the new "Sleep" key
##... |
## ℹ Computer information
* Windows build number: 18362.959
* PowerToys version: 0.19.2
* PowerToy module: Keyboard Manager
## 📝 Provide detailed reproduction steps (if any)
1. Click "Remap a key"
2. Select Key on left side.
3. Select "Sleep" on right side.
### ✔️ Expected result
Pressing the remapp... | 1 |
### Bug summary
Hello, I have tried to run this code I have found on the internet :
https://your-article-is-too-long.tumblr.com/post/625544391640203264/how-does-
fire-spread
I have these errors. What has gone wrong ?
Many thanks
|
### Bug summary
In 3.5.0 if you do:
import matplotlib.pyplot as plt
import numpy as np
import matplotlib as mpl
fig, ax = plt.subplots()
norm = mpl.colors.BoundaryNorm(np.linspace(-4, 4, 5), 256)
X = np.random.randn(10, 10)
pc = ax.imshow(X, cmap='RdBu_r', norm=norm)
and ... | 1 |
@kitsonk @ry @bartlomieju submitting a separate issue brought up by @base698
in #3828
worker.ts
function entryPoint(data) {
console.log('received');
postMessage("Hi 2 u");
}
if (self.name !== "workerFn") throw Error("Bad name");
onmessage = function(e) {
ent... |
deno 0.33.0
v8 8.1.108
typescript 3.7.2
I tried to bundle a file with content code:
`console.log('Hello from Deno!');`
to bundle: `deno bundle app.ts bundle.js`
it generated :
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This is a... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 9.... |
### 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 an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* 8.... | 1 |
`micro_vision` and `micro_speech` examples are showing following error on
invoking makefile to build
/bin/sh: 1: [[: not found
My build command is:
make -f tensorflow/lite/experimental/micro/tools/make/Makefile TARGET=linux micro_vision
The patch to fix this issue is:
... |
when i follow the [guide] to demonstrate the absolute basics of using
TensorFlow Lite for Microcontrollers.i create a folder for mbed,but i get this
error:
make:*** no rule to make target
"tensorflow/lite/experimental/micro/tools/make/gen/mbed_cortex-m4/prj/hello_world/mbed/tensorflow/lite/experimental/micro/tools/... | 1 |
Ubuntu 12.04
When pressed alt-f4 to exit the editor, i got a message:
The editor is not responding. Would you like to force close it or just keep
waiting?
|
This happens every time I quit atom now. I just pulled and built 10 seconds
before this issue was created.

| 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
core
(`with_items` and nested `environment`s)
##### ANSIBLE VERSION
ansible 2.4.1.0
config file = /home/centos/repos/ansible/ansible.cfg
configured module search path = [u'/home/centos/.ansible/plugins/modules', u'/usr/share/ansible... |
For example, the following yaml:
environment:
str: "play level"
tasks:
- name: test 1
command: "/bin/echo $str"
environment:
str: "task level"
- name: test 2
command: "/bin/echo $str"
with_items: [ 1, 2, 3]
en... | 1 |
**Apache Airflow version** : 2.0.1
**Environment** : Python virtual environment based on
_circleci/python:3.7.9-stretch_
**What happened** : We have CircleCI running unit tests for an extensions
library we built for airflow. It
It runs unit tests in a virtual environment initialized with the code below:
... |
**Apache Airflow version** : 1.10.12
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment** :
* **Cloud provider or hardware configuration** : Local PC
* **OS** (e.g. from /etc/os-release): Ubuntu 20.04
* **Kernel** (e.g. `uname -a`): 5.4.0-56-generic #62-Ubuntu SMP
... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 1.0.0
**System** : Unknown Windows Version
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
# Environment
PowerToys version: `1891bd4`
PowerToy module for which you are reporting the bug (if applicable): Settings
# Steps to reproduce
- Remove settings folder
- Run Powertoys
- Open PowerRename settings
# Expected behavior
- "Maximum number of items.." caption visia... |
Running PowerToys without admin rights being turned on, restarting the PC,
whilist it is running in the background causes an exception in the system.
# Steps to reproduce the issue:
Unselect "Run As Admin" mode.
Untick "Run at startup"
Restart the PC.
-Start PowerToys. Hit Alt + Space to open the Search option... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
I think its a bug not sure
**What is the current behavior?**
I am using a function which creates a component which lazy loads the
underlying component using React.lazy. My idea for creating this method was to
prevent code duplication. I have a child comp... |
Describe what you were doing when the bug occurred:
1. Viewing a component within Storybook
2. Opened Profiler
3. Changed the target from Root to Story
* * *
## Please do not remove the text below this line
DevTools version: 4.2.0-a8b8ffb89
Call stack: at n.value (chrome-
extension://fmkadmapgofadopljbjfka... | 0 |
升级到 v2.1.6 版本后,出下如下异常。

发现是定义vue组件代码中有类似如下的代码:
exports default {
data {
return {}
},
methods: {
_update () {
// doSomethings()... |
### What problem does this feature solve?
When passing props to a component, the following pattern is very common,
`<my-component :propA="propA" :propB="propB" />`
I am proposing that when the prop name is the same as the variable name being
passed to it, that the following more concise syntax be applicable,
`<my... | 0 |
http://mathjs.org/index.html
| ERROR: type should be string, got "\n\nhttps://github.com/josdejong/mathjs\n\n" | 1 |
### Apache Airflow version
main (development)
### What happened
Opening issue as per comment : #23727 (comment) . We have also noticed this
issue where we have a 2.1.x setup using Kubernetes executor and on upgrade the
new task instances created post upgrade are working fine in task instance
endpoint. The old obje... |
### Apache Airflow version
2.3.0 (latest released)
### What happened
After migrating from Airflow 2.2.4 to 2.3.0 scheduler fell into crash loop
throwing:
--- Logging error ---
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.9/site-packages/airflow/jobs/scheduler_j... | 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/914 on 2009-04-06 by
trac user lckarssen, assigned to unknown._
I tried to use special.assoc_laguerre(x,n,k) today and noticed that it returns
0.0 for n=0. However, it should return 1.0 (I used Mathematica to verify as
well as a textbook).
Looking at the code,... |
_Original tickethttp://projects.scipy.org/scipy/ticket/787 on 2008-11-10 by
@pv, assigned to unknown._
hyp1f1(a=0, b, z) yields infs at points which are poles for a != 0:
>>> s.hyp1f1(0, -0.99999, 0)
1.0
>>> s.hyp1f1(0, -1, 0)
inf
>>> s.hyp1f1(0, -1.00001, 0)
1.0
It would ma... | 1 |
For example,
struct Weak
struct Rc
struct Box
The [src] link at the top-right corner on these pages redirect to 404 page.
Other pages like enum Option seems to be fine.
|
In http://doc.rust-lang.org/std/sync/struct.Arc.html
click "src". It links to http://doc.rust-
lang.org/alloc/arc/struct.Arc.html?gotosrc=1343 which is forwarded to
http://doc.rust-lang.org/alloc/arc/undefined
| 1 |
When implementing `Drop` on a type that has type parameters (which requires
`#[unsafe_destructor])`, if the `Drop` impl is specialized to some concrete
type parameter, the specialization is ignored in the drop glue and the `Drop`
impl is instead run on all values of the outer type regardless of type
parameters.
Exam... |
E.g. a search for `trait: Eq` is rendered in the URL as a plain `Eq` search.
Theoretically the `search` parameter should be in 1-1 correspondence with the
actual searches (e.g. just encoding the raw contents of the search box would
be fine).
| 0 |
## 📝 Provide a description of the new feature
There are a set of users that really love `alt`+`space`. We overrode that by
default. **Note** the keystroke can be changed in the settings extremely
easily
One idea is to shift to `WinKey`+`space` but this would override the change
localized keyboard shortcut.
Should... |
# Environment
Windows build number: Version 1909 (Build 18363.836)
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys
Run
# Steps to reproduce
I've installed the powertoys in version 0.18.0. Since then it happens after
initiating the system shutdown that a ... | 0 |
hi there..
my wife got a meticulous problem in the official LOGO of Tensorflow.
see the logo:
(https://user-
images.githubusercontent.com/39337227/43732365-c2b3a27e-99c6-11e8-94dc-735a1727678e.JPG)
in T of the logo, its have 4 column but in shadow its have 3 column.
corroct it.
we also accept any gift for th... |
In Tensorflow logo, the left arm of the T looks like 2 units long, while the
right arm is 1 unit long. So, if I am not mistaken, the shadow should look
different (asymmetrical).

| 1 |
Output of `node_modules/.bin/electron --version`: `v3.0.7` (I tried almost all
the versions above 3.0.0)
Operating System (Platform and Version): Mac OSX Sierra
Output of `node_modules/.bin/electron --version` on last known working
Electron version (if applicable):
**Expected Behavior**
do webview1.getWebConte... |
It seems that Chromium disallows using guest view as devtools, I need to find
out the code in Chromium to fix it.
not ok 55 <webview> tag setDevToolsWebContents() API sets webContents of webview as devtools
AssertionError: expected '' to equal 'InspectorFrontendHostImpl'
at Context.it (... | 1 |
Running
`f2py -c --help-compiler`
hangs indefinitely on Ubuntu 18.04 as a result of `shlex.split()` being called
on `None`.
This occurs at line 471 in `fcompiler/__init__.py` when `show_fcompilers()`
calls `customize()` and `self.command_vars.compiler_f77 = f77`,
`self.command_vars.compiler_f90 = None`
### Reprod... |
Installation of NumPy 1.16.0 will hung up for me with python 2.7.15 for me,
in fcompiler detection.
Hung up here:
numpy/numpy/distutils/fcompiler/__init__.py
Lines 471 to 472 in 971e2e8
| f90 = shlex.split(self.command_vars.compiler_f90,
---|---
| posix=(os.name == 'posix'))
For my environment, `se... | 1 |
class C { get x() { return 1; } get x() { return 1; } // error}
class D { set x(v) { } set x(v) { } // error}
class E { get x() { return 1; } set x(v) { }}
var x = { get x() { return 1; },
// error get x() { retu... |
From #7535, it would be useful for JavaScript package authors to have the
ability to generate declarations from their project. This would help with
getting started on a type definition (it would be populated with known
interfaces/functions/types that are exported) and would also allow the
creation of continuous integ... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* 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 |
**TypeScript Version:**
nightly (1.9.0-dev.20160502)
**Code**
// ext1.d.ts
declare module "State" {
interface IState {
num: number;
}
export { IState };
}
// ext2.d.ts
declare module "State" {
interface IState {
str: string;... |
Randomly during build, the typescript compiler will issue such errors while
the class does actually have the property set as static:
class MyClass
{
static MyProp:string="Hello";
static MyFunc()
{
console.log(MyClass.MyProp);
}
}
As during the next bu... | 0 |
The following looks like a bug to me (but maybe I misunderstand the intent of
the two filters in question and how they are meant to interact).
**Elasticsearch version** | 2.2
---|---
**Plugins installed** | https://github.com/francesconero/elasticsearch-
concatenate-token-filter/tree/2.2.0
**JVM version** | ja... |
A potentially useful processor is one that can generate one or more
"fingerprints" from an incoming document. This could aid in finding
duplicates, detecting plagarism, or clustering similar documents together.
I think there are two realms of fingerprinting: content fingerprinting and
structural fingerprinting.
... | 0 |
In a window with several tabs, some of them _dirty_ , using Close Pane (from
File menu) pops the "Changes will be lost" dialog. However clicking the Cancel
button still closes the _untouched_ tabs.
Expected behaviour: do not close anything.
Additionally, clicking Cancel should also immediately stop the processing o... |
Closing a pane closes unsaved files without prompting or saving
* **Atom Version:** 0.143.0-b29a61e
* **Atom-Shell Version:** 0.19.1
* **OS Version:** Mac OS X 10.10
* **Misc Versions**
* �apm� �0.109.0�
* �npm� �1.4.4�
* �node� �0.10.32�
* �python� �2.7.6�
* �git� �2.1.2�
## Repro Steps... | 1 |
It is possible to select the date later than the lastDate.
Steps to reproduce:
1. create Date picker with firstDate set to today's date e.g. 22/09/2018, lastDate set to 1 year later -> 22/09/2019
2. showDatePicker, select a later date e.g. 30/09/2018
**Current behavior:** one can select a date that is later t... |
DatePicker failed on assertion when I choose past year and selected day-month
is before firstDate
I have a DatePicker with first and last dates. Lets say from 6-09-2016 to
15-01-2019. Today is 4th May 2018. I choose year 2016. DatePicker changes only
year in selected date. So it wants to show 4-05-2016. But it's out... | 1 |
#### Description
Hi, with installed:
python-2.7.14
numpy-1.13.1
scipy-0.18.0
Cython-0.28.1
compiling scikiyt-learn-0.19.1 on Slackware64-current: gives this error:
Cython.Compiler.Errors.CompileError:
sklearn/metrics/cluster/expected_mutual_info_fast.pyx
> [16/40] Cythonizing sklearn/manifold/_utils.pyx ... |
There has been an error in the scipy-dev-wheels build for a few days, e.g.
https://travis-ci.org/scikit-learn/scikit-learn/builds/317609541. Seems due to
cython-dev:
[17/40] Cythonizing sklearn/metrics/cluster/expected_mutual_info_fast.pyx
Error compiling Cython file:
--------------------------... | 1 |
### Problem description

### Link to minimal working code that reproduces the issue
<TextField
label="From Time"
type="time"
value={this.state.t... |
`TextField` with a `label` set to something and `type` set to date but with no
initial value displays the label and `mm/dd/yyyy` on top of each other in the
`TextField`. Once you enter the field, the label moves up as superscript and
the mm/dd/yyyy remains and is readable.
* I have searched the issues of this repo... | 1 |
* I have checked the superset logs for python stacktraces and included it here as text if any
* I have reproduced the issue with at least the latest released version of superset
* I have checked the issue tracker for the same issue and I haven't found one similar
### Superset version
0.26.3
### Expected ... |
Scenario:
If I use the SQL Lab with a postgres database, that has multiple schemas, the
schema selection on the left side leads to (psycopg2.OperationalError) FATAL:
database "schema" does not exist.
Even though the inspection of the schema works and I get all tables under the
third dropdown.
However if I leave ... | 0 |
## Steps to Reproduce
Pull down to trigger a refresh. While the refresh is occurring pull down again
and the refresh callback is executed again. This is similar but not an exact
duplicate of #4834.
|
## Steps to Reproduce
Trigger a refresh() of the RefreshIndicator and then scroll down (drag your
finger up). The refresh indicator goes away even though the Future from
refresh() has not complete. The indicator should stay visible:
https://material-
design.storage.googleapis.com/publish/material_v_8/material_ext_pu... | 1 |
2m[DEBUG]�[0;0m Invoking pip: ['/home/travis/virtualenv/python3.5.0/bin/python', '-m', 'pip.__main__', 'install', '--verbose', 'scipy']
File /home/travis/build/TwentyBN/20bn-utils/target/logs/install_dependencies/scipy:
Collecting scipy
Getting page https://pypi.python.org/simple/sc... |
Running a recent build of NumPy from master ('1.12.0.dev0+cc51ba8') on Python
3.5 (OS X 10.11.5), I am not able to build several dependent packages, such as
SciPy and Statsmodels. On build, each seems to be unable to locate `npymath`.
Here is the output from a failed SciPy build (also from master):
... | 1 |
ERROR: type should be string, got "\n\nhttps://www.sqlite.org/lang_update.html\n\nsee if we can flip this on and not spend too much time on it, lots of tests\nwill light up if we add the method so should be quick\n\n" |
### Describe the use case
Allow the UPDATE-FROM syntax with sqlite instead of raising
`NotImplementedError`.
### Databases / Backends / Drivers targeted
SQLite version >= 3.33.0
This is available in the standard library sqlite3 in Python 3.8.7, 3.9.1, and
3.10, or in the pysqlite3 package.
### Example Use
... | 1 |
`deno version rc1.0`
deno install -A --unstable 'https://deno.land/x/deku/mod.ts'
When I use deno install --unstable, the unstable APIs(here is transipileOnly)
will throw a not a funciton error.
It seems that `--unstable` is not effective.
deno run -A --unstable 'https://deno.land/x/de... |
Basically I ran `deno upgrade --canary` and then `deno run --unstable
someFile.ts` shortly after. Deno then notifies about a new canary being
available, even though I am on the latest version already.
deno upgrade --canary
Looking up latest canary version
Found latest version 1410e4adea5d3... | 0 |
This happens if the file system pane is closed.

|

on windows
seems to happen for all paths
seems to be recent?
nitpicky i know but might as well report it :)
thanks
| 1 |
## Summary
Trying to register a custom 404 (or any?) error handler using blueprints and
the declaritive style seems to have no effect:
# Has no effect
@blueprint.errorhandler(404)
def ...
# Yet this works:
@app.errorhandler(404)
def ...
Of course, the blueprint wouldn't work ... |
Sorry in advance if it is not the right place to open this kind of issue.
I think it would be nice to have issues labelled 'good first bug' for people
wanting to contribute but not knowing how to start.
| 0 |
Having seen some inconsistent results from processing DataFrames - literally,
running scripts over static data would generate different outcomes - we were
able to boil down the following example:
def compare(df):
df1 = df.query('x < 2000')
df2 = df.query('x < 2000')
return df1.e... |
We are observing some inconsistent behaviour of the dataframe `query` method
under windows.
I enclose a smallish (3600 rows) dataframe where we find the issue.
The following code fails randomly under Windows, but seems to work smoothly on
Mac:
import pandas as pd
df = pd.read_csv("pd_bug.txt... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: mac 10.13.6
* Java version: java8
I believe there are some pro... |
* 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.5.9目前使用/2.7.2也检查了确实还是有此逻辑bug
* Operating System version: suse
* Java version: 1.8
### Steps to... | 0 |
**Michal Troicki** opened **SPR-9364** and commented
If ReflectionUtils.findMethod return null we should return true instead
invocation of the method fail with NullPointerException.
protected boolean determineRequiredStatus(Annotation annotation) {
try {
Method method = ReflectionUtils.f... |
**Philippe Marschall** opened **SPR-9316** and commented
AutowiredAnnotationBeanPostProcessor.determineRequiredStatus uses
ReflectionUtils.findMethod to look up a method named "required". If there is
no such method then ReflectionUtils.findMethod returns null. However
AutowiredAnnotationBeanPostProcessor.determineRe... | 1 |
When making a typo in the template of forgetting to include the directive in
the component, the attribute silently gets removed without any warning.
Example:
<a [routeLink]="['Something']">Go to Something
where 'routeLink' is a typo and should be 'routerLink'.
Would there be a way to provide a warning when this... |
In the ideal world we should be able to detect "dangling" attributes. In the
`<div foo>` example we should report `foo` as "dangling" when:
* foo is not a valid HTML attribute (how come should we identify valid attributes? From a spec / schema?)
* there is no matching directive
* it wasn’t consumed by a bindin... | 1 |
I tried to find any kind of documentation on how numpy implements inequality
comparison between complex numbers, but I found none.
It seems like `__lt__` is implemented as `(lhs.real, lhs.imag) < (rhs.real,
rhs.imag)`, or in other words
if lhs.real < rhs.real:
return True
if lhs.real > rhs... |
>>> np.arange(0, 10, 2)
array([0, 2, 4, 6, 8])
# as above, cast to complex
>>> np.arange(0 + 0j, 10 + 0j, 2 + 0j)
array([], dtype=complex128) #what?
# bizarre input needed to give expected output
>>> np.arange(0 + 0j, 10 + 10j, 2 + 0j)
# array([ 0.+0.j, 2.+0.j, 4.... | 1 |
I saw the Unreal Bloom and Renderer Transparency issue #14104
But the problem seems still here in mapbox customlayer(not maptalk)
I try to modifiy shader code in issue #14104 but it dose not work at all.
UnrealBloomPass give the map a dark mask when I keep the origin shader code
** (use `kubectl version`):
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2",
GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean",
BuildDate:"2020-01-23T14:21:54Z", GoVersion:"go1.... |
**Apache Airflow version** : v2.1.3
**OS** : CentOS 7
**Apache Airflow Provider versions** :
apache-airflow-providers-amazon==1.0.0
apache-airflow-providers-celery==1.0.0
apache-airflow-providers-cncf-kubernetes==1.0.0
apache-airflow-providers-docker==1.0.0
apache-airflow-providers-elasticsearch==1.0.0
... | 0 |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
function toLowerCase(){}
low = {toLowerCase}
const v1 = fullStr => {
const v2 = new Map();
const v3 = [1,2,3];
for (let v4 of v3) {
let {
v2... |
This input:
export async function foo () {
await bar();
}
export async function bar () {
await foo();
}
produces:
"use strict";
var _interopRequire = function (obj) {
return obj && (obj["default"] || obj);
};
var Bluebird = _intero... | 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
# Bug report
I am trying to upgrade my project from 4.x to 5.22 beta and the application
stops working with libraryTarget as 'system' , i am loading the module using
System.JS dynamically and the exported methods are missing in the 5.X
try {
// eslint-disable-next-line no-undef
const f... |
# Bug report
DISCLAIMER: this issue is a duplicate of #8782. The original issue was closed
without (as I can see) any strong reason. I asked to reopen the original
issue, but, unfortunately, did not hear back. This bug is stopping us from
migrating to webpack 4 from 3 (it works correctly in webpack 3). It will be
gr... | 0 |
Hi. This should work. It broke in late June. It works on Android. The error
comes up only in iOS (simulator and ipad).
I'm am requesting an empty reference because I want to save the reference UID
with the record.
From `firebase.firestore.CollectionReference` API:
> doc(documentPath) returns `firebase.firestore.D... |
Unable to observe log from the device.
Keep getting this error "timeout waiting for the application to start"
## Logs
[ +38 ms] executing: [/Users/anders/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] or... | 0 |
UV offset and repeat (and probably some of the other texture properties) are
uniforms which are strangely passed from the texture into the material, which
leads to issues where you have to clone textures per material (wasting a ton
of memory) if you want per-material offsets/repeats, or roll your own custom
shader. I... |
##### Description of the problem
Mesh with fewer morph targets be affected by another mesh with more morph
targets.
I duplicated the error here by adding a cube with 4 morph targets into
Three.js official example webgl_morphtargets. The original example only has
one cube with 8 morph targets.
Top 8 input bars chan... | 0 |
`@types/enzyme` pulls `@types/cheerio` that pulls `@types/node` using triple
slash notation that is not compatible with web platform and can't be disabled
using `types` property in `tsconfig.json` causing react tests using enzyme to
fail due to TS issues caused by incompatibility of `setTimeout()`,
`setInterval()` et... |
Regarding the npm package "mongodb" in Version ~3.2.0 :
Because of incomplete typedescriptions for at least the type , i get
typescript compiling errors in my module.
The lacking descriptions for my case are:
Property 'dropAllIndexes' does not exist on type 'Collection<any>'
Property 'ensureInd... | 0 |
ERROR: type should be string, got "\n\nhttps://github.com/huggingface/pytorch-pretrained-\nBERT/blob/35becc6d84f620c3da48db460d6fb900f2451782/pytorch_pretrained_bert/modeling.py#L387-L394\n\nI don't understand how it is useful to wrap the BertLMPredictionHead class\nlike that, perhaps it was forgotten in some refactoring ? I can do a PR if you\nconfirm me it can be replaced.\n\nBertOnlyMLMHead is only used in BertForMaskedLM.\n\n" |
## Environment info
* `transformers` version: 4.18.0.dev0
* Platform: macos high sierra 10.13.4
* Python version: 3.9
* PyTorch version (GPU?): 1.8.1 CPU
* Using GPU in script?: no
* Using distributed or parallel set-up in script?: no
### Who can help
@sgugger @LysandreJik
## Information
When trying ... | 0 |
**Sam Brannen** opened **SPR-6523** and commented
Section _C.2.2.4 util:list/_ of the reference manual states:
> Finally, you can also control the merging behavior using the 'merge'
> attribute of the util:list/ element; collection merging is described in more
> detail in the section called "Collection merging".
... |
**Thomas Timbul** opened **SPR-5199** and commented
For the sake of clarity/modularisation in my XML I am trying to separate out
certain service definitions into separate files. It would be nice to see the
re-emergence of 'merge' on the util: collection definitions in a way that
definitions with the same ID are mer... | 1 |
**Jörg Heinicke** opened **SPR-3308** and commented
The current reference at
http://www.springframework.org/docs/reference/beans.html#beans-factory-scopes-
other-injection-proxies has a duplicate attribute proxy-target-class:
<bean id="userPreferences" class="com.foo.DefaultUserPreferences"
scope="session">
<aop... |
**Roman Pichlík** opened **SPR-5574** and commented
Let suppose that there are beans of a given type T and these beans are marked
by interface Ordered or annotation Order. It does make really sense to
preserve their order according to Ordered/Order marker if they are collected.
See following code for illustration.
... | 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.5
### Steps to reproduce this issue
1.org.apache.dubbo.common.utils.PojoUtils getDefaultValue ,... |
* 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: dubbo-spring-boot-starter 2.7.3 (provider&consumer)
* Operating System version: win7
* Java versi... | 0 |
Hi, hope all is well :)
It looks like DistilBertTokenizerFast doesn't take do_lower_case into account.
from transformers import DistilBertTokenizerFast, DistilBertTokenizer
PRE_TRAINED_MODEL_NAME = "distilbert-base-uncased"
tokenizer_f = DistilBertTokenizerFast.from_pretrained(PRE_TRAINE... |
### System Info
2023-05-24 23:09:53.575434: W
tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could
not find TensorRT
WARNING:tensorflow:From /usr/local/lib/python3.10/dist-
packages/transformers/commands/env.py:63: is_gpu_available (from
tensorflow.python.framework.test_util) is deprecated a... | 0 |
I use the following blog to use the playwright lib.
my app use login page, using the headless false
when the chromium is opened it ask to provide **certificate popup** (my user)
and when I click on cancel it open the user password screen and the test
proceed and pass, any idea how to avoid the certificate popup? ... |
Similarly to puppeteer/puppeteer#540
Currently when navigating to a page that requires client certificates and
client certificates are available a popup is shown in Firefox and Chrome which
asks to select which certificate to use. It would be beneficial to provide an
API to select the correct certificate to use (or ... | 1 |
# Environment
Windows build number: Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): Windows Terminal (Preview), Version: 0.4.2382.0
Any other software? No
# Steps to reproduce
1. Open Windows Terminal.
2. Let the computer go into screen-locked st... |
# Environment
Not 100%-scale display (high DPI monitor)
Windows build number: Microsoft Windows [Version 10.0.18853.1000]
Windows Terminal version (if applicable): v0.4
Any other software?
# Steps to reproduce
# Expected behavior
Rectangles should properly surround text inside the... | 0 |
* Electron version: 0.37.6
* Operating system: Ubuntu 16 64-bit
Hi guys,
Trying to bring Electron app on top & focus it when the user pushes a
registered globalShortcut. Nor App.focus() nor BrowserWindow.focus() seems
working on Ubuntu. Could only bring it on top by calling:
mainWin.setAlwaysOnTo... |
* Electron version: the one bundled with Atom 1.7.1, also 0.36.0
* Operating system: Linux
The "focus()" call does not actually focus the window, it only raises it.
Focus remains in the caller app (terminal, for instance).
No "focus stealing prevention" is used. This can be reproduced on multiple
window manager... | 1 |
## Issue description
Hello! I am trying to install pytorch from source in conda, and I got these
error message:
>
> /home/lin/pytorch/torch/lib/THD/base/data_channels/DataChannelNccl.cpp:31:17:
> error: ‘ncclInt8’ was not declared in this scope
> {at::kChar, ncclInt8},
> ^
>
> /home/lin/pytorch/torch/lib/TH... |
We currently only support int varargs when they are the only argument in the
Python torch wrapping. This limits, for example, the use of varargs in einsum.
The root cause is in the pattern for using `PythonArgParser` with the
templated `ParsedArgs` as documented in the comment at the top of
`torch/csrc/utils/python_... | 0 |
In 2.x, when you hide a popover, it is removed from the DOM:
http://jsfiddle.net/moalla/vFDSZ/2/
In 3.x, when you hide a popover, it is not removed from the DOM:
http://jsfiddle.net/wbutler/dCQ3v/
It appears that the 'complete' callback fails to detach the popover due to the
hoverState not being changed to 'out... |
i searched for an already opened issue but did not found any that was
reporting this exact problem.
I'm trying to use the destroy method on tooltip (bootstrap v3) but it does not
remove the element from the DOM.
Any idea ?
Fiddle : http://jsfiddle.net/52VtD/59/
click on the button to trigger the tooltip destroy m... | 1 |
I'm not getting stack traces any time a module is loaded with errors. The
module compiles fine on its own, but when a call to a method of the module
gives an error, the only thing that gets printed is the exception string, but
there is no line/stack information.
This is with the latest Julia on Win7 32bits, both usi... |
With #34287 running `]test BitIntegers`:
julia: /home/jeff/src/julia/src/cgutils.cpp:514: unsigned int convert_struct_offset(llvm::Type*, unsigned int): Assertion `SL->getElementOffset(idx) == byte_offset' failed.
signal (6): Aborted
in expression starting at /home/jeff/.julia/packages/Bit... | 0 |
Hi,
I am using DBSCAN to cluster some points of mine and I run into some possibly
memory related issues. If I try to cluster something in the ballpark of 50k
two-dimensional points with the haversine metric, I am running out of memory
on a machine with 16GB, and I am not sure that this is supposed to happen. I
mean,... |
Currently `check_estimator` requires that if binary classification is
supported, multiclass classification must also be supported. Perhaps this is
not a sensible constraint for contrib projects (see scikit-learn-
contrib/scikit-learn-contrib#7).
This may be an appropriate subject for tags (#6599). See also #6715.
| 0 |
Create a browser window with the `resizable: false` attribute in options - on
OSX this acts as expected and is not able to be resized, on Linux you can
still resize.
|
Code like this does not work on ubuntu 14.04, the window size can be
customized by dragging the edge.
// Create the browser window.
mainWindow = new BrowserWindow({
width: 800,
height: 480,
resizable: false
});
Note:We are using node.js v0.11.14 and atom-shell 0.19... | 1 |
I am a beginner of pyTorch. I installed a non-cuda pyTorch on my machine,
which clearly has no gpu installed, and run the simplest backward() function.
But it didn't work out with the following exception:
THCudaCheck FAIL file=torch/csrc/autograd/engine.cpp line=353 error=35 : CUDA
driver version is insufficient for... |
Hi,
I did the following :
1. Install PyTorch in Ubuntu 16.04 via :
`conda install pytorch torchvision -c soumith`
http://pytorch.org/
using Anaconda2-4.3.1
2. Installed CUDA Linux Ubuntu 16.04 x86_64 via :
https://developer.nvidia.com/cuda-downloads
There is no CUDA GPU installed on the machine (it i... | 1 |
Hello All,
I am trying to load a big text file for pertaining a BERT model from scratch
the size of the txt file is about 11GB and trying to load the model for
pertaining is exhausting all the RAM on the system.
Is it possible to load all the data in batches and then perform training.
I am a bit new to hugging fac... |
### System Info
MacBook Pro (13-inch, M1, 2020)
Chip Apple M1
Memory 16 GB
(Also tried with Google Colab)
### Who can help?
copy of #19161
Hello All,
A bit new to HuggingFace environment.
I am trying to load a big text file for pertaining a BERT model from scratch
the size of the txt file is about 11GB and... | 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | yes
RFC? | no
Symfony version | ^3.4.3
I have a controller that responds with a photo, the photo is private and the
user needs to be authenticated and authorized to access it. The photo is
encrypted and needs to be decrypted on ea... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.4
This issue is a follow-up to #25902. @leofeyer, @Toflar and me re-analyzed the
problem: The `ResponseCacheStrategy` sets the response to `no-cache, must-
revalidate` if any of the responses is se... | 1 |
Hi!
**Short description:**
If components are loaded into parent component by router ContentChildren
doesn't track them.
Here is plunker
**Preconditions:**
1. There are container component and panel component (container component queries panel component)
2. App has one one container component and 3 panel co... |
#3922 contains the sentence `Both query mechanisms do not go into further into
component subviews.`, but I would like that to be available.
I have grouped a couple of `[router-link]` and want to decide in a parent
element if any of those links `isRouteActive`. However, not all those links
are built directly within t... | 1 |
### Description
Seeing an issue where trying to jit() run the function results in the
following error:
`XlaRuntimeError: INTERNAL: RET_CHECK failure
(external/org_tensorflow/tensorflow/compiler/xla/hlo/ir/hlo_computation.cc:962)
ShapeUtil::Compatible(old_instruction->shape(), new_instruction->shape())
f32[1,5,3,12]... |
Hello,
I am trying to understand exactly how auto-diff works with JAX. I have an
example function:
def fnc_jax(x1, x2):
return (jnp.divide(x1,x2) - jnp.exp(x2))*(jnp.sin(jnp.divide(x1,x2)) + jnp.divide(x1,x2) - jnp.exp(x2))
Now I do `jax.make_jaxpr(fnc_jax)(1.0,1.0)`, which give... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.