hfroger
hfroger
Hello, I've the same issue here, I understand reading [menu item](https://github.com/mxck/react-native-material-menu/blob/master/src/MenuItem.js#L40) file, the MenuItem component already wrap the children in a Text. Passing `ellipsizeMode='clip'` to `` make the text display...
Hello, I can not reproduce this... BUT I am working now on the generator, so I've been around different issues possible: * You have a package-lock.json present (the generator uses...
Just going through this issue, it seems Safari might have issues with their Webrtc implementations. (https://github.com/feross/simple-peer/issues/672#issuecomment-637910384, https://bugs.webkit.org/show_bug.cgi?id=198545). Will try a bunch of safari version as soon as possible.
To give some contexts on how the work is going to be proposed, I plan to split the work on the following PR: 1. Pull Request to propose **changes in...
Hello @andreslucena , we have make some good progresses. Let me describe here our adventure. # Hard but solved stuff ## Working defaults Decidim in docker needs to takes some...
To follow status, here a PR in draft: https://github.com/decidim/docker/pull/98
Hello, I am not sure I've understand your use-case, it looks like you want three features : **define a TTL for the cached image** I don't see any clean way...
Yes to this! Hydra and its admin have almost everything to be a headless solid-oidc provider. (referring to the [rfc](https://solid.github.io/solid-oidc/primer/), and an [implementation](https://github.com/solid-contrib/solid-oidc-provider)). The missing parts are these two steps:...
@wcandillon yes sure, when I started I though "it could have more options". But when finished writing, my thoughts were "all this code just to rewrite BASE_URL". I will find...
@wcandillon I've updated my pull request, and did some tests on a project of mine. It hasn't any unit tests for now, but still, a review of this code would...