Jake Howard
Jake Howard
Currently these warnings shouldn't affect your build at all, but obviously in the future they likely will. I do plan to release a new version, hopefully soon, that will fix...
@gpeal unfortunately time to look into this issue has been rather low. I believe the issue is something to do with dependencies of `react-native-mock`. Shame my time is affecting your...
That's not selfish at all! The more people contribute to a library, the better it'll become. That's what the review process is for!
I built this with the idea that using non-standard database containers should be possible, and it appears I promptly didn't do anything about it... I think the solution here is...
I've personally had to implement CSVs with `n` additional fields per record, even additional nested rows, and it's a horrible mess that many CSV readers will parse incorrectly. CSV is...
As recommended in Slack, i'm going to update this to be a Django view so the `Expires` field can keep updating.
@chapati23 it's not really clear from your snippets, but remember the first arg of `registerMock` has to be exactly what's inside `require()`, not just a path to the file you...
My intention was for this to be an opt-in feature.
> I'm not too keen on storing un-encrypted user data on my servers Is this much different to subscription lists? Storing unauthenticated watch history in browser, yeah that makes sense,...
I get the same thing. `XDG_CURRENT_DESKTOP=sway flameshot` starts flameshot successfully, but clicking the tray icon prints `Wayland does not support QWindow::requestActivate()`, which is strange. Setting `QT_QPA_PLATFORM=xcb` removes the `requestActivate` warning,...