Austin Kelleher
Austin Kelleher
+1 I am seeing this issue too @olmokramer
Another possible solution we discussed: ```json { "": { "extends": "/path/to/parent-tag/marko.json", "renderer": "./child-tag" } } ```
Thanks for opening this issue. This is a duplicate, which we are tracking here: https://github.com/marko-js/marko/issues/325
I could see this getting messy very quickly. I would much rather like to have a `scoped` attribute like Vue. With the above implementation, you could mix the scoped and...
@patrick-steele-idem - I like that syntax a lot.
For others that face this issue, I was able to address it using https://github.com/nodegit/nodegit/issues/1361#issuecomment-758649574. ```dockerfile FROM node:14-buster-slim RUN apt-get update && apt-get install -y libgssapi-krb5-2 ... ```
@thapr0digy Great suggestion and thanks for opening this issue! Are you interested in working on this? Our team is willing to give you pointers, link to samples, etc. Here are...
@thapr0digy This is helpful feedback! What are your thoughts on supporting other languages for development?
@thapr0digy Update! We're working on an initial integration that ingests devices. You can track the progress here: https://github.com/JupiterOne/graph-netbox/pull/3