Geoffrey B. Eisenbarth

Results 11 issues of Geoffrey B. Eisenbarth

See the fiddle: https://jsfiddle.net/gez5j2dp/ Using hyperscript to send an event to `` using the syntax `trigger change on #foo` will send it to each of the children ``s as well....

Apologies, this is probably not the best place to ask this question, but it might lend itself to some useful enhancements to others and I wasn't sure if there was...

This is a bit of an edge case and not sure if HTMX wants to consider it, but if you have the following: ``` one two three ``` where, crucially,...

Looks like BEA has finally combined their RegionalIncome and RegionalProduct tables into a single Regional API (see: https://apps.bea.gov/regional/docs/RegionalApi.cfm for more details). I only use pyBEA for a small portion of...

Adds an example which would close #168. Any edits or suggestions welcome!

I'm willing to write tests and update documentation if this approach seems sufficient. Having some trouble getting the test suite to run (getting `django.db.utils.OperationalError: fe_sendauth: no password supplied` when I...

Fix js links and add menu button to example.

I'm not sure if you're aware of a similar project, `django-template-partials`, which allows users to render partial templates by simply appending the partial name to the template name, e.g. `template_name...

It appears that ``, ``, e.g., all have `line-height: inherit` which by default inherits from `html {line-height: var(--rhythm)}`, where I think the default value for `--rhythm` is 1.4rem. However, it...