Glauber Costa

Results 141 comments of Glauber Costa

hey @vlovich . A couple of comments: My intuition here is that we should return the whole buffer back. If we return an error containing the length that was effectively...

I've got an M1 (M2, but hopefully the same) and will try to reproduce.

tl;dr: There's a small issue with your code, but running on docker presented some challenges, and I don't know if you even got this far. The issue in the code...

@pbdeuchler based on the above, what are the parts that you think would be best for us to add to readme and/or docs for a smoother experience ? The whole...

@7flash The policy overhaul being done by @MarinPostma is happening in PRs like this: https://github.com/chiselstrike/chiselstrike/pull/1746 The main idea is that it will be native typescript instead of YAML, and then...

I see this as part of #1748 .

@BearLemma do we depend on adding reflection to do this right ?

@7flash thanks, I agree with this. We wanted to handle file transparently from the start. Would you be ok with requiring a special type for a property on the model...

I took a stab at this, but tons of tests fail. It's essentially because of https://github.com/chiselstrike/chiselstrike/issues/1836

Draft, because tests don't pass with nested entities. @BearLemma, I have no idea why and would appreciate your help. Draft PR is so that we can validate the approach early...