Aaron Brock ☂️

Results 10 comments of Aaron Brock ☂️
trafficstars

@glesica the issue with doing it in the first test is I need the ability to pick and choose which tests I run (Some may take a long time). I...

@talha0324 I believe this issue was resolved with #931

The [`hook.Event`](https://godoc.org/github.com/robotn/gohook#Event) type has an attribute `Clicks` which may be what you're looking for 😉 For example: ```golang robotgo.EventHook(hook.MouseDown, []string{}, func(e hook.Event) { if e.Button == hook.MouseMap["right"] { fmt.Printf("right @...

Pardon my naivete, but what is the advantage of a bedrock proxy server? Bedrock edition natively supports transferring between servers via the [transfer packet](https://wiki.vg/Bedrock_Protocol#Transfer), using such a packet would avoid...

@kausarpial also, I'm happy to merge any conflicts between these branches if you can just give a ✔️ on the reviews.

@kausarpial I was following example on the [hugo documentation](https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu) > The URLs must be relative to the context root. If the baseURL is https://example.com/mysite/, then the URLs in the menu...

How do other themes do it? I feel we can't be the first to come across this issue.

This theme: [hugo-profile](https://themes.gohugo.io//theme/hugo-profile/) Is using `{{ .Url }}` w/o any `relURL` or `absURL`: [header.html#L28](https://github.com/gurusabarish/hugo-profile/blob/master/layouts/partials/header.html#L28) For reference, this is how the item is defined: [config.yaml#L34](https://github.com/gurusabarish/hugo-profile/blob/master/exampleSite/config.yaml#L34) And is seems to work okay...

Bumping that @iv-ar should turn this into a PR!

I would also be open to supporting this.