ttaylor-st
ttaylor-st
### How can we reproduce the crash? Importing and using the [ink-use-stdout-dimensions](https://www.npmjs.com/package/ink-use-stdout-dimensions) is enough to cause the crash. ### JavaScript/TypeScript code that reproduces the crash? ```shell import useStdoutDimensions from 'ink-use-stdout-dimensions';...
Closes #76 Everything should be working fine. I tested by replacing requests to `discuit.net/api/*` with `localhost/api/*` in the official client at [discuit.net](https://discuit.net) and everything worked perfectly fine.
A while ago I was planning creating a web-based client for Discuit, but as Discuit doesn't set any CORS headers, I ran into the following error: ``` Cross-Origin Request Blocked:...
Hello! I'm planning on adding bookmarks to Discuit, thought I'd give my plan here for review in case there's any concerns :) # Backend - Of course requires a new...
when you're sending a request to delete a list, discuit doesn't check if the item you're trying to delete actually exists in the list, so the number of items is...