[12:48:04] Hi. Please what kind of project can one create on Wikipedia Hackathon? [13:03:28] Hi, see https://www.mediawiki.org/wiki/Hackathons for general info [13:35:56] Hello everyone! I am working on TypeScript definitions of OOjs and OOUI and planning to publish it to DefinitelyTyped so you can use OOUI with type information in your gadgets and user scripts. : https://tools-static.wmflabs.org/bridgebot/5610be2e/file_42431.jpg [13:38:33] https://tools-static.wmflabs.org/bridgebot/cb0aac3c/file_42433.webp [13:38:35] The problem is that, the ES5 way of creating classes (which OOjs uses) is so dynamic that it is not well supported by TypeScript. Should I write types in a looser way (let user use type assertions) or a stricter way (using mapped types)? [19:40:12] is there some way you could pastebin instead of screenshot? [19:40:13] [19:40:14] assuming appropriate syntax highlighting were available I can't think of any reason that screenshot wouldn't be better as a pastebin. (re @Disk: The problem is that, the ES5 way of creating classes (which OOjs uses) is so dynamic that it is not well supported by TypeScript...)