Mark Stickling
Mark Stickling
Thanks @Lawzy93 I ended up making a quick helper class much like you suggested but specifically targeting the flexbox alignment. I just thought I'd steer clear of modifying the bulma...
I have more experience with Bootstrap so let me know if I'm missing the point here, but, It feels to me like `$heading-color` and `$heading-weight` would be nice additions to...
I'm also interested in this. Line numbers for these errors would be mightily helpful.
Yes, just yesterday I guided someone new to the project through an error in `asyncData()`. They are an experienced developer but new to Nuxt. It was a simple enough error,...
I am using Bitbucket Pipelines and I think I'm running up against the same issue. I was recommended installing git-ftp using: `apt-get -qq install git-ftp` …which I think delivers version...
Have you set which git untracked assets are to be transferred using the [.git-ftp-include file](https://github.com/git-ftp/git-ftp/blob/master/man/git-ftp.1.md#syncing-untracked-files)? If you're also using apt-get to install git-ftp in Pipelines: I also found that the...
Thanks @paulcanning. My Pipelines now working with latest git-ftp thanks to your `curl` method. Edit: now also noticed this method mentioned in #339 here: https://github.com/git-ftp/git-ftp/issues/339#issuecomment-289418733 My bitbucket-pipelines.yml config in case...
git-ftp version 1.5.1 I have just run into a scenario that sounds similar @swinggraphics. Do you think we're looking for the same solution? Mostly our WordPress plugins are third-party so...
Just wondering, is there a workaround for this scenario presently? Within a directory: 1. Include some directories (specifically listed). 1. Ignore all other directories on local and remote (without listing...
So far my simple fix is to move it 1px from the top of the screen and mask the gap with box shadow. This then triggers normal behaviour. Depends on...