Neko Hz
Neko Hz
> The idea is smart but why do you need it? So you use `nim c proj` once, the invokations are cached and then `nim check` succeeds? Would work I...
> The question is: Is the outlined workflow good enough for you? Yes, it is definity enough, I just create a user level task in vscode, so I can easily...
> * Make this work in production - "If record exists, update; else insert". Currently we have to do a hack "update AND insert": https://github.com/microfeed/microfeed/blob/main/edge-src/models/FeedDb.js#L358 Is it possible to do...
@makisukurisu Even I'm not a uwp developer, but I have some development experience related to xaml. I have achieved a similar effect in traditional xaml applications, although it is not...
https://developers.cloudflare.com/d1/platform/migrations/ it is possible with official wrangler, but it cannot be used standalone, I mean, the `wrangler.toml` file is required for this function, I think create a dummy wrangler.toml is...
> hmm, so it looks like "migrations" are just a local wrangler concept, there is no Cloudflare API surface for them. They just have you create a folder of sql...
as a note, the d1_migrations table is just ```sql CREATE TABLE IF NOT EXISTS ${migrationsTableName}( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT UNIQUE, applied_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL );...
> simple incrementing integer Consider the project have more than one maintainer(like from PR), if the version is just a simple integer, merge changes from different development branch will become...
 I think it can be corrent position,but this line longer than others
@VampireChicken12 https://www.youtube.com/watch?v=QbFx9_dH4DY