Carlos Sousa
Carlos Sousa
### Summary Already used Expo a few months ago, was coding and running it on my personal device, connected to USB. Today decided to start a new project, following documentation,...
Fixes: #9647 ### Description Raise ArgumentError exception when execute() is called with an empty list ### Checklist This pull request is: - [ ] A documentation / typographical / small...
In order to improve the line coverage for fuzz testing, add fuzzer for `set_href` and `get_href`
Relates to: https://github.com/simdjson/simdjson/issues/1470
fixes #194 I still don't know the reason, but seems using `idle_relaxation_time` as 0 started causing the issue, so just updated it back to 0.01. commit that introduced this change:...
Previously, validation_message() was always returning a hardcoded "Invalid form" string, now it correctly returns the custom validity error message when the element is suffering from a custom error. Other validation...
This PR updates the `PyBuffer_FromContiguous` function by renaming the `fort` parameter to `order` for clarity. The function's declaration in the header already uses `order`; this change updates all references in...