Julian

Results 218 comments of Julian

where do you got the libpostal.dll? have you tried to download the prebuild version from libpostal's build server? - x86 https://ci.appveyor.com/project/albarrentine/libpostal/build/job/2x6u73uav4be051f/artifacts - x64 https://ci.appveyor.com/project/albarrentine/libpostal/build/job/eok3n5krdedwm8ma/artifacts

@hsh01 i got it compiled and up and running. had the same `dir=(null)` error as you. my solution: - compile the php ext with your config.w32 (data dir path does...

subgroups would be really important. happily installed python and gitlabform on my system only to see that subgroups are not supported :(

PR Enable support for subgroups https://github.com/egnyte/gitlabform/pull/21

i don't really understand the question, well to test if a string is json is the use case and to not repeat myself using constructs based upon https://github.com/sebastianbergmann/phpunit/blob/e15dfe6ebddacd7ed093b008332f775a4cc077f3/src/Framework/Constraint/String/IsJson.php in my...

i make a doctrine database type for value objects which are stored as json in the database. the conversion should of course check if the json is valid. why is...

it's a generic doctrine type to store value objects in database, so the type must not care about the data inside the json but it must care that it's valid...

what if i prefer to check it before and don't mind the double decode? edit: for me this way i more readable