Brian Bugh

Results 109 comments of Brian Bugh

Hi @Al-Rozhkov, I think there might be a misunderstanding. I'm not computing or making anything "dynamic", just the paths are dynamically passed to a component from another component. This is...

Hi again, yes, that's the problem đź‘Ť. No time wasted, I'm happy to explain because I like gridsome and want it to succeed, and this particular use case seems like...

> The problem with dynamic src is that webpack doesn't have access to the JavaScript variables. @hjvedvik yeah, that is the described issue! At the time that `vue-loader` is parsing...

I have noticed that this happens when using git worktrees and not being in the primary source directory. For example, I have a `master` folder which is the original repository,...

@frankgerhardt not sure if this still matters for you, but if anyone else ends up here you can resolve this by making a bash script that just passes all args...

Thank you for the reply! If I understand what you're saying correctly, that's also how I understand liquid-ruby to work: the parse errors (like malformed tags) are fatal and you...

Great, thank you for confirming my assumptions. If we decide to move forward with the client-side approach, I will see about a PR. It looks like handling errors happens in...

> For the situation you're describing, I often just make my artwork the size of the card. That way the layout doesn't look like a grid and the artwork can...

You can use `Publish to the web...` functionality in Google Sheets to make an url that returns CSV. In Google Sheets: 1. File -> Publish to the web... 2. Pick...

Good call, I tried it with just `byebug` and the issue still happened. I didn't think about that since I was actually not loading `pry-byebug`—only `pry` was in the `Gemfile`....