Matthew Coker

Results 4 comments of Matthew Coker

Its worth noting I was able to fix this temporarily with the following theme override: ```ts // custom-theme/components/button.ts import { theme } from "@chakra-ui/react"; const variants = { outline: theme.components.Button.variants.outline,...

@dustinfarris is this still the best solution? I just added this package to a new project and can't run ember server anymore. I know that this package or a dependency...

This is the only output I got when hitting ``: `command: insert {"characters": "\n"}` I was able to get it working with the following text in my Sublime Text-->Preferences-->Package Settings-->DocBlocker-->Settings...

@Nav4e My only workaround at the moment is to hardcode a transition to a specific route on login: ``` actions: { authenticate: function() { let credentials = this.getProperties('identification', 'password'); this.get('session').authenticate('authenticator:custom',...