Dimitris Floros
Dimitris Floros
Thank you for testing it on Windows! The issue appears on my side on both Linux (Ubuntu) and macOS 11 (Monterey). I do not have access to a Windows machine...
I am retesting with a simpler version; only trying to start a `MATLAB` session with a 0-length buffer to store MATLAB output text: ```julia using MATLAB MATLAB.default_msession_ref[] = MSession(0; flags="-nodisplay...
Thanks to @lungben for the following workaround: > You could try to deactivate multiprocessing in Pluto: > https://github.com/fonsp/Pluto.jl/blob/15a94f415dba4fbad753ddac5153fa9286ce0eb2/src/Configuration.jl#L106 > `Pluto.run(workspace_use_distributed=false)`
Disabling output forwarding, via #2022, resolved the issue on my side.
I am testing on Emacs (lsp-grammarly) on `macOS`; I am using `doom-emacs` as my emacs setup. I am adding the output of `doom info` ``` generated Aug 07, 2022 18:02:22...
I tried VSCode, it produces the same result.  Any ideas where to forward this issue? Thanks!
@Wimmerer Thank you! Was the functionality you mentioned included in `v0.7.2`? I could not find it in the docs.
Is there any progress on this? I tried it today and I am get ``` [error] request--callback: peculiar error: 401 ```
Following up on this, is there any way to lock a record in the file? We have a legacy server with DBF files used by multiple programs, and we are...
@Naikless Does starting `Julia` with the following flag ``` julia --compiled-modules=no ``` resolve the issue? Startup will definitely be slower, but the processes should not collide in compiling packages/loading caches.