Andrea C

Results 16 comments of Andrea C

ps: the lazy loading works fine and all. it's just that it breaks jpgs. you could try using responsive loader with lozard to reproduce if checking against my repo is...

hi, I've just tried to implement lazy loading using IntersectionObserver directly and it also breaks the images. This time it breaks all of them (all 404) but it doesn't use...

Since I don't know where the issue lies, I've opened an issue on responsive loader github as well: https://github.com/herrstucki/responsive-loader/issues/98

FWIW: I too would like this to be possible. Currently not working here. Using Vite, Elm, Tailwind CSS: https://github.com/gacallea/anerandros.info/blob/main/src/elm/Main.elm#L508 -- not sure where the issue lies, posting just my 2c...

@barrycarter you can add a page to Tumblr at the bottom of the "edit appearance" option. it looks like this:

Yes, it is pretty static. I assume that "page" is just another Tumblr special post type that shows up on the menu. Still, it would be nice to be able...

@bbolli could this be helpful? https://github.com/pabluk/tumblr-theme-parser

just a +1 to the keyboard shortcuts issues. I like the ⌥⌘B and ⌥⌘I proposed by @GandalfSaxe

@fransallen, first things first: thank you ever so much for statically! I was wondering if uploading is supported, specifically with a bundler and their plugins. e.g: https://github.com/toxic-johann/webpack-cdn-upload-plugin Integrating the bundler/plugin...

fwiw, same here. repo: github.com/gacallea/anerandros.info/ ``` "vite": "^2.9.7", "vite-plugin-compress": "^2.1.1" ``` ``` import { defineConfig } from 'vite' import compress from 'vite-plugin-compress' export default defineConfig({ plugins: [compress()], }) ```