[go-nuts] Re: Meet Golid : A Solid.js inspired framework written 100% in Go.

2025-05-04 Thread Justin Israel
I read your article and then looked at the code and was surprised to find that there wasn't much code there at all, vs what the article claims as a framework. The majority of the code is the dev server CLI tool. Is there more work meant to be added to match the "framework" description from the

Re: [go-nuts] Re: url.ParseRequestURI validation of path

2025-05-04 Thread 'Alexander Ertli' via golang-nuts
EscapedPath() sometimes re-generates the escaped path, especially if the original path contains unencoded characters like Ñ or literal spaces. When it does this reconstruction, it works from the decoded path segments, which is likely why the original %2F encoding was lost in your example. This seem

[go-nuts] Announcing Sriracha - Imageboard and forum

2025-05-04 Thread Trevor Slocum
Sriracha allows anyone to host an imageboard or forum using Go. Sriracha has full support for custom templating. Sriracha makes use of Go’s plugin support to implement a plugin system. - Repository: https://codeberg.org/tslocum/sriracha - Demo/screenshots: https://sriracha.rocket9labs.com/img/

Re: [go-nuts] Re: A CLI that generates tests using AI

2025-05-04 Thread Jason E. Aten
I like command line tools, but the docs here are a little too Spartan/sparse. For example, how does one describe to the AI what kind of test you want it to write? Does it guess? That would be risky, or asking a bit much. On Sunday, May 4, 2025 at 8:59:48 AM UTC+1 Cheikh Seck wrote: > It's a st

Re: [go-nuts] Can write data and sync a removed file

2025-05-04 Thread Marco Ippolito
I wrote this shell script to exemplify the bullet points below: #! /usr/bin/env bash space() { df -h / echo } echo Space before creating large file: space echo Creating large file: dd if=/dev/zero of=large_file bs=1G count=10 echo echo Space after creating large file: space echo Openi

Re: [go-nuts] Re: A CLI that generates tests using AI

2025-05-04 Thread Cheikh Seck
It's a standalone tool and can be used with these ai IDEs On Sun, 4 May 2025, 03:32 Rashmin Mudunkotuwa (Rashm1n), < rashmin.ravi...@gmail.com> wrote: > What does this do that the existing AI IDE's (Curser, Windsurf etc.) don't > ? > > On Saturday, 3 May 2025 at 7:19:14 pm UTC+5:30 Cheikh Seck wr

[go-nuts] Meet Golid : A Solid.js inspired framework written 100% in Go.

2025-05-04 Thread Serge Hulne
The repo: https://github.com/serge-hulne/Golid/tree/main The introductory article: https://medium.com/p/e90bb3350bdd Serge. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send a