geemili
geemili
Once proper collision detection is implemented, the player can jump around and stuff.
[Signed Distance Function][sdf] allow you to create a renderable by composing functions together. These functions easy to parallelize on the GPU, because they are just a set of calculations to...
When reviewing data and editing it , the user has to copy a UUID: ``` $ augr summary --refs coding Date Start Duration Total Tags ――――― ――――― ―――――――― ―――――――― ――――――――...
In all honesty, I'm not sure when or if `augr` can be considered "ready", as it's mostly a hobby project of mine. That said, here are some of the things...
If the `sync_folder` specified in the config does not exist, automatically create it.
In v0.63 of nushell, they introduced [environment change hooks](https://www.nushell.sh/blog/2022-05-24-nushell_0_63.html#hooks-jt). This means `zoxide` can listen for `PWD` changes directly: ```nu hooks: { env_change: { PWD: [{|before, after| zoxide add $after }]...
As an avid user of [kakoune](http://kakoune.org/), I find that the ability to have multiple selections a must. They allow you to edit many lines, or many words, at the same...
RGBA PNG images are not visible in the output PDF, though they do take up space. PDF renderers used include PDF.js, qpdfviewer, apvlv, and whatever the reMarkable tablet uses. Using...
Basically, you would give it a number and it would append that many blank pages to the end. My use case is taking notes on the remarkable tablet. It does...
Instead of putting notes at the bottom of the page, put the notes at the end of the PDF. This is easier to implement, and conforms more closely to how...