peroxy

Results 5 comments of peroxy

I would like this as well, for now I'm using it dynamically and using @ts-ignore: ```typescript export const getPercentiles = (histogram: Histogram) => { const percentiles: PercentileResponse[] = []; //...

Hey, currently it only supports javascripts 'number' and it does not have support for big number or decimals. Since I am usually working with currencies that require such precision, this...

Hate this, I just upgraded and I used to use CTRL+C to exit out and it always worked, but the latest upgrade keeps clearing everything after I ctrl+c out of...

That's what we ended up doing: ```toml # .squawk.toml excluded_rules = [ "require-concurrent-index-creation", "require-concurrent-index-deletion" ] assume_in_transaction = true ``` > Maybe we need a new warning to warn that you...