qb

Results 15 issues of qb

Heya, I don't get a transparent framebuffer with the window state. Not sure if it's a issue on my end, a issue with raylib itself or with the wrapper. `echo...

Im trying to create a layered (fully transparent Window) on Windows and I'm facing two issues: 1. Is there some way to get the Pixel Window hwnd? 2. If I...

help wanted
feature

In my case there is a server which disallow imap clients if it isn't activated. Anyway, is there a way to recover from client.go:284 (execute)? Code: ``` func main() {...

So I'm trying for days to get my linux config running on windows with nvim-qt. Not sure if thats actually the same issue like https://github.com/alaviss/nim.nvim/issues/18 but highlighting dissapears everytime once...

bug

Not a issue but nice to have. Variables in formatted strings should be highlighted. nim.nvim: ![](https://i.ibb.co/2yzZMLw/stringformat.png) expected (vscode): ![](https://i.ibb.co/n18Ppkg/stringformat2.png)

enhancement

On some graphic cards the bindings fail because of `could not find symbol: glGetnTexImage`. I saw that D bindings have similar issues (https://github.com/DerelictOrg/DerelictGL3/issues/33). Is there any workaround to prevent nimgl...

```nim import schedules, times, os schedules: every(milliseconds=20, id="tick", throttle=30): echo("tick ", now()) sleep(5000) ``` Fails currently with `[DivByZeroDefect]`

enhancement

d2d, d3d9 - d3d12

Would be nice if `dwViewMatrix` could be added

I've made a few test's on linux and realized that a lot of code from Pymem can be used on linux aswell. Could be some nice feature for the future....

feature request