Felix Zedén Yverås

Results 42 issues of Felix Zedén Yverås

I've used [semantic-release](https://github.com/semantic-release/semantic-release) before where each version increment is quite minimal. E.g. ``` fix: lorem ipsum feat: lorem ipsum fix: lorem ipsum ``` would result in a version bump to...

Currently, generated files use the `.config.dart` extension. This is a bit to general IMO and not necessarily interpreted as a generated file by default. Personally, I prefer to gitignore generated...

The readme currently mentions that one can pass their own `EnvironmentFilter` but does not provide an example of how to do so. Specifically, it would be nice to have documentation...

I ran into a strange issue when attempting to generate two identical schemas with different `datasource` settings. I did this: ```typescript const baseSchema = { ... }; [ { ...baseSchema,...

bug

I'm setting up a sqitch project where I want to include the initial schema creation among the migration files: `deploy/schemas/appschema.sql` ```sql -- Deploy app:schemas/appschema to mysql begin; CREATE DATABASE IF...

**Is your feature request related to a problem? Please describe.** I'm writing integration tests where I want to make calls to a local Supabase instance running on my test machine....

enhancement

**Describe the bug** SWA CLI commands fail with `Cannot spawn a message bus without a machine-id` when executing in a debian (`mcr.microsoft.com/devcontainers/base:bullseye`) devcontainer. ```sh $ npx swa login Welcome to...

priority: medium (P1)
os: unix
version: ga
command: login

I visited the year progress bar and for myself added a simple percentage text to it which I thought might be a nice complement? ![year progress bar](https://cloud.githubusercontent.com/assets/2656517/23582023/38dc5436-0121-11e7-9525-57378d5f6031.jpg)

## Description This PR primarily attempts to fix an issue where it was not possible to define `adaptorSettings` in `makePgService` (see [discussion on discord](https://discord.com/channels/489127045289476126/498852330754801666/1251556573508010054)). The PR also aims to improve...

### Summary Not sure how to put this down in a good way (sorry for multi-bug). Basically, Ruru does not behave as I would expect. [Screencast from 2024-06-21 21:07:52.webm](https://github.com/graphile/crystal/assets/2656517/cf130660-6121-4375-ae33-0e514916ed24) Some...

💅 enhancement
🙏 help-wanted