Ram

Results 34 comments of Ram

This is slightly less of a problem considering the recent news, but it's still pretty bad. https://www.macrumors.com/2017/06/06/apple-to-phase-out-32-bit-mac-apps/

Sorry for the late reply! Thanks a lot for this pull request, but I have a few questions: 1. I know that this is the same syntax that Hugo uses,...

This looks amazing! I'll read over it as soon as I get home. :)

I have a few (very minor) questions: - `Post.date` is already the last updated (i.e. modified) date, so what's the point of adding an `updated_date` field, too? - Instead of...

What special support do you need for this? It sounds like something a template would do, but I can add an auto-tldr and/or a manual tldr if you think it's...

I'm not familiar with this at all, but aren't icons also specified externally in Linux? Something to do with desktop entries? 😕

Obvious workaround (not real code): ```js let temp = window.external.invoke; window.external.invoke = function (s) { temp(s + '0') } console.log = function (s) { temp(s + '1') } console.error =...

- I have [**a very similar project**](https://github.com/quadrupleslap/tether/blob/experimental/tether) that lets you open multiple windows, and has WKWebView, EdgeHTML, and WebKit2GTK implementations. Ripping stuff out of it and into this library should...

For what it's worth, it's probably *less* confusing for anyone who isn't familiar with C arrays, or is better acquainted with Rust's slice type.

Note: You could never run this on a non-main thread on macOS anyway, because macOS is weird like that.