[go-nuts] Re: rsc.io/script: How to contribute?

2024-03-06 Thread Ajay Kidave
I have had a good experience using https://github.com/commander-cli/commander for testing CLI commands. It uses a yaml file for test config. I generally avoid yaml but the commander config format is easy to work with. Never used script, the state saving between commands feature might be

Re: [go-nuts] text template range over Rangefunc

2024-03-04 Thread Ajay Kidave
Sure, created a proposal at https://github.com/golang/go/issues/66107 Ajay On Monday, March 4, 2024 at 2:11:59 PM UTC-8 Ian Lance Taylor wrote: > On Mon, Mar 4, 2024 at 11:47 AM Ajay Kidave wrote: > > > > The https://go.dev/wiki/RangefuncExperiment change will be a gr

[go-nuts] text template range over Rangefunc

2024-03-04 Thread Ajay Kidave
The https://go.dev/wiki/RangefuncExperiment change will be a great addition to the language. I wanted to know whether the text/html template std libraries will allow range over rangefunc. Currently, the doc for text/template

Re: [go-nuts] Re: Clace: Secure web application development platform using Starlark

2023-10-30 Thread Ajay Kidave
Clace itself is Apache-2 licensed, using a MPL licensed library in an Apache-2 licensed project is fine from what I understand. I do not plan to make any code changes to the go-plugin code. The go-plugin library is specifically allowed by CNCF projects if that matters

[go-nuts] Clace: Secure web application development platform using Starlark

2023-10-18 Thread Ajay Kidave
Hey, I have been working on a new open source project https://github.com/claceio/clace for the past few months. Clace is an Apache-2 licensed platform for building secure internal web applications. The end goal is to allow fully custom applications as well as workflow type applications.