Walther Chen

Results 10 issues of Walther Chen

I've seen several async beginners try to use `thread::sleep` to try to wrap their brains around async. It's probably one of the most common ways to "see" async. I just...

I was wondering what the suggested way of adding style (like color) to a write controlled by linefeed? I see that `mortal` has some methods to set style in the...

updates `filters::param2`: - changes name to `param_with_err`. This still doesn't quite feel right to me, so let me know if there's other suggestions. - returns `Rejection` directly from `FromStr` `Err`,...

waiting-on-author

Hello, What is the expected behavior when a dimension has multiple hierarchies, and one hierarchy has the defaultMember set? (or, similarly, hasAll=false). In my case, that hierarchy works fine, but...

AES-CBC does not encrypt blank input. Basically, the result of input `[]` is `[]`. I'm not a crypto expert, but from what I've read the encryptor should add PKCS7 padding...

Hello, I found xcp useful because it respects `.gitignore`. I'm using it to copy a repo without build artifacts. After the initial copy, since the target directory exists it will...

@jazzido @jspeis just wanted to start the conversation about patching the race condition on connection init. As far as I can tell, this patch fixes NilClass errors that were occurring...

Not sure why this error occurred. Haven't seen it before, it just happened on a startup caching run for the main site, which hits a lot of cube endpoints. ```...

Feature request :) Multiple hierarchies per Dimension. I may be able to do some work on this soon.

Copyable keys are copied in when adding entries to HashMap, but not when copying out keys. Now copies keys out as well when `Key` is `COPY_KEYS`.