Markus Hennerbichler

Results 22 issues of Markus Hennerbichler

To enable server-side processing of attribute values, [Eloquent mutators](https://laravel.com/docs/5.2/eloquent-mutators#accessors-and-mutators) could be used. To enable them for e.g. relationships they have to be included in the class properties. This pull request...

api-transformer got updated to PHP 7, resulting to incompatibility with this package, because php-json-api requires `"nilportugues/api-transformer": "^3.0.0",` in it's package.json

Hey fellow developers! As everyone knows, the name of the library is not suited anymore, because Angular is in version 4 now. To make the name more clear, I want...

help wanted
to discuss

To make the package smaller, dependencies which are barely used should get replaced. These are in particular: - lodash - qs

enhancement

### Version of Apptainer ``` apptainer version 1.1.0-rc.1 ``` ### Expected behavior I expected `apptainer exec something.sif /bin/bash` to have the same behaviour as `singularity exec something.sif /bin/bash` ### Actual...

**Describe your context** ``` dash 2.6.1 dash-bootstrap-components 1.2.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** When using the new multi-page support with the layout defined in a...

The English normaliser mistakenly replaces 20mm to 20hmm. In this case "mm" is the unit postfix millimetre. This was caused by treating 10 as number and thus splitting "10" and...

## Changes It seems like there is nothing checking whether the grpc exporter is actually empty, in which case it doesn't make sense to create a gRPC channel. This causes...

pr:waiting-on-cla

I was trying to compile triton server with default Clang 15 and got a few warnings that triggered as errors, among those: * deprecation errors from open telemetry showing up,...

investigating