Egor G

Results 67 comments of Egor G

It's a good idea and there are such feature requests already: https://github.com/kubk/mobx-log/issues/24 Introducing makeAutoLoggable is going to be a BC break, so we can stick with the following API: `makeLoggable(this)`...

Hi, thanks for the kinds words 👍 So far I haven't tried Electron development. Am I right that you are talking about this package? https://github.com/zalmoxisus/remote-redux-devtools

Thank you for splitting the tasks. This one isn't easy because Mobx sometimes doesn't provide all the information required to implement this feature. So far you can use Chrome built-in...

Thanks, probably it's better to keep the original name here

Great idea. Although it seems HolyJS and Heisenbug are no longer accepting new requests for the dates you specified: - https://holyjs.ru/callforpapers/ - https://heisenbug.ru/callforpapers/ If "HolyJS 2024 Autumn" is also on...

> Here are some strategies and considerations to help you build robust fraud prevention mechanisms: GPT-generated gibberish

> As an AI language model, I don't have access to specific external You haven't even read what you generated 😆

Should be fixed by https://github.com/mobxjs/mobx/pull/3853

Hi, thank you for testing the library with Cloudflare Workers. It is also something that I am considering trying. What if you use the following approach? ```diff +export const isCloudflareWorker...

Amazing feature, would be nice to get it merged. My use case is the frontend deployed via Pages to dev and prod workers. Both of them have GitHub deployments with...