Laurent Schaffner

Results 21 issues of Laurent Schaffner

Everything was working smooth and today, without any change in my codebase and configuration whatsoever, I couldn't rebuild or ship new versions ``` -----> Cleaning up... -----> Building bloodbath-api from...

help wanted

It seems to have a problem in your library with my current version of Sass ``07 May 12:51:08 - error: Compiling of app/stylesheets/main.sass failed. DEPRECATION WARNING on line 50 of...

I installed `activemessaging` and I'm trying to make it work with AmazonMQ right now, when I set it up it does not seem to subscribe at all to my `topic`....

In my `WebinarsIdentity` model ``` enum kind_register: { live: 'live', on_demand: 'on_demand' }, _prefix: true # `prefix` does not affect the crash (apparently) ``` ``` Failure/Error: is_expected.to define_enum_for(:kind_register). with_values(['live', 'on_demand'])....

UX

I'm looking for a solution to skip the verify account part because I don't wish to actually send an activation email therefore have accounts automatically confirmed. When I'm sending an...

I'm trying to create a user manually without passing through the `register` mutation. Something like this: ``` user = CustomUser.objects.create( username=response['email'], first_name=response['first_name'], last_name=response['last_name'], mobile=response['mobile'], email=response['email'], password=password, ) ``` But the...

First time using `gatsby-docker` it just crashes by following your readme. What am I missing here? ```➜ website git:(master) ✗ docker build . [+] Building 3.0s (9/10) => [internal] load...

It doesn't seem to work and as soon as I add a `search_in :name` to my models it shows this error ``` message: Invalid index specification on Product: _keywords, {:background=>true}...

I tried to insert a redirection with dokku-redirect and I wrongfully added the protocol with it. It did overwrite my Nginx configuration in Dokku and now I can't rollback or...

First of all, nice work overall, it's simple & efficient, worked on my stacks until now. For a new project, I use Remix and they are introduction vite to bundle...