Andras Elso
Andras Elso
I want to calculate the profit. i sold 1 btc at 500$ price, so i have 500$. if i buy btc at 400$ price, i get 1,25 btc, so my...
This is the debian package build guide: https://wiki.debian.org/HowToPackageForDebian My PR follows this standard. Debian/ubuntu releases isnt a bleeding edge distro. They pick up a _stable release_ from github, and build...
here is a sample: https://github.com/dmx-systems/dmx-build-deb/blob/cf0e0292c67d601b9a1404763c5a4756fd9d6b6c/.gitlab-ci.yml#L162-L164 this creates a new changelog entry, and build the debian package. but you can tweak with `git describe --tags` the build version. etc.etc
I rebased the branch to the latest release, and started to play with GH build. but there are some mysterious errors and segfaults. only ubuntu amd64 builds work :( i...
i havent benchmark :( but just looked into the source: ByAction build a new items array. if the bulk has >100k items, thats not only lots of cpu (fields memory...
i think, keystore provider is not compatible with new "one-instance" code
I found the a possible explanation: the auth header different for different auth type: if you use token, the auth header sould be in [googleplay.py#L144 ](https://github.com/NoMore201/googleplay-api/blob/master/gpapi/googleplay.py#L144): `headers["Authorization"] = "Bearer %s"...
Yes, loopd service is running as different process, and lit connect to as remote. Oh, so `--loop.loopdir=` is prefixing only the `loop.*` flags. Than, it would be good, if there...
all remote.foo has two paths flags: macaroonpath and tlscertpath. not too much, but later this may be changed. so remote.*.dir is for future :) another idea: if the remote.* macaroonpath...
You can install php 5.6 from sury repo (https://launchpad.net/~ondrej/+archive/ubuntu/php) on ubuntu. So the mysql ext sould be handled from php global version