Mark Gerarts

Results 8 issues of Mark Gerarts

CI was originally set up using Travis but should be migrated to Github actions. This has already been done for [the Symfony bundle](https://github.com/mark-gerarts/automapper-plus-bundle/pull/24) (thank you @malteschlueter!), we can possibly use...

enhancement
high prio

It would be nice to be able to map an entire object with a callable/closure, as an alternative to creating a custom mapper. E.g. the following: ```php $config->registerMapping(SomeClass::class, SomeOther::class) ->useCustomMapper(new...

enhancement

When for example an array is passed to `map`, `get_class` will trigger an error. It would be better to check the type and throw an `InvalidArgumentException` if needed. In the...

enhancement
good first issue

As it is now, the classes need to follow strict naming conventions in order to be mapped. A nice feature would be to be able to change this behaviour via...

enhancement

When writing a loop, the formatting for conditionals looks like this (silly example): ```lisp (loop for i from 1 to 10 when (oddp i) collect it) (loop for i from...

First off, thank you for your work on this extension! I have a question regarding multiple values. Suppose I have the following function: ```lisp (defun test () (values 1 2...

Instead of calling the parent constructor via call_user_func, we can use `...` to unpack the arguments, which looks a bit cleaner.

We run fusion-report as part of rnafusion 3.0.2. It seems that the different tools use different casing for some genes, which is not correctly handled. For example, in the screenshot...