Raphaël Cohen

Results 14 issues of Raphaël Cohen

From what I see in the code the `hoauthProcessUser` hasn't the user profile in its params but if the user is new or not. On the other side the `processUser`...

enhancement

When CSRF is enabled on the site the installation process fail. I think that the CSRF token is not send along with the other data in the POST request. But...

enhancement

The current `has` method requests the full document to only check if it exists or not. It may be overkill for big documents. This PR replaces it with a simple...

## My Environment * __ArangoDB Version__: 3.8.5 * __Deployment Mode__: Single Server * __Deployment Strategy__: Docker official image ## Component, Query & Data __Affected feature__: HTTP Job requests When creating...

## My Environment * __ArangoDB Version__: 3.6.1 * __Storage Engine__: RocksDB * __Deployment Mode__: Cluster * __Deployment Strategy__: Manual Start in Docker * __Infrastructure__: Local * __Operating System__: Ubuntu 18.04...

performance
3 AQL
3 Graph
3 Cluster

Should fix issue https://github.com/hpcloud/tail/issues/121 that appears as fixed in #6

Add a new function allowing to check if the cache contains the given key

Improve the description of the configuration items because some of our clients get a bit confused.

Because of [this issue](https://github.com/python/cpython/issues/57514) in CPython on some platform the dates having a year smaller than 1000 will be on less than 4 digits. ```py format_datetime(datetime(200, 1, 1)) # 200-01-01T00:00:00Z...

When the last sequence is equal or higher to the current sequence the uint to int conversion results in a wrong count. Here's a simple example reproducing the issue: ```golang...