Iain Barnett

Results 45 comments of Iain Barnett

I'm also a (new) Tailwind CLI user. Having a `--config` switch leads me to think that the paths are (should be) relative to the config. I'm also using a build...

If anyone also knows how to stop the popups nagging me to update while I wait for this issue to be fixed (🙏), that'd be helpful. Regards, iain

@sincerelyjane Do you have the backup codes (that sites give when you sign up) written down or saved somewhere else?

@Sleepynuts To [disable Dropbox 2FA](https://help.dropbox.com/teams-admins/team-member/enable-two-step-verification) go to step 5 "Toggle Two-step verification to On. " and toggle it off. To disable Snapchat 2FA just [follow the steps in this video](https://www.youtube.com/watch?v=kbVZslHitIE)...

Hi @docljn, I'm guessing the dash style heredoc is seen often in files because it allows you to indent the closing `STR` but the non-dash/non-tilde style is valid too. https://ruby-doc.org/core-2.5.0/doc/syntax/literals_rdoc.html#label-Here+Documents...

Good afternoon, This would be helpful. More than anything I hope this includes example specs or some kind of scaffolding to write specs. I've been trying to write specs for...

@kyrylo That makes sense, I'll keep an eye out and see if I can lend a hand, I'd better get the plugin I'm working on done first.

First run of an old app under sinatra v2, exciting! Oh, an error… ``` web.1 | ! Unable to load application: Mustermann::CompileError: regular expression should not contain \A: "\\A\\/(\\d+)\\/?\\Z" ```...

@rkh Okay, that makes sense. Thanks.

Hi @ristrettoblack Thanks for the contribution. At the moment you could do: ``` = partial :"partials/news" ``` but with your suggestion it would be `= partial :news` because the folder...