Samundra

Results 25 comments of Samundra

the default interval are defined in each of the api provider see https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/blob/master/src/ProviderBXinTH.js#L17 If you can follow the Javascript then you can find the code here (probably) https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/blob/master/src/BaseProvider.js#L108-L113 And you...

@dx486 Also please see https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/issues/14 regarding the interval

It's `2017` and things have changed. `http://shflags.googlecode.com/svn/trunk/source/1.0/src/shflags` has moved and returns 404. Instead use `https://raw.githubusercontent.com/nvie/shFlags/master/src/shflags` ### Use below updated snippet to install `git-flow` with `shFlags` ``` $ curl -L https://github.com/nvie/gitflow/tarball/develop...

> All PRs must be targeted to v3 branch. Should we instead target new PRs only to `v3` branch?

Sounds good.

similar issue on Big Sur, Intel chip. ``` Unhandled Promise Rejection CancelError: Promise was canceled at PCancelable.cancel (/p-cancelable/index.js:99:17) at Object.didStopRecording (/kap-key-cast/index.js:54:17) at /Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:56:28 at Array.map () at callPlugins (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:53:66) at...

@ijazbhatti007 When you are making calls to send notification using the tags what library does is it translates your tags calls to `filter` calls which onesignal expects for tags. The...

@ijazbhatti007 We have to be very specific and have to specify the `field: tag` ourselves. If you look at https://github.com/berkayk/laravel-onesignal/blob/master/src/OneSignalClient.php#L182-L186 it simply adds anything that comes as `$filters` to `filters`...

@jerryjee you can create your own Dockerfile and then copy your .htaccess using command [ADD](https://docs.docker.com/engine/reference/builder/#add) or [COPY](https://docs.docker.com/engine/reference/builder/#copy) Here is https://github.com/samundra/tus-php/blob/feature/update-docker-setup/docker/server/Dockerfile#L6 which I am borrowing from one of project I am...

We are also facing the similar issue on `Tedis`. We still think it is due to high load on Redis server. We are also not using connection pool. ``` error:...