David Hiendl

Results 17 comments of David Hiendl

This problem is even more severe if you don't have o+rX permissions on files as nginx seems to run with uid/gid 101. This requires me to constantly update permissions on...

I'm not exactly sure why these tests failed, my changes do not relate to them at all and the logs seem to point to a node-sass compiler issue. What can...

@Den4ik How can I re-run the tests? I believe this was a temporary failure.

This is still relevant.

This is still relevant. PR submitted for review.

Sometimes you might not know all properties ahead of time or they might be dynamic, yes you can represent that with relations and more often that not that is the...

I think it would be reasonable to mirror the Java OGM's behavior which maps any properties starting with a "prefix_" to a map. I believe it also does respect changes...

Hello, thanks for taking a look. It is Magicento 1. I've already tried various combinations of the upload delay setting with no effect. If I disable auto-upload in Magicento 1...

@graemerocher Can I help to validate the problem?

@graemerocher I think you are right. Kotlin methods and final by default (requires open modifier to change or a compiler plugin to make them default open). When adding the `open`...