Felix Schauerte
Felix Schauerte
Due to implementation details in async.js the async methods (e.g. `searchAsync`) cannot be called in parallel. During execution of an sync method call, an instance variable is set in the...
export created keys like this: "reg", "[field1].tag", "[field1].store", "[field1].cfg", "[field1].map", "[field1].ctx" import expects keys like this: "reg", "tag", "store", "[field1].cfg", "[field1].map", "[field1].ctx" may be related to #273
Sadly docker containers do not support access to remote servers via ipv6 out of the box. For an example on how many things to do and think about in order...
cordova cli 7.0. requires package.json for each plugin. see https://github.com/sitewaerts/VideoPlayer
We found a lot of messages like this in our coucdb log: `OS Process #Port Log :: function raised exception (new TypeError("doc.unverifiedEmail is undefined", "undefined", 5)) with doc._id ` They...
This pull request adresses issue #9436. It adds the optional config property `capabilities` to `AppxOptions`. Docs, schema and template are modified according to that. Should be easy to take this...
It would be great if we could pass an Array of capabilties via the build config. Docs at Microsoft: https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-capabilities