Brian Takita

Results 95 comments of Brian Takita

Now that vite 3 is using esm, I'm getting an issue with importing *.ts files in monorepo packages (`TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"`). The "right" answer is to compile...

Looks like somebody else had the same issue. https://stackoverflow.com/questions/56903846/angular-universal-with-domino-getting-right-hand-side-of-instanceof-is-not-a

The `--color` command line argument does not seem to be supported either. ``` jasmine-node color was not a valid option USAGE: jasmine-node [--color|--noColor] [--verbose] [--coffee] directory ```

This library has been deprecated. Does anybody have a fork that supports angular 9?

The `ngx-custom-validators` package is a fork of `ng2-validation` which supports Angular 9.

@tj & I talked on slack. `yarn` has a `nohoist` configuration option, that can be used on the package that uses `up`. `nohoist` will cause yarn to download external dependencies...

As is, this this is an anti-feature, as I have to do 3 keystrokes to undo the auto braces. 90% of the time, I just want to have a plain...

@tomblachut Svelte used to have a compile error when there were spaces in a `{}` block. It looks like this is no longer the behavior of Svelte. Given that, I'd...

I'm having a similar issue when trying to create a simple writable stream with a listener to the 'data' event. Only 16 results are read before the process completes. Could...