justinrush

Results 22 comments of justinrush

I'm seeing the same thing - oddly enough, it doesn't panic if pass something like `[]byte("[]wazza wazza woo")`, but does panic if I pass slightly invalid json (missing a closing...

I'm seeing this using a ca issuer. We've only got one Certificate on this cluster, so I doubt its a throughput problem and we shouldn't be reaching out to any...

If these sound OK in general, i'm happy to submit a PR

I've been looking into this and some of the settings I'm going to add are generally applicable regardless of the size of the deployment. However, some are only appropriate when...

This would be really helpful - with longer gantts with a mix of long and short tasks, the bottom scale is unreadable. A separate field would be great so we...

@Artiume thats great! what about something that is multi-threaded? I suspect my initial scan will still take a long time, but I've got plenty of CPU if you can multi-thread...

My scans never complete, i gave up for a while until this is fixed and continue using plex

You can see this in a unit test on the main branch by: * adding an export to `testLib/someOtherModule.js`: `exports.meh = () => {return "meh";}` * import it in `testLib/constModule.js`:...

Any thoughts for fixing this or working around it? How can I validate a connection or set some sort of timeout on trying to validate the connection with completeConfiguration?