Perry Mitchell

Results 711 comments of Perry Mitchell

This is a known issue and is on our short list to fix. Something has broken on the iOS/Android side, as we haven't made any changes here. I'll try to...

@sousa43 I can't reproduce this, so I'll close for now. If some manner of reproduction is possible I'll gladly reopen.

@sousa43 Screenshot of the error, phone specs, and WebDAV settings (if relevant).. obviously without identifying parameters. That'd be a start. Please screenshot your app version too. If it's evident that...

Is it a publicly registered address? If not you probably still need to trust the certificate locally on the device. I'm not super familiar with this process on Android. We...

Sure. You could help us by providing an exported file for us to test with. If you do choose to do this, please make a fresh archive without any personal...

Hmm, I wonder if it could be a new format or something we've missed? Can you create a **sample vault** and export that to share here? We can do testing...

Yes it’d need to be a sample Bitwarden export that breaks so we can develop a fix - I don’t currently have bitwarden installed, so this would speed up the...

Hi, and awesome that you think that! This is a great idea, but requires a **server** component for this to work. I'll move it to another repo while we plan...

@GertVanKruiningen Some year or so ago I would probably consider adding new options like this, as it bridges Buttercup for a lot of potential users. Onboarding new services is hugely...

Ok, it seems like it's all in the `entry`: ```javascript { // snip entry: { "index.ca.js":{ import: path.join(SOURCE, "index.ca.ts"), dependOn: "shared.js" }, "index.de.js":{ import: path.join(SOURCE, "index.de.ts"), dependOn: "shared.js" }, "shared.js":...