David Chambers

Results 269 comments of David Chambers

> can […] the function run in the documentation page itself This would be neat. We do this for [Sanctuary](http://sanctuary.js.org/) and I appreciate not having to switch back and forth...

What I've done in the past is given each heading top padding and negative top margin.

> what wzrd gives up is "browserify as a service" which i believe is required to serve up RF and S which are not bundled for the browser Actually, Sanctuary...

> So it would be possible to serve it up with unpkg? Yes. I just confirmed that this works: ```html ``` Keep in mind that the Sanctuary module is exported...

This would be very nice indeed!

This week I will open a pull request for [sanctuary-search][1], which will support type variable substitution as well as less fancy Hoogle features. The module will be used on the...

Here's a simplified version of my starting point: ```kotlin createHTMLDocument().html { body { form { attributes["hx-on::after-request"] = "if (event.detail.successful) this.reset()" } } }.serialize() ``` This crashes with java.lang.RuntimeException: Namespace for...

My view: Symbols are a bad part of the language which we should do nothing specific to support.

Columns should be aligned via spaces rather than tabs. Tab-based alignment depends on tab width, which is context-sensitive.