Ben Gesoff
Ben Gesoff
You'll want to look into the `migrate up` command to actually apply the migrations - the `create` command just creates the files for you to populate
@EightLegs makes sense - in that case I think you need a different tool as this one is mainly good for creating your schema from scratch, rather than exporting an...
Looks like it's possibly related to this, which was fixed in July 2021: https://github.com/gz/rust-cpuid/issues/45. However, wasmer-java's most recent release predates this fix. From what I can see, this library used...
I've run into the same issue. I have this SQL code: ```sql -- name: GetRuns :many SELECT runs.*, scenarios.name AS scenario_name FROM runs JOIN scenarios ON scenarios.id = runs.scenario_id WHERE...
@cdituri thank you Chris, that worked perfectly. I'm not completely sure if it was auto approved or manually approved, but the resource provisioned successfully in 45s so I would assume...
@rcskosir even though @cdituri has kindly provided a workaround, I still think this is a bug. It should have worked without having to request a manual connection, but instead I...
I'm not sure if it's the same issue, but when I have my Macbook plugged into a 4K monitor with the lid shut and GitButler in full-screen mode, and it...
> I'm currently super stuck trying to build `aws-lc-sys` for Windows 32-bit on GitHub Actions. I might try to build this in my fork to move a little faster with...