Nathan Lilienthal

Results 269 comments of Nathan Lilienthal

@NilsIrl yea more or less (pun intended). And it'd be cool to see how well it would work with compression and encryption.

As someone who is still somewhat unfamiliar with winit, I find this example pretty readable and helpful. The only functions that seem complex are `Application::new` and `Application::create_window`, everything else seems...

Depends a bit how you look at this. If you consider this to be a radiation hardened quine, then I'd argue that it shouldn't return the new program without the...

Opened #18 before reading this.

Hmmm, actually now I'm seeing the following error too: ``` clang: CommandLine Error: Option 'h' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ``` Maybe something's wrong...

@carols10cents just looking at this crate again after all this time... What do you mean exactly by "unique". If all you need is a thread local unique value (which is...

@carols10cents I'm sorry if I'm still missing something, but can you explain why a UUID would not satisfy your issue? If it's a matter of formatting, then perhaps we could...

This is definitely doable, but I want to rethink the API for this crate a bit in the process... Hopefully the general `Faker` interface wont need to change (much?), but...

Well I've fixed the `Helpers` bit (aka removed them). But there's still a number of problems... Primarily that the `Locale` is duplicated in many places. This has nothing to do...

Yep, this is a known issue. In fact, running `cargo test` currently, this is the only failing test. I haven't taken the time to dig more into it however, but...