mrkvon

Results 83 comments of mrkvon

- Does agenda clear up its finished and outdated tasks? - If yes, does it [reuse](https://www.mongodb.com/community/forums/t/mongo-doesnt-reclaim-disk-space-after-drop-collection-and-cant-find-collection-based-on-wiredtiger-metadata-uri/6584/4) the claimed, but freed space for the same collection? (the link provided relates to...

This would be very useful. The CI-test failed for seemingly unrelated reasons. ``` /home/travis/.yarn/lib/cli.js:45703 let { ^ SyntaxError: Unexpected token { at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at Object.Module._extensions..js (module.js:452:10)...

I wrote detailed instructions how to set up CSS with Debian, nginx, pm2, mashlib. Any feedback much appreciated. https://github.com/mrkvon/css-setup

@romellem With your solution, the partials still need to be registered manually, as @dowtkrob suggested above. Otherwise they're not found.

It seems this isn't useful since we use Weblate. Closing.

For the moment, i use the following to style the bars: component: ```jsx ``` stylesheet: ```scss .passwordStrengthBar > div > div { height: 0.5rem !important; // add whatever style you...

@james-martin-jd Thank you for your fast and detailed response. A guide in the spirit of your response would do a lot to address this issue. What I'd like to have...

> If you want to fix a missing NSS issuer on older profiles, the issuer will always be NSS Is there an easy way how to get issuer from webId?...

> NO, don't do that. So, do you suggest to only fix [well-known NSS](https://solidproject.org/users/get-a-pod#get-a-pod-from-a-pod-provider) profiles? Or perhaps to give up on all older NSS profiles? The former sounds like a...

On the second look, the number in `DELETE DATA` request contained additional `e0`, e.g. `"1234.56789e0"^^`. When this `e0` was removed, the request passed as expected and the data were correctly...