Kris Nóva

Results 113 comments of Kris Nóva

Thanks for the ping @sdboyer - I completely forgot about this PR... I am not sure either.. looks like the issue is still open - I will ping you in...

interested in opening a PR for this? this change seems reasonable to me

Right now we calculate the package alias types by hard coding a list of "known" [types within each each package](https://github.com/kris-nova/naml/blob/main/codify/codify.go#L68-L132) I believe we can build these types in at compile...

Thanks for providing the YAML and the failure! I will add this as a regression in the unit tests and cut a release with the fix. Stay tuned!

The problem was that naml was expecting the naml delimiter to separate the two files Reforming your command to include the delimiter will help ``` printf "\n\n---\n\n" | cat file1.yaml...

Oh I didn't see that you were using `naml build` which is basically just a wrapper of the Go compiler. For what it's worth I always work using the `/out`...

I think your error still deserves a test and a workflow, i will repeat the same process that I did with #100 and follow up

> I assumed from the instructions that I could just install the naml binary and run with it. I want to be clear. We do want to support that functionality...

Following up on this and this is my first time engaging with the Rust community so forgive me if I make any careless mistakes. If I understand correctly this proposal...

Thank you for the context. I'll see if I can't make a contribution to move them to the Linux specific module. Do you know if there are any other outstanding...