Patrick Goldmann

Results 3 issues of Patrick Goldmann

With an object like this: ``` var obj = { id: 'a1', foo: { id: 'b2', bar: 'baz' } } ``` instantiation of `foo` seems to fail, it's simply omitted...

* Mojolicious version: 9.22 * Perl version: 5.32.1 * Operating system: Ubuntu 20.04 ### Steps to reproduce the behavior Having a leading slash in template names (e.g. `$c->render(template => '/my/template')`)...