Oren

Results 5 issues of Oren

when trying to run on latest WSL with Ubuntu, getting the following error: `sampler: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory...

enhancement

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** provide a way to install QB64 using CLI Windows package manager call winget. it...

feature request

Have VS2022 installed, installed the Notebook editor extension and just opened the getting started folder and getting the following I was able to build C# Projects with my VS2022 and...

in resize: ``` void Resize(ULONG capacity) { T* array = Allocate(m_Capacity = capacity); memcpy(array, m_array, sizeof(T) * m_Size); m_array = array; } ``` you allocate a new array but never...

Mipidsi is not compatible with display-interface-spi version 0.5.0 getting competition errors, even after moving to SPIInterface struct.