Doug Beardsley
Doug Beardsley
I'll throw in a vote for this feature. I just found myself wanting it when inserting rows in larger bulk (a few hundred rows at a time) completely crashed postgres.
> Hmm, my general inclination would be to say that your frontend shouldn't depend on the backend schema like that. However, I see how it can be convenient. I'd like...
Nesting tuples is just a pain. Also, when I was playing with it I believe there was a mismatch between the size of tuples that were actually supported compared with...
> [dynRouteLink](https://github.com/obsidiansystems/obelisk/blob/e7ccc91806b94b424b086bf75087a0a5fd3ff0b5/lib/route/src/Obelisk/Route/Frontend.hs#L571) and [routeLinkDynAttr](https://github.com/obsidiansystems/obelisk/blob/e7ccc91806b94b424b086bf75087a0a5fd3ff0b5/lib/route/src/Obelisk/Route/Frontend.hs#L614) both suppress default behavior of the hyperlinks that they create This violates my first assumptions about links. IMO the sole point of routing is to make...
Yep, just encountered this issue again on a relatively new project. And yes, it's on darwin.
`ob run -v` doesn't show anything other than the app's console output. The XHR spin loop immediately causes the browser tab to become unresponsive. When I kill the tab, I...
Here is the stdout when I run `ob run -v`: ``` $ ob run -v Starting Obelisk args=["run","-v"] logging-level=Debug Thunk specification git-v5 did not match "./.obelisk/impl": ReadThunkError_UnrecognizedPaths ("./.obelisk/impl/github.json" :| [])...
And here is the entire contents of `/var/log/system.log` from before running `ob run -v` to after the app freezes in the XHR spin loop. ``` Jun 27 19:08:11 mymac com.apple.xpc.launchd[1]...
This was run on macOS Catalina 10.15.7. Also, no output was displayed in the browser's JS console.
@augyg Yes, it does seem to occur consistently when I close the tab that has hung in the spin loop. Yes, I am using nix-darwin.