mdouchement

Results 55 comments of mdouchement

I'm using a Komplete Audio 6 mk2 and it works well. It comes with dedicated ASIO drivers provided by Native Instruments.

Hello, no worries. JWT token is the old authentication système. Since the API version `20200115` (latest) and protocol version `004` (latest), Standard Notes uses the session mechanism. Within the session...

It may be implemented with a fake API path returning the expected "Pro plan" payload to the frontend rather that implementing the whole subscription feature which has no meaning for...

"restricted" routes need authentication (`Authorization` header in request). ------------------------------- I tried to dig in this feature, using the standalone docker-compose and app.standardnotes.org: - Retrieve user's subscription ``` GET /v1/users/dd07dcba-3884-4dbd-9cf4-960fbb57bd99/subscription 200...

Yeah sure, here my sandbox https://github.com/mdouchement/standardfile/compare/subscription-sandbox?expand=1

Hello, This error is raised when `secret_key` is empty in the configuration file. This field is not required by the `init` command.

Would be great to have 2 another tests here https://github.com/mdouchement/standardfile/blob/master/internal/server/auth_handler_20200115_test.go#L374 - If no available email then no email updates - If a new email is provided, then it's correctly updated

I don't use tags so I never had this issue. It may be a change in the API. It would be interesting to do this test on the standardnotes' server...

I reproduced the issue - Login in browser B - Login in browser A - Add a tag in browser A - Wait synchro with browser B - Remove the...

On a fresh Windows 11 22H2 install with priv10 0.85: - The GUI works - `Filtering Mode` (blacklisting/whitelisting) works - `Show new connections Notification` works - Creating a rule from...