Matthew Taylor

Results 9 issues of Matthew Taylor

I noticed that in about 1/10 cases while pressing keys on my numpad keyboard, the key would fail to remap using the following AHK code: ![image](https://user-images.githubusercontent.com/7478134/98511756-39016000-2233-11eb-8dc2-e9ac644c80be.png) During polling, the context...

PR was remade because I decided to put the UI changes in it's own branch. Link to old one: https://github.com/Spyduck/voxwriter/pull/6 @Spyduck Hi, this add-on is really awesome! There aren't very...

In addition to the other PR, I made few small changes to the voxelizer. I wasn't sure if this was intended behavior, so I made a new PR for these...

Since https://github.com/djc/askama/pull/568 hasn't had an update in a long time, and it is a nice feature, this is a new PR to implement the proposed changes from that discussion. This...

Hi, I'm enjoying askama, it's fantastic. I noticed that compile times for templates grow considerably if you have many templates, which I don't think is too surprising considering it's a...

Hi, I've been toying around with ructe and htmx (it's great!), and one feature that would be great to see is the ability to render a fragment or part of...

When running `cornucopia schema` without any arguments, I expected it to either provide an error or use the schema.sql in the cwd. Instead, I got an error like this in...

This ensures that uncloaked windows focus the correct monitor and workspace. Prior to this fix, if a user clicked on a window from the taskbar (or alt-tab, etc), it would...

This adds a parameter called `zero_to_one` to the existing perspective matrix procs found in `linalg`, which are useful in vulkan since the depth range is from 0-1. I made this...