BrunoLM

Results 21 comments of BrunoLM

nvs also supports .node-version it's kinda annoying needing to have 2 files because different people have different preferences.

The idea to put selectors in a service is actually awesome. I've made this one: ```ts import { select } from '@angular-redux/store'; import { Injectable, OnDestroy } from '@angular/core'; import...

I created a package for that and I'm using it here: https://github.com/brunolm/angular-how-to/pull/14

Not sure if it'll work, but I did something similar with another app. You could try, with `AutoHotKey`, to map `win + space` to `alt + space` and have the...

## Workaround As a **workaround** I found the special comment `/* istanbul ignore next */` If you place after your class, the constructor gets ignored. Has to be exactly after...

@MatthewHerbst did you ever upgrade it? Did you have any issues?

Chrome latest Windows 10

> This still happens to me. Git is installed via Chocolatey > > ```shell > > git --version > git version 2.38.1.windows.1 > ``` Same in 2.39.0 ``` > git...

☝️ `13.1.3` No colors, no loops. ![image](https://user-images.githubusercontent.com/706078/223111827-51b1c9b3-6daa-4b7c-ba02-c541a96f05dc.png)

Fix: https://github.com/nousr/koi/issues/51#issuecomment-1751548449