Nick Zelei

Results 43 comments of Nick Zelei

We also just started seeing this issue today. Using v2.4.4 (via helm chart v1.4.5) on EKS 1.23 We installed 1 cluster and it worked as expected. Then we installed a...

Would love to see this as I just hit the same issue. I was able to work around it by adding an intermediary step to get the tags in the...

The native integration seems to be pretty limited in scope. While it does work quite well, it seems to only handle issues that come from Github. It doesn't handle issues...

cool, thanks for letting me know - Ill check it out!

Hi there! Thanks for the feature request. This is something we have considered. It's not on our immediate roadmap, but is something we'd like to see added to Neosync eventually!...

@saytesnake Can you tell me more about your immediate need/usecase? Is it that in production/some env your tables are in X schema but in development you have them in Y...

Hey all, bumping this as it's been over a year since the last comment on this thread. I'm using ctlptl to create a registry and cluster. ``` apiVersion: ctlptl.dev/v1alpha1 kind:...

Would be great to find an answer here. I've had my bastion host running for around 6+ months without issue and suddenly ran into this without any reason as to...

This has happened to me twice now on Windows 10 Pro. When I go into "Apps & Features" I see it there. ![image](https://user-images.githubusercontent.com/2420177/68532552-5a073c00-02d3-11ea-883f-16c3c66a29cb.png) Yet it is nowhere to be found....

For what it's worth, this can be done by suppling a postgres option. ``` migrate -database "postgresql://user:@postgres-db/mydb?search_path=some_schema&options=-c%20role%3D" -path db/migrations up ```