Nicholas Bauer

Results 99 issues of Nicholas Bauer

With a multi-user Pluto server, it can be great to see the same code running live with someone remotely. But, sometimes multiple people can be unknowingly using the same notebook...

I have an issue where there's a shared Pluto instance and multiple people are using notebooks. They leave them open, and in total the notebooks are absorbing a huge chunk...

backend
online deployment

https://docs.julialang.org/en/v1/search/?q=__init__ ![image](https://user-images.githubusercontent.com/1438610/234297738-a59a825a-a888-4f2f-8cf0-fd99bf2691ff.png)

Type: Enhancement
Type: Bug
help wanted
Format: HTML

Is there any reason that tuple arguments for providing multivariate input couldn't be supported? And tuple return types for e.g. sampling from the same? Currently both use small arrays, which...

Many functions were translated directly from Fortran. This PR rewrites two of them using more concise Julia forms. ~~Ideally would like to eliminate the array allocation as well.~~ (See #442)...

A performance issue when running many iterations of the gamma function is the internal allocation of a 30-length buffer. A solution I've implemented is to overwrite the functions to use...

Trying to update to get the new nightly channel, but when I try `juliaup self update` it prints `An update is available.` and then hangs. Windows 11 23H2 (22631.3085) Juliaup...

I recently started using an AWS server using an Intel Sapphire Rapids CPU. When I installed Julia 1.9 on it, CSV segfaulted during precompilation (https://github.com/JuliaLang/julia/issues/51482). This is apparently due to...

Just opening this to track the underlying Julia issue: https://github.com/JuliaLang/julia/issues/52373

Video saved with ``` imgstack_low = reinterpret(Gray{N0f8}, UInt8.(imgstack .% 0xFF)) VideoIO.save(imgpath, eachslice(imgstack_low, dims = 3), framerate = 5, codec_name = "libx265", encoder_options = (var"x265-params" = "profile=monochrome8", preset = "medium")) ```...