reMarkable-typescript icon indicating copy to clipboard operation
reMarkable-typescript copied to clipboard

A typescript reMarkable Cloud API

Results 10 reMarkable-typescript issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

It seems reMarkable has changed their sync protocol and have been gradually rolling it out to their userbase. There's a detailed thread at https://github.com/juruen/rmapi/issues/187 which talks about the changes in...

The client throws this error on the `uploadEPUB` method: `Message: 'Version on server is not -1 of what you supplied: Server: 1, Client req: 1',` Everything was working fine until...

After running the example code ([download dummy.pdf here](https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf)): ```js const { Remarkable } = require('remarkable-typescript'); const fs = require('fs'); (async () => { const client = new Remarkable({ token: 'MY_TOKEN'...

When I do the following (where `RM_CODE` is a valid code) I get the error in the issue title and `deviceToken` is `undefined`. ```js const { Remarkable } = require("remarkable-typescript");...

Hi, I used the project in June, no problem. I tried the same code base today and it didn't work. I was wondering if somehow my device token had expired...

By default the device synchronizes with reMarkable and Google server. This is not always convenient, possible or ethically desired. The project https://github.com/ddvk/rmfakecloud allows to sync to one own server instead....

On a freshly cloned repo, running `npm install` results in the error below. Adding `"strictNullChecks": false,` to `tsconfig.json` seems to solve the issue. ``` > [email protected] prepare /media/fernando/shared/reMarkable-typescript > npx...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.0.3 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 ed83aec Explain trust server date...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0. Changelog Sourced from jszip's changelog. v3.8.0 2022-03-30 Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is...

dependencies