Mark Wylde

Results 14 issues of Mark Wylde

**Describe the bug** When you have nothing cached, and have installed a fresh apk, if you are offline or your network errors, you will see your app with the address...

compatibility-block

> TL;DR; Solution down below ([here](https://github.com/Softmotions/ejdb/issues/349#issuecomment-1219115334)). Hey This is probably a very beginner style question, as I'm in no way a C or CPP developer. But I'm looking at building...

Documentation

This PR works around issue https://github.com/denodrivers/mongo/issues/381, a bug that appears to be in Deno: https://github.com/denoland/deno/issues/19546 It uses a custom base64 function, but maybe we could find another library out there...

If you use a capture, like the following, you can have multiple matches for the one regexp. ```yaml - regexp: name="names\[\]" value="(.)" flags: g group: 1 as: "names" ``` This...