Gregory House
Gregory House
Comparing to empty arrays is quite slow in PHP. I think the best of both worlds is `if(empty($array))` - while `empty()` is generally very type-unsafe it has no magic with...
@gnat42 Mostly useless overhead of `tel:`. However we actually did that and we store RFC-3966 format with custom doctrine type. We can strip `tel:` on conversion, but we don't do...
@btry: can you maybe shed some light on this one? In the current state the data is being unavoidably lost while a plist is parsed and without a custom fork...
We have another example: Sonata Admin uses inline JS. Enabling this for the whole site would be really irresponsible.
We finally went with https://github.com/johnlonganecker/libpostal-rest-docker and after seeeeveral millions of records it proven solid and fast :)
Did you plan to finish support for that feature in near future? :)
@nrlquaker This doesn't seem to be happening with any other app I run on wine.. so maybe it's a winbox issue? Seems like a combo of wine-winbox-winbox on mac issue...
This may actually be a bug in macOS WindowServer as this doesn't seem to affect any of my Ventura (macOS 13.0) machines.
This is truly unfortunate as protobuf3 is not compatible with protobuf2 when consuming external resources. While most things translate e.g. the default `enum` values are a big pain and impossible...
I don't have the raw protobuf on hand for this but this happens when you create a todo list and don't type quickly enough. The easiest way to recreate this...