Greg Ziegan
Greg Ziegan
hi! I'm trying to use environment-specific config (`DataSource.Port.get "environmentVariable"`) in my `Shared.elm#init()` function. I assume this would be a breaking change, but would it be possible to expose an alternative...
@alanhogan thoughts on styles for this? i think it could use a shadow
thanks for these bug report files! super useful
I think this might get solved with a new keyboard-extra solution, attempted with this branch: https://github.com/thebritican/goat/tree/use-experimental-keyboard-extra
I've not been able to repro after this PR was merged. Can you confirm it's good now, @alanhogan ?
See https://github.com/thebritican/goat/issues/24#issuecomment-298966303 for ideas of a solution
Once I finish resizing and clean up the movement state code, this'll be the first new feature I look into!
when fixing this i broke the app, so i'm reopening and trying a new approach
Also having this issue when I'm trying to implement undo/redo `Cmd+Shift+Z` and `Cmd+Z`. I'd be in favor of having some function to manually release as a stop gap solution
I've tried that 😢, but it means that the user has to release all the keys and press them all again. Example, on the KeyDown subscription: ```elm Keyboard.Extra.CharZ -> if...