James Mills
James Mills
This key doesn't seem to do anything.
See: ``` #!bash prologic@MacBook-Pro Tue Dec 29 01:34:41 ~/tmp/newebe/deploy/docker (master) 0 $ docker build -t newebe . Sending build context to Docker daemon 7.168 kB Step 1 : FROM shykes/couchdb...
HI @tidwall 👋 Getting back to playing with your library again and making some updates/fixes to my bitraft I noticed some strange behaviour I'm wondering if you can help figure...
Hi Josh :D I'd like to upgrade [bitraft](https://github.com/prologic/bitraft) from [finn](github.com/tidwall/finn). I need some help though... Mostly it would be really nice if you could document a few more internals. The...
I'm having a bit of difficulty following your API Documentation: * https://docs.coveralls.io/api-introduction * https://docs.coveralls.io/api-reference Through the Web UI (_logged in_) I can easily access the coverage data for a repo...
Is https://github.com/kausalco/loki a more up-to-date version of this project? What's the status of this codebase?
When I try to run this against a project using Go111Modules I just get an error: ```#!sh $ apicompat import path not found ``` I'm guessing this doesn't support Go111Modules...
Hello! 👋 I am currently unable to release [twtxt v0.2.0](https://github.com/jointwt/twtxt) because of the following build/link errors when running through my release process with `goreleaser`: ```#!console ⨯ release failed after 42.26s...
Hi, I went through your examples; and I like the overall idea and concept. Its an old idea made new again; but that's okay :) Do you happen to have...
I would love to see the server-side rendered DOM changes applied to the client-side only apply the changes ala React. Using [morphdom](https://github.com/patrick-steele-idem/morphdom) could be a good choice here as its...