steinarb

Results 82 comments of steinarb

I disovered that [the example in the documentation](https://github.com/trevorr/react-scroll-manager#example) says `` and not `` for the first <div> inside the <ElementScroller>. My problem with that, was that I was already using...

On reading the documentation I thought that I again had misinterpreted things: <ElementScroller> was meant to surround a component that should be scrolled, and not the item that should be...

Here is a patch for the headers: ``` diff --git a/liquibase-standard/pom.xml b/liquibase-standard/pom.xml index 850c06e97..21474f208 100644 --- a/liquibase-standard/pom.xml +++ b/liquibase-standard/pom.xml @@ -247,7 +247,8 @@ osgi.serviceloader; osgi.serviceloader=liquibase.resource.PathHandler, osgi.serviceloader; osgi.serviceloader=liquibase.report.ShowSummaryGenerator, osgi.serviceloader; osgi.serviceloader=liquibase.parser.LiquibaseSqlParser, -...

There now is a PR https://github.com/liquibase/liquibase/pull/6045 I have verified by building https://github.com/steinarb/liquibase-karaf-feature with a SNAPSHOT version of liquibase containing this PR, that this PR fixed the issue I had upgrading...

On a CSS side note: is there a way to make dillo re-read CSS files without stopping and starting dillo? (stopping and starting dillo is the only way I've found...

> Try opening the remote CSS file in another tab and reloading it to refresh the cache, then reloading the HTML page that uses it (I haven't tested this, but...

Running on 12.6 bookworm now. CSS seems a clear improvement to [dillo 3.0.5-7](https://packages.debian.org/bookworm/dillo) but not yet good enough to handle https://gridbyexample.com/examples/page-layout/listing-with-thumbnails/ (most notably, the thumbnails are blown up to gigantic...

> This issue is about updating the Debian package, I opened another one to discuss the CSS topic: #223 Thanks! This was mostly me thinking out loud.

Some ideas/sample code for timeline navigation: React scroll to anchor sample code (my only private usage of useEffect() I think....) https://github.com/steinarb/oldalbum/blob/39c323645d03588165441c150d080fd1609754fe/oldalbum.web.frontend/src/main/frontend/src/components/Album.js#L40 (first get the hash from the react--router, then strip...

I tried fixing this by customizing editorconfig-exclude-modes, adding the following to custom-set-variables in .emacs: ``` '(editorconfig-exclude-modes '(Zip-Archive)) ``` But I was unable to open .jar files in a project with...