Wojciech Wieronski
Wojciech Wieronski
The `argbFromHex` function does not parse hex values correctly when the hex value is 8 characters long (excluding the `#`). It incorrectly assumes the last two characters are the blue...
Per the README, humbly requesting a .NET Library written in C# to be added to the roadmap if possible.
It seems that the typescript library doesn't account for the `md.sys.color.surface-tint-color` token which should default to the primary color. In addition, is there a POV on how elevations should be...
The `hexFromArgb` function is missing the alpha component in its output. This is also related to Issue: **Typescript Library - argbFromHex - Incorrect Parsing** #33 Input: 2147483648 Expected: #00000080 Actual:...
The `applyTheme` function as referenced below, creates CSS variables on a given target element and scopes everything to the sys token type. However, custom colors are not factored in. Given...
**TLDR;** Having the ability to define specs within a working directory would be a great way to limit what a ksync watch is watching. --- Our CD pipelines build and...
Are there plans/is it possible to debug a .NET application? I'm able to do so in VSCODE using the Cloud Code plugin by attaching to a pod's container. Wondering if...