b-hayes

Results 17 issues of b-hayes

Ive been following the example here: https://portal-vue.linusb.org/api/mounting-portal.html#example-usage And I just cant seem to get this working is it me or an issue with Mount Portal?

Guys, I have a spec in Swagger UI and getting this error: `Could not resolve reference: #/components/responses/MemberCollection` That reference is not mentioned at all in the spec I pasted in....

Not sure if this is normal behaviour or not but I noticed after a recent update to the latest version the following change happened in my settings file. https://github.com/b-hayes/karabiner.json/commit/f4d505ba1ee1aa965205871372def5a2280572b0 Do...

**PROBLEM** Using the command from the docker hub page: `docker run -dit --name my-apache-app -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4` And then vising the URL I see "It works!" instead of...

Doc described the method as only returning a string. But it can return a bool as well. Also, update the composer.json to include the PDO extension.

**VERSION USED** "elvanto/picodb": "2.1.0" **What happened:** When using a mapping like so: ``` $groupMembers = (new Definition('list_member_contacts', ['list_id', 'contact_id', 'created_at', 'updated_at'])) ->withColumns('contact_id', 'list_id', 'leader') ->withDeletionTimestamp('deleted_at'); $mapping = $this->mapper->mapping($groupMembers); ``` Fetch...

When adding an alias to ->join() the table breaks with an error: ``` PicoDb\SQLException: SQL Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'phone.contact_id' in 'on clause' ``` See the...

- **Etcher version:** - latest - **Operating system and architecture:** - macos sonoma - **Image flashed:** - na - **What do you think should have happened:** - I should probably...

Argument 1 passed to HKarlstrom\\Middleware\\OpenApiValidation::isJsonMediaType() must be of the type string, null given, called in /app/vendor/hkarlstrom/openapi-validation-middleware/src/OpenApiValidation.php on line 275 Can be fixed with coalesce operator.

Surround sound is now working via optical connection but my games still output sterio as if they cant tell they can use surrouind sound at all. Anyone know why this...

question