Samuel Omlin
Samuel Omlin
I am writing a short paper on [JustSayIt.jl]( https://omlins.github.io/JustSayIt.jl) for the JuliaCon 2022 Conference Proceedings based on my conference [talk](https://www.youtube.com/watch?v=W7oQb7pLc04) ([abstract](https://pretalx.com/juliacon-2022/talk/H3N8UN/)). Do you have any publication on the Vosk Speech...
MWE: ``` import PySimpleGUI import pywinctl PySimpleGUI.popup('just say it!', no_titlebar = False, keep_on_top = True, title = "dummy title", non_blocking = True, ) pywinctl.getAllAppsWindowsTitles() ``` Resulting error: ``` $ /bin/python3...
When running the following unit test using `rand` (found here: https://github.com/omlins/ParallelStencil.jl/blob/amdgpu2/test/ParallelKernel/test_allocators.jl#L401) ```julia @test typeof(@rand(2,3, celldims=(3,4), eltype=Phase)) == typeof(ROCCellArray{T_Phase,0}(undef,2,3)) ``` the following error occurs: ```julia 5. Enums: Error During Test at...
It should instead create only one new symbol per interpolated symbol and reuse it for multiple interpolations of the same symbol. The current situation can lead to errors in subsequent...
Maybe I am just missing something, but coveralls upload fails with PkgTemplate generated configuration. It fails with: ``` [ Info: Submitting data to Coveralls... ERROR: HTTP.ExceptionRequest.StatusError(422, "POST", "/api/v1/jobs", HTTP.Messages.Response: """...
MWE: https://github.com/omlins/ParallelStencil.jl/pull/130/files#diff-4fd906dc9bd8d9fc59a9eab475a5119bbd4505ba46a091bede7d8cec6cabe8b8 In brief this MWE contains: ```toml name = "Diffusion3D_minimal" uuid = "91637811-9d05-4227-81a2-fe1d069b6ecb" authors = ["Samuel Omlin "] version = "0.1.0" [deps] ParallelStencil = "94395366-693c-11ea-3b26-d9b7aac5d958" [compat] ParallelStencil = ">=...
Add https://github.com/eth-cscs/production/pull/3031
Error message: ```julia julia> using MPIPreferences; MPIPreferences.use_system_binary(mpiexec="srun", vendor="cray") Error: Compiling x86_64 targets is not supported on aarch64 hosts. ERROR: failed process: Process(`cc --cray-print-opts=all`, ProcessExited(255)) [255] Stacktrace: [1] pipeline_error @ ./process.jl:565...