Asbjørn Ulsberg

Results 589 comments of Asbjørn Ulsberg

@sergolius, ah, I see. I managed to get this to work: ```go r := multitemplate.NewRenderer() r.AddFromFilesFuncs("entry", template.FuncMap{ "my_func": func() string { return "xyz" }, }, "views/base.html", "views/entry.html") ``` I am...

I don't think the `GET`-ability of the URI in C-L is the most important aspect here, it's that it provides a key for which to cache the result. For repeated...

I agree a `201` response from a safe method request is weird, @MikeBishop. But it's no more or less weird for `QUERY` than for `GET`. If anything should be said...

Thanks for the quick reply! Would it be possible to change that behavior, somehow?

Thanks, @gettalong. I may have a look at this when time allows. For now, I've circumvented the issue by using REXML directly.

>What data is there from the field about problems that actually occur? I have a problem with the actual word `IRI`, which is understood by exactly none of the developers...

I find it a bit bewildering reading all the comments made here and not finding a single mention **user interface design**. The reason the React website is so pleasant and...

> Does anyone know more about how the MDN Web Docs organization works, and how decisions are made? @martinthomson, can you perhaps please point us in the right direction?

Not that I've been able to find, no. But I assume it's simple enough to extend the [`Kramdown::Converter::Html` class](https://kramdown.gettalong.org/rdoc/Kramdown/Converter/Html.html) and override the necessary methods. We already do that in [kramdown-plantuml](https://github.com/SwedbankPay/kramdown-plantuml/blob/master/lib/kramdown_html.rb)...

We could make it source agnostic by adding something like this to every HTML document: ```html ``` The `data-source` attribute would contain the relative path to the source of the...