Karan Sharma

Results 79 comments of Karan Sharma

Can you install curl with snap? I’m not sure. If yes, then you can just curl the binary.

Publishing snap with `--classic` requires a manual approval and some lengthy process. I'll keep this issue open but it's not a priority for me right now

That’s helpful and kind. But I think I need to make a forum post and send for manual approval. I’ll do that soon. https://snapcraft.io/docs/reviewing-classic-confinement-snaps Although, this mentions that snap with...

Thanks @ryancastro! Glad you find it useful.

PR is appreciated.

Arch: https://aur.archlinux.org/packages/doggo-bin/ Maintained by https://github.com/iamd3vil/

I'll look into this coming weekend probably. Thanks for reporting. If you'd like to poke around the codebase, feel free to.

So, looks like Swiggy has started to limit the full history from the API, the total number of orders are now capped to `999`. ![image](https://user-images.githubusercontent.com/5689132/78380787-0da9f900-75f2-11ea-8e3a-48f459ef98bf.png) Since the data from the...

+1 same issue. Looks like we need to check for undefined in `resolveAppDir` in `utils.js` ? Something like this, works: ``` function resolveAppDir(...args) { for (let arg of args) {...