aXb

Results 10 comments of aXb

This would be a nice UI enhancement. The docs @zerodat pointed to accomplish the functionality [e.g the paying the rent example](https://github.com/ransome1/sleek/wiki/Recurring-todos-(rec:)#strict-recurrences-based-on-due-date-instead-of-date-of-completion) @Saturo78 makes a good point, the UI does not...

Hello - just running this demo design system theme today, and can report the same issue as of today, for any future developers who find this. The error message reads...

This is an older issue, but we have more information from a Drupal theme implementation. Not sure if this helps, it is non functional but provides excerpts from the affected...

The quick fix provided by @mejiaj would look something like this to add some resiliance: ``` if (isMobile) { const menuId = `${PREFIX}-footer-menu-list-${Math.floor( Math.random() * 100000 )}`; newElement.setAttribute("aria-controls", menuId); newElement.setAttribute("aria-expanded",...

I found this looking for DDEV sqlite support for a plain old PHP project. I saw the Drupal specific answer here for non-explicit sqlite support: https://stackoverflow.com/questions/74811671/how-to-install-drupal-9-using-sqlite-on-ddev It would be pretty...

@rfay literally just for development and testing quick things. :)

I'm probably just a little daft when it comes to DDEV settings. It *is* easy to set up sqlite as is. Right now I'm just making stuff with PHP, no...

Personally, I have no need for Drupal 9 support. Generally, favoring accelerated + efficient development over legacy maintenance seems like a good idea.

Okay, giving local setup a... "shot". (5 minutes later) Wow, Drupal is running locally with just a few operations. Impressive. Very low friction. I did not hit any blockers. Will...

Task labeled "How to export and contribute Drupal config" -- am I misreading that or is contribute meant to be commit or import the config? @TravisCarden I should have more...