-
To my knowledge, TypeScript's support for going [from a string to an enum](https://github.com/timostamm/protobuf-ts/blob/main/MANUAL.md#enum-representation) requires that the string be typed as `keyof…
-
## Feature Request
This package does not really utilize TypeScript as the title of the package promises.
The parameters of the request are of type `any`, so the IDE can't help with autocompletio…
-
As mentioned in #2553, we currently use emit functions in the `ByteCompiler` to generate opcode and their arguments, which could lead to a bug if the emits are incorrectly ordered or removed. We c…
-
-
https://neo4j.com
https://www.mongodb.com/de
-
Based on https://mauricereigman.medium.com/immutable-typescript-classes-with-object-copywith-typesafe-a84fff3971dc:
```
copyWith(newValues: { [P in keyof this]?: this[P] }): this {
return O…
-
Hey! First of all thank you for your work.
I managed to get the app installed but I'm not sure if I did things correctly. Here is a walkthrough of what I did.
Initially did
```
mkdir build
…
-
Until #1053 gets completed, the TestSystem is basically ignored in the integration with Typesafe Config.
Even though the external library does not support overriding of the System class method calls,…
-
### Current Behavior
When i add `enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")` to my `settings.gradle.kts`and sync the project i get an exception
### Expected Behavior
The sync successfully c…
-
I didn't see an example in the README - is this something that could be added, perhaps as a separate module?