Roman Ilin

Results 16 comments of Roman Ilin

Isn't it because the issue in LuxCore repo about porting to Apple Silicon is still open? LuxCoreRender/LuxCore#484 Correct me if I'm wrong, but I believe this is a duplicate. Although...

I see the integration of an additional scripting language for this functionality as too costly for the benefits provided. Despite the cross-platform bonuses, this solution increases bulkiness, reduces maintainability, and...

@sunli829 Hey there, just wanted to gently check in on the status of the request I made two months ago. No rush at all, I truly appreciate the work you...

Note that it was fixed in ssh2 1.17.0. 1.17.0 fits caret range ^1.15.0, so simple `npm update` (in your project, not in docker-modem) should fix the problem.

This is really stupid and bad, but I use invisible separator U+2063 "⁣" before "@" as workaround and it works fine. ![image](https://github.com/microsoft/TypeScript/assets/41355752/d9647015-1b06-415f-8f4f-e5d4bb071408)

@trusktr It's odd because I tried adding this invisible character to your documentation and it worked for me. Screenshot After that, I took the liberty of adjusting the indentation, using...

The issue is relevant. Zed wraps 513th character (column 514 in status bar) even with `"soft_wrap": "none"`: Screenshot It's hardcoded: - https://github.com/zed-industries/zed/blob/v0.205.9/crates/editor/src/element.rs#L8438 - https://github.com/zed-industries/zed/blob/v0.205.9/crates/editor/src/editor.rs#L221 but inconvenient for the reasons described...

Thank you for the feedback! Yes, the underlying issue with worker threads is related to the use of a static `Nan::Persistent`. This static handle could lead to race conditions and...