Kyle Cordes

Results 129 comments of Kyle Cordes

> Having to add strip_prefix = "." to pkg_tar to preserve the directory structure is really weird ... it's still pretty weird in 1.0; might a PR be accepted to...

Experimentally, it is an array: if you pass it an array of nodes (I've only ever tried with one), it works. If you pass it a single node, it fails...

I have implemented this capability as a wrapper around mat-autocomplete - and as a base class that can easily be reused to make visual variations. Repository and demo link below....

Thank you for reporting this, I will investigate.

@alexeagle How about a setting for the Bazel sandboxfs support that adds a mutable layer atop the readonly projection of inputs. The changes could be either discarded, or could create...

Is this such a complex feature? The rules for ordering are pretty simple. All external (non ".") imports, sort by module. Blank line. Then all "." imports, sorted by module.

BTW, over on another project there is a library design discussion underway. One topic that has come up is that if a library exports a symbol from only one place,...

Or similarly, does -p not do the whole job? Do I also need to set externalUrl to successfully work on a port other than 8080?

I got past that problem with the external URL setting, thanks. Then I had another problem: tgzs were not being fetched at all. I found I had to also delete...

Related to this, the only reason I knew to search and find this repo with a more current version, is that someone mentioned the existence (but no link) of this...