Alex Komoroske
Alex Komoroske
I'm also running into the same issue. I have the extension installed from the Chrome Web Store (https://chrome.google.com/webstore/detail/reselect-devtools/cjmaipngmabglflfeepmdiffcijhjlbb) and also have configured reselect-tools as in the tutorial. (Peeking at `__RESELECT_TOOLS__`...
This will be harder than I originally thought, because we don't (currently) bump the version number for backwards-compatible changes. (For example if we fixed #31 we'd probably leave the version...
I was thinking about this, the fact that endpoint is now just one endpoint will be limiting to us. In the future you might want to have multiple things. Just...
Medium has an export tool that generates a zip archive of files. The posts live in the `posts` folder, one html file for each post. Note that any comment responses...
- [ ] Document how to use it - [ ] Allow an option to include or exclude drafts - [ ] update README with new command arguments
Another thing that could help is some kind of burner OpenAI_API_Key that we can host so you can do ~10 queries on an endpoint on a trial basis (would require...
Yeah, I agree we can remove them. sort_reverse doesn't actually have a use case, it's a thing that might hypothetically be useful in the future if there's a sort where...
@dglazkov Wanderer doesn't currently use `sort=random` anymore does it? If not I might just start ripping this out
- [x] Document the protocol somewhere, including all arguments and what they do, now that `Library.query()` uses `**kwds` it's hard to tell - [x] Remove `sort` from protocol - [...
Just thinking out loud about how this might work in a way that is simple and easy to get started... but might smoothly morph into something more complex in the...