Brian LaVallee

Results 4 issues of Brian LaVallee

```php $earmark = new Earmark(null, null, null, 20000, null); // Start with 20000 ``` Running `$earmark->get()` returns **ECHO00020000** instead of *20000* as I have set it in the config to...

bug

The `imp` module has been removed from Python `3.12`. https://github.com/python/cpython/issues/98040 This breaks `awsebcli` when using `python:latest` in Docker. ``` $ eb use elastic-beanstalk Traceback (most recent call last): File "/root/.local/bin/eb",...

Consolidating some of the *really old* issues. *As development continues, will refer to these older issues for insight and inspiration.* - [ ] [Alternate DB Connection](#11) - [ ] [Preventing...

enhancement
help wanted
Needs unit test
2.0

I find myself struggling for answers, that just do not seem to be available anywhere. Trying to use [object literals](http://learn.jquery.com/code-organization/concepts/) as shown in the [Learning Center](http://learn.jquery.com) leads to warnings, upgrading...