Kyle Cordes

Results 129 comments of Kyle Cordes

Regardless of the difficulty, my sense of things from watching the attention shift around among various build/task running tools is that users will expect a plug-in supports "X" to support...

@timharris777 I've worked around it by incrementally searching and loading a subset of the data. Code: https://github.com/OasisDigital/angular-material-obs-autocomplete demo: https://oasisdigital.github.io/angular-material-obs-autocomplete/ What I like about this code: it works, yields a decent...

@felixfbecker - I am not the author of this thing, but I did feature it in the following video: https://www.youtube.com/watch?v=XY9VPrKuJaA I suspect the answer to your question in practice, at...

As an interested non-author of either, I would be thrilled if these would consolidate to a single implementation that does all the things well: * Observable - ideally compatible with...

About the easy polyfill: Most of the projects I see are in-house, behind a firewall. The applications bring in code only from local servers, not from anywhere on the web....

I would find something like what is discussed here, very helpful. I would like to be able to take existing CSS, auto convert it to Garden/clj, and work with it...

Based on seeing similar issues with other tools in the Node ecosystem, it is broadly safer to write into a node_module/.foo directory, versus inside of a node_modules/FOO/ directory.

I've not been keeping close track either: is it even still necessary to call ng-packagr directly, or is the library support sufficiently complete in Angular CLI? Regardless though, homebrew packaging...

Unfortunately it's been a couple of years since I've used OData, so I don’t have the occasion to divert effort in this direction today, sorry!