-
Using the functionality in https://kotlinlang.org/docs/type-safe-builders.html it should be fairly straightforward to make a Kotlin-specific DSL similar to the `ConfigurationBuilder` Java API.
-
### Background and motivation
I find it occasionally necessary to represent integral values with floating-point numeric types. Some reasons why this may be necessary include, but are not limited to…
-
### TriliumNext Version
0.90.7-beta
### What operating system are you using?
Windows
### What is your setup?
Local (no sync)
### Operating System Version
win 11 pro (10.0.22631 N/A Build 22631)…
-
## Is your feature request related to a problem? Please describe
Tools that inspect the published list of releases, such as swiftly, need to manually maintain their Swift code for calling the API end…
-
There is an ongoing effort to migrate all code generation to [Weaver](https://github.com/open-telemetry/weaver) (see this [issue](https://github.com/open-telemetry/weaver/issues/227) tracking this eff…
-
**Is your feature request related to a problem? Please describe.**
I found the ledger_id and chain_id usage for integration with multiple chains quite cumbersome.
I believe it makes more sense to ro…
-
Hello!
Is there a plan to include other API types than account and login/logoff? I see that you can create and manage users in CyberArk, and you can even look up passwords, but I am at a loss as t…
-
Currently `skipIf` and `postClone` implementations need to use `instanceof` quite a bit:
```
const clone = await ctx.em.clone(original, {
deep: { itemTemplates: "items", items: {} },
…
-
For type-safe interaction with C APIs, it would be helpful to have a CBool type that behaves like an integer that can only be assigned 0 or 1 and be implicitly cast to bool where needed.
```c
fn…
-
### The problem
Defining "framework: type: esp-idf " with the POESP32 makes it not boot on POE
When the "framework" is not defined the device boots on POE just fine but then doesnt work as BL…