anukul

Results 22 comments of anukul

Hi! I'd like to take this up, if nobody else is working on it at the moment.

Maybe this can be closed from #996 🤔

Tried running this locally in debug mode. Error is thrown by docker's [reference.ParseNamed](https://sourcegraph.com/github.com/kubernetes/[email protected]/-/blob/vendor/github.com/docker/distribution/reference/reference.go?L247) which we're calling from [GetServerURLFromTag](https://sourcegraph.com/github.com/porter-dev/[email protected]/-/blob/cli/cmd/docker/agent.go?L254&utm_product_name=IntelliJ+IDEA&utm_product_version=IntelliJ+IDEA&utm_source=JetBrains-v1.2.0#L253:6-253:25): ![image](https://user-images.githubusercontent.com/44864521/129077226-33e4f3ca-8dea-4c6d-b31f-8c2a0c84b9ce.png) No error if I add this line in `GetServerURLFromTag` before calling...

It seems like the broad problem is that there is no hierarchy in the docs. Actions, Action Interfaces and Volumes are all on the same level. And Action Interfaces are...

Looks like there are some extensions: - https://github.com/Bloggify/showdown-highlight - https://github.com/showdownjs/prettify-extension

Seems like a babel plugin would be a much better fit for this sort of thing, since it allows you to operate on the AST instead of fighting 100 variations...

@floating I would be open to implementing the solution suggested by @matkam. Go Frame!

@jllorencetti We are using a fork with a rudimentary implementation of this feature - https://github.com/rotki/pytest-deadfixtures/commit/87d2be8 If you're open to it, I'm happy to make a PR and work on adding...

Leaving this here in case it helps someone: 1. Vendor dependencies ```bash $ go mod vendor ``` 2. In `vendor/gvisor.dev/gvisor/pkg/refs/refcounter.go`, delete the line with the `//go:nosplit` directive