Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

PathogenDavid

PathogenDavid opened an issue on horizongir/PortAudio.NET
Linux support
PortAudio makes unfortunate (and seemingly unnecessary) usage of `unsigned long` and `long` throughout the API. Bare `long` is 32 bits on Linux x86 and all Windows platforms, but 64 bits on Linux x...
PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 1 commit to main PathogenPlayground/PortAudio.NET

View on GitHub

PathogenDavid pushed 7 commits to main horizongir/PortAudio.NET
  • Created initial generator, bindings, and sample. 5e37583
  • Renamed `PaErrorCode` to `PaError` since that's what appears on most of the API surface. Added more error helpers. 02d39ff
  • Turned PaStream into an explicit opaque struct. 6e666d5
  • Replaced the `PaStreamCallback` return type with `PaStreamCallbackResult`. d1207e5
  • Added sine wave channel sweep sample. b5fe9a7
  • Added quick and dirty bindings for the WASAPI-specific PortAudio header. c518bb6
  • Filled out the readme. Added third party notices. 69585b9

View on GitHub

PathogenDavid starred TheRealMJP/SHforHLSL
PathogenDavid starred Bleuje/processing-animations-code
PathogenDavid starred styluslabs/nanovgXC
PathogenDavid starred microsoft/vs-solutionpersistence
PathogenDavid starred DanEngelbrecht/bikeshed
PathogenDavid created a comment on an issue on MochiLibraries/Biohazrd
This seemingly regressed at some point or there is an edge case which is not being covered. In PortAudio, the following declarations are translated incorrectly: ```c typedef void PaStreamFin...

View on GitHub

PathogenDavid reopened an issue on MochiLibraries/Biohazrd
Assert failure: Clang FunctionProtoType outside of PointerType
In 1c9621867db4efcbce62ba0aa2960a5b6494ff26 an issue with function pointers being translated as double pointers because Clang represents a function pointer as a `Pointertype` with an `PointeeType` ...
PathogenDavid opened an issue on MochiLibraries/Biohazrd
Replacing declarations with synthesized ones should be clarified
Some types like `ExternallyDefinedTypeDeclaration` provide an explicit overload which use the Roslyn-synthesized `TranslatedDeclaration` copy constructor to shadow existing declarations, while with...
PathogenDavid created a comment on an issue on MochiLibraries/Biohazrd
`Mochi.DearImGui`'s `ImVersionConstantsTransformation` would also benefit from this.

View on GitHub

PathogenDavid opened an issue on MochiLibraries/Biohazrd
A string lookup should be provided for macros
Right now macros are organized in an immutable array, but it can be helpful to look them up by name without just evaluating them blindly. We should consider providing a lazily-created `Immutable...
PathogenDavid opened an issue on MochiLibraries/Biohazrd
`libclang-pathogen` depends on `libtinfo5`, which is no longer available on modern Ubuntu
`libtinfo5` was dropped completely in Ubuntu 22.10. Installing it manually from Ubuntu 22.04 seems to work, but is not ideal: ```bash wget http://security.ubuntu.com/ubuntu/pool/universe/n/n...
PathogenDavid created a comment on a pull request on ocornut/imgui
Maybe I'm missing something, but is there a reason you can't just call `ImGui::SetCurrentContext` to the appropriate context before each of your `ImGui_ImplWin32_WndProcHandler` calls? > and bec...

View on GitHub

PathogenDavid starred Atrix256/GaussianBlueNoise
PathogenDavid starred Atrix256/SampleZoo
PathogenDavid starred Natestah/BlitzSearch
PathogenDavid starred jpbruyere/vkvg
PathogenDavid starred flibitijibibo/RogueLegacy1