Chris Dailey

Results 82 issues of Chris Dailey

**Describe the bug** A clear and concise description of what the bug is. **Failed Action Log URL (Required)** A URL to the failed action log. [Failed run, line shows `with`...

bug

### Environment - Pythonnet version: 3.0.0-2022-02-03 (NuGet) - Python version: 3.10.2 - Operating System: Windows 11 x64 (22000.526) - .NET Runtime: 6.0.200 ### Details I have a case where I'm...

## Is your feature request related to a problem? Please describe. This one is a bit of a doozy, and touches on several issues I've found are already open or...

#### Is your feature request related to a problem? Please describe. This kinda falls on the borderline between a feature request and bug. But it's certainly not a bug as...

enhancement

Hello! First: Thanks so much for this, it has really helped me out since we are stuck using O365Modern but have a legacy service that doesn't support the auth flow...

This is mildly related to #352. Similarly, I have a page that is returning a 404, however the content of the page is actually valid, and I do want to...

Didn't realize that renaming a branch would auto-close the previous PR. 😅 A continuation of #286 after feedback from @rhys-vdw; Instead of allowing the user to provide individual prefixes or...

`HexPropertyDrawer` will draw an integer type decorated with `[Hex]` represented as a hexadecimal string. The user can modify the hex value and it will re-serialize as expected. If the `0x`...

A few drawers needed a little breathing room from the controls that followed them, in particular InfoBox and the help box drawn from `DrawDefaultPropertyAndHelpBox`. Added EditorGUIUtility.standardVerticalSpacing to the heights for...

This adds a simple TLCG to initialize the random state when only a number is supplied as seed. This has the result of removing the reliance on cstdlib's `srand()`/`rand()` implementations...