bonedaddy
bonedaddy
Replaces gopkg with go modules and upgrades to the latest go version. Closes https://github.com/FiloSottile/captive-browser/issues/23
# Overview Opening this up to get some initial feedback. The idea behind this orb is to enable a CircleCI equivalent of the GitHub Actions capabilities of `gobenchdata`. # Changes...
I'm not sure if I would really describe this as a bug, however when my laptop is running in hybrid graphics mode, alacritty doesn't seem to acquire use of the...
So I encountered this issue when using a non-forked bettercap but lost the logs. I've been experimenting with a number of changes I made in the PRs i've opened up...
Over the last week+ I've been doing a lot of experimentation with bettercap. This has lead me discover quite a few bugs namely due to race conditions. Fixing these race...
`server/serve.go` relies on an unexported global variable called `neuralNetworks` which is set when running `server.Serve` however it exposes public functions like `Reply` and `Train`. The inability to set `neuralNetworks` unless...
The olivia library is pretty cool, however there is a major downside which is that you need to have a a copy of the olivia repository available locally. For example...
### Trilium Version v0.53.0-beta ### What operating system are you using? Ubuntu ### What is your setup? Server access only ### Operating System Version Ubuntu 22.04 ### Description Upon installing...
Update-1: I decided to try running my grpc server behid the `grpcwebproxy` service and have made SOME progress but I'm still getting errors. Logs from the `grpcwebproxy` service: ``` WARN[0002]...
``` Traceback (most recent call last): File "./mongoaudit", line 11, in sys.exit(main()) File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 64, in main App().main() File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 23, in __init__ self.main() File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 58,...