-
### Steps to reproduce
On https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault, all function references have `()`, this seems to be clearer when reading the docs.
For example:
…
-
There are some optional imports in the `_renderers.py` file in `plotly/io` that could slow down startup time when the packages aren't present. See https://github.com/plotly/plotly.py/pull/4823#discuss…
-
### Answers checklist.
- [X] I have read the component documentation [ESP-IDF Components](https://components.espressif.com) and the issue is not addressed there.
- [X] I am using target and esp-idf v…
-
MRE :
```fortran
program test
implicit none
real(8) :: y(2,2)
real(8) :: x(2) = [1,2]
real(8) :: z(size(y,2))
integer :: j = 1
z = matprod12(x, y)
print *, z
…
-
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the product-open-pricing-for-woocommerce domain was triggered too early. This is usually an indicator for some co…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
bgdys updated
1 month ago
-
I'm working on develop branch. I encountered the following issue while compiling `ks_imp_dyn/su3_rmd`:
```
"update_u.c", line 47: error: too many arguments in function call
qudaUpdateU(MILC_P…
-
**Describe the bug**
On running Stacks node using docker with image release:3.0.0.0.3 node crashes with panic: `FATAL: called a nakamoto function outside of epoch 3`
**Steps To Reproduce**
It is …
-
Hey,
I think the examples folder lack a function call example. I tried implementing one myself but I can't get anything working fine since I don't know much about function calling.
-
I recently found a segfault that occurs after invoking the same function several times (approx 30 thousand times). Code to reproduce the issue is as below:
```
import numba
def foo(x):
…