Raminder Singh
Raminder Singh
Thats cool :+1: Just keep us posted
Like this: ``` javascript var finder = new PF.AStarFinder({ weight: weight }); ``` Sorry it's not there in the docs. I'll update to include it.
Hi @zaum5 Could you please explain a bit about non-euclidean pathfinding? A google seach isn't revelaing much.
Hi @noiv You might want to take a look at this issue https://github.com/qiao/PathFinding.js/issues/75. It has similar requirements as you.
Hi @0utput I haven't yet taken a look at the issue but it would really help if you could demonstrate the issue with a much smaller map.
@0utput I've made some fixes in 46eb64bbcff8253c89311b8ebc51d4239c66b972 and 304323d184f89736ca82e47def880705b4035f6d. Can you please take a look if this fix suffices for your needs.
@Josenzo Can you share your use case. Why do you want to disable diagonal movement for some of the cells?
I understand. This is not currently possible in PathFinding.js. You might want to take a look at https://github.com/qiao/PathFinding.js/issues/17 which is not the same as your issue but somewhat related. The...
@ahoopes16 support for array types is one of the next items we plan to tackle for pg_graphql. For now you can simulate multiple filter arguments by e.g. using a single...
Executing the following SQL once for each GraphQL query shouldn't add too much overhead: ```sql select setting from pg_settings where name = 'log_statement'; ```