Steve Lombardi

Results 22 comments of Steve Lombardi

sorry Atom 166, ACH 3.02, OS 10.10.1

I reported the [above issue](https://github.com/Glavin001/atom-beautify/issues/896). In my case, the settings-view keeps saying there's an update to atom-beautify 0.29.1. Update through the UI never finishes. APM UPDATE command says there is...

Apparently I was not logged in, something I only discovered when trying to run `fig doctor`. It works now. Perhaps you need a more in-your-face way to notify users that...

there are more warnings: ``` WARNING in .../node_modules/ng2-dragula/__ivy_ngcc__/dist/fesm2015/ng2-dragula.js depends on dragula. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies WARNING in.../node_modules/dragula/dragula.js depends on contra/emitter. CommonJS...

Ditched it and moved to Angular Material's drag and drop. Much simpler to use.

Yes, I've also found questionable formatting choices. Why would it do this: ### BEFORE ### AFTER

I assumed it would just use default settings, unless I provided something else. Is a settings file required anyway? That's not clear.

I created a `.postcss-settings.json` file at the root of my project: ``` { "postcssSorting.config": { "order": [ "custom-properties", "dollar-variables", "declarations", "at-rules", "rules" ], "properties-order": "alphabetical" } } ``` I open...

UPDATE: I can only get "alphabetical" to work, and _only_ if I add the settings object to my vscode settings; it does not work with the external file I described...

with Angular Shepherd 14 installed, this block is flagged in VSCode as an error on the `type: cancel` line and will not compile. Note that I can run angular shepherd...