Skip to content

Commit

Permalink
bump libremarkable to 0.5.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored Oct 25, 2021
1 parent 3bcbfdc commit c0b0b9b
Show file tree
Hide file tree
Showing 13 changed files with 552 additions and 805 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,9 @@ https://pbs.twimg.com/media/ErkHD2xXcAUPMtq?format=png&name=orig
https://oeis.org/A088218

https://mlajtos.mu/posts/new-kind-of-paper

https://github.com/n8n-io/n8n

https://www.bit-101.com/blog/2021/08/chaikins-algorithm-drawing-curves/

https://github.com/bkirwi/armrest
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

nats:
image: nats:2-alpine
image: docker.io/library/nats:2-alpine@sha256:eeb7529aaf3ccea4398dad18e815a82b8b116696b7f031b4126b00061ddb1093
environment:
# Only here so refs can be bound
_1: &NATS_USER 'reMarkable-HyperCards'
Expand All @@ -21,7 +21,7 @@ services:
# - '127.0.0.1:8222:8222'

redis:
image: redis:5-alpine
image: docker.io/library/redis:5-alpine@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702
environment:
# Only here so refs can be bound
_1: &REDIS_HOST 'redis'
Expand Down
Loading

0 comments on commit c0b0b9b

Please sign in to comment.