Willster Johnson
Willster Johnson
I cloned this repo and made no changes other than ```diff -"module": "commonjs", +"module": "esnext", ``` (I didn't update any packages.) Then ran ```sh npm run build:tests npm test ```...
Edit: this is separate to the current problems with compiling this lib to ESM, those problems need to be sorted before publishing. This is more for when publishing ESM is...
> I personally like having JSDocs embedded in JavaScript code, but if you feel particularly strongly about removing them, I'd recommend generating the types using that command, and then stripping...
After installing the [Dependencies](https://github.com/TotalTechGeek/pictoprime#dependencies) you can run the program in one of two ways; 1. Clone the repo and run the file directly In short, here are the terminal commands;...
Is there any word from the Material Foundation team regarding this? Seems like it would be at least on their radar, considering a design choice has resulted in the package...
A somewhat niche (but decreasingly so) use case for multiple extends is for people using TypeScript in SvelteKit. In SvelteKit, types are automatically generated for your components and pages, and...
@julrichkieffer would it be possible to support explicit schemas in markdown fences? For example it may be incorrect to outright target any fenced block, however if the block matches; ```md...
I had the idea of specifying the types directly via the `invoke` function by overwriting the type of `invoke` in buildtime generated dts. I was about to begin hacking away...
Going to see about implementing this. My idea is to have no effect on the current operation of any `fromArgb` functions, but to provide an optional final argument `alpha: boolean...
@DomiR even so, there is no such thing as a Hex color which has the alpha out front. Hex colors are either `RGB` `RGBA` `RRGGBB` or `RRGGBBAA`. I would otherwise...