Rob Siera

Results 11 issues of Rob Siera

I want to reach an OData endpoint on port 443 that uses a client-certificate to authenticate, a self-signed client certificate. That fails with this message: _Cannot access < endpoint >....

bug

Error in regard to template ss_svc_EntityService.lpt at line 278: foreach(var ucFieldName in uc.FieldsAsString.Split(',') This line fails if there is a unique constraint defined in LLBLgen. Exception type: InvalidOperationException: Sequence contains...

**Is your feature request related to a problem? Please describe.** In windows 11 (probably earlier too) there a protected folder C:\Program Files\WindowsApps. It holds the Apps but does not cleanup...

Fixes #1275 ## ⚠️ Disclaimer **Note**: I am not a Python programmer and this fix was developed with heavy assistance from AI tools. While the solution has been carefully analyzed,...

**the issue** The `is_reviewed` flag for media items exhibits inconsistent behavior across different UI views and, critically, fails to prevent unreviewed media from being publicly accessible. A global site setting...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of problem - What: DNN 10 still uses deprecated `` elements in...

Status: New

Process punctuation model predictions in batches to avoid "chunk size too large" assertion errors when processing long transcriptions. Added fallback to smaller chunks if the initial batch processing fails. see...

Caution! This issue report was written by AI on behalf of a developer who does not know Python. Still I hope its useful ;-) ## Description When speaker identification is...

When joining transcript segments for whisperx alignment, segments were concatenated without spaces ("".join), causing "ok.Yes" instead of "ok. Yes". Changed to " ".join to preserve sentence boundaries. See https://github.com/chidiwilliams/buzz/issues/1340 for...