Ryan McCampbell

Results 17 issues of Ryan McCampbell

When I call sd.play() with the blocking=True argument on Windows it seems to cut the audio off slightly before the end. This also happens when I play in non-blocking mode...

I like the calltip support when you type an open parenthesis. However if the calltip goes away for whatever reason, or you are editing a previous call, the only way...

I get this error when trying to start the stream on Windows 10, from a debug and release build from head, using VS 2019: ![image](https://user-images.githubusercontent.com/8339155/189506366-d48cd454-a85f-4572-a4ec-332e094a084b.png) The video stream doesn't output...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

Curses is available on Windows through a patch via the windows-curses package. See discussion in #6749.

Pygmentize wraps stdout with colorama on Windows. This ensures correct color output on the console but when output is redirected to a pipe it strips the ansi sequences by default....

It would be nice if we could scroll by individual lines using the keyboard. Shift+PgUp/PgDn works but that scrolls by an entire page. Shift+Up/Down would match many Unix terminals. Also...

### Describe the bug The `-latomic` linker option is needed with Clang for certain atomic function calls e.g. std::atomic::is_lock_free. However adding `-latomic` results in a warning `clang++: warning: -latomic: 'linker'...

bug

I think your definition of colors on the Mesh type is incorrect, it should be a vec of vecs, like texture_coords. Also I believe the texture coords, while it technically...

### Is your feature request related to a problem? Please describe When switching between C/C++ compilers, in most cases it is desirable to keep the same C++ standard option, but...

MS/Windows
request