HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Lorak_

no profile record

comments

Lorak_
·ano passado·discuss
What tools do you use to perform such tasks?
Lorak_
·há 2 anos·discuss
As far as I know panics abort instead of unwinding in three cases: - When a panic happens during panic unwinding - When the application (not the dependency!) sets panics to abort in Cargo.toml - When the target doesn't support unwinding.

Which of those is the case for the desktop app described by the parent?
Lorak_
·há 2 anos·discuss
I agree that libraries should avoid panicking, but it is not true you can't do anything about it. You can wrap a call to such library into https://doc.rust-lang.org/std/panic/fn.catch_unwind.html
Lorak_
·há 2 anos·discuss
I use Slack on Firefox for over 3 years now, without any issues. I've never seen any blocking attempt.
Lorak_
·há 2 anos·discuss
Are you planning to support more of mermaids features? I tried one example where this could be useful to me - Mermaids gitGraph - and it looks like it's not supported.
Lorak_
·há 2 anos·discuss
You can: https://doc.rust-lang.org/rust-by-example/compatibility/raw_...
Lorak_
·há 2 anos·discuss
Does it support building native extensions and Cython modules or are setuptools still the only reasonable way to do this?
Lorak_
·há 3 anos·discuss
Did you read the article? It shows a lot of examples when no specific names are mentioned, or even with very generic prompts producing copyrighted material.
Lorak_
·há 3 anos·discuss
Do you plan to create native desktop app? Android app looks and feels good, but the desktop one is terribly slow (especially scrolling), probably due to being written in TS... I used Linux AppImage version if that matters.