karak

Results 11 comments of karak

Type definition in @types is just a mirror. I agree with the library itself has one and it's officially preferred. I think the issue is the change in JavaScript after...

Hey. Wasn't this issue closed, or unmerged yet?

@omanuke It depends on the specification of the grouping function of the application. Supposing a group has 2 paths which intersect each other, which "fill-rule" attribute or attributes belong to...

@qingfengpai I'm not a user of power-assert but [ts-jest](https://github.com/kulshekhar/ts-jest) may help you. Sample: https://github.com/karak/power-assert-ts-jest

I confirmed the version of pure-js gave the same result, and can only say "power-assert" and/or "jest" may have some problems rather than TypeScript. ADD: The following command-lines are against...

#88 says it was fixed v0.1.4, but I confirmed it has still failed to compile in node v12.14.0 on Mac OS and CentOS 7, now. Is it relevant to the...

I suspect the root cause of this problem is a bug of revalidation, and this occurs not only on IE. For the error state isn't removed until both of the...

I found some workaround. I removed "fas-" prefix when updating, and then this bugs magically disappeared. Results: * fas-play -> fas-pause | (icon) -> fas-(icon) * fas-play -> pause |...

My solution is to use some attached property. Creating this property class: ```csharp public class FasIcon { private static readonly string SpecialInitialValue = DateTime.UtcNow.ToLongTimeString(); private static bool isIOS => Device.RuntimePlatform...

I'd like to know this. It's so sensitive that we should have some standard solution.