Jeremy Bush

Results 11 issues of Jeremy Bush

I read through the original discussion of this, and there were lots of good things there. I want to use DCI, and separate my application like Uncle Bob's "lost architecture"...

I've got a class that implements the iterator interface. It implements, next, rewind, etc. I've got the following code to try and mock it: ``` php $user_object = Mockery::mock('user'); $db_iterator...

Feature Request
Documentation
Towards 2.0.0

Hi, I'm having some trouble with processing vue files from npm package dependencies. Am I doing something wrong? My current `package.json` config: ```json "jest": { "moduleFileExtensions": [ "js", "vue" ],...

bug

I believe this is happening because I manually added an application to shuttle. I launched a docker container by hand (due to #272) and then `PUT` a config to shuttle...

Is it possible right now? I need to start an application that mounts a volume into the running docker container using docker's `-v` flag.

Is there any support (or plans for it) for this content type for input? e.g. I expected the following request to work from the simple server example in the readme:...

Is there a good strategy for doing something like this? In the example: https://github.com/peterbourgon/ff/blob/main/ffcli/examples/objectctl/pkg/createcmd/create.go allowing the `--overwrite` flag to come at the end of the line: `objectctl create --overwrite`. `kubectl`...

When i start a rabbit container under dokku, I get this output and the container exits: ``` Warning: PID file not written; -detached was passed. ll_alloc: Cannot allocate 247463936 bytes...

Any way to modify this to be able to include tagged log entries? I'd like to be able to have output like: ``` {"msg":"foo","request_id":""} ``` along with some other custom...

I'm using a sqlite memory adapter in Sequel. When I try and run DB cleaner, it says: ``` gems/database_cleaner-0.8.0/lib/database_cleaner/sequel/truncation.rb:12:in `clean': undefined method `sub' for nil:NilClass (NoMethodError) ``` This is because...