Brian Scaturro

Results 9 issues of Brian Scaturro

The cli delivery for this suffers from typical slow start up. It might be a fun a little exercise to build it with GraalVM to make it a legit cli...

enhancement

The canvas pool will reuse available canvas elements, but if there are a lot of watermarks being generated quickly, then the canvas pool can grow quite large. The pool implementation...

enhancement
help wanted

Peridot currently uses an "increment after" approach when releasing. Meaning we release, then bump the version to reflect that. This is a little silly as we end up with releases...

enhancement

I have a use case right now where I am writing specs in a fashion similar to Jest tests (i.e spec directory per module). What I really want is for...

enhancement

The `Formatter` class uses `print_r($var, true)` to format an object by default. This works most of the time, but will result in an endless stream of garbage if the variable...

enhancement

it would be nice to be able to check for subsets or multiple items. ``` php expect($array)->to->include([1,2,3]); ```

enhancement
feature

In light of the recent PR, I was doing a little code review and noticed the pinned versions of standalone and the drivers are lagging behind a bit. Might be...

enhancement

**Describe the bug** holy-lambda.tasks does not honor the `--config` switch for babashka It looks like `holy-lambda.tasks` slurps the contents of `bb.edn` regardless of the `--config` parameter used by babashka **To...

bug

Fixes #93 See https://github.com/babashka/babashka/blob/master/src/babashka/main.clj#L1136