Sven

Results 9 comments of Sven

I'm down to do either, but I think the best course of action for the time being is adding more members to the org with commit access to the repositories...

@corysimmons Yes of course, that was my plan all along until I noticed the current list of PRs and identified bugs were at a standstill so it seemed pointless to...

Also seems to happen with this code: ```js import * as something from 'somewhere'; something.someProp = jest.fn(); ```

Sorry for taking a while to respond! Dead markup is definitely a valid concern. But Sailfish isn't strictly a HTML templating library - it can be used to render any...

> I hope @Svenskunganka comes through with that PR to switch it to TOML. I don't want to have to add any more YAML to my projects than absolutely necessary...

> Also, I was thinking of wanting to change the comment type to be the same type as `` because CTRL+K CTRL+C comments the .stpl file from VSCode. What does...

I made a proof-of-concept implementation of the latter where fields need to be accessed with `self` in templates and you can call methods on `self` over at https://github.com/Svenskunganka/sailfish/tree/self_in_templates I was...

I'm sure some of you have heard about the new asynchronous I/O interface in Linux 5.1, `io_uring`, but I thought I'd leave a note about it here nonetheless. Here's a...

Node.js and io.js is getting merged soon. See [Node Foundation](https://github.com/nodejs/node), so we can probably hold on a little while until that happens.