Bernhard Wittmann
Bernhard Wittmann
Added a new email signature template, which puts a stronger focus on the name. I also did the tests with my email client, and the gmail web client. Thank you...
**Tell us about your environment** * **ESLint version: 5.16.0** * **eslint-plugin-vue version: 5.2.3** **Please show your full configuration:** ```json { "root": true, "env": { "browser": true, "node": true }, "parserOptions":...
I try to create an object via a POST request. This works very well, now to my problem: I want the response to have the field expanded by default (in...
My goal is to send an image to my backend. What I'm doing to send the request ``` const data = new FormData(); data.append('file', { name: 'some_random_name.jpg', type: 'image/jpeg', path:...
When the response body is empty aka `response.bodyString === ''` then calling `response.json()` does cause an `Unexpected end of json` error, since apparently this function cannot handle this edge case....
…on prereleases When working a lot with prereleases the changelog file can become quite bloated with the prereleases. To provide easier overview one might only want to include normal releases...
It would be way more comfortable to include a user sign in where users can sign in to their Goodreads account with oauth instead of pasting their user id. However...
The current implementation uses a regex to find the import commands and thus detects components that have not been imported anywhere. However if we have component A that imports Component...
I figured out that when calling `requestSignature` the HTTP method `PATCH` does not seem to be supported as it results in a Signature Error. Example: ``` const auth = PowerAuthAuthentication.password("1234");...