-
```yaml
NVIDIA Open GPU Kernel Modules Version: 560.35.03
Operating System and Version: Arch Linux
Stable kernel release: Yes
Kernel Release:
- 6.11.1-arch1-1
- 6.6.52-1-lts
- 6.10.x
GPU: NVIDI…
-
On modern go installs `go get` is deprecated. Its replacement `go install` however, does not work if there is a replace directive in the go module, which there currently is.
Either the replace dire…
dvdsk updated
2 years ago
-
Files from remarkable site arn't loaded to Scrybble. When I login to Scrybble it opens scrybble.ink/dashboard and then nothing happens. I get a black screen and it stays black. The web page 'Sync stat…
-
Maybe related to #90
this makes it easier to parse rmapi output and build scripts. I am writing a sync command outside rmapi (because it seems easier than learning go myself). related: #148 #134
-
I don't know `go`. So I followed the installation directions and got:
```
$ GO111MODULE=on go get github.com/juruen/rmapi@latest
go get: package github.com/juruen/rmapi is in the main module, so …
-
can't get the rmapi to run. I've put the one-time code and everything. It's stuck on "Refreshing tree..."
-
Hi
The `get` function to download is working with beautifully, thankyou
```bash
./rmapi get ./23-journal
```
is it possible to do something like this, for my automation?
```bash
./rmap…
-
According to https://github.com/juruen/rmapi/issues/23#issuecomment-425832548 you may now provide your own user agent string.
I guess it is about this...
https://github.com/splitbrain/ReMarkableAP…
-
I'm posting this issue to hopefully help folks coming by in the future. Currently it seems that all forks of rmapy do not fully support the updated sync api.
This fork has a newapi branch which see…
-
Some commands do not need full initialization of context and could run/return instantly.
`rmapi version` is an obvious example. `rmapi help` is another one
is it possible to delay initialization…