gotjoshua

Results 125 comments of gotjoshua

for "atuo-detect" we would use [Meteor.isProduction](https://docs.meteor.com/api/core.html#Meteor-isProduction) > how do you make sure that OM is used as a pure type checker, so that this "full performance mode" would not actually...

@sylvainpolletvillard, thanks for the reply and for the elegant syntax suggestions. I think we will try them out and if the investigation finds anything fruitful we'll share it here. I...

ah, and one detail question: in this example: ```js const om = Meteor.isProduction ? BaseOM(data) && data : BaseOM(data) ``` is there any performance advantage to the following? ```js const...

> I added in v4.3.0 a CHECK_ONCE mode nice one! thanks for your persistence! i'll check it out...

i tried to make the HEIGHT double but it didn't seem to work is there any way?

@mpickering do you plan to bump to latest?

do the [fission depot](https://crypto.stackexchange.com/questions/77250/webcrypto-subtlecrypto-rsa-sign-verify-and-encrypt-decrypt#comment171907_77250) nodes accept CAR files as of now? we are looking into alternatives to [web3storage car file implementation](https://web3.storage/docs/how-tos/work-with-car-files/) this is independent of WNFS (we want to write...

Just getting into glances and I doubt I (nor anyone on my team) will have the bandwidth to be that contributor... but I want to broaden the scope beyond influx,...

https://github.com/lencx/vite-plugin-rsw/issues/25#issuecomment-1049274571

it seems that the updateDelay setting can remedy this situation, but it sets timeouts so may be resource intensive. Not sure if this happens for all open windows (hopefully not)...