Sandro Circi

Results 228 comments of Sandro Circi

> I agree that the use of the `event.context.session` as a sort of cache for session state is a bit of a concern. The main reason, if I understand it...

> Something like: > > ```sql > DEFINE ANALYZER ascii FILTERS lowercase,ascii; > DEFINE INDEX user_name_index ON user FIELDS name ANALYZER ascii; > ``` @emmanuel-keller is this no longer valid...

> maybe this is related too: [nuxt/nuxt#32581](https://github.com/nuxt/nuxt/issues/32581) I do feel this is indeed related more upstream as @danielroe was referring in https://github.com/nuxt/nuxt/issues/32581#issuecomment-3058601669 > this _might_ be related to a nitro...

Having similar issues with a `WDS100T3X0C-00SJG0` (WD BLACK SN750), everything works with Synology_enable_M2_volume script tho.

> This is also an issue with the `cloudflare-module` preset when utilizing Cloudflare KV as the `cache` driver. > > No `ttl` or `expires` is written to the KV entry,...

> PR welcome. Perhaps we could keep it more generic like `readValidatedBody(event, schema, { failStatus: 422 })`. /cc [@sandros94](https://github.com/sandros94) what do you think? Yes, an api that I usually add...

I did experiment with this last weekend, I do plan to work on what I think is a nice and flexible implementation in the upcoming days/weeks

> [@lelemka0](https://github.com/lelemka0) Please try [caddyserver/caddy#6804](https://github.com/caddyserver/caddy/pull/6804) and [#290](https://github.com/mholt/caddy-l4/pull/290). ~~Any tips on building a docker image with caddy's pre-releases? With `xcaddy` is quite easy to specify which `caddy-l4` commit to use, but...

@lelemka0 thank you! much cleaner than my approach!

FYI just ignore `Type 'TreeItem' is not comparable to type 'NestedItem'`