Benjamin Kulnik

Results 9 comments of Benjamin Kulnik

I ran into the same problem. A basic fix (which worked for me) would be by copying the code from the other `init()` ```swift public required init?(coder aDecoder: NSCoder) {...

Hey @Naikless, changing the default conversion to always use double for numeric types might be a cool addition. I think it could be a preference in the `MSession` struct which...

Hey @Naikless ! I think, you should be able to do this with: ```julia MATLAB.default_msession_ref[] = MSession(MATLAB.default_output_buffer_size) ``` but it might be beneficial to change the error handling of `close_default_msession()`...

Change log updated here: julia-vscode/julia-vscode#3720

> I don't take any decisions over which PRs should or shouldn't be merged in this repository, but are you aware that the language server already provides the unicode symbols...

Thanks for pointing it out, it was not clear in the initial description. At least in my quick tests it worked quite nice and made working with unicode way faster!...

No the other PR is unrelated. There I check the exceptions that are thrown in MATLAB. Here, the engine gives us a non zero error code, without any information why...

Following problem happens on my machine (interestingly 2GB is not a hard limit). MATLAB seems to block `stdin` (or something similiar) and the Julia REPL stops working (with the need...

Hey @kamesy! thanks for the PR! Seems like a good addition. For me, it would be fine to change the default here, as it would be easier for new user....