Nicola Mosco
Nicola Mosco
I have an issue running a postswitch script with autorandr 1.11. The script is located under '~/.config/autorandr/postswitch'. I tried just to echo something (the actual script just reapply the background...
I have a C++ project using the CMake build system. I tried to link to libfort with `add_subdirectory(…)` + `target_link_libraries(mylib libfort)` but cmake complains as it does not export targets....
For me with Julia 1.5.0 and DocOpt 0.4.0 the special argument `--` is not detected and always false. A workaround is to pass `options_first=true` but is not always practical.
I found that the dependency on WAV.jl leads to inconsistent behaviour when using this package with others (specifically in the JuliaAudio ecosystem). I think it should be better to rely...
I have found this issue when importing python submodules with `algotom` The following results in segmentation fault: ```julia pyimport("algotom.prep.removal") ``` On the contrary, importing only, say, `pyimport("algotom.prep")` works fine.
For a simple situation where I need to take the floor of a number and convert it to a integer, the compilation step through GPUCompiler fails with ``` ERROR: InvalidIRError:...
I tried to connect to a server for which I have a master session running. It seems that offs does not use the SSH configuration that is available. Would it...
I tried a simple example to run a Pluto notebook with a WGLMakie interactive plot. When Pluto is run locally, the plots show just fine. On the other hand, if...
I propose these changes to support `Base.tryparse`. This can be useful also for integration with other packages, like [`CSVFiles.jl`](https://github.com/queryverse/CSVFiles.jl) or [`Parsers.jl`](https://github.com/JuliaData/Parsers.jl).
I found that there is no implementation of `Base.tryparse` for URI. I think should be fine to support also this method as in some cases can be convenient.