pm100

Results 74 comments of pm100

@rhysd - good news, you have a new customer. tui-textarea finally merged into gitui, replacing their homegrown text input box. https://github.com/extrawurst/gitui/pull/2051 ty for you help over the last 6 months

I know [rata]tui well, have contributed to several projects using it. What features were you thinking that a tui for the cli should have

> I don't think that I did a good job at explaining it as-is, but despite my poor attempt, do you more or less understand where I think it should...

note that https://github.com/EAimTY/socks5-server is GPL, not compatible with your license

#78 is much larger in scope so, no, please don't merge this. This one is fundamentally simple Would you accept a PR using derive-getters? (Currently disappearing down a open source...

Yup I saw that about names. But I like getters simplicity, you can just ask to generate all getters with a derive at the struct level. So now my next...

well i see that getset has the same feature, so thats good. FYI. The ultimate reason I am doing this is to get rid of 'tick infection'. Because `Block` is...

sigh, trying to find a working immediate mode rust gui. I guess this is life at the bleeding edge.

Re tokio, to quote from their docs > Tokio currently guarantees support for the following platforms: > > Linux > Windows > Android (API level 21) > macOS > iOS...

@emilk - this allows full testing of the issues associated with #4862. You can see the different behaviors with mac, linux, windows and with wgpu or glow. I believe my...