Jacob Elder

Results 14 issues of Jacob Elder

Currently its not possible to match against errors (e.g. with Bluebird's filtered [`catch`](http://bluebirdjs.com/docs/api/catch.html#filtered-catch)).

Sometimes you want only part of your expression to be case insensitive. Enter modifiers: http://www.regular-expressions.info/modifiers.html

This line in .bashrc_once causes new shells to hang. ``` bash if [ -x /usr/local/bin/brew ]; then export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" if [ -f `brew --prefix`/etc/bash_completion ]; then . `brew...

## Description Messages logged by functions are printed in reverse order, with `None` between lines. ```sql BEGIN; CREATE FUNCTION demo() RETURNS VOID AS $_$ BEGIN RAISE NOTICE 'first'; RAISE NOTICE...

[The different names page](https://www.roc-lang.org/different-names) (which I love, btw) renders strangely with no left margin since the late 2023 redesign.

good first issue

Squawk is currently only usable as a CLI tool. What is the level of interest in making it available as a library as well?

enhancement

I'd like to have is a warning that a foreign key constraint isn't indexed. Static analysis of the migration file can't provide enough information to eliminate false positives for such...

enhancement

This change makes it possible to deploy this repo directly onto Heroku.

This adds a helper method to find valid ISBNs within blocks of text. ``` ruby Lisbn.extract("Long form text mentioning several ISBNs including 978-0-07-352550-1") #=> ["978-0-07-352550-1"] ```