Andrew Nguyen

Results 13 comments of Andrew Nguyen

Hi @Nifdee, I want to help with this issue.

@adidahiya This's weird. I have trouble installing node-sass for the project. My guess is that node-sass v4 depends on Node 14+, but the project's node version is limited to 12...

@adidahiya I tried both cd inside `packages/core` and changing the method in `node_modules`. None of them is applicable anymore it seems. Guess I have to drop this because I don't...

@christian-bromann the `geElementCssValue` gets its type from an ignored d.ts file. Even if I change the file, it doesn't affect the type anyway. I tried adding types to both the...

Thanks. I misunderstood that the script will change base on TypeScript, but I actually have to go inside the JSON file and update the type. EDIT: I can't solve this,...

Hi @Wattenberger, I want to help with this. I guess we can ~~remove all the things that are not numbers from the data~~ keep only delimiters and numbers, parse those...

@tsekityam thanks for your insights. I'll try to figure this out.

Ah, it's impossible after all. Without a specified locale, "100.99" can be either 100.99 or 10099. So I guess we can only go with one locale and force users to...

I'll look into it on the weekend @aserputov