Frederik Wessberg

Results 17 issues of Frederik Wessberg

Hello there. First, this is a super awesome project! I'm on mac OS High Sierra. I've found that when `removeDomain` is called, only the certificates will be removed. However, since...

![screen shot 2018-06-09 at 1 42 25 am](https://user-images.githubusercontent.com/20454213/41185287-0ca178de-6b87-11e8-8f0b-2a04e64bf2c0.jpg) Hey there. The root certificate that devcert has generated and installed appears to have a lifetime of one month as seen in...

In `darwin.ts`, the `addDomainToHostFileIfMissing` function will falsely decide that the provided domains name is already part of the `hosts` file **if the word provided as domain occurs within the file**....

Sometimes comments are lost. Make sure they are preserved by leveraging `@wessberg/ts-clone-node`.

feature request

DIContainer attempts to invoke an implementation with `new`, and if that throws, it attempts again without new. It has an implicit expectation that if the constructor fails, it will be...

enhancement

We just had a massive traffic spike which has bottlenecked the CPU severely to the point where it denies service for everyone. To work around this without increasing costs rapidly,...

The following CSS: ```css div { margin-right: calc(var(--b, calc(var(--c) * 1))); } ``` Leads to the following parser error: ``` JisonParserError: Parse error on line 1: var(--b, calc(var(--c)*1)) -------------------------^ Expecting...

bug
bad-parser