Michael Lenaghan

Results 38 issues of Michael Lenaghan

The page has this snippet: ``` green: { onEntry: "startHttpRequest", onExit: "cancelHttpRequest", ... } ``` followed shortly thereafter by this snippet: ``` function transition(event, data) { currentState = stateMachine.transition(currentState, event,...

Just to make sure you're aware: Mac Catalyst colors can be different; here's my list of the ones that are (light mode / dark mode): // .systemBackground: #FFFFFFFF rgba(255, 255,...

Colander has a [page](http://docs.pylonsproject.org/projects/colander/en/latest/null_and_drop.html) devoted to describing Colander's use of Null and Drop values. The product's current behaviour doesn't match that description. Specifically, `default` should only affect serialization—but it currently...

There are two main approaches to giving the web server access to files. I'm not sure the details are relevant. What is, I think, is this. While trying them out,...

enhancement

When I moved from my development machine to my production host, `index.php` files started appearing in the URLs. Using Automad's excellent debugging capabilities, I tracked the problem down to [here](https://github.com/marcantondahmen/automad/blob/0255fad39ac3a534a97164521b423839fa82a2bb/automad/src/Core/Config.php#L80)....

enhancement

Consider adding a type of theme var where the presentation is a list of theme-defined values. I could give some examples, but in fact Automad already uses such a thing...

enhancement

[Here](https://dev.automad.org) is Automad's demo site. And [here](https://dev.automad.org/automad/package-lock.json), for example, is the `automad/package-lock.json` file for that site. Those are just text files, but `.php` files are also exposed. For example, if...

enhancement

This: ```scss pre, code { font-family: var(--font-mono); } ``` is [here](https://github.com/ThinkUniform/uniformcss/blob/6a4aee9806a0aa2125dcea2b247f8c427ce2cd71/uniform/core/starter/_index.scss#L41). But if `css-variables` is configured to `false` CSS vars aren't generated.

bug

When I first saw what your framework was capable of, this is what I immediately thought of: that I could use it to very efficiently write traditional CSS — like...