mikaello

Results 84 comments of mikaello

See my comment in https://github.com/reasonml/reason-react/issues/309#issuecomment-466050301 (the issue that is blocking `aria-*`-attributes is [[@bs.string] for bs.deriving abstract](https://github.com/BuckleScript/bucklescript/issues/2834) in the BuckleScript repo)

This seems to be blocked by a feature missing in bucklescript, this is the comment rickyvetter made [when he merged the code](https://github.com/reasonml/reason-react/pull/228) you have linked: > This adds all of...

This issue seems like a duplicate of https://github.com/PowerShell/PSScriptAnalyzer/issues/561

> This issue has been labeled as stale due to inactivity. Reply to keep this issue open. Still seeing this issue. This is the web-based editor version (using Chrome (but...

For maven users it is possible to get around this by adding a file `.mvn/jvm.config` with content `--add-opens java.base/java.lang=ALL-UNNAMED`, e.g.: ```shell $ mkdir -p .mvn $ echo "--add-opens java.base/java.lang=ALL-UNNAMED" >...

For others coming here, check out the fork https://github.com/nginx-modules/ngx_http_json_log_module , which seem to have implemented this feature.

Podman also (ref termux/termux-packages#10200) runs with `user namespace` feature is seems: > When run without root, Podman containers use user namespaces to set root in the container to the user...

Since https://github.com/LinkedInAttic/dustjs-helpers/pull/149 is merged, the code is updated, but waiting for v1.8.0 to be published to [NPM](https://www.npmjs.com/package/dustjs-helpers?activeTab=versions) before closing this.

I don't think this will be merged, it hasn't been any activity in this repo since 5 Jul 2016. The fork [`react-native-modal-selector`](https://github.com/peacechen/react-native-modal-selector) is RN 0.49 compatible.

That's the [same approach](https://github.com/peacechen/react-native-modal-selector/blob/master/index.js#L20) as the fork `react-native-modal-selector` has taken.