Jes Ramsing

Results 5 issues of Jes Ramsing

I initially thought Postman was messing with me, however Chrome shows the same so here goes :-) ``` req.reply(web::http::status_codes::OK, ""); ``` results in a duplicate header as seen here: ![image](https://user-images.githubusercontent.com/12495700/133401467-91c074ae-ced5-4882-85f0-cb7a77ec5995.png)...

sparkline works fine in Vue3 but vite is not happy with the lack of .d.ts file. I have handcrafted a .d.ts file for the sparkline function: ``` //sparkline.d.ts in the...

How do I perform dynamic databinding in Vue3 to props - data is not validating on props change, however a watch setup is ok. Navigating and rerendering works fine (except...

**Describe the bug** When using binary payloads then these are being checked for printability causing my debug sessions to assert all the time. ![Image](https://github.com/user-attachments/assets/591b89c2-e72d-43da-9e87-b054422559c5) It seems like @icraggs did great...

The what() function should NOT be a std::string - this should be a const char* - the error handling in your code may be lead to bonkers code when the...