Jamie Tanna

Results 231 issues of Jamie Tanna

Following the example code on the README: ```go type MyStruct struct { Int64 int64 StringPtr *string } func (this *MyStruct) Equal(that *MyStruct) bool { return deriveEqual(this, that) } // alternatively...

effort-low
skill-level-beginner

```go package main type ComplexStruct struct { Int int MyStruct MyStruct Anon struct { MyStruct MyStruct } } type MyStruct struct { Int64 int64 StringPtr *string } func (this *ComplexStruct)...

bug

Quoting a post on Mastodon ends up looking a bit odd (https://indieweb.social/@[email protected]/110084066464382647) as the original content doesn't get presented - is there something we can do to ie add the...

It'd be handy to - from [the followers page](https://fed.brid.gy/user/www.jvt.me/followers) - be able to have a "follow back" button.

When putting the RSS feed for https://bitfieldconsulting.com/blog, located at https://bitfieldconsulting.com/blog?format=rss into Aperture, no feeds are shown, whereas services like Feedly appear to parse it correctly.

As well as the excellent support we've got built-in for rendering documentation, it'd be handy to be able to further customise the output. For instance, I'd quite like to add...

When using i.e. `doc.GenMarkdownTree`, any deprecated commands do not get output, which means that when deprecating a command you would end up losing the documentation for it, whereas it may...

Using [the CSS media query `prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) we can provide a dark-mode version of Datasette

Closes #2095. ---- :books: Documentation preview :books:: https://datasette--2159.org.readthedocs.build/en/2159/

When trying to get registered just now, I've hit a 500 error which means I'm unable to activate my account to sign in. Not super urgent, but thought I'd flag...