Nate Abele

Results 47 comments of Nate Abele

Maybe this has already been proposed, but what about allowing `get()` to accept an array of locals that match injected parameters by constructor? For example: ``` javascript class Bar {...

Just FYI I had to roll back to 0.21 because this broke my project with an error about not having a `tree-sitter` config in `package.json`, and to refer to the...

That's a strange error, but I don't know if we'll be able to help you, since 0.10.0 has not been supported for a very long time. Can you post the...

i.e. `"php": "~8.1.0 || ~8.2.0 || ~8.3.0"`? We should probably set up a build matrix for the test suite first, but in principle, yes.

@ProLoser IMO @nlaplante's version suffers from the opposite problem: it's too restrictive, and doesn't really help you if you want to do anything outside the features it exposes. It also...

@ProLoser Yeah, I haven't yet identified a good pattern for doing extensible, adapter-driven directives as yet. I'll let you know what I come up with.

Good call, didn't think of that.

My syntax idea was something along these lines (not exhaustive): ``` html {{ marker.info }} ``` The above assumes the following controller: ``` javascript angular.extend($scope, { mapObject: null, // gets...

@joshkurz Sounds interesting. Got any examples you can point me to?