Mattias Fjellvang

Results 174 issues of Mattias Fjellvang

I'd like to support this behaviour: ```ruby get_new_build_number( bundle_identifier: ENV["APP_BUNDLE_ID"] ) ``` But that seems to fail with `Both package_name and google_play_json_key_path are nil`

I find my self having to manually delete the .txt file, if I run multiple builds on my machine while testing. Is this on purpose?

It seemed the wrong build number was fetched; any idea how this could happen? https://github.com/constantsolutions/flutter_fastlane_tutorial/actions/runs/9404492464/job/25903519422

I think the library needs better error handling. I've often been stuck for quite a while with simple queries that fail with an unknown rust error. Now I am facing...

When using this code: ```ts const usersQuery = await dataSource.query({ text: sql` SELECT * FROM "user" WHERE id = ANY($1) `, values: [ids], }); ``` The following types are generated:...

How could we go about integrating middleware? I have a lot of endpoints, and most of them are protected by requiring a Bearer (which is added to the Context). I...

I notice the following error message post run: ``` Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved. ``` Not...

**Describe the bug** The shift+command+7 keybinding conflicts with the "comment out" keybinding. I would recommend it got changed - perhaps letting the user assign own keybindings, or using some that...

backlog
documentation

### Description of change This PR refactors the CLI command code by introducing a new `DefaultCliArgumentsBuilder` class. The purpose of this class is to centralize and manage the injection of...

With the following code `const campaigns = await customer.query(` it fails with error: ``` Error: Parser cannot parse input: expected a value at Parser._processBuffer (/Users/me/Projects/project/backend/node_modules/.pnpm/[email protected]/node_modules/stream-json/Parser.js:111:64) at Parser._transformBuffer (/Users/me/Projects/project/backend/node_modules/.pnpm/[email protected]/node_modules/stream-json/utils/Utf8Stream.js:24:10) at Parser._transform...