Emil Nikolov

Results 30 comments of Emil Nikolov

I'm sorry if a PR wasn't your preference. I thought that making the proposed changes more visible would benefit the discussion. I'm not sure if it would be as easy...

I understand not wanting to break backwards compatibility. Do you think it would be possible to export some of the functions? This way I could make an extension of swaggo/swag...

I am mainly referring to exporting: - [operation.parseAPIObjectSchema()](https://github.com/swaggo/swag/blob/a8ef569b67b5614c07f27fcb5a5757b9a948f979/operation.go#L813) - [parser.packages](https://github.com/swaggo/swag/blob/32f02b99260db21a5bf0c28757a89e015682c574/parser.go#L88) - [PackagesDefinitions.parseTypesFromFile()](https://github.com/swaggo/swag/blob/f631188105ab9e3557214884a9c2e81f7913a2f6/packages.go#L107) - [the parts of gen.Build() that output the directories based on a provided swagger spec](https://github.com/swaggo/swag/blob/master/gen/gen.go#L113)

@dan-compton I made a fork at https://github.com/e-nikolov/gvm and commented out the code that dealt with managing the $GOPATH. Seems to work for me.

Is it possible to add a custom global pkgset? I didn't see a way to do that and having to add a new pkgset each time I upgrade to a...

Initially I tested only with a simple program that printed something to the screen and it worked, but after I started using CGO_ENABLED=1 features such as golang plugins, I got...

https://github.com/pressly/goose supports doing this by making your own binary that loads your go migrations.

@caguiclajmg I think one potential issue with the approach of a single lighthouse trusting all network CAs is that this way if a node from network A asks the lighthouse...

This is kind of old, but I had a similar issue. In my case I have an Arduino and a Bluetooth controller connected to different COM ports. I talk to...

I forgot to mention that I was on Windows 8 x64, not sure how it would behave on other platforms.