Keyvan M. Sadeghi

Results 28 comments of Keyvan M. Sadeghi

Hi @jmar777 Yes, it does. The hover functions as I desire, but I'd like to increase the size of each element to full width (%100 on click). It'd be a...

To clarify, I would like to have the default (%40 for four elements) for the size of each element on hover and %100 when the item is selected (on click)

```js pattern(['https://', option('www.'), domain, '.', ...rest, '/', ...rest]) .resolve(([domain, _, path]) => {}); ```

[Probable cause](https://github.com/assister-ai/assister/blob/master/packages/rasa/src/components/rasa-bot/rasa-bot.tsx#L34)

This should be fixed in latest.

Hi @hknajjar0, thanks for reporting this issue. I guess this has to do with the way I've currently coded the listener. See [predictUntilListen](https://github.com/assister-ai/assister/blob/master/packages/rasa/src/components/rasa-bot/rasa-bot.tsx#L75) recursive call. My reasoning was that a...

@mehdibalouchi `OptionsBox` is a dynamic box, its options change based on the current context. When a message is selected for example, it offers the option of `run again`, much later...

https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/ The implementation is not microtask, hence the behavior you're seeing, see below comment and my response: https://medium.com/@zouguo/there-is-one-problem-resolve-and-reject-should-execute-asynchronously-after-the-event-loop-turn-77aded454878 FMI on how callLater works: https://medium.com/@keyvan.m.sadeghi/how-async-works-in-a-promise-implementation-d709d8f71425

@brainkim why not pass the context as the second argument? ```js async function *Component({ message } ,{ updates, refresh, addEventListener }) { for await({ message } of updates) { /*...

@geosp sure, all yours!