mrkvon

Results 39 comments of mrkvon

I made the touch behaviour work with [`mobile-drag-drop`](https://github.com/timruffles/ios-html5-drag-drop-shim) (which is a rewrite of `ios-html5-drag-drop-shim` mentioned above). (Is working in emulator ~~. Gonna test on an android device in the morning~~...

_Edit: Don't use this! Use Comunica's [own cache invalidation](https://comunica.dev/docs/query/advanced/caching/), as @rubensworks suggests [below](https://github.com/comunica/comunica/issues/618#issuecomment-1117441964)_ _Sorry for the confusion!_ 😅 For anybody, who also needs to disable cache before this is implemented...

> An alternative solution would be to call `engine.invalidateHttpCache()` after/before each query execution. Well, yours is the native Comunica solution. Let's stick with it! I'll warn the readers above my...

So, the issue is open only to keep track of the desired `--no-cache` option for CLI? After reading the issue, i wrongly assumed that no cache invalidation is implemented, and...

> fs-extra needs to be added in dependencies; looks like it was a transient dependency earlier. What happened was the following: the fs-extra was removed in #1312. When this was...

@simison wrote: > What do you think about placing modules/i18n/tests/server/convert-translation.bin.tests.js under bin/i18n/test/* so that it's easier to find and connect what it's testing? I see the tests don't get executed...

> https://github.com/Trustroots/trustroots/pull/1289#issuecomment-606058175 The tests moved to `/bin/i18n/tests/...` in 7ff522c02dc66324b5c97dfca4eb29f03c4c9dae

_Update:_ [Weblate](https://hosted.weblate.org/projects/trustroots/) seems to become our main translation tool. It supports `i18next`, therefore the conversion between `json` and `po` seems unnecessary. Maybe nice to have, but a low priority. Definitely...

btw not sure if we need to extract the translation strings. According to [our i18n docs](https://github.com/Trustroots/trustroots/blob/eb99f11b428347cf9837f21f29cfc085ec4b92e1/docs/i18n.md#4-enjoy), they'll get extracted when we merge this to master. Not sure if that still...

Mergeable by non-owners. Progress discussion? Merge?