Volker Braun
Volker Braun
types-aiofiles is a nice first step but rather incomplete
Looks good to me. Should also fix #168
Yes, its about HTML entities, that is, roundtripping through parse5 loses information. In particular, the angular-gettext-cli extractor doesn't do that and `…` extracts as literal. Now as a first step...
The alternative is editText.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI); for which there is no option from javascript atm. Its not super useful though, you'll see only a narrow sliver of your app over the input...
For me, specifying an **absolute path** in the key ``` - uses: actions/cache@v2 with: path: '/artifacts' key: cache-key-${{ hashFiles('/src/**') }} ``` just creates an empty key, i.e. `cache-key-` as if...
To debug the issue you can manually run hashFiles by logging in to the self-hosted worker and evaluating (in the work directory) ``` $ patterns='src/**' node ~/bin.2.288.1/hashFiles/index.js ``` In my...
Coming back to the original issue of `ng lint` running out of memory as it loops over libraries, I'm seeing that as well. I've also created `tsconfig.eslint.json` files to keep...
Well in my experience the overhead (in case of cycles present) is
Possibly related corner case: Non-backtick quote chars (i.e. `'` and `"`) inside template strings apparently make the syntax highlighting think that a string starts there: 
Good point, added.