David Ashby

Results 20 comments of David Ashby

The example in the README.md was precisely what I needed to fix a delayed-timeout issue; it'd be nice to get that merged so it's easier to find when debugging that...

I would find this very valuable. @codyoss, are you the current maintainer of this package? The pull request here seems quite reasonable.

You should treat “./relativeFilePath” as a dependency for “mypackage”, either as a parameter passed to “MyOpen()”, or refactor MyOpen to be a method on a struct that has the path...

Looks like a workaround is to: 1. delete the self-hosted domain from the settings and save. 2. add the hostname and an arbitrary random string as the "API key" and...

Agreed with the need to pin the ui container tag here. Even setting aside the unexpected-upgrades point, if you change `replicaCount` to anything > 1, new k8s nodes that have...

@ianlancetaylor I don't interpret "(preceding the package statement)" on the [documentation page on go:debug](https://go.dev/doc/godebug#default) as requiring the comment having a newline between it and `package main`, but perhaps I'm misunderstanding...

That comes in from the Sheetsee.js dependency; https://github.com/jlord/sheetsee-tables/blob/master/index.js#L20 looks to be your point of interest. It's doing a ASCIIbetical sort.

@Krukarius hack-spots isn't my project; I just used to use it for a site (i've since rewritten it to not use sheetsee.js since I didn't need most of its functionality)....

Personally, I didn't like clustering, so having a toggle for that in the map generating method would be :+1:

Yeah, I had to just pull the `redisstore` module directly into my codebase because when go's module resolution tried to work out how to use `github.com/alexedwards/scs/redisstore` it always ended up...