Fiona

Results 11 comments of Fiona

I recognise it's a late response - but we solved this with the following pattern: - We check for authentication on all loaders and actions in question, in a custom...

Hey 👋 I've also tried my hands at a Haskell implementation, and it's at [runjak/async-runtimes-benchmarks](https://github.com/runjak/async-runtimes-benchmarks). While I was aware of **Control.Concurrent.Async** I went with **Control.Concurrent.Chan** instead (and quite a long...

I think the decision around RTS stuff makes a big difference with Haskell. Most recent changes on my end get `465220` (9.6GB) when compiling with `-threaded -rtsopts -with-rtsopts=-N` and running...

Sorry for being so spammy. Upon further investigation I'm not currently confident that my attempts actually run as concurrent as desired. With your code I get comparable memory usage -...

@tajo would you like me to add a Changeset to this PR?

Note that the original `MockDate` as implemented in https://github.com/boblauer/MockDate/blob/master/src/mockdate.ts#L41 sets the prototype like this: ```typescript MockDate.prototype = RealDate.prototype; ``` With modern JS this leads to the following TypeError: ``` MockDate.prototype...

@tajo thanks for the reply :pray: I've made the adjustments and hope this fits your requirements :)

Hey, I hope I'm not bothering you with this and you're doing fine stress-wise. Just wanted to note that from my perspective all should be fine here and if you...

My understanding is that contrary to #110 this feature would be present in Cloudflare workers: https://developers.cloudflare.com/workers/runtime-apis/web-crypto/

@sergiodxa any opinions on this? Would you rather have it in our out?