Anton Strogonoff

Results 113 comments of Anton Strogonoff

@guushamann Thanks for sharing. The banner that worked for me (I believe your version is missing `path` import): ```javascript import { fileURLToPath } from 'node:url'; import { dirname } from...

To be honest I am not sure ARM is of consequence, since the image was built using amd64 platform (and it showed up as such in Docker Desktop GUI). Docker...

@wbamberg Oh nice! Sorry I didn’t follow through, got distracted by other stuff.

@DarthSim from the link > So here’s how we modeled this: when you use Fly.io machines to run apps that need to scale down, make your process exit when it’s...

I use this for the time being, seems to work but obviously is suboptimal and inefficient: ```typescript const readdirRecursive = ( /** Directory to list. */ dir: string, /** *...

Same issue. - Turns out, 99% of the time I’m on 48 kHz (just stock Mac DAC to be honest, occasionally BT headphones). - Recently been working on a patch...

No one mentioned file/font loaders yet. This is what currently is in my kyt.config.js: ``` modifyWebpackConfig: (baseConfig, options) => { baseConfig.module.rules.push({ test: /\.otf/, use: [{ loader: "url-loader", options: { limit:...

It looks like we may be matching `draft-arkko-farrell-arch-model-t--additions[-]` by mistake. The regular expression by this link from @stefanomunarini may be missing end of string marker: https://github.com/ietf-tools/bibxml-service/blob/31dc5f297ad8be097e6f861fc248c386b74cd914/bibxml/xml2rfc_adapters.py#L183-L187 If it was `[[:digit:]]{2}$`...

We should also clarify in the code that the two digits are intended to represent possible I-D versions.