Madeorsk

Results 7 issues of Madeorsk

When I try to set a cookie and then use Flight::redirect, the cookie is not set. When I set my cookie and then just write ```php header("Location:$url"); exit(0); ``` my...

This allow to pass className in textAttributes to set custom classes.

## Expected Behavior I tried to use a prefix. So I defined it while running my workers, and then I tried to use the same prefix when enqueuing. ## Current...

bug

**What happened**: I don't know how to reset admin user. **What you expected to happen**: I do not have access to the admin ssh key so I need to reset...

question

## Problem React-admin is used by newcomers who may not know how to deploy a SPA. ## Solution Add a doc page explaining what is an SPA and how to...

WIP

## Problem Some tests were not working locally as I have a machine configured in a different language than ## Solution Override environment to always use `LANG=en_US.UTF-8` to run tests...

RFR

I can't build the gem native extension using GCC15. It seems to be related to this issue: https://bugs.ruby-lang.org/issues/21290 `-std=c99 flag` seems to be the problem. Using `append_cflags` fixes the issue...