Martin
Martin
Bottle stores these two headers without the `HTTP_` prefix (see https://github.com/bottlepy/bottle/blob/f9b1849db4dd724e36a93a1032be592193fba581/bottle.py#L2289). But boddle doesn't make this exception, see: https://github.com/keredson/boddle/blob/74413e4c5b39a37ea1694fab07b459ccd2998390/boddle.py#L48 Which means that this fails: ``` with boddle(headers={'Content-Type': 'application/json'}): content_type =...
Thanks for this super useful app! I use it to remind myself to take breaks regularly and prevent RSI symptoms. However, sometimes I am just casually reading something (thus only...
**Example** ```go e.POST("/files/:fileId\\:undelete", handlerFunc) ``` Then send a request: ```http POST /files/123:undelete ``` This fails in the request validation middleware and returns: `message: "no matching operation was found"`. I suspect...
**Is your feature request related to a problem? Please describe.** I'd like the element that's being rendered by `useHover` to control the hovering state. In some cases, my mouse can...
### Name Martin ### Are you an IBM employee? ~- [ ] Yes~ ### What happened? Not sure if this is a bug or just something that can be improved......
### Contact Details _No response_ ### What happened? Currently, only the (truncated) label and value is passed into the `customHTML` callback of the donut chart options. This makes it hard...
### Contact Details _No response_ ### Summary It's in some cases hard to find out what the different chart options do. One example is finding out about truncation `numCharacter`, `threshold`...
### Contact Details _No response_ ### What happened? The space left and right of the bars in a bar chart with timescale bottom axis is too much if time range...
**Version: 4.0.4** I have a property with this specification in `index.yml`: ```yaml endDate: description: End date of the data point (inclusive). example: 2022-01-31 type: string format: date ``` When running...
After following the guide for adding Typescript [here](https://github.com/alexeagleson/template-react-component-library#adding-typescript) I was still getting the following error when trying to import from a CSS module ``` (!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot...