Andy Wright
Andy Wright
You can use the following code to get a list of unique categories: ``` {% assign projects_array = "" | split: "|" %} {% assign _projects = site.data.projects | get_projects_from_files...
Hey, When I try to extract the largest preview from the attached DNG file, I get a pure black (as far as I can tell malformed) tif file. The preview...
Hey, Are there any types available for the SDK?
Hooks
Would it be possible to add a hooks mechanism? This would add hooks for various life cycle events: - `before_install` - `after_install` - `before_uninstall` - `after_uninstall` - `before_chdir` - `after_chdir`...
Hi, I don't know if this is of any interest to anyone but I have forked and merged all of the current pull requests (since the parent repo seems to...
How do you see a development preview of the editor? I have forked and want to make some changes, specifically I would like to make the size of the button/icons...
## Overview This PR introduces a powerful Git-style hooks system for fnm, starting with comprehensive support for Node.js installation hooks. Users can now create custom scripts that automatically execute at...