Jim Fisk

Results 215 comments of Jim Fisk

> we may be able to implement CSS variables directly in tags and provide an alternative to the existing style components that provides everything we might need This would be...

@sapradhan hopefully you were able to get the theme working on your end, I'm closing this issue out for now. If you still have questions just let me know!

Hey @danedavid, welcome to the Plenti project :wave: I appreciate you hopping right in! I saw you defined `reEntryPoint` regexp in Gopack to replace `public/spa/ejected/router.js`. That totally makes sense why...

This should be available in [v0.5.21](https://github.com/plentico/plenti/releases/tag/v0.5.21). Thanks for the help on this @danedavid!

Using a dynamic component to hydrate the full document throws console errors: Chrome error ``` Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': Nodes of type '#text' may not be...

The configurable entrypoint was removed in [v0.6.8](https://github.com/plentico/plenti/releases/tag/v0.6.8). The scaffolding for setting an entrypoint is still there (so you can see it in `env`), it just won't actually use it in...

Related ticket: https://github.com/LAION-AI/Open-Assistant/issues/2341 Not sure if xTuring (https://github.com/stochasticai/xturing) could be extended to help with this?

Hey :wave: Achieving a zero dependency, reactive UI for Go is a problem we're still trying to solve with Plenti. We're currently compiling Svelte in V8 at the moment, and...

Hi @hexagoncircle, thanks for reviewing this PR! I appreciate you sending the article about replacing gifs with mp4s, that was super helpful! I used ffmpeg to convert these and the...

I'm having similar issues. I'm trying to do a Drupal 9 to Drupal 10 upgrade. The site is currently on Drupal 9 but the config in .lando.yml says `framework: drupal8`...