Dan Imhoff
Dan Imhoff
With the support of Capacitor via [#85](https://github.com/ionic-team/cordova-res/pull/85), and the upcoming support of PWAs ([#95](https://github.com/ionic-team/cordova-res/issues/95)), it's clear the name of this package no longer encompasses its scope. The package should be...
- https://github.com/ionic-team/ionic-cli/issues/2679 - https://github.com/ionic-team/cordova-res/issues/38 Somehow consolidate Android (landscape/portrait) and iOS (multi-image launch storyboard) which are _sort of_ the same idea.
PNG quality defaults to 100, which might result in larger images than expected. Perhaps a `--quality` option is necessary to fine tune this. Also, setting the default quality to something...
Normal search() is working just fine for any one of these queries, but search_multi() just doesn't work. I printed the curl request before it was sent (around here https://github.com/aparo/pyes/blob/master/pyes/es.py#L444) which...
Aligning the page schematic with the component schematic, which already offers `--create-module`. The default for the page schematic is `true`, unlike the component schematic. To disable module creation, `--create-module=false` must...
There should be some sort of stringification here, otherwise Error instances fail to serialize: https://github.com/ionic-team/angular-toolkit/blob/07af9068b8b5418ad3f14048ffd8879e861aea92/assets/consolelogs.js#L56 ref: https://github.com/ionic-team/ionic-cli/issues/3169#issuecomment-503619239
For myself, I like to slap in this filter attempt in my setters: ``` php /** * @param integer $number * * @return self */ public function setNumber($number) { if...
Common confusion, so it should be documented in the plugin's page: https://capacitorjs.com/docs/v3/apis/browser - https://github.com/ionic-team/capacitor/issues/1291 - many others
Many framework CLIs have a single starter with feature flags to enable/disable/switch certain features and preferences such as TypeScript, testing frameworks, theme, etc. We've already seen requests for this, such...
Investigate and allow get/set/replace functionality on any DOM element (beyond textareas and text inputs). Investigate a new "replaceRange" method that would not require selecting text in order to replace text....