brubsby
brubsby
Hi, the version semantics for ahk v2 beta are confusing to me, and it's unclear what version of the v2 beta I have, so I'm not sure if I'm ahead...
I think I may have found a corner case related to #59, or an unusual behavior if not. Seems the midi off doesn't get re-fired if the notes are enharmonics...
Enphase Enlighten has all of my solar production and grid usage data, it would be handy for this to be automatically integrated. Although I don't know if the pricing for...
I saw your branch here on github with the snippet I suggested, so I thought I'd go ahead and give you the rest of them that I had made to...
When generating primes up to 1e12, the process exits with an unusual error code. I imagine it's due to my system not having enough memory, but I thought primesieve might...
I'm unsure exactly what's causing this, but pycharm 2022.3 community edition always seems to complain about passing a parameter to gmpy2.mpz, e.g. gmpy2.mpz(123456789) or gmpy2.mpz("123456789"). And there's no way from...
syntax highlighting for at least bitwise AND doesn't seem to work, although it is getting the bit shifts https://www.lua.org/manual/5.3/manual.html#3.4.2 
Just inquiring if there's a reason pandas is locked at this version, my machine is having issues installing this specific version. I figure it might be due to ankipandas requiring...
I have the following code: ```python import asyncio import json import aiohttp import aiohttp_retry NO_RETRY_CODES = {200, 500, 501} RETRY_CODES = set(filter(lambda x: x not in NO_RETRY_CODES, range(100, 600))) RETRY_EXCEPTIONS...
Old link seemed to be broken, switched to new ftp url from gmp website.