Nuno Vieira
Nuno Vieira
Looks like support for iOS action buttons was added in phonegap/phonegap-plugin-push@2ec769729ef75f49f9887a9509efe3b6368375c7 Need to update that dependency to latest version?
Can't you just try out some colors and see if they look good? I can't suggest some hex colors out of my head without trying them out and seeing if...
DockStation *really* needs a dark mode! Please do this 🙏
Not sure if it's the same problem, but I see a similar error: ``` (...) [Trace - 10:29:59 AM] Received notification 'textDocument/publishDiagnostics'. [Trace - 10:30:08 AM] Sending request 'shutdown -...
Given that schema, shouldn't the typescript be: ```ts export type SomeEnum = 'A_VALUE' | 'ANOTHER_VALUE' export interface SomeType { someEnum: SomeEnum | null someString: string | null } ```
Looks like only `scalar` fields are shown in the suggested model.
This doesn't affect me because I don't use this anymore. I start the "dockerization" by getting the Dockerfile from the [Node.js guide](https://nodejs.org/en/docs/guides/nodejs-docker-webapp/). It's simpler and better explained. I never move...
Same problem. Frequent hangs during build or run with `--platform linux/amd64`. ``` -> % colima version colima version 0.5.4 git commit: feef4176f56a7dea487d43689317a9d7fe9de27e runtime: docker arch: aarch64 client: v23.0.3 server: v20.10.20...
Any information on the progress?
I've added [ cordova-plugin-add-swift-support ](https://www.npmjs.com/package/cordova-plugin-add-swift-support) to fix this.