Alvar Lagerlöf
Alvar Lagerlöf
**Is your feature request related to a problem? Please describe.** I have a bunch of plugins that uses their own config files. Updating multiple files is tedious. **Describe the solution...
**Is your feature request related to a problem? Please describe.** As of right now, setting up a bungeecord server is a lengthy and complicated process. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Backing up servers as of now requires custom scripts for smooth and efficient operation. Even then, the result may be...
It looks good in Chrome, but bad in Firefox.
# Problem Currently, the code renderer currently makes use of DOM nesting for indentation. At specific points, Nodes get left margin, and all of their children inherits that, and may...
# Problem #195 added some safety to reduce the risk that the extension blows up any page (by patching fetch potentially incorrectly9), but does so by adding a recording mode....
# Problem The "Raw" mode currently dumps message data into a list. It is not that easy to parse, and none of the timestamps are formatted. # Proposed solution The...
# Problem The extension does not run on Firefox. Many developers seem to use it. # Things to investigate - `chrome.` vs `browser.` and if this can be polyfilled using...
### Link to the code that reproduces this issue https://github.com/alvarlagerlof/next-repro-render-to-readable-stream ### To Reproduce 1. Start the repro dev server 2. Load / ``` GET / 500 in 15ms ⨯ Error...
Debugging an issue where I see `A query that was dehydrated as pending ended up rejecting. [${query?.queryHash}]: Error: server error; The error will be redacted in production builds` logged, but...