Leandro Ostera

Results 115 comments of Leandro Ostera

We can use the [ignore crate](https://docs.rs/ignore/latest/ignore/).

Hi @charleslambert, thanks for opening the PR! ✨ Could we refactor this to not use a functor? I'd like the API to be as small/simple as possible. I was thinking...

Oh i see what you mean now! Love the update looking super clean 🤩 We also have the ability to send custom _events_ which could work even more uniformly since...

After giving this some more thought I'm not sure what the custom events buy us that the function approach wouldn't. 🤔 It seems to me that not knowing what the...

Thanks for the PR @jmcavanillas! Re: the CPU usage, are you testing this on the latest Minttea with Riot 0.0.9?

As an update, we now have a `key` variant that we're mapping around the same place in the code, so when you match on a `KeyDown` event you can discover...

As discussed in #45 we chose to use a pair of `key * modifier` and make the modifier a variant that includes a `No_modifier` constructor, so matching on a key...

I think you made the right call with taking the `Event.t` and making Leaves depend on MintTea 🙏🏼

Since https://github.com/leostera/riot/issues/52 we've disabled the process stealing, which should've improved the reliability of startup and terminating minttea apps. Could you double check if this is still happening?

@chshersh these are good ideas! super open to PRs to do a little diffing here and avoid unnecessary renders. Also like the idea of passing in config for how Minttea...