Aaron
Aaron
I have an issue where when I call `StoreFile`, the server responds with `125 Data connection already open; Transfer starting.`, which this library treats as an unexpected code and incorrectly...
Typescript has many advantages relating to documentation and code correctness, even for non-ts users.
Right now if you hit the api rate limit, the library won't do anything to help you. We should change that.
In my use case, I make a client just to stream one file from a server, and then I close the connection. Trouble is there's a _keepalive timer that appears...
Fixes #217 I haven't tested this, I'm on windows right now and don't have make. But it seems pretty straightforward.
I'm using Syncthing to sync between my reMarkable and Windows. Harmony adds the current date/time to the filename, which includes colons. Windows doesn't allow colons in filenames, so the sync...
The generated `is{entryName}` functions are only useful if you're confident that the thing you're passing in is, at least, a fully-fleshed-out `Entry` type. But it's possible to not know what...
### What happened? `getURLExtention()` doesn't strip hash params from the url properly. https://github.com/KosmosisDire/obsidian-webpage-export/blob/29db1aaa956397e25b0138b3ae5deef172eb49a1/assets/website.txt.js#L607-L610 The bad file extension results in `loadDocument()` attempting to download the page instead of displaying it. I...