alexxx beltrannn

Results 8 comments of alexxx beltrannn

Hi! I have been developing this enhancement, but when compiling, I encounter an issue that I have been working on but have not yet resolved. I can make a pull...

@itingliu That sounds like a great idea! Thanks for your comment. I’ll get the pull request ready with details so we can review it and figure it out together!

@parkera Yes! Just submitted the implementation to a branch Added `UUID.parser`, `UUID.caseInsensitiveParser`, and `UUID: RegexComponent` conformance with test coverage Haven't verified tests pass yet (build time constraints), so will need...

#1547 Here is _my contribution_. I hope it helps with this enhancement and that _we can work together_ to improve it!

Of course, I can draft a proposal for the API. You can count on it. I'll be working on the idea @itingliu

Hi!, could you assign me to work on this one, thank you!

Thanks for assigning me this work. @austincondiff I’ll review @FastestMolasses’s work in #354 and PR #2006, plus @Kihron’s work in #2015 to understand what’s already implemented and avoid duplication. Once...

Hi! My idea is to remove the `fatalError` and make it safe to use `.atomic` and `.withoutOverwriting` together by: - Writing the data to a temporary file first (using `.atomic`)...