Mathias Haugsbø

Results 8 issues of Mathias Haugsbø

If you try to pass a string for example req.params.id the file won't be deleted. You have to convert it to an object first! ` var _id = mongoose.Types.ObjectId(req.params.fileid);` And...

**Describe the bug** The benefit of using Refit is the ability to share API interface across applications. But due to limitations in both Text.Json and Newtonsoft.Json it is impossible to...

bug

Using decodeURI on web_server to allow filenames with spaces and special characters like `Østers i Eske-1.jpg`

#1 This is my attempt of converting at least some stuff to typeScript. Many of the types are very hard to find correct types for. Please do whatever you like...

Allows users to add users with capital letters and then login with just lowercase letters. We accidentally capitalized the first letter of our username so the other people using it...

### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type Other ###...

feature-request
help wanted
area:core

- [x] I have read and understand the pull request rules. # Description Adds the feature of cloning existing monitor, I have briefly tested it with ping and https and...

Ref to #180 Infinity loop occurs when trying to parse a binary message that does not fit into the provided type. This commit adds an additional check when parsing to...