Jiri Spac

Results 185 issues of Jiri Spac

### Summary When executing an UPDATE that sets a boolean column using TypeORM parameters (either `Repository.update(...)` or `QueryBuilder.update().set({...})`), pglite throws “Invalid input for boolean type”. The same code works on...

https://github.com/capaj/faktorio/actions/runs/19192226702/job/54868243201 ``` ✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/faktorio-api/versions) failed. Uncaught Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and...

sometimes I am searching for an item in history by cycling, because I know it's like 3rd or 5th item and it would be nice to be able to quickly...

many DBs don't handle this very nicely-their error messages are a bit confusing at times. Like for example when using 66364 parameters with postgre we get: ``` bind message supplies...

NG_feature_request

currently if I want to create an index in postgre CONCURRENTLY it requires some config and using the db.raw, like this: ```ts import Knex from 'knex' const table = 'scheduled_campaign_actions'...

NG_feature_request