Results 20 comments of Gerwim

I have the same issue, however you can work around this using the event `stepChange`. E.g.: ``` const { eventEmitter, // an object for listening some events } = useTourGuideController()...

@toddysm: Do you have any example on how to achieve this? I tried doing this using the `--filter` argument with a positive lookahead (to basically delete everything except). E.g: ```...

Is there an update on this PR? Do you need any help with it?

@Mahdi-Farahani Thanks! This works. Descriptions of each field: `current`: Initially visible month `initialDate`: Initially visible month. If changed will initialize the calendar to this value So I'd expect the `initialDate`...

@LuisMalhadas Thanks for your work on your `djfil` branch! Could you tell me the steps you used to build a docker image from your `djfil` branch? I'm trying to build...

@LuisMalhadas Thanks for your reply. It's not an issue with the source path. I simply do not have the predownloaded files. They are downloaded/generated (as far as I know) by...

Hi @LuisMalhadas, no worries. No need for an apology. You don't owe me anything ;-). But yes, I have tried to download them. These don't download the shares binaries. I...

@LuisMalhadas Thanks for your answers. I managed to get it building (even though it takes ages because the rPI2 is just slow and doing other stuff as well). Basically, a...

Whilst for me the `isomorphic.js` issue is fixed by adding the `mjs` in the sourceExts resolver (as seen here: https://github.com/dmonad/lib0/issues/35#issuecomment-1039788491) It actually crashes (`y-websocket`): ``` TypeError: window.addEventListener is not a...