Subhojit Khara

Results 7 comments of Subhojit Khara

> > @dimitriospafos and @bori87 > > I figured there is way to have data binding on custom template. At time of creating info window, marker is used as binding...

facing the same issue any update regarding this? ![Screenshot_2021-03-09-21-08-26-710_org nativescript nativescriptGMPnagular 1](https://user-images.githubusercontent.com/30930967/110496815-e28e2a80-811b-11eb-945b-f109189bffdb.jpg)

stuck in the same scenario is there any workaround?

Just doing the job by copying the llama-index, langchain and related python packages from installed site-packages folder to the exe folder of pyinstaller generated exe, so that when running the...

> > Just doing the job by copying the llama-index, langchain and related python packages from installed site-packages folder to the exe folder of pyinstaller generated exe, so that when...

i changed the import as follows ` // import * as utils from "@nativescript/core/utils/utils"; import { Utils as utils } from "@nativescript/core" ` also using the constructor as follows `constructor()...

Facing the same issue, is can i know if there is any update regarding this issue?