Results 22 comments of 01es

+1 I'm using `iron-deselect` and `iron-activate` in the context of the `iron-selector` element, which works really well in conjunction with attribute `attr-for-selected`. Are these events intended to be used with...

@homedirectory, does this really resolve https://github.com/fieldenms/tg/issues/1891?

@homedirectory, can the problems in the existing parser implementation that require improvements be outline?

The core idea, described in this issue, is sound – having a single SSE channel per web client, regardless of the number of instances open in different tabs/windows. However, there...

A question regarding item 2 has been posted on Stackoverflow at https://stackoverflow.com/questions/75406271/how-would-one-implement-localstorage-setitem-with-the-semantics-of-concurrent

Also refer https://stackoverflow.com/questions/22001112/is-localstorage-thread-safe for a useful discusson. Note a newer answers.

@oleh-maikovych, please research if we could use `IndexDB` instead of `localStorage`. Not sure if it can be used for messaging between tabs/windows, but should definitely be possible to use it...

Exploration of IndexDB is also important for supporting offline operations in TG-based systems, which is on our technology roadmap (https://github.com/fieldenms/tg/issues/530). Some useful links: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API https://www.w3.org/TR/IndexedDB/#dfn-mode

This issue is being progressed at a slow pace. It is proposed to merge its current branch into `develop` and continue there as this is just the documentation -- does...

A [discussion took place in Slack](https://fielden-software.slack.com/archives/C3SP83056/p1652823827321729) and it was agreed that option 2 is preferred.