Šimon Let

Results 140 comments of Šimon Let

Hi @Shubhamverma2796, Thank you for reaching out! I appreciate your patience here. Do you have a support for specific logging library in mind? This is the first request for Flutter...

Hi @sturatcliffe, Thank you for your report and your patience. I don't see an obvious issue in your logger code. But the error does look like some server code is...

Hi @nooblyf! Thanks for your message! We don't have a Sveltekit example, unfortunately. Some of our customers use our NextJS client with Sveltekit so you should be able to use...

Hi @roberttod! Thank you for reaching out! I think you are right that transport running in a worker thread could be causing issues here. I'm adding this to our internal...

Hi @TranHung92, Thank you for reaching out! I hope you're doing great! Could you share more details about your setup? 🙏 What NextJS version are you using? Are you using...

Hi @TreeOfLearning, Thanks for raising this! I'm adding React Native support to our internal tracking. I will make sure to keep you updated here on GitHub. Thank you for reaching...

Hi @mayurankv, I plan to make RESH available to install using `brew`. It's not straightforward because RESH needs to perform some post-install steps. I'm just about to release v3 with...

We should make sure that people can still do something like this. https://code.visualstudio.com/docs/terminal/shell-integration -> ``` PORTABILITY VERSUS PERFORMANCE The recommended approach above to install shell integration relies on executing our...

This should also work: `source "$(resh-get-shellrc-path)"` PRO's: no eval, no need to pack shell scripts into go CON's: resh needs to know the shellrc location, possibly slower than outputting and...

Related: https://github.com/curusarn/resh/issues/193