X
X
Hi @marianaballa, of course, happy to do that :)
I just changed the command to the following and it worked: $ cp -a public_bak/* public/
Thank you. I am having the same issue with Laravel 5.3. Your temporary solution helps, at least the tests can run as usual.
Hi @antonioribeiro, just run your code and get a return value `1`.
Oops it seems I messed up with the tracker in both dev and production environment so I reverted the code to a previous commit. Will update you when I get...
It's been working great since I started to use it in late 2018. Today I encounter this error in the development environment (Laradock). The error appears using Firefox 65.0. There's...
Hi there, I am using Chicago, MLA, APA, IEEE, and noticed Chicago and MLA has the same issue, while IEEE renders correctly. APA does not provide any output. In my...
I think I figured out the issue: For the scheduled notifications to work, the notification initializer must take exactly one parameter. So, instead of: ```php $reviewer->notifyAt(new ReviewDueSoon($review, $reviewer), $when, $meta);...
I did a couple of more tests by changing the following line so that it outputs serialized data: https://github.com/seboettg/citeproc-php/blob/4070bdc3ad1c5fa1cfe3887f2db70f281a50e4a7/src/Rendering/Text.php#L237 Then it seems at least the ISSN and Rights elements are...
@seboettg Thanks again for your reply. Having a closer look, it seems the problematic item is "Copyright", which is an array containing one (or potentially more) objects, as indicated below....