Dylan Arnold

Results 8 comments of Dylan Arnold

Same issue here. I think this could be because the server is listening on 127.0.0.1 but may need to listen on 0.0.0.0 for docker to port forward correctly. I'm trying...

BTW I was in a rush to implement this so didn't know of an alternative implementation (like not hard coding the prefixes). It seemed like the existing keyframes implementation was...

@japgolly I've been looking at how to implement this but it's a little bit tricky. I get that I can do this ```scala val attr = Attr.real("keyframes", Transform keys CanIUse.animation)...

Hey. No problem I'm working off a snapshot anyway. Option 1 is better than the current commit and from what I can tell isn't actually that bad. Other options probably...

I came up against this. Work in progress PR https://github.com/japgolly/scalacss/pull/106

Confirmed. Just got the same error when upgrading to `2.12.3`

Okay adding `override val backend: Backend` seemed to work. See https://github.com/scala/bug/issues/10477#issuecomment-323917940

I've been thinking about a different solution to this by the way. **Option 1** If different fetchers had unique IDs, dispatched actions from a fetcher could go into some internal...