Fabian Jäger
Fabian Jäger
* update depenencies * generalize library to support more request types * minor adjustments
I cannot find any documentation on the request format for a webhook. I assume that it is a JSON-formatted POST request being sent to the registered webhook URL. But what...
In our monorepo project, all nom dependencies are hoisted to the root directory's `node_modules` directory. In `/node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js` you reference `../../../../../capacitor.config.json`, which obviously does not work as the `capacitor.config.json` file is...
What's the reasoning behind using instead of when converting rows and columns into actual HTML. In our specific use case we would prefer to use elements, but we are unsure...
As Apple seems to become very picky about the usage of UIWebView APIs, this PR removes the last trace of a UIWebView from this engine.
We have a monorepo and use jest projects (https://jestjs.io/docs/configuration#projects-arraystring--projectconfig). Each project comes with its own jest.config.js file. When running `yarn jest` from the monorepo's root, Vue test files fail with...
Have you considered allowing `PLAIN` authentication without any encryption – neither TLS nor STARTTLS? We would like to run an SMTP server locally on the user's computer and therefore, we...
When calling `replaceDraftLabel` or `replaceDate` multiple times with different text values or when trying to reset to the original value of a thread row, the behavior is not as I...
Slack is rolling out a new type of apps: Workspace apps. Find out more: https://api.slack.com/docs/working-with-workspace-tokens With this PR, the OmniAuth strategy supports the new structure