Sacha Greif
Sacha Greif
Hmm, I think it's not getting pulled because it's in the `media:description` field instead of the standard `description`. One way around it would be to fork the `telescope:post-by-feed` package to...
Sure, the fork will be kept up to date. It's not actually a fork though, just a theme. It still uses the same code as any other regular Telescope install.
Looks like an error due to the recent react-bootstrap/Bootstrap 4 update. I'll look into it, thanks!
Should be fixed; I just need to push a new version (1.12.13) of the core Vulcan packages and it should be fine :)
You can search the codebase for whatever component is creating the issue but generally they'll all be in the bootstrap-ui package.
Of course you can post your issues here, too.
Yes but you also have to pull the latest changes from this repo.
Oh, this is MIT too. I'll need to add a license file :)
You're right, I don't have much time to work on that right now so hopefully someone can submit a PR. Here's an example from http://zenshome.jp using the new API: https://gist.github.com/SachaG/1f1c50408aaa2ca4c43d3b27b34e2007
I'll take a look, I still haven't fully adapted all examples for the upcoming Vulcan 1.8 release (make sure you're on the `devel` branch for the main Vulcan repo btw)....