Louis Pilfold

Results 1867 comments of Louis Pilfold

There's a tension between flexibility and doing what is useful in the majority of cases. For now we can case a string body to a bit string and use send_bits....

I'm not sure what you mean by dynamic string? It would be a bit string which could be printed or converted to a string if valid utf8.

Those endpoints are intended for public use and are quite reliable. I do not want to add a docker compose dep as it's not an open standard and only works...

Probably! I added them while working to suggest that more tests could be done, but I didn't get to a point where I felt it would add value to do...

I would like to start by looking at micro Python. It is a version of Python that is capable of running on micro processors that doesn’t burden the user with...

A builder sounds good to me! Let's keep the original API intact and have this as a secondary one alongside it

Gleam aims to not have multiple ways of writing the same thing, so this is something I'm not eager to add. However if this proves popular we can explore a...

I'm not dead against having a concise syntax for this! Let's collect ideas for what it could be and at a later date we can see where we are.

Hello! Aye you're right, we'll need to adjust a bit to avoid breaking existing code. It would be nice to also leave the door open for more configuration. Perhaps we...

This seems like something that could and probably should be fixed by telling the editor how to fold Gleam code appropriately. Other languages that are commonly indented in this way...