Beyley Cardellio

Results 75 issues of Beyley Cardellio

If i attempt to import a package (whether through `exe.addPackagePath` or with a `std.build.Pkg` with `exe.addPackage`), i get no autocompletion or any language features if i try to import said...

bug

This has been an issue for awhile and has only been slightly fixed by capping the amount to 30 and distributing it (previously it would render hundreds if the follow...

It seems that what dotnet runtimes are supported is inconsistent depending on the nuget package, while the main ManagedBass package on nuget supports framework 4.5, the ManagedBass.Aac does not

running `ClangSharpPInvokeGenerator -x c -l X11 -o output/ -n Silk.NET.X11 -f Xlib.h -f Xutil.h -f XKBlib.h -f Xlib-xcb.h -f Xcms.h -I /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.6/include/ -c multi-file -c compatible-codegen -c generate-helper-types` on the...

This adds a mostly functional GLFW WSI implementation (key thing to note i know almost 0 c++ and have never used Meson before so i probably messed something up build-related...

Is there a way to get this to work under android? it just fails due to missing cimgui ``` System.DllNotFoundException: cimgui at ImGuiNET.ImGui.CreateContext() ```

SoundStream.Position never seems to be updated (im running Arch linux with Pipewire) My code for playing audio is available here: https://github.com/Beyley/soweli-pi-sona/blob/master/sowelipisona/SharpAudio/SharpAudioAudioStream.cs https://github.com/Beyley/soweli-pi-sona/blob/master/sowelipisona/SharpAudio/SharpAudioAudioEngine.cs

I tried looking at all the properties of AudioEngine and SoundStream, and i cant find a way to speed up/slow down the audio playback live

Add the ability to override the language in options (having this here to track me adding it, as i will go ahead and do this myself)

OS: Arch Linux x86_64 I have an application that takes in a chord of keypresses and outputs an according character using XGrabKey/XUngrabKey/XQueryKeymap, when trying to use Desktop.Robot to type the...