-
A somewhat provocative question, but: why do you implement a replacement for Typesafe Config on JVM? Although it's nice being able to add a single dependency for configuration to a cross project, it's…
-
In using `pinot-java-client : 1.0.0-hotfix` and `pinot-common : 1.0.0` and scanning the dependencies with Anchore the following CVEs were detected:
```
CVE-2022-39135+org.apache.calcite.avatica.av…
-
This just came up in the server Slack and @weissi asked me to do a demo PR for discussion.
# Issue
The pipeline is a linked list of channel handlers, those channel handlers have static input and…
-
I've encountered an issue in HeaderBuilder which might be fairly specific to the way we have implemented custom config sources, but nonetheless could be considered an issue.
If I use `@Authorization…
-
Hi there!
Great project!
As someone who struggled a lot to have proper shader CPU bindings, I really love the idea to leverage Rust code generation + strong typing to make this easier.
To ma…
-
### Is your feature request related to a problem? Please describe
When configuring storybook addons, a lot of the control options exist in the parameters property. For example, parameters.actions.arg…
-
We recently converted our XMLTV generation over to use the @iptv/xmltv library which offers typesafe and fast xmltv generation. They also include a similar library for generating (and parsing) m3u fil…
-
We recently started stepping into cerbos as an AuthZ solutions and are very happy so far with the onboarding experience and the clean yet powerfull modelling possibilities. Great job 💪
I was wonder…
-
There is an issue I run into with having a typed context.
Say I have a type like:
```ts
interface Lead {
Status: "NONEXISTANT";
} |
{
Status: "ACTIVE",
Details: {
SomeField…
-
I was looking into methods to get type checks for HTML markup. The best thing I found was using jsx (tsx).
It works also in combination with other component styles so it is possible to just use it in…