James Mills
James Mills
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...
Just started playing with this nice little library last night. Thank you for putting this together! Very now and then (*50/50?*) my app on startup crashes with the above error...
I decided to use your library in a new project and discovered that if I have a route for `/:name/tree/:ref/*path` but the request path is only `/foo/tree/main` the route isn't...
Have you considered using [restic](https://github.com/restic/restic) as a backend directly for storage/backup so this tool can focus on the parts that matter (docker volumes, stopping/restarting containers, etc)? 🤔
This PR adds (_or tries to so far_) support for [Bitcask](https://pkg.go.dev/git.mills.io/prologic/bitcask) an embedded KV store that uses a WAL+LSM and is optimized for sequential writes, fast low latency reads and...
Would you be open to adding appropriate functionality to detect various commonly (still used today) Text-only browsers such as (to name a few): - [elinks](http://elinks.or.cz/) - [links](http://links.twibright.com/) - [lynx](https://lynx.invisible-island.net/) -...
Adds support for multi-line twts as per the [Multiline Extension](https://dev.twtxt.net/doc/multilineextension.html)
I'm getting this error when trying the example `record.go`: ```#!console $ ./record test.wav Recording. Press Ctrl-C to stop. 2022/12/16 05:02:00 Sample format not supported ```
Currently `revealgo` doesn't support YAML front matter that is typically found at the top of Markdown documents. `revealgo` and thus Reveal.js gets utterly confused and threats this as the first...
Just wanted to share my Traevik v2 label config for the cryptpad service: ```#!yaml labels: - "traefik.enable=true" - "traefik.docker.network=traefik" - "traefik.http.services.cryptpad.loadbalancer.server.port=3000" - "traefik.http.routers.cryptpad.rule=Host(`cryptpad.mydomain.tld`, `cryptpad-sandbox.mydomain.tld`)" - "traefik.http.routers.cryptpad.middlewares=add-cors-embedder-policy,add-cors-resource-policy,add-hsts,add-origin" - "traefik.http.routers.cryptpad.priority=2" - "traefik.http.middlewares.add-cors-embedder-policy.headers.customresponseheaders.Cross-Origin-Embedder-Policy=require-corp"...