n00bmind

Results 8 issues of n00bmind

This version uses just Win32 to process all input and output, and binds only the necessary OpenGL functions using the function types defined in glext.h (included), so it has no...

backend/binding
multi-viewports

I know there were a couple issues related to this in the past, but they don't seem to apply. I have 14 buffers open, #2 to #15, two of them...

Hi! While integrating rpmalloc in a project that's compiled for Sony's consoles, I found some issues that even though minor, could improve the user experience if fixed. So I thought...

enhancement
compatibility

Hi. I'm using a .bat script in shell:startup to launch uncap to remap some keys on every boot, like so: ```> uncap 0x91:0x14``` For some time now, after working just...

Pretty much what the title says.. On Win32, you will not receive any callbacks unless addWatch() was called on the same thread that will later call update(). This is very...

Hi. I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful. My problem is I'd love to also be able...

What's the recommended approach when serializing Dataframes containing columns of Decimal type? Right now I'm just getting a "can't serialize Decimal" error, so I was thinking of following the approach...

### Describe the feature Hi. I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful. However, as described in https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/docs/help.md,...

enhancement