Sebastian Wilzbach
Sebastian Wilzbach
For reference, this was a bug in har. An updated version of har has been deployed: https://run.dlang.io/is/KBOVEb
> I.e. wrap in try/catch and do the decoding only if there's an exception? Yeah that does sound like the reasonable thing to do. :+1:
``` core.exception.AssertError@source/rest/apiv1.d(255): unittest failure ---------------- ??:? _d_unittestp [0xdb1f6d] ``` Urgh that passes on my local machine (added debug output)
There is a multi touch api in js, but you probably want to use one of the existing and tested libraries like https://github.com/thebird/Swipe API is very basic, you give it...
To make it smooth you probably want to fetch all the content before and avoid a page redraw. See also #152
As it seems that we need a proper solution for this, I reopen.
But there isn't a default way to swipe to the next page on mobile devices, or is there? I thought that supporting swipe gestures would be more "intuitive" - at...
> Is there something in dub that lets you copy or package external files so that the run command works out of the box? I mean dub already clones the...
this might be related to #461 which is about giving the user control to set the content directory.
Hmm, we still have this issue as `dub fetch` doesn't fetch the git submodules automatically, see e.g. https://github.com/dlang/dub/issues/1044 Probably the best way to deal with this, would be have a...