dzpt
dzpt
I want to check running services and it's cron schedule, but `Schedule` shows next time to execute task only. Any chance to re-convert it?
I want to execute code for two big routes like: `/admin` and `/` Any route begins with `/admin` will be execute functions like load json for admin, load template for...
I don't see any description about payload json format. I've tried to set json data on it and there's no way to decode it.
I already intergrate it on sdwebimage, i'm using it for load grid files. Can i have percentage loading indicator for large file?
Why you have to bind it to a route? `RuntimeError: This decorator can only be used at local scopes when a request context is on the stack. For instance within...
https://i-ngoisao.vnecdn.net/2020/08/04/4-2675-1596512963.jpg -> 160 107 Real dimension is: 680x453 https://i-ngoisao.vnecdn.net/2020/08/04/1-5659-1596512963.jpg -> 148 160 Real dimension is: 500x540
I put an `TextInput` inside modal, then everytime i focus on it, the keyboard shownup, then modal shrink down the height = statusbar height. Tested on iOS
I've tested online version for jinja and twig and i see it auto add space between {{ and }} for variables. What's the option to it?
``` Digger.download(self.fileurl.absoluteString) .progress { progress in print(progress.fractionCompleted) } .completion { result in switch result { case .success(let url): print(url) case .failure(let error): print(error) } } ``` Testing on ios 9.1...
I see you markdown the text like to *. Any chance to have option to disable it?