Isaac Imholt

Results 10 comments of Isaac Imholt

> I was wondering how to get the tweet with a specific tweetID? https://stackoverflow.com/a/27843083

Yes that's exactly what I did. In particular I was moving the files to an external hard drive, so the time to move the files was even longer. However this...

Shall I submit a pr? Is this feature in line with the project's goals?

Yes I was thinking of what else could be added. I was basing myself largely on existing operators for sets (https://docs.python.org/2/library/sets.html#set-objects), but the difficulty was merging the ideas of set...

By the way, I realized afterwards that most of the previous post is incorrect, since obviously you can have multiple duplicate values per key. `|=` and `+=` are still valuable...

> The other big question is whether to remove _all_ matching items or just the > last one. Which do you think is the more expected behavior? I'm torn. I...

That's fair it doesn't really make sense like this, what symbol should set have? Just use `|` or another one?

> can you try `https://devpi.my_company.net/root/namespace/+simple/`, without the package name in the url? Sorry about that it was a formatting error, the index url does not include the package name, I've...

Sorry for the late reply, here is the body of the page: ```html root/my_namespace: links for my_package root/my_namespace my_package-0.2.tar.gz root/my_namespace my_package-0.2-py2.py3-none-any.whl root/my_namespace my_package-0.1.2.tar.gz root/my_namespace my_package-0.1.2-py2.py3-none-any.whl root/my_namespace my_package-0.1.1.tar.gz root/my_namespace my_package-0.1.1-py2.py3-none-any.whl ```

It does indeed work now, thank you so much!