Franklin Davenport

Results 10 comments of Franklin Davenport

~Maybe this is an unrelated issue, but it appears that this plugin will pick the first key that starts with the alias. eg~ ```js // babel.config.js { "plugins": [ [...

I just tested the AutoHotKey script with two monitors at different DPIs. Unfortunately windows resize to become larger whenever they touch the border of the two monitors.

This also happens if I change the DPI scaling on any of my monitors.

@Tihz, I did the same thing. I even used Windows Task Scheduler to run it every time I unlock my computer because I usually run into issues after waking my...

I found another solution. Now I just use a modified AutoHotKey script. It doesn't do everything AltDrag does and I have to start it myself every time I reboot but...

I understand not wanting to add `reflect-metadata` as a dependency. I had run-time issues with the version I used because it clashed with Angular 2's version and presumably overwrote global...

Maybe we can do something like this: `ast -> io-ts -> json schema`. [io-ts](https://github.com/gcanti/io-ts) does a good job representing types at runtime. Looks like their [v2.0 milestone](https://github.com/gcanti/io-ts/milestone/8) includes [generating json...

I'm new to F# and it's ecosystem. I'm attempting to add a "PublishToNuget" target but I'm having dependency/paket issues. Maybe it's because I have dotnet core 3 preview installed. As...

**Quoted Flags**: Something else that could be a source of confusion is the difference between how **quoted** flag-looking arguments are passed to internal and external commands. ```nu # play.nu def...

The big issue with this is how difficult it is to track down the offending query as the stack trace and message give no clue as to which one it...