Rokas Muningis

Results 47 comments of Rokas Muningis

And what about `setValue`? According to Cesium's documentation there indeed is no setValue method. Also, slightly off-topic, but https://docs.argonjs.io/code/1-geopose/ doesn't work nor on desktop nor on mobile.

Did you manage to figure it out? I'm having same issue with JSX (regular stuff seems to be coloured to some extent)

Had same problem recently - solved it by using different and shorter name. Didn't have chance to test yet, but I'm afraid there's weird limit on field_name (no idea why...

Probably partially related, but sometimes in `nx` monorepo when running multiple `vite` builds in parrarel, I get this error: ```sh error TS6053: File 'package/package/vite.config.package.ts.timestamp-1710918996371-a57b80255a0c5.mjs' not found. The file is in...

Adding them to .gitignore and using `clean` seems like not be 100% effective, atleast when ran in Gitlab using NX monorepo :/ worst problem is that, it either doesn't happens...

You can always extend `authorizationParams` and generate PKCE there :)

Good point, definitely need to update the type too. Will do, once decided if fix/change should be implemented/added or not.

IMO it’s breaking change even if it’s a bugfix. Libraries can’t (shouldn’t be able to) afford such changes with minor/patch releases.

Yeah, this one is _quite biggish_. There's still also a question of whether 8601 (current), 8601-1 (allows to use Week designator with Year/Month/Day) or 8601-2 (allows +- before P, to...

This schema is very niche, and I wouldn’t expect many people to need it. This is more of to have better compatibility with JSON Schemas. with that in mind, this...