Vladislav Botvin
Vladislav Botvin
### SQLDelight Version 2.0.0-alpha03 ### SQLDelight Dialect Postgres ### Describe the Bug Problem with casting string enum in Postges. SQL: ```sql SELECT CAST(count(id) AS INTEGER) FROM patient_actions WHERE CASE WHEN...
More info: https://github.com/babashka/nbb/issues/171#issuecomment-1106847290
Example page: http://masterbiletov.ru:8080/kassaui/for-thomas/ My code in head "move" right work correctly, but left doesn't.
**Is your feature request related to a problem? Please describe.** Now you can select many info from Kafka message like key, value, offset, partition and so on. But no possibility...
# Suggestion ## ⭐ Suggestion `pipe` in **FxTS** works in eager fashion. ```ts pipe(1, (n) => n + 1) // receiving of 2 immediately ``` Would be great to have...