Kyiro
Kyiro
Explore posts from servers
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
I guess that's what I'll do if there's no better way
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
So basically force it?
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
They're not in sql files since it used kysely migrations
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
Then I'd have to run the old code to create a new db :/
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
I was thinking of messing with the migration history table but maybe there's a better way
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
I did try that and it just errors
16 replies
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
If I create an initial migration and try to update the db, it'd try to create every table even though they already exist.
16 replies
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
Though dockerhub doesn't seem to have it yet
8 replies
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
8 replies
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
Deno only got an official arm64 distribution really recently so it's possible the docker image wasn't updated yet https://github.com/denoland/deno/pull/22298
8 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
import maps & esm.sh or just bare url imports
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
if you're using js, then you can skip esbuild
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
if you use ts
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
esbuild has a deno.land module btw
22 replies
DDeno
Created by Mqx on 9/30/2023 in #help
Deno + Lit
You can esbuild it yourself or use Aleph.js (actually no clue if it supports lit)
22 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
i couldn't get the latter to work so I had to use raw ffi
17 replies