Trevor N. Suarez
Trevor N. Suarez
Go 1.13 is adding a new `IsIdentifier` function to the `go/token` package in the standard library: - golang/go#30064 - https://go-review.googlesource.com/c/go/+/169018/ - golang/go@60a8dbf3b4e10627b9f5c3a0a0bf4462247270c8 We could use that for either the logic...
Currently, **define** uses all remote (online) sources. A local, expandable dictionary is available on macOS, which would be a great source if it was accessible. Unfortunately, it seems that the...
The `define` app would benefit from documentation beyond the simple `--help` flag output, especially with some of its configuration. To keep with typical standards and expectations, the `define` app/command should...
There exists a standard protocol for accessing remote dictionary services. While it's quite old in design, it was purposefully designed for clients/applications such as **define**. A generic DICT protocol "source"/provider...
Currently, requests are being matched based on their `REQUEST_URI`. This requires some special server environment handling and is actually not the ideal path to be checking during routing behavior. Most...
The [canvas element created by the constructor](https://github.com/muaz-khan/MultiStreamsMixer/blob/dcde8431e76c0fbc29de59560bb077eff3d8e25b/MultiStreamsMixer.js#L113-L117), that is intended to be "hidden", is actually visible on the page. Adding a `display: none` style to the element works in my...
# Description When using a raw `history.pushState` or `history.replaceState` call and either not passing a 3rd argument or passing an argument that doesn't parse to a valid URL, a runtime...
# Description While trying to use the `$isChangingPage` helper, I noticed that it fires "too late". It won't set to `true` until after the page is already navigated to, which...
### Go version go version go1.21.7 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/tnsuarez/Library/Caches/go-build' GOENV='/Users/tnsuarez/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/tnsuarez/Development/go/pkg/mod' GONOPROXY=''...
**What is the name of this language in Linguist?** Astro - [Linguist](https://github.com/github-linguist/linguist/blob/v7.27.0/lib/linguist/languages.yml#L423-L432) - [Language Project (35k+ ⭐s!)](https://github.com/withastro/astro) **Link to GitHub repository of Vim plugin** https://github.com/wuelnerdotexe/vim-astro **Is this plugin well maintained?**...