Aleksej Komarov

Results 38 comments of Aleksej Komarov

I wonder if that fits this project :> https://github.com/stylemistake/bash-task-runner

You can use this as a template: https://github.com/gruntjs/grunt-cli/blob/master/completion/zsh

This issue was fixed in this fork, and it is more maintained in general: https://github.com/AndreyPavlenko/aceproxy

Need to add some sort of observer for the current mode. https://github.com/stylemistake/bitwig_apc40/blob/master/apc40.control.js#L278-L287

Yep, we have migrated to mini-css-extract-plugin. This particular plugin is still superior in minor regards, but I'd rather use Webpack 5 at this point.

@jakedowns Yes, we use mini-css-extract-plugin in tgstation (tgui) to produce static CSS files for each entry point. Perhaps you'll find this config useful. We're not using chunking here though, so...

It is a completely pointless change. 1. When it comes to people with disabilities, they can use tools and plugins that present spaces as intentation in a more compact format,...

> The Idea of this change is not to force tabs onto those that actively prefer spaces over tabs. But instead it sends a signal to consider tabs as a...

Both tabs and spaces are essentially a hack to emulate indentation with whitespace, if you compare to how tab stops actually work in typewriters, word processors and here: [elastic tab...