Edward Brown

Results 12 issues of Edward Brown

Hi, When I take a schemaless URL, and set a schema, the resulting string has an extra slash. ```python furl('www.example.com').set(scheme='http').tostr() ``` `'http:///www.example.com'` Is that by design? Can I get rid...

Hi, - http://**www**.example.com - http://**test.subdomain**.example.com Is there a `furl` attribute for the subdomains in URLs - e.g. the `['www']` and `['test','subdomain']` above?

It's very slow for me, and uses a single core. Should add `-mmt=` to command line by default.

help wanted
missing info

This works as expected: ```python class A: pass class B(A): pass class C(A): pass assert hash(B) != hash(C) assert hash(B()) != hash(C()) =========================== 1 passed in 3.39 seconds =========================== ```...

Bug

Hi, I was comparing the pins on my unit before buying but am not at all sure. Can anyone confirm if it should work? Thank you! ![PXL_20220428_125616429~2 - Copy](https://user-images.githubusercontent.com/30390944/165765242-361c3cc4-1ae7-4642-8713-7ac11ade080c.jpg) ![PXL_20220428_132013213...

pinned

Removed outdated instructions about custom firmware.

I use thermostat controls to control humidity instead of temperature, e.g. where the `sensor` entity is a humidity sensor, and the `switch` entities are a humidifier and a dehumidifier. ![image](https://user-images.githubusercontent.com/30390944/173592101-e15e0744-94af-41cd-99bf-8174ea4d46e1.png)...

Command: `python.exe -m pip install https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz` ``` Collecting https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz Downloading https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\Edward\AppData\Local\Temp\pip-cn7l8kbc-build\setup.py",...

https://github.com/huggingface/pytorch_block_sparse/blob/0985083851a5708cfb3adf50da19860f467e51ae/pytorch_block_sparse/block_sparse_linear.py#L141

Firstly, thank you for this wonderful project. When I found it I said to myself, "This is that thing you've always wanted!" I even started to own-roll something similar once...