Eric J. Smith

Results 151 comments of Eric J. Smith
trafficstars

So I do see an issue with us taking a global cross process lock based on just the class name and not the log file we are trying to write...

It seems really silly to have to map this to a dummy property when you really just want to ignore the data. One of the claimed benefits of this library...

It seems like a [ton of libraries](https://github.com/search?q=%22svelte%2Finternal%22&type=code) are using `svelte/internal` is there no way to mimic the functionality of the most common things they are doing to greatly reduce the...

I don't think it makes sense to put the ICollection Users property on the IFlexRole interface because in a document world it makes much more sense to store the roles...

Sorry about that @jamescurran. Thank you for reporting it!

This just bit us pretty hard. Has there been any progress in figuring this issue out? It only happened in Firefox for us.

There was a time where we didn't have resources to be able to run them on every commit. So we changed it to skip like this, but we should have...

Yeah, I think that's where I left off.

I want us to try unref'ing the timer we are using and wiring up to the process exit event to try and flush the queue then.

Yes, we should probably strip the password out of the URI when using basic auth.