Frederik Ring
Frederik Ring
With a dependency tree (showing `mime` only) like this: ``` ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] deduped ├─┬ [email protected] │...
This is picking up: https://github.com/Microsoft/vscode-go/issues/1242 I found an issue in godef where the first argument when ranging over a slice will be incorrect when you omit the value (i.e. use...
From looking at the errors in our Sentry setup I can see that there are cases where the bait has already been removed by someone before the library calls the...
I'm trying to write a simple transform that compiles JSON schemas (declared in JSON files) to validation functions using `ajv`. I am running into two issues when doing this in...
# Overview - What project is this issue for?: broid-messenger - Is this a bug, security, feature request, or feedback: bug? ## Steps to Reproduce 1. Start application with settings...
I am using broid in a side project. In every integration I used (4 major platforms) I found show stopping bugs (i.e. does not work at all) that required fixing...
I'm using this package in a tool for backing up Docker volumes: https://github.com/offen/docker-volume-backup Users that do not want to stop their containers while taking a backup can opt in to...
I am trying to mount a choo application in an "application shell" that is provided by a static site generator. I would expect the routing behavior to be limited to...
I'm trying to optimize a bundle that contains the (rather hefty) [plotly.js](https://github.com/plotly/plotly.js) library. When I pass `-p tinyify` to my bundling command it will hang for quite a while and...
If we want to flip the switch and bring the rewrite to a 1.0.0 we'll also need documentation. I'd be happy to contribute here as well, so I'll just ask...