brunobg
brunobg
Yes, when I use the vue component, here's what happens: 1. select country US 2. states from US are loaded 3. change country to BR 4. states from BR are...
Actually, even with the entire import I'm getting some strange results. /geo/ancestors/3469034 returns not only Brazilian states, but also those from Portugal and Poland.
apparently there's something buggy in parent. `/geo/item/3665474` is correct (Acre, state of Brazil), but `/geo/parent/3665474` returns Poland (798544) when the correct parent is Brazil (3469034). `parent_id` is correct in `/geo/item`,...
Yep, definitely bugged. The PR #33 fixes `Geo::parent`, but ancestors is returning data that it shouldn't. I didn't stop to read how you build your tree with left/right. I'd really...
Hey, did you get a chance to look at this?
@wrabit Check my for to see if fixes your bugs https://github.com/Corollarium/laravel_cities @igaster do you still plan to check this? If not please let me know and I'll make a separate...
@wrabit follow the composer instructions: https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository If there's no response here I'll release my fork on composer. But I'm not using the tree, so I'd need to remove it from...
I'm using it as part of https://github.com/Corollarium/modelarium. I don't have anything else to report, it's a pretty standard use following the docs and using laravel mix to build. But apparently...
Thanks, but there's a clear problem that is not caused by any other software: file `node_modules/@trevoreyre/autocomplete-vue/index.js` includes `../style.css`. This path is incorrect, and should be `./dist/style.css`.
Since you have a type loader for `buildschema`, I was expecting the lib would do something for any node kind or a pointer of how to do it. For other...