Matt Mueller
Matt Mueller
Hmm, wouldn't `example.com` also be interpreted as domain name? There's some prior discussion about this in: https://github.com/livebud/bud/issues/240. The TL;DR was that: - We originally prompted when outside of $GOPATH -...
Hey Dima! That's similar to this discussion: https://github.com/livebud/bud/discussions/99 That's something I'd like to fix soon. Happy to accept any PRs in the meantime!
Thanks for raising this feature request @sneak. I think it's a good idea. Two potential solutions: 1. Add a package to one of the bud packages that's could be accessed...
Hey @Fuerback, thanks for doing this research! I'd say it's still a bit early days for memory optimization in Bud, but I did see https://github.com/rogchap/v8go/issues/367 the other day, which is...
@dobarx, thanks for your research! Right now we are re-using the isolates and context for the duration of the running process, but they do get cleaned up on close: https://github.com/livebud/bud/blob/bff7b1fac6e69bacdabf524376ee564c6fdd2cb9/package/js/v8/v8.go#L133-L138...
Hey @syke99 thanks for working on this! I'm a bit confused by the PR though. It's not really connected to Bud in anyway. You'd need to add the `-ldflags` to...
Oh that's neat! I actually think we should lint these files? If that's the only issue reported, that's an easy fix. Longer-term we'd want lints to be run on the...
Hey @sneak, I'd definitely accept a PR with an `--open` flag! I've used this one in the past: https://github.com/pkg/browser
We hopefully just need to update the Makefile to produce a FreeBSD binary. It seems like the installation script already detects it.
Hey @mingrammer! Bud author here, awesome repo! Thanks for opening this @turk. Any chance of getting this merged?