Júlio Hoffimann

Results 186 issues of Júlio Hoffimann

Using the awesome PkgDepencency.jl package, I realized that one of my heaviest dependencies is UnicodePlots.jl: ![image](https://user-images.githubusercontent.com/3345261/189760461-a36e5245-87d3-4f4b-9c6b-0c4326811058.png) I wonder if there is a way to split these dependencies on external libraries...

enhancement
help wanted

Can we bump Setfield to the major release? The 0.8 in Transducers.jl is blocking updates downstream.

Some of these internal functions are now superseded by the new `intersectparameters` by @dorn-gerhard . We should review and probably remove them from the code base.

enhancement
help wanted
good first issue

Our recent changes to the Point constructors are allocating. We need to refactor it once again to avoid these issues with large data sets downstream.

enhancement
help wanted
good first issue

The following deprecation warnings are being shown during the build of the docs: ``` DEPRECATION WARNING on line 18 of /home/juliohm/.julia/packages/Documenter/yf96B/assets/html/scss/documenter/components/_admonition.scss: !global assignments won't be able to declare new variables...

help wanted
good first issue

Should I be worried about this warning/note? ``` [08:53:49] In file included from /workspace/srcdir/OpenCL-Headers/build/tests/lang_cpp/../../../tests/test_cl_gl_ext.h.c:19, [08:53:49] from /workspace/srcdir/OpenCL-Headers/build/tests/lang_cpp/test_cl_gl_ext.h.cpp:1: [08:53:49] /workspace/srcdir/OpenCL-Headers/CL/cl_gl_ext.h:18:112: note: #pragma message: All OpenGL-related extensions have been moved into cl_gl.h....

The OpenCL.jl repository currently lists different API files manually for the different OpenCL standards. I understand that nowadays a better approach is to simply use Clang.jl for automatic generation of...

We would like to automatically install drivers for end-users. As far as I understand, [PoCL](http://portablecl.org/) is a recent attempt to provide a portable driver that works with any device (NVIDA,...

The OpenCL_jll build is failing on Windows. One of the OpenCL maintainers successfully fixed the build by [disabling a feature](https://github.com/KhronosGroup/OpenCL-ICD-Loader/pull/186) that I think may be important for Windows users. He...

The option is very helpful to launch a session on the platforms that are failing. It worked nicely when I had a compilation issue: I could directly access the platform...