David Thyresson

Results 189 comments of David Thyresson

@russell-dot-js Thanks for this. I think you are onto something I have wanted for a long time -- my cell should be based on a query operation and the "shape...

Same @russell-dot-js sorry I haven’t had a chance to give this the time it deserves. I think the first thing I need to get a handle on is if this...

Hi @ajluker and thanks for the issue write up. Could you help me understand the issue more by sharing an example repo that reproduces this (so we can quickly run...

I was able to reproduce using those basic steps above (with no septic fastify config, just oui of of) with `yarn rw serve`. However, url encoding the querystring params like...

@jtoar or @Josh-Walker-GM do you think that the not found handler is invoked because it thinks such a url with a period is an asset/extension (like a .png, .jpg etc)?...

According to path docs: > The path.extname() method returns the extension of the path, from the last occurrence of the . (period) character to end of string in the last...

Also @jtoar seems this new behavior was introduced in https://github.com/redwoodjs/redwood/pull/9272/files

> I can work around it by encoding for sure, but I shouldn't really have to, it's part of the spec to allow unencoded period characters in urlencoded search params:...

Hi @swrichards Thanks much for the excellent details and example app repo! This really helps us triage issues. I used GitPod to launch your repo and did reproduce: ![image](https://github.com/redwoodjs/redwood/assets/1051633/e3ecbe9d-cb77-48f2-a6b6-1752044c6ee0) Using...

@swrichards I just ad a glance at the code snippet in VSCode and it redlined: ``` import { lazy } from "react";const = { name: "", prerenderLoader: (name) => (...