Carlos Anderson
Carlos Anderson
## Summary Provide a way to set the button background and text colors for cells that pop up a dialog box. ## API Changes For example, the `PickerCell` could have...
### Description Using `Share.RequestAsync` with `ShareFileRequest` prints out an exception on the Debug console (actual URI has been replaced with ``): ``` 06-21 16:57:58.952 E/DatabaseUtils( 8291): Writing exception to parcel...
**Bug description** The description for the "Patient Species Description Attribute" says "Required if the Patient is an animal..." but I think it meant to say "Required if the Patient is...
Functions such as `arcLength` take a `VecPoint`, but there isn't an equivalent `arcLength2f` that take a `VecPoint2f`. What's the best way to handle this? I could convert `VecPoint2f` to `VecPoint`,...
Has anyone encountered this error when trying to install `elia-chat`? ``` PS C:\Users\carlos> pipx install --python 3.11 elia-chat Fatal error from pip prevented installation. Full pip output in file: C:\Users\carlos\pipx\logs\cmd_2025-05-22_13.19.46_pip_errors.log...
Is there a performance penalty for always calling async functions? What happens exactly, is a thread always spun up when I call an async function?