John Papandriopoulos

Results 6 issues of John Papandriopoulos

Using the `defer` keyword in a `script` definition as follows, ``` script defer src="script.js" type="text/javascript" ``` renders incorrectly, ``` defer src="script.js" type="text/javascript" ``` which should instead be ``` ``` ....

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

NeedsInvestigation

Thanks for a great package! It would be quite convenient to have methods on `Money` that panic instead of returning error. These could wrap the existing methods, with the `Must`...

Thanks for a great package! :D I am parsing JSON that uses a dot (".") for some key names. I've discovered that I could redefine the separator using `gojsonq.SetSeparator("·")` to...

Thanks for a great tool! In using it for `golang.org/x/tools`, I found `gomove` missed imports that use an explicit package name: ``` import _ "a/package/name1" // side-effects-only import import myname...

I have a [TP-Link Archer T4U ver.3](https://www.amazon.com/wireless-USB-WiFi-Adapter-PC/dp/B08KHV7H1S/ref=asc_df_B08KHV7H1S/) that was recently purchased. It works 100% under Windows, and I am trying to get it working on Linux. I've tried VMs on...