Nicholas Pini
Nicholas Pini
I'm using Bacon 2.0.0 on Windows. If I run `bacon check` or `bacon clippy` and the program has errors, everything works as intended (even tho the shortcuts for wrapping lines...
It would be quite useful if it was possible to automatically add a user defined tag to each custom admonition block. I don't think this should be visible: the plugin...
I'm currently running Julia through SSH, and I'm using `screen` to keep the session opened when disconnecting from SSH. I've noticed that if I use Term's progress bar on SSH...
I've been trying for hours to make a Valheim server work on my Raspberry Pi 4 but couldn't. I've installed the 64bit version of the Raspberry OS, and I've installed...
## Details Consider this piece of code: ```julia using Plots plot(1:10, rand(10), xformatter = x -> "asd") ``` This correctly produces a plot where the ticks on the X axis...
**Describe the bug** I have a few tabs opened on local links pointing to PDFs saved on my hard disk. Whenever I open the browser and my tabs load (because...
I've copy pasted this code from the example directory: ```dart Chart( data: scatterData, variables: { '0': Variable( accessor: (List datum) => datum[0] as num, ), '1': Variable( accessor: (List datum)...
The `pluto_to_pdf` function fails with the following error (taken from the log file): ``` 229 error code 1 230 error path C:\Users\nicho\.julia\scratchspaces\6eb38059-8c05-41f7-8871-5e7e2697ace6\build_dir3\node_modules\puppeteer 231 error command failed 232 error command C:\Windows\system32\cmd.exe...