ymolists

Results 28 comments of ymolists

> Why would you use it in that way? The point is there are amny tools that only generate text. tmpl provides a way that is type safe and that...

Hi folks This issue is happening to me with the get-file endpoint on the penpot cloud instance. Can anyone suggest a work around please ? Best Regards

Moreover, all the starter guides in http://spring.io/guides/gs/accessing-data-neo4j/ are still using pre sdn4. Those docs have not been updated to the latest sdn4 which is reallllly confusing for me. Here is...

Like i said the docs do not cover or show how to use a junit based test with all its dependencies. There seems to be a fine grained dependencies between...

so far i tried this on a fresh ubuntu and nixos machines .. please someone tell me if there is a work around ``` git sha 483492564d75c1d399b4a1017b1bcdd0379f1793 ymo@ub00:~/3rdp/github/supabase/supabase-git/supabase.devbr$ npm i...

Hey there. Thank you first for the quick answer. At the bare minimum i want to remove the additional `\n` that is always added at the end of the line....

More thoughts Another option would be to introduce a new trimmed construct as in `{{== it.operationId}}` this tells the template that i have a string on the right and it...

Here is my template iam trying to generate an open api spec in yaml. ```go lines func (it genOapiEndp) genOapiEndp( _w io.Writer, ) (err error) { {{ {{= it.path}}: {{=...

I was able to narrow it down to this : ```go {{if !it.istype }} {{= it.ind2}} type: {{= it.typename}}{{else}}{{= it.ind2}} $ref: '#/components/schemas/{{= it.typename}}' {{if}} }} ``` ideally this is what...