mdouchement

Results 31 issues of mdouchement

Use: - `/v1/*` - `/v2/*` - New error format ```json { "meta": { "auth": { "userUuid": "452e3655-6f31-4bc6-8f99-ab24be85df3f", "roles": [ { "uuid": "8802d6a3-b97c-4b25-968a-8fb21c65c3a1", "name": "CORE_USER" } ] }, "server": { "filesServerUrl":...

enhancement

This file https://github.com/mdouchement/standardfile/blob/master/pkg/libsf/time.go is no longer needed. It can be replaced by: - https://pkg.go.dev/time#Time.UnixMilli - https://pkg.go.dev/time#UnixMilli

enhancement

In the normalize step, the percentile slice could be replaced by a smart function . The percentile slice uses a large amount of memory for only 2 values are needed...

enhancement

```diff // Chromatic adaptation (White adaptation) - Section 2.3 - t.white = filter.FastGaussian(t.normalized, (t.minDim() / 2)) + // t.white = filter.FastGaussian(t.normalized, (t.minDim() / 2)) + wh := filter.NewYFastBilateralAuto(t.normalized) + wh.SigmaSpace...

Idea

The API returns the JWT in the `Authorization` response header of `POST /users/sign_in` and it is not used in `GET /users/me` by the Frontend which results in a 401 Unauthorized....

https://dev.to/thomasvanholder/how-to-upgrade-rails-61-to-rails-7-33a3 https://github.com/heartcombo/devise/wiki/How-To:-Upgrade-to-Devise-4.9.0-%5BHotwire-Turbo-integration%5D

The following error is thrown whent the `Content-Type` header is not provided in the request. HEAD request does not provide a body in the request (and does not ask for...

bug