Kilian Schulte

Results 31 issues of Kilian Schulte

Developers that are new to dart are often not familiar with the sync generator syntax that is recommended in jaspr for custom components. This syntax should be better documented as...

documentation

The following **breaking changes** need to be migrated when upgrading to version 2.x: ## Code Generation Setup Additional files are now generated for each file containing annotated classes. This removes...

I'm looking into deprecating the feature to create custom `MapperContainer`s and trying to understand how that would affect current users of the package. ## What would be deprecated and removed...

The following **breaking changes** need to be migrated when upgrading to version 3.x: ## Mapper Container 1. All `Mapper.container`s are removed Instead use the global `MapperContainer.globals` container. ```diff T decode(String...

## Description ## Type of Change - ✨ New feature or improvement

## Description ## Type of Change - ✨ New feature or improvement ## Ready Checklist - [ ] I've read the [Contribution Guide](https://github.com/schultek/jaspr/blob/main/CONTRIBUTING.md). - [ ] In case this PR...

## Description ## Type of Change ## Ready Checklist - [ ] I've read the [Contribution Guide](https://github.com/schultek/jaspr/blob/main/CONTRIBUTING.md). - [ ] In case this PR changes one of the core packages,...

I would like a way to escape '@' signs in a query that should not be treated as a substitution parameter. Say I have an email like `[email protected]` in my...

I have an unexpected error with the following query: ```dart var result = await db.query('SELECT * FROM ( VALUES ( @id:int4 ) ) AS test', substitutionValues: {'id': 2}); ``` The...

It would be very helpful to expose additional properties that are defined in the pubspec as a `Map`. --- Context: With the [Jaspr](github.com/schultek/jaspr) framework there are additional configuration options developers...