Software and Outsourcing
                                            Software and Outsourcing
                                        
                                    This PR seems to solve the issue but custom markers will still not show if you use the Cordova local development server.
The solution above seems to solve the issue but customs markers will still not show if you use the Cordova local development server.
Related: https://github.com/near/docs/pull/1093
Related: https://github.com/near/near-api-js/pull/883
The root issue seems https://github.com/near/nearcore/issues/7112. Meanwhile that PR #999 could be a workaround among the docs update from https://github.com/near/docs/pull/1093 or https://github.com/near/docs/tree/newdocs. I would suggest including in that PR message that...
As I posted there it could be more of a semantic question, but it's worth some thinking. Meanwhile is nice to see the added `delete` call check and the ongoing...
I can reproduce this issue with Czkawka 6.1.0. #811 seems related.
I can reproduce this issue in #21096.
I can reproduce this issue. With the same code, stack trace line numbers are wrong with Node.Js 20. By just switching to Node.js 18, I get the correct ones.
I replaced ts-node with [tsx](https://github.com/privatenumber/tsx), and now I get the correct line numbers with node 20.