Sohum Banerjea

Results 19 comments of Sohum Banerjea

`String`s _are_ `Vec`s under the hood. The compiler doesn't know `try_new` doesn't perform heap allocation, it merely is checking based on the return type of `rust_decimal::Error`. If `try_new` accurately reported...

I see. If this would require a semver break anyway, maybe it would be worthwhile to just restructure the Error type to completely remove the String cases, while also making...

Hi there, I notice this PR has stalled. Is there anything a third party (like me) can do to help push it along? I'm eagerly looking forward to using `tracing`...

The NFS driver works as lowest common denominator access to the zfs filesystem, yes, but fsx/zfs would be capable of stronger integration with the CSI API. For instance, we would...

For anyone else finding this issue, the linked stackoverflow also now suggests a workaround that uses css-grid, and doesn't require the machinery the previous workaround did. It boils down to...

I'm happy to write the query, but it'd be nice to have an interface and a canonical place to put that query in, so that it works as a regular...

I've been trying to get this to work on proton-7.0 and REFramework 1.2, and it fails to initialise. Log attached. [re2_framework_log.txt.zip](https://github.com/praydog/REFramework/files/8984096/re2_framework_log.txt.zip). Key unique error lines: ``` [REFramework] [error] Failed to...

okay, I figured out my issue with Proton Experimental was an outdated nvidia driver. Now on Experimental, I get a few screens into the loading, with the overlay interface, but...

> The errors in your log indicate you're using an old version of the mod with a new version of MHRise, or the other way around. Thank you, that hint...

I have a similar situation where I want to return a `rocket::stream::TextStream` deriving from an input parameter with a request lifetime, but the route also takes an additional `&State` argument....