Adam Souzis

Results 23 comments of Adam Souzis

For my needs passing in the referenced interface types is enough, for my use case I just need to know which interfaces the class explicitly declares that it implements. Sounds...

looks liked gitlab-runner exec doesn't support all the gitlab executors, only shell, docker and kubernetes, see: https://docs.gitlab.com/runner/executors/README.html#compatibility-chart and https://docs.gitlab.com/runner/commands/#gitlab-runner-exec So not sure how useful this is...

I didn't see `lc` on the CommentMap objects, not sure why... So as a hack I'm just assigning help for messages to `ExceptionCollector .near` in a few place in the...

basic PR (#147) has been merged but I just realized it probably doesn't invalidate the in memory cache used by the other endpoints... Moving to sprint backlog for now...

To be clear, the code wouldn't actually invoke `unfurl clone` instead it should invoke the equivalent api (i.e. `init.clone()`)

Hi I stumbled upon this issue and wanted to add that this is trivial to implement because `AnnAssign` nodes only have a `target` field declared as `Name | Attribute |...

i tweaked the colors when logging, think it is good enough for now... turns out its really hard to detect whether a terminal is in light or dark mode... there...

> * Most entities modeled in TOSCA require authentication. Is there a reason to treat repositories differently from anything else in TOSCA? Most entities have means by which credentials can...

The tosca parser puts them all in one namespace and it isn't an error to reassign, though it should probably be a warning at least. If you think of tosca...