Marcelo Da Cruz Pinto

Results 14 comments of Marcelo Da Cruz Pinto

I was experiencing the exact same error, also on a Synology NAS and using the build provided by http://www.synocommunity.com/packages. After restarting the service everything started working properly.

My bad... I just noticed #72 which may cover this issue with more strict parameter checking.

I can confirm that this issue is not present when using Celery `4.1.0` with billiard `3.5.0.3`. What would be the latest billiard version that is compatible with Celery `3.1.25`?

@auvipy I was actually able to reproduce it with Celery `4.1.0` and billiard `3.5.0.3`. This is what I did: * A task that uses the [jsonmerge](https://pypi.python.org/pypi/jsonmerge) library * Using logging...

Should I try just with billiard’s master? Or both billiard’s and celery’s?

I think you might have found a small mismatch between RFC6570 and the OData spec, because my interpretation of section 2.2 is that the reason `$`, `(`, and `)` are...

I reached out to one of the editors of RFC6570, and the problem is that the dollar sign is defined as reserved for future use (e.g., handling `$()` expressions as...

I think your proposal should work. Since the order to query string parameters doesn't really matter, I think it's perfectly fine to have them listed on the "parameters" section. On...

That makes sense, given to the distributed nature of Cassandra (e.g., [consistency](https://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlshConsistency.html)). You are probably right in that a small compatible subset of the queries could be made available via...

this is great work @klondikedragon! Now, this repo hasn't seen much movement in years, do you think we should start using a fork? should we use yours?