Kyle Cordes

Results 129 comments of Kyle Cordes

An example of the error: ``` ERROR: C:/users/circleci/project/5-full-stack/client/src/app/BUILD.bazel:5:14: Compiling TypeScript project //client/src/app:app [tsc -p client/src/tsconfig.json] failed: (Exit 1): ngc.bat failed: error executing command bazel-out/host/bin/external/npm/@angular/compiler-cli/bin/ngc.bat --project client/src/tsconfig.json --outDir bazel-out/x64_windows-fastbuild/bin/client/src/app --rootDir client/src/app...

So far, the documented Angular Package Format latest and greatest: https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit#! Does not specify anything about i18n or translation files. It doesn't ban them, but it doesn't mention them. It's...

This might be stale, it is needed **more** not less because time has passed.

Semi-helpful drive-by suggestion: There are numerous similar tools, in various states of maintenance or abandonment. Regardless of the stability level, adding a CLI makes it more likely for people "shopping...

@DzmitryShylovich yes, I could of course. Just a copy of ng_if with the key bit of conditional code removed. Still, I have this here is a feature request, because I...

Another variant of the nonsense output: * node_modules: 700KB * one of the directories inside node_modules 1.1MB. This is a particularly troublesome problem, because it means the readily available tool...

To further the trouble, `--experimental-scope-hoisting` disables source map output, which prevents using other common non-parcel-specific tools to investigate bundle size and what is included.

This feature, " you can’t use Markdown-style emphasis inside an HTML block" is, in my opinion, the single worst bit about markdown. In fact it is really one of the...

Thank you. I just switched to Kramdown, that took care of it. The practicality (I really need block tags to work) won out over the spec. So it goes.

Utter heros in here. I'm seriously considering using an unmerged PR... based on an alpha not-for-production version... of a lightly-maintained project... in production.