Caesar Schinas

Results 40 comments of Caesar Schinas

Sure: https://gist.github.com/caesar/7edf5e6cf5670f0866c3fad1a72ece34 See the `description` key which has markdown content. (In production I am currently using HTML tags instead.)

That does seem like a good approach – in particular I like the ability to apply other transformations like the date parsing in your example. But I wouldn't want to...

Sure, your solution does seem to be the more flexible way to achieve this. My alternative at first glance seems simpler to use (at least for simple use cases), but...

I consider it (and #137) a bug because the installer is actually performing a global install (in that the software is installed to `C:\Program Files (x86)\`, but nonetheless it is...

I'd love it to be off by default but that's not default behaviour on macOS… Should we override it by default? I don't know. 🤔 Edit: for reference, default behaviour...

Just a thought – if it's off by default that will technically be a breaking change, so even if we do want that, maybe best to add it as-is for...

> This also closes #2804 Ah, I was sure there was another issue, but I failed to find it, thanks. > electron actually uses [tabbingIdentifier](https://developer.apple.com/documentation/appkit/nswindow/1644704-tabbingidentifier) I did try that it...

Wouldn't keeping both options make most sense, since both exist on macOS? I don't think they quite do the same thing. At the very least, if a tabbing identifier isn't...