Tristan Rice

Results 128 comments of Tristan Rice

Sub packages within the same directory should work however On Tue, Jul 11, 2017, 15:09 Tristan Rice wrote: > Yeah, it'd be definitely nice to support non-main packages. Since go-pry...

There's currently no way, but it jwould make a lot of sense to add a new flag to specify extra packages to pry into. Like `go-pry run -pkgs="pkg1,pkg2" foo.go`

This would be a really nice thing to add. Makes it kind of tricky though since it messes with the type/syntax checkers. You can't use `_` as a variable in...

This is just a wrapper around the `go` command so all the standard commands should just work. Have you found something that doesn't work? If so, please provide the logs...

I'm pretty sure you can just do ``` a = 1 exit ``` And have it continue as you've described

Might also be able to use something like https://github.com/d4l3k/bypass

Yes this is fixed on the Volcano side with the newer volcano releases

@0xedward that doesn't help for ubuntu 18.04 LTS as 2.27-3ubuntu1.6 is the latest glibc version provided. Just ran into this with the latest pytorch docker image. [2.0.0-cuda11.7-cudnn8-devel](https://hub.docker.com/layers/pytorch/pytorch/2.0.0-cuda11.7-cudnn8-devel/images/sha256-96ccb2997a131f2455d70fb78dbb284bafe4529aaf265e344bae932c8b32b2a4?context=explore)

This behavior is intentional so I wouldn't consider this a bug. If we have different images for different roles, patching the same changes into both images doesn't make sense in...