Дмитрий Титов
Дмитрий Титов
Here is what Chrome says: > [Vue warn]: Error in beforeDestroy hook: "TypeError: Cannot read property '_targets' of null" > > found in > > ---> > > > >...
@twpayne Any updates on this issue? I've also encountered this bug and it blocks my work. I think `ID` as `interface{}` would be the best solution.
@twpayne I've made PR but cannot push it: access denied. But I didn't manage to save type information with backwards compatibility. Since if we keep `Feature.ID` as string, we would...
https://github.com/twpayne/go-geom/pull/225
Maybe you should return say first 100 bytes of Detail message? I got your point but in my experience error messages themselves are pretty useless: something like `SQL ERROR 23305`....
This package is not (and cannot be as far as I know) a thread safe. So locking must be done in client code. I think this is the main reason...
Probably Go doesn't have built-in generic Size() func for a reason :) I haven't used Reflect package for years and following your thoughts hurts me also. I don't have solution...