Ron Waldon-Howe

Results 107 comments of Ron Waldon-Howe

Just updated to ndb 1.0.33, and the "Add folder to workspace" is still broken, but if you wait 5-10 seconds, then it does automatically add the current working directory to...

@tonywoode I don't change the CWD at all I `cd` to my project first, then `ndb`, then ndb launches but doesn't have any source code files loaded, and the "Add...

I'm sure you've probably already encountered these, but if not, it might be worth reviewing the experiences of others who have started down the road of building a wayland compositor...

I'm a huge fan of nushell, but it seems to be in a state of flux (going off the last couple of releases): https://www.nushell.sh/blog/ How likely is it that there...

A platform-agnostic approach could be to transparently provide a fake/wrapper implementation of `std::env`, `std::process`, `std::fs`, `std::io`, `std::net`, etc that is used when compiling/running code in macros and build.rs, instead of...

> In practice it's pretty important that the build.rs of Rust `-sys` crates are able to look in directories like `/usr/lib` and invoke tools like `pkg-config` and such Bah, I...

Howdie, thanks so much for sharing this project, it has been very useful to me

> Does this mean that currently there is no support to run the blueman applet in Wayland compositor e.g. like sway? It definitely works, I'm using it right now whilst...

My user agent is reported as being: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36

That's probably the cause, but I think we should aspire to build applications that don't break when non-essential assets are missing Analytics should be considered an enhancement, not a blocking...