Paul Fawkesley
Paul Fawkesley
Hello again! I was struggling with a mysterious issue where a character in my calendar was getting mangled. After quite a lot of research I pinned it down to the...
Hi folks, On Firefox on iOS I get the following error on seemingly *any* page that contains the Rollbar snippet: `No identifiers allowed directly after numeric literal` I've made a...
Basically, like scraperwiki.sqlite.save_var, but cleaned up. - same interface in Python and JavaScript. - share basic datatypes (string, number, list, dict) between Python and JavaScript. Bonus for "native" dates. -...
Hi, thanks for making this useful repo! I see a number of unanswered pull requests and I wonder if this repo should be considered abandoned? If you're not interested in...
Hi @joeljunstrom ! Thanks for making this. It seems your use case was about generating *random* numbers that validate with the Luhn algorithm. How can I calculate a check digit...
Full trace below: ``` $ pip install heatmap Downloading/unpacking heatmap Downloading heatmap-2.2.1.zip Running setup.py egg_info for package heatmap Installing collected packages: heatmap Running setup.py install for heatmap usage: -c [global_opts]...
This makes `pip install pgpdump` to install the `pgpdump` script into the user's $PATH (or `.local/bin/`) See https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/
Quite a few tutorials still point to this fork as being necessary to run `lnd`, is that still true? Would be awesome if you could direct people back to main...
Thanks for this library - happy user for years. Discovered something today unexpected: ``` a := decimal.NewFromFloat(-35.0) fmt.Println(a.DivRound(decimal.NewFromFloat(5.0)) 7 ``` This is different from Go's default behaviour: ``` fmt.Println(-35.0 /...