Mitch LeBlanc

Results 10 comments of Mitch LeBlanc

@wolfly22 the deprecation warning is unrelated. Ignore that. I get that even when the zip works fine. Your issue is that `a.txt` is not found. Try using the _full path_...

I can partially answer my own issue (that I forgot I'd created): By URL decoding a UI query URL, I was able to discovery that you can add `'relates': '!*'`...

I see this is a duplicate of https://github.com/rhgrant10/berserk/issues/18

This pull request means you can never get stats on "/" vhost. My understanding is that vhost prefix (when configuring RabbitMQ) is optional, so what if I want to use...

Slack send me this link: https://slack.com/intl/en-ca/help/articles/220556107-How-to-read-Slack-data-exports I still think this project has room for documentation, but probably hard to beat this. @huyz I saw your (newly forked) project, but I'm...

@odelamp make sure you don't zip the folder containing your channels, but only the channels & files themselves, i.e. the channels and JSON files `users.json`, `channels.json`, etc, should be at...

I can explain _why_ this is happening. Check the code here: https://github.com/iterative/PyDrive2/blob/main/pydrive2/files.py#L336-L363 PyDrive2 is doing a try/except. It first tries to **download** the file, but if the file is a...

Hi ivoysey, I have found that pacific spirit is unsolvable for me too... and I've left it running overnight. I think that there needs to be some pruning of "silly...

Very cool. I will have to take a look. Thanks for the messages!

At the moment it seems all the code that uses `weight` or `edge_cost` assumes a float value. So if you wanted to use a lambda as an input, for example,...