Eliza Zhang

Results 42 comments of Eliza Zhang

I'm seeing the same issue, although it's flakey. It appears to only occur when at-loader chooses to fork the compiler to do type-checking in a separate process.

Would love to have this by default. XMonad messes with my desktop/tray/Chrome notifications so sound alerts help a lot for me.

This is happening to me too.

One thing I've struggled with from a UX design perspective is figuring out what these CLI arguments would look like. Right now, the CLI supports analysing multiple FOSSA modules from...

This is on our roadmap. Do you have more concrete suggestions for formatting the output?

Yes, this sounds like a great idea! We'll put this on our roadmap, happy to accept PRs.

Yes, I'm running into this as well because I have a `PostNoContent` that sets cookie headers for authentication.

I'm running into this scenario as well. My use case is [verifying Slack event requests](https://api.slack.com/authentication/verifying-requests-from-slack). I understand that reading the whole body and retaining it has performance and DoS implications,...

Ah, thanks! It wasn't clear that this is how `nullsFirst` and `nullsLast` was meant to be used. Thanks for the assist!

I think also something helpful would be explicitly categorizing which query functions are _monadic guards_ (like `where_`), which are _monadic functions_ (like `with` and `filter`), and which are _query functions_...