ptmkenny
ptmkenny
In C:\Users\\.zazu\plugins\tinytacoteam\zazu-file-finder\data\ the only file is .gitkeep, 0KB.
There's a plist folder, which in turn contains: dist/ examples/ lib/ .jshintrc .travis.yml History.md LICENSE Makefile README.md index.js package.json On Tue, Jan 10, 2017 at 2:18 PM, Blaine Schmeisser wrote:...
This also applies to Windows 10. The taskbar is black by default now, which means the Zazu icon is invisible in the system tray. Not sure if you want to...
In Windows 10 on v0.3.2, this is how it looks: The black spot is where the Zazu icon is. 
This is an old thread, but I'm getting the same error (with epubcheck 4.0.2: > ERROR(RSC-005): ..epub/EPUB/media/file0.svg(13,14): Error while parsing file 'element "rdf:RDF" not allowed anywhere; expected the element end-tag...
Thank you, that allowed me to get around the `Error: Cannot use assertMatrix with other options`. However, now I have a different issue. When I run lighthouse, I'm still getting...
I think in my case the second option would be more helpful. An even more complete example of what I'm trying to do: ``` assert: assertMatrix: - matchingUrlPattern: ".*" #...
The [official HTTP plugin was added in Capacitor 4.3](https://capacitorjs.com/docs/apis/http), and there is a [now outdated release for this plugin](https://github.com/capacitor-community/http/releases/tag/v2.0.0-0), so I'm closing this issue.
After some more attempts, I managed to get the same error with `Http.uploadFile()`. Here's my code: ``` const postAuthFileBlob = async ( fetchUrl: string, fileBlob: Blob, ): Promise => {...
I also experienced Problem 1. In `HttpOptions`, I had set: `data: data` This worked on Android and in the browser (Chrome), but not on iOS. The IOS error was simply...