Jonathon Hill

Results 19 issues of Jonathon Hill

Is there a way to reference environment variables in the YAML configuration, or override the YAML configuration using environment variables?

This would fix an interop issue with `angular.forEach()` and Angular.js' `FormController`: https://github.com/angular/angular.js/blob/master/src/Angular.js#L292 https://github.com/angular/angular.js/blob/master/src/ng/directive/form.js#L190 Within the callback on line 190, `this` is `undefined` if `prototypes` is installed. Removing the package fixes...

When using the redis transport, RedisConsumer::processResult() creates the redelivered record prior to the RedisSubscription callback executing. The subscription callback attached with Enqueue\Consumption\QueueConsumer then invokes RedisConsumer::reject(). Calling acknowledge() here deletes the...

Redis messages are delivered immediately, back-to-back, not respecting either the default redelivery_delay setting (300) or a custom setting.

The URL [http://themeserver.microsoft.com/default.aspx?p=Bing&c=Desktop&m=en-US](http://themeserver.microsoft.com/default.aspx?p=Bing&c=Desktop&m=en-US) is broken, perhaps M$ changed it?

I would love to be able to include vent holes when modeling in OpenRocket. This should affect: * Rendering * Tube marking guides * Object exports Parameters needed are similar...

Feature request

Fixes some obvious typos (undefined class and variable names) and one nullable type hint which throws an error in PHP 8.4.