Matt Johnson

Results 10 comments of Matt Johnson

Dealing with nesting repositories is part of what I was working with for Pull Request #201 so that might help address any issues with nesting the same repository.

I was thinking it would be worth exploring if it was possible to determine the HTTP request type [before setting up the session handler](https://github.com/magento/magento2/blob/2.4.3-release/lib/internal/Magento/Framework/Session/SaveHandler/Redis.php#L63) so that it would be possible...

@Nuranto In thinking through this, I don't think we'd want to disable locking on any session writes because that puts the risk of whatever has a write with locking disabled...

@damienwebdev I was reading the release notes on 2.4.5 last week and noticed that it mentioned there was some ability to disable sessions on GraphQL requests, and I think that...

It looks like @krames no longer works at Rackspace ([LinkedIn Profile](https://www.linkedin.com/in/krames)), and nobody else has contributed to the [rackspace/vagrant-rackspace](https://github.com/rackspace/vagrant-rackspace) fork that @krames was working on back in 2014.

It looks like this should be possible. I thought I would share what I have uncovered, in the event someone knows how to translate this into this vagrant plugin: The...

So... I took a stab at trying to figure out how to add this functionality to the plugin: https://github.com/mttjohnson/vagrant-rackspace/commit/e55532fb588d0dd56f0f8ceb45d45a0fa472be83 I found the rebuild method listed on the fog-rackspace gem: https://github.com/fog/fog-rackspace/blob/master/lib/fog/rackspace/models/compute_v2/server.rb#L447...

I am trying to install my local modified copy of the vagrant-rackspace plugin with no success. I cloned the vagrant-rackspace repo I made my modifications to add the rebuild action...

I ended up figuring out how to execute the modified version of the plugin by creating a `Gemfile` in the directory I was wanting to run vagrant from and included...

I forked the repo and picked up the branch (https://github.com/mttjohnson/changelog.com/commits/james-and-gerhard-build-jerods-pipedream-adam-helps/) to experiment with and test a few Varnish things in a local docker container. Aside from the commits where I...