Samuele Zolfanelli
Samuele Zolfanelli
Since the launcher can be ran on a wide variety of devices, an initial configuration step would be a good way to introduce the user to the system and better...
### Describe the bug Subset filters are unusable when using ModelAliases. ### To Reproduce ```swift User.query(on: req.db) .join(UserProjectPivotAlias.self, on: \User.$id == \UserProjectPivotAlias.$user.$id) .filter(UserProjectPivotAlias.self, \UserProjectPivotAlias.$role ~~ [.owner, .editor, .member]) // *...
### Describe the bug When calling `detach` or `detachAll` on a SiblingsProperty, the related pivot model doesn't trigger its delete lifecycle events. Works fine with create events using `attach`. I...
### Describe the bug When calling `detach` or `detachAll` on a SiblingsProperty, the related pivot model doesn't trigger its delete lifecycle events. Works fine with create events using `attach`. I...
### Describe the bug When performing a delete query on a table using a join to filter based on other tables' values, the resulting query doesn't include the join operation....
Closes #4 Windows and Linux binaries are not tested.
The recommended extension should become [this one](https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang), which is the new official Nim language support extension for Visual Studio Code.
The idea is to explore whether/how NimScript can allow us to plug-in custom tasks to perform when the user builds the project. Here's an examples of a use case, but...
The module is a mapping of the C API, but it also provides other extra features, so, it would still be very useful to have in-editor support with full documentation...