Jack Wilsdon

Results 61 comments of Jack Wilsdon

This is an issue with https://github.com/huandu/facebook, this repository is the source for godoc.org itself, not the packages documented by it.

So it looks like this is caused by Bootstrap's `getTargetFromTrigger` function, which takes the `href` value from the link and passes it to jQuery's selector function; ```JavaScript function getTargetFromTrigger($trigger) {...

It's still possible to have a `javascript:` link using [`Html.Attributes.property`](https://package.elm-lang.org/packages/elm/html/latest/Html-Attributes#property), although this seems like more of a workaround than a solution: ```Elm module Main exposing (main) import Html exposing (Html,...

Something like [`babel-polyfill`](https://babeljs.io/docs/usage/polyfill/) or [the polyfill from Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex#Polyfill) is probably your best bet - I don't think react-loader-advanced should provide this.

How do I vote for neither @Sarkasper? It seems like something a plugin should be providing to me (especially since we already have the `filemanager` plugin).

Looking at the DOM, some elements seem to have been moved out of the shadow root by card-mod which is causing the issue: Without card-mod With card-mod

I'm seeing this with both a custom theme (Noctis Grey) and the default theme. I don't think this is related to the theme - the actual DOM appears to differ...

It sounds like it may be worth tracking tartley/colorama/issues/21, as that will fix this.

@stukev as with a lot of open-source projects, a majority of features are implemented by users who want the feature, not by the core developers. PRs are always welcome!