Patrick Fowler

Results 32 comments of Patrick Fowler

I’ll see if I can reproduce it tonight ...

I'll chime in with a separate, and related use case: My MEAN stack app, based on meanjs.org and using the pure vertical modules. In this sense, I have the problem...

**edit** Comment withdrawn. I just updated to 3.x from 2.x, and after some reading, I see that this is not possible as `log.trace` is now a mirror of `console.trace`. I...

Ugh - just found a link to this issue going through my code. Anyone up for taking a look at this? It would be pretty awesome 😎 . Posting mainly...

According to [SUI 761](https://github.com/Semantic-Org/Semantic-UI/issues/761), you can set the popup to display inline, rather than attached to the body tag. However, `inline` is not a valid property on `` element, resulting...

Looking at the history of this, it looks like inlining was an issue from the [original PR](https://github.com/Semantic-Org/Semantic-UI-React/pull/570) > inline (popup as a sibling of trigger, will be implemented later) ......

I played around with integrating with the _Security_ products (cameras, entry sensors, etc) but didn't get too far. Something of note is that these products all fall under a separate...

While "waiting" for this, I've worked up a temporary workaround by placing the following in my `_.global.css` file: ``` @keyframes showing { 0% { opacity: 0; transform: scale(0); -webkit-transform: scale(0);...

Thanks @simllll, I've been looking at it recently and am debating my next move

The max-Millisecond issue is resolved in my PR #1391. Can't speak to the other issues you're seeing.