Daniel Pinyol
Daniel Pinyol
Hi, with a legacy code I'm getting warning `misspelled option "backwards"` Looking at your code it looks like it's indeed and option I do ` this.aceOptions = { backwards: true,...
When creating a package with ``` module noConstructorFound Base.@kwdef struct KWS{T} myField::Int end end ``` I get this error with julia 1.10 and JET 0.8.29 ``` julia> r=report_package(noConstructorFound) [toplevel-info] virtualized...
## Describe the bug Exception when calling assigning config_dict to an offline Task. ```python Traceback (most recent call last): File "", line 1, in File "/home/dani/.local/share/virtualenvs/sc-api-DipHMMiG/lib/python3.11/site-packages/clearml/model.py", line 2111, in config_dict...
### Package Version 0.1.0 ### Julia Version 1.8.2 ### OS / Environment ubuntu 22.4 ### Describe the bug Example in project readme crashes ### Steps to Reproduce ```julia using Alloc:...
This does not allocate ```julia const v=[1] const vl=length(v) function g() SVector{vl, Int}(v) end @timev g() 0.000001 seconds elapsed time (ns): 769 gc time (ns): 0 bytes allocated: 0 pool...
When running many repeatitions of a test with `--count`, `.pytest_cache/v/cache/nodeids` may get up to millions of entries. Eg: ``` "test/utils/test_types.py::test_if_none[1-100]", "test/utils/test_types.py::test_if_none[10-100]", "test/utils/test_types.py::test_if_none[100-100]", "test/utils/test_types.py::test_if_none[11-100]", "test/utils/test_types.py::test_if_none[12-100]", ... ``` This may cause a...
I'd be nice to add a flag to enable the collection and display of the number of calls for each method. I understand that if implemented via sampling it may...
Hi, I'm using the plugin v0.4.5 from pycharm 2021.2.3 on windows 10. Test connection works fine and formatting normally work well. However, very often I get this error when formatting...
Hi, any plans to release a new version to enable compatibility with Julia 1.10? thanks
Due to this [Julia change](https://github.com/JuliaLang/julia/pull/45015/files#diff-1d665074f5b49a46a7f810d556661389430030e0630db8e540afcc63cfc3447d) ``` ERROR: LoadError: MethodError: Cannot `convert` an object of type Tuple{UInt64, UInt64} to an object of type UInt64 Closest candidates are: convert(::Type{T}, ::T) where T