Laurent Goudet

Results 10 issues of Laurent Goudet

The JWT key passed to HBP did not match the one passed to Hasura (through `HASURA_GRAPHQL_JWT_SECRET`), causing Hasura to throw `JWSInvalidSignature` errors when trying authenticate requests. This fixes it.

First, thanks for your awesome work on that plugin! I was wondering how/if support for Angular's AoT Compiler could be added. As describe at [`@angular/compiler-cli`](https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli): > This CLI is intended...

When using inline Angular templates, the whole template gets highlighted when the cursor is inside it: I tried a couple of things to try turning that off, but I couldn't...

question

### What happened? I have a fairly large CrowdSec installation with the agent running on 3 external LBs (`nginx` hosts), receiving 10M req/hour so around ~1000 req/s each (i.e. not...

kind/bug
needs/triage
version/1.5.5

### What happened? Without the `scopes` parameter set, `getDecisions` returns Ip, Range, and custom scopes (`UserAgent` here) decisions: ``` curl -sS -H "X-Api-Key: 9E1uMkxZzSDYQZU/Qbm9Og" -k 'https://127.0.0.1:8080/v1/decisions?origins=cscli%2Ccrowdsec' | jq . [...

kind/bug
needs/triage
version/1.5.5

# 🚀 feature request ### Relevant Package This feature request is for @angular/service-worker. ### Description The Angular Service Worker currently prefetches a new version assets one by one, as mentioned...

area: performance
area: service-worker
P4
feature: in backlog
bug

I am using `psalm` as a linter (as the language server is cooked for my project) but it seems that [mason-nvim-lint](https://github.com/rshkarin/mason-nvim-lint) cannot auto-install it, i.e. getting `Linter [psalm] cannot be...

Partial fix for https://github.com/rshkarin/mason-nvim-lint/issues/14.

I've improved the event dispatcher to allow the "on" method to register multiple events a la jQuery (e.g, snap.on('open close', function(event, trigger) {}) will listen to both the "open" and...

- Install Python 3.11 & latest version of `minify-html` (`0.15.0`) ``` $ pyenv install 3.11.9 $ pyenv local 3.11.9 $ pip install minify-html ``` - Try to minify an invalid...