Results 44 comments of Lekhnath Rijal

@klirichek I am also getting the exact same error message in Ubuntu 20 LTS. Please make this fix available. Also, is there any quick fix to this? I mean is...

By `elsewhere in the application`, I mean some other components than one that changes the local storage value. Even though the storage value changes after assigning decorated property a new...

@inmodify No, this issue still exists to me. It seems it populates decorated property with LocalStorage value only on initial page reload. It is our job to maintain the changes...

@rttomlinson If you are still facing this issue the workaround is to add primary key field to the table and include that field in your query or make composite unique...

@marcj OK. I will create `d.ts` file locally then. Any chance to provide in future or in `@types` npm registry ?

Is model field selection available ?

Check out this short demo I made to show how Nepali Date Integration in Frappe Framework v15 works: Watch it here: https://www.youtube.com/watch?v=26iOn4RIjLE

> @naton Yes, it's about displaying multiple months/years in one datepicker instance. I've already done some work on this task, but can't find enough time to complete it. @t1m0n First...

This is how I solved. ```typescript import MapboxGeocoder from '@mapbox/mapbox-gl-geocoder'; import mapboxgl from 'mapbox-gl'; import { useEffect, useRef, useState } from 'react'; mapboxgl.accessToken = import.meta.env.APP_MAPBOX_PUBLIC_TOKEN; const geocoder = new MapboxGeocoder({...

I am also stuck with the same issue.