Raphael D. Pinheiro
Raphael D. Pinheiro
It makes sense since Stylus code style colon (and semi colon) is not mandatory.
This happens because the runningInCordova variable is false, and when it's false, the following block doesn't return the oauth url: ``` if (runningInCordova) { oauthRedirectURL = "https://www.facebook.com/connect/login_success.html"; } ``` Then,...
@Naskalin, this repository seems to be unmaintained. Create a fork from #64 PR (or wait for the maintainer to merge it) or use other vuejs mask libraries like https://github.com/probil/v-mask
Remapping to `` works for me. On Ubuntu using Kitty terminal.
That would be a nice addition indeed. I wonder if there could be a checkbox in the clip settings to set this or globally. If it's easier to start with...
Just documenting There are two pull requests for this issue: #150 and #140
Is there a prevision to merge it on? This issue is really annoying.
Is this on the roadmap? I don't know if it's related but when I run the deploy routine using a ssh key with a passphrase I've got `permission denied` message....
I second this. For my use case, being able to name macros for future usage and have them versioned somewhere (for fast setup / sharing) is key. That also allows...
Solved by setting a DB_PASSWORD. [This comment helped me](https://github.com/inovector/mixpost/issues/96#issuecomment-2127005962)