Timo Friedl

Results 45 comments of Timo Friedl

I am having a similar issue: ```yaml parameters: - description: Filter information returned explode: false in: query name: only schema: enum: - build - system - config - status items:...

@obito Did you just post your openai key here?

I have the same issue. I am using react and css imports from ts files. only with `no-scope-hoist` it works correctly. otherwise its missing "some" of the CSS.

Is there any update on this, I am getting this quite often, the only way to fix it for me currently is to reconnect my ISP.

Also, here in the README with the example of the cli tool: ``` $ ksuid -n 4 0ujsszwN8NRY24YaXiTIE2VWDTS 0ujsswThIGTUYm2K8FjOOfXtY1K 0ujssxh0cECutqzMgbtXSGnjorm 0ujsszgFvbiEr7CDgE3z8MAUPFt ``` But when using the first two ids the...

This article states the following: https://blog.kowalczyk.info/article/JyRZ/generating-good-unique-ids-in-go.html > 4 bytes of time (seconds) So I guess this means the generations of two successive ksuids must be apart about 1s until they...

> This is really not a good approach if you want to create many of them in a high throughput system

BTW, I know generating the metrics every `50ms` is not a realistic example, but why do I have such big differences when using different node versions?

I made the access to `register.metrics()` more realistic. Now I get different results, which look ok: ```js import prom from 'prom-client' prom.collectDefaultMetrics() setInterval(async () => { const startAt = Date.now()...