Darryl Pogue
Darryl Pogue
There is currently no way to create a notification to be shown at a later time. One example use case would be a to-do list app that can present reminder...
By default this will make a macOS universal build (with both x86_64 and arm64 in the same files) but supports per-architecture builds using the CMake `PX_OUTPUT_ARCH` flag.
Currently the docs say to run `sudo npm install -g cordova` which is not great from a best practices standpoint. We should never encourage running npm with sudo because of...
In iOS you can disable the built-in magnifier gesture using ``` css * { -webkit-user-select: none; -webkit-touch-callout: none; } ``` However, after typing in a text input and submitting the...
* **Version**: v8.6.0 * **Platform**: Linux x64 Running `node --experimental-modules test.mjs` should print "Received QUX". Instead it crashes with a segmentation fault. This works in the v8 build of node,...
This resolves several npm audit warnings about vulnerabilities.
This allows access to the relative URL for the currently rendering page. Combined with `site` data, this could be used to generate a canonical URL meta tag: ```ejs ``` ###...
There are too many places where we have very inconsistent return types involving promises. Particularly cases where functions throw, return a resolving promise, and also return a rejecting promise. Also...
The latest available version on npm is apparently 1.0.0: ``` $ npm info cordova-app-loader dist-tags { latest: '1.0.0' } ```
Reported by Semjay in the OU Discord: https://discord.com/channels/282045216221822978/282046743338811392/1179074885029482548 This is probably happening in Max 8, but we should see if it affects newer versions too. > Max crash when trying...