-
Motivation :
The default configuration library
- what it is
- how to make use if from java/scala
- wiht configuration server
-
#### The problem
I plan to make the codebase typesafe as discussed in this [discussion](https://github.com/borgbase/vorta/discussions/1868). This will require a lot of refactoring and changes. I'll…
-
This is a follow up after talking through #29, which was motivated by the need to track changes when using `addMany` (not `bindMany`) with an inline object.
@ghostdevv The problem is encountered wh…
-
The `data` property is great for handling logic. However, it doesn't seem to be typesafe.
It would be nice if the `DndContext` & the `hooks` could be generic in order to keep total control of the t…
-
It's quite common to provide Kafka boostrap server URLs, credentials, Kafka options etc through Typesafe Config (application.conf in HOCON) format instead of command line arguments.
Could this boot…
-
### Version
5.26.2
### Describe the bug
I have a PNPM workspaces repository with the following structure
```
apps/
- frontend/
logic/
- core/
```
I've set up `typesafe-i18n` in…
-
Right now we are just using strings and magic numbers for our shaders and shit, very prone to bugs if _anything_ changes, lets make some type-safe shaders!
-
Hi everyone,
I am using the self-hosted version of workadventure and I would like to change the default language. Therefore, I tried changing the file /play/.typesafe-i18n.json to something like this…
-
First, my apologies for any erroneous syntax of Ceylon I might use.
I would like to make a proposal to enable the typesafe creation of circular references. I have "borrowed" the annotation `late` for …
-
Should I build a typesafe query build by myself, or adopt Kysely? Kysely actually looks cool, but I am afraid that it brings some abstraction that we don't actually need. It will be best if it is poss…