-
PostgREST: 12.0.2
PostgreSQL: 14.9
### Problem
Doing a `POST` request to a resource that has an `AFTER INSERT TRIGGER` that inserts data to another table, and selecting said table as an embedd…
-
Currently all binary sensors are represented by` mdi:radiobox-blank` or `mdi:checkbox-marked-circle`.
It would be helpful if this function could also take [device class ](https://www.home-assistant…
-
Small but important question: The kernel would load a JSON representation of a schematic. How does it know which functions to call when a packet arrives at a leaf node in a schematic?
-
hey :smile:, i think it would be great if we could specify serialize functions for our custom data types.
my use case is for using [big.js decimals](https://mikemcl.github.io/big.js/) as a custom dat…
-
**Describe the bug**
When a relation is eager-loaded, the `getContent()` method from the `Orchid\Screen\AsSource` trait returns an array instead of a collection or model.
**To Reproduce**
Steps t…
-
## What problem does this solve or what need does it fill?
Currently, using the Mesh API incurs a lot of unnecessary memcpy. If you have a custom mesh representation, it's even worse because you ha…
-
# TLDR
I would like to introduce a `Task` class (name TBD) instead of using tuples to define our graphs. I believe this can help us with many problem spaces like serialization, stringification, gra…
-
By name parameters have a different compiler representation than regular functions and need to be handled explicitely in the `when` macro.
Example:
```scala
trait Test:
def byNameParam(x: =>…
-
**Description:**
The Elm design pattern, originating from the Elm language, is a pattern for building web applications that emphasizes simplicity, maintainability, and robustness. It follows the Model…
-
This is a discussion related to typing, #358.
canopen use `Mapping` and `MutableMapping` for 10 classes. Due to limitations in Python 3.8, they cannot be annotated and the following will not work
…