Jaye Heffernan
Jaye Heffernan
Hi there, awesome library! Much more intuitive than `jq` for a JS developer like myself. I have a feature request to make it a bit more convenient/intuitive still. I think...
I've run into an oddity in the way the `.add()` meta-method works. I have specified it on a class and I was expecting it to be called whenever an instance...
I've noticed that regexps with "greedy closures" (`*`) don't work properly. Matches can be shorter than expected, or matching can totally fail when it should succeed. # Example Code The...
I think the utility of Squirrel generators could be greatly expanded with the addition of two features, outlined below. Thanks for your consideration. Recently I've been using generators quite a...
I'm trying to modify these examples to be able to sync an animation on a Raspberry Pi to the voice of an Alexa Echo. I am receiving the speech data,...
This adds support to the `.post()` method to only post the timer if it doesn't already exist. This is useful for implementing application logic where the timer must fire after...
This PR adds a way to control the format of the question filenames, by passing a function in your config. Here's a sample config that uses it: ```lua return {...
### Describe the feature or problem you’d like to solve https://github.com/cli/cli/pull/2408 has gone a long way to help avoid losing data when something goes wrong while creating a PR. I...
Hello! Awesome plugin. I want to use it to enable [Raycast quicklinks](https://manual.raycast.com/ios/quicklinks), and Android home-screen shortcuts, to run Templater templates, as a form of quick capture. I think I see...