Jessie Keck

Results 62 comments of Jessie Keck

Hi @yanyufish, You can "import" any item that you like if you have your own indexing pipeline. Spotlight assumes an image object in several places which might not play nicely...

Thanks for the contribution @ives1227! I've requested one of the designers (@ggeisler) to review this feature/implementation from the UI/UX perspective before we get too deep into code review (as it...

@caaster yes I agree that this would happen in either of those cases.

I agree that ultimately https://github.com/projectblacklight/spotlight/issues/1782#issuecomment-288609585 is going to be the approach that we should take (or should have taken initially) however it will require a non-trivial amount of work to...

I'm mentioning something that can be implemented nearly immediately and will solve the issue of certain pages being completely un-editable in the immediate term while working on a more permanent...

@starsplatter would you be willing to submit a patch to fix the issue w/ Page blocks?

We try to be specific about particular migrations that you'll have to run on releases in the release notes (be-it traditional rails db migrations or custom data migrations that we've...

It would not be recommended to use sqlite in production. Have you tried running the `db:migrate` task before the `assets:precompile` task?

It sounds like you're missing migration files in your application. (Perhaps you needed to run `rake spotlight:install:migrations` at some point) Take a look at your migrations and schema and compare...

Just as a heads up, I removed a few of these in some sir-trevor widgets and it appears that there are some nested styling in the `.spotlight-flexbox .box` declaration that...