Timo Tijhof

Results 366 comments of Timo Tijhof

@kelson42 I think your current method is what I'd recommend as well, and should provide for the proper rendering of content. I'd advise against parsing HTML for this as it...

@kelson42 Yes please, that seems like a genuine bug indeed. Sorry about that 🙂

@MananJethwani When developers write JavaScript modules for MediaWiki, the "base modules" are the modules that they cannot (and need not) declare dependencies on, because they are the base environment. This...

There is no problem with `jquery.cookie, mediawiki.storage, mediawiki.cookie, mw.util` as far as I can tell. These are indirect dependencies that will be taken care of automatically if you load something...

#### Add design for micro viewports This was to optimise for smart watches and KaiOS feature phones. See also [blogpost](https://nolanlawson.com/2019/09/22/the-joy-and-challenge-of-developing-for-kaios/) by @nolanlawson on this topic. | | Home | Post...

I'm using this theme as well, and ended up creating my own minimal way to do tags. I looked at several themes and plugins for Jekyll, but most do this...

The library appears to support this through the `Table::__construct(.., $schema)` parameter and `Table::setSchema()`, which are also consumed correctly by the Writer implementation. The only problem is, it seems that the...

@georgebarnick is correct. This project is actively used for MediaWiki (which powers [Wikipedia](https://www.wikipedia.org/)). I'll check this out later early next week.

Could you supply a simple test case? I think I know what you're after but would like to make sure.

@ocean90 Yeah, I noticed it in an earlier version of the pull request. They were dropped in the rebase. I'll add support to the test format for a one-way trip....