Jack Peterson

Results 14 issues of Jack Peterson

This may be a question that others have answered previously; however, I haven't found a good resource on this topic. Context: I have an existing REST controller based microservice where...

Feature

I'm looking at implementing a read and write converters for an embedded object in a row that may exist in two forms. The specific example is a MonetaryAmount that contains...

type: enhancement

```php $applicableParts = $partCollection->matching( Criteria::create()->where(Criteria::expr()->eq('partStatusType', \PartStatusType::Qualified)) ); ``` The above doesn't work. Below does. ```php $applicableParts = $partCollection->matching( Criteria::create()->where(Criteria::expr()->in('partStatusType', [\PartStatusType::Qualified])) ); ``` This seems like odd behavior. Perhaps some documentation...

Sample extension: https://github.com/mote0230/dbase-pecl-php7 Target environment: PHP 7.0, of course! What's the appropriate way to get this to work? prior to using this module ... I would have either defined a...

question
docs

**Describe the bug** https://registry.npmjs.org/sip.js/-/sip.js-0.21.2.tgz, once extracted contains version.js which indicates that the version is 0.21.1 and not 0.21.2. **To Reproduce (if possible)** ```bash docker run --rm -it node:18 bash Unable...

- [x] update list of debian packages to ones that are installable on debian:bullseye - [x] switch from aptitude to apt-get (so we can get specific error messages when packages...

pr-submit-testing-in-progress

On an ubuntu 22.04 virtual machine With the current master version of this repository and the following partial configuration, ```puppet class { '::php::globals': php_version => '8.2' } -> class {...

### Improvement Description I'm upgrading applications to latest GA release of the upstream distribution. Asterisk was not compatible w/ Debian:bullseye. The associated PR #489 closes this.

improvement
support-level-extended

Overview: the current examples seem to work well when configuring EITHER a REST service OR a WebMVC endpoint using the Client flow. Most applications start as a full-stack flow; then...

Given a form that is defined as an array data structure and constructed using the factory and outputting the rendered content using the Form View Helper ... how would one...

question