Vladimir Vukicevic
Vladimir Vukicevic
Many times I want to basically do `ps -ef | grep foo` and get a specific foo's pid. However, sometimes foo actually spawns a million child processes, and I really...
I'm not sure I see what the right path is to using GLEW with EGL. Can't call `glewInit()` at the start, because it wants to call `glewContextInit` but there's no...
Extensions, especially EGL, now have tokens like: ``` EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID,-2) EGL_COLORSPACE_sRGB 0x3089 EGL_NO_NATIVE_FENCE_FD_ANDROID -1 ``` This expands the tokens regex to handle them. Unfortunately this now leads to warnings like:...
I'm using MinEdLauncher for ED on a mac, using Whisky + Game Porting Toolkit. Every second or third launch, MinEdLauncher hangs right after listing "Available Products". Other times it hangs...
I'd like to use plutovg on some systems without a FPU or with a very slow FPU -- e.g. ESP32 (S2/S3 with xtenesa instruction set or C3 with RISC-V). I'm...
https://github.com/tzapu/WiFiManager/ works quite well for wifi configuration on esp32 (+esp8266) -- it puts the device into AP mode initially and lets the user connect to it to set up wifi....
In emacs, starting an isearch via C-s, typing a few things, and then hitting a movement key such as C-f or C-n causes isearch to end and for the point...
At the very least IMO: patchSG0007149 - NEW FIRMWARE (l1, l2, io9, io10) patchSG0007208 - UPDATED IP35 PROM - fixes to fibre channel patchSG0007192 - updates to NFS
This PR adds a feature and makes a few tweaks to the swift codegen: 1. To value type array fields, it adds a `xAsBuffer` property that returns the array as...
This PR adds (initial) support for profiling on Windows. It uses the [Event Tracing for Windows](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/event-tracing-for-windows--etw-) framework to get very fast, low-overhead captures. In order to expedite getting something working,...