bonedaddy

Results 91 comments of bonedaddy

It's because gopkg is deprecated and does not work with the newer golang compiler releases. If you use the code from https://github.com/FiloSottile/captive-browser/pull/26 you can run `go build` and it will...

No I haven't, I will take a look at the entrypoint script though, thanks! edit: I think it will be possible to mirror the `entrypoint.sh` script you have. Should have...

Alright I've got feature parity with how the github actions behave. One question, the pr checks capabilities, does it cause PR CI builds to fail?. edit: Now that there's basic...

Hey thanks for the response, I think I misspoke by saying "using the cpu", and meant to say the CPU's integrated GPU processor or w.e. the things intel CPUs use...

I've used this library in my own projects, if you need some code to look at: [setting up middleware when initializing the api](https://github.com/RTradeLtd/Temporal/blob/5d386ba89b59461181640a549b5e3e3401f83193/api/v2/api.go#L352-L353) [handling login](https://github.com/RTradeLtd/Temporal/blob/5d386ba89b59461181640a549b5e3e3401f83193/api/v2/api.go#L375) [using auth middleware for routes](https://github.com/RTradeLtd/Temporal/blob/5d386ba89b59461181640a549b5e3e3401f83193/api/v2/api.go#L409)...

Happy new year to you as well! For a first go project it is very good, much better than some of the production codebases I've seen in Go. > can...

> @bonedaddy was this fixed by the PRs i've merged? Unfortunately no :( I tried investigating a fix for this but the changes I made seemed to have broken the...

> i might need to revert the PR then Oh sorrry I didnt meant to be confusing, the PR that was merged doesnt have the changes that are causing the...

No problem happy to help, thanks for creating bettercap its pretty great software :D

Ah okay understandable. Is there any kind of limitation that would prevent it from being used as a library? It definitely is a one of a kind golang project, and...