fudom
fudom
Sometimes you want to keep things in line. The `prettier-ignore` comment is not a good solution in this case. Because I still want to format the other things like space...
Thanks for reply. Not sure if I understood you correctly, but `file-list` does not work for me. It hangs when using stdin and if I pass a file, it reads...
This behavior makes the ion-range component impossible to use in a scrolling context. You can only use it on a static page or dialog where you are sure you will...
What is this? I mean code like `Promise.reject(new Error())`. In what world is an Error a Boolean? And why define return type Boolean (in Promise) when you reject instead of...
I found the following: https://github.com/danielsogl/awesome-cordova-plugins/blob/bddafc779a65379c5d09fa74418830b81e2525a7/src/%40awesome-cordova-plugins/plugins/file/index.ts#L1053-L1056 https://github.com/danielsogl/awesome-cordova-plugins/blob/bddafc779a65379c5d09fa74418830b81e2525a7/src/%40awesome-cordova-plugins/plugins/file/index.ts#L111-L122 Original [source](https://github.com/apache/cordova-plugin-file/blob/265a932f3b5d11739fd08c0437477f441f6212c7/www/Flags.js) of the plugin: ``` create - file or directory if it doesn't exist exclusive - used with create; if true the command...
Thanks for the advice. We always need to scan before connect. Otherwise, some information are missing (e.g. name) or connection will fail. I love Bluetooth/BLE on Android and its quirks....
Ok thanks, I'll give this a try and will bypass the outdated plugin wrapper for TypeScript. I wish all Cordova plugins would provide strong types for TypeScript and use modern...
Same for `undefined` value. ```ts dayjs(undefined).fromNow() // result: 'a month ago' ``` This is wrong, but the question is, how to handle that. `NaN` creates a dayjs instance with NaN...
``` adb exec-out screencap -p > screenshot.png ``` produces a weird png file which cannot be open. Not in browser or other image viewer. A normal png starts with magic...
@yume-chan Thanks, that works. PS Core 7.4.2 (Windows Terminal) and CMD. https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows