Aarni Koskela

Results 583 comments of Aarni Koskela
trafficstars

> Last but not least, it could be due to the oddball resolution - [...] For that, you may be interested in my [res-helper](https://akx.github.io/res-helper/) tool – the SDXL trained resolutions...

Right, so my use case would really be "simple, type-safe-for-TypeScript, plain old HTTP(S) RPC-style API". Not having a single endpoint (where the payload determines what actually happens) is easier to...

I think just `npm build`, then open `demo.html`...

@biskit Hm – works on my machine (though sorry, it's `npm run build` – I'm used to `yarn build`): ``` git clean -fdx . && npm ci && npm run...

@biskit When you run `yarn`, it will warn you (at least my yarn warns me) that > warning: package-lock.json found. Your project contains lock files generated by tools other than...

That's just that you've saved something with Pandas 1.5, and now that you try to load the same data with Pandas 2.0, the modules unpickling attempts to find are not...

> PS: Remove tox from requirements-dev.txt. See attached screenshot for reference I don't think that's necessary. Nothing in the repository refers to `requirements-dev.txt`, I believe it's for developers' convenience only,...

> We're very hesitant to sync to active virtual environments. I kind of understand (though not exactly fully). I think I would be pretty happy if the sync/add/... commands accepted...

Tests seem to be flaking on partition order issues: ``` > assert partition_names == [par.name for par in table.partitions] E AssertionError: assert ['2019_jan', '2019_mar'] == ['2019_mar', '2019_jan'] E At index...

Download the release assets from https://github.com/oven-sh/bun/releases/tag/bun-v1.0.0.