Results 141 comments of Sancarn

I do have a concern that people who have youtube channels and a website (which is most youtubers) will then get 2 links in VBA-Awesome, which seems a little unfair......

I'll take a look at it. Though the Marshal binary structure seems super random... xD Otherwise I'll likely build my own parser from `RubyObj.inspect`

I didn't get very far with extending the marshaller, so decided to just build my own ruby object parser in javascript: [RON.js](https://github.com/sancarn/RON.js)

Investigated a little more today, looks like I was way off track with my original thoughts. Here's a more investigated description of an alfred workflow: 1. Alfred workflows `.alfredworkflow` files...

Analysis of existing use of `isPlatform()` and `process.platform`: ```ts const wordJumpModifier = isPlatform("mac") ? "alt" : "ctrl"; const menuNavigationModifier = isPlatform("mac") ? "ctrl" : "alt"; const cmdModifier = isPlatform("mac") ?...

## Feature - ClipboardHistory ### Windows Windows OS already has a clipboard history, and this history is interactable using UWP. Typically this involves using [`Clipboard.GetHistoryItemsAsync()`](https://docs.microsoft.com/en-us/uwp/api/Windows.ApplicationModel.DataTransfer.Clipboard.GetHistoryItemsAsync?view=winrt-20348). You can also use [`DeleteItemFromHistory`](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboard.deleteitemfromhistory?view=winrt-20348)...

> Program structure > I would like to simplify the overall structure, and make things more transparent. We spent a lot of time preparing the current structure already. would be...

Work in progress at https://github.com/sancarn/launchmenu-calculator

> And a separate "scientific-calculator" applet or something along those lines could be made to provide plotting, and all other advanced features. In my view it depends on ease of...

Reopening as although simple applet is implemented full scope of issue isn't addressed. Although there is debate that full scope in issue should be included or not in the simple...