Egor Gorbachev

Results 28 comments of Egor Gorbachev

This example from wiki is outdated. Here is the working example of nodisplay: https://github.com/harrydeluxe/php-liquid/blob/master/src/Liquid/Tag/TagComment.php

@kirilldronkin How can I use it with function components? The example only shows how to use it with class components.

@kirilldronkin Thank you! I think this issue can be closed. Are you a maintainer of the project? Is it still alive?

@spalt08 Sure, take your time. Thanks for keeping me posted 👍

@ctizen Thanks for digging into this 👍 CRA is quite popular, it'd be nice to have a solution for the `concatenateModules` option. Should I rename the issue title to something...

@winkler1 Sorry for bothering. If it's still relevant I've created a logger that allows to override the logger output: https://github.com/kubk/mobx-log

Can't make it work because youtube-viewer keeps using the default API key. I have generated API keys and put them to `~/.config/youtube-viewer/api.json` `~$ cat ~/.config/youtube-viewer/api.json` `{ "key": "***ftQ", "client_id": "****",...

@FDiskas You can try this package: https://github.com/kubk/mobx-log It's just a simple logger, but it is compatible with Mobx 6. I've built it because `mobx-remotedev` is no longer maintained.

Hi @zalmoxisus Any chance to get this merged? Thank you.

@Aleksandern I've switched from Redux devtools to a simple browser logger: https://github.com/kubk/mobx-log I am going to add Redux devtools support but for me it's no longer needed, because the logger...