Filipe Fortes

Results 17 issues of Filipe Fortes

From email (Markus Rakowski): > Could you please add an option to get the hyphenated output using the current Unicode character xAD (like this: hy­phen­ate) instead of the HTML entity...

Thanks for this package, it's awesome! I'm unable to use `sad` with the `fzf` preview window, I always get an error like so: ![image](https://user-images.githubusercontent.com/5181/106510061-6e1cf780-649c-11eb-8d18-e6c04369f6ad.png) Here's what my env looks like...

I'm having issues install on the latest debian, here's my terminal output: ``` localhost:~/reason npm install -g git://github.com/reasonml/reason-cli.git /home/fortes/.local/bin/ocamlmerlin-reason -> /home/fortes/.local/lib/node_modules/reason-cli/.bin/ocamlmerlin-reason /home/fortes/.local/bin/ocamlopt -> /home/fortes/.local/lib/node_modules/reason-cli/.bin/ocamlopt /home/fortes/.local/bin/ocaml -> /home/fortes/.local/lib/node_modules/reason-cli/.bin/ocaml /home/fortes/.local/bin/utop -> /home/fortes/.local/lib/node_modules/reason-cli/.bin/utop...

`m4` isn't installed by default on all Debian, so we run into an error trying to run the following: ``` eval $(dependencyEnv) && nopam && sh -exc echo | m4...

Looks like Pitchfork's redesign breaks how search was working here (via reading a JSON object that no longer exists). Poking around at the source, there's no straightforward replacement. `https://pitchfork.com/api/v2/search/_ac/?query=` endpoint...

Would it be possible to support re-ordering CSS declarations to be in alphabetical order? E.g.: ``` css body { font-family: Georgia; color: blue; text-decoration: underline; } ``` Would become: ```...

The typical `.csslintrc` looks like this: ``` --errors=import --warnings=important ``` This is what the cli `csslint` expects. Is it possible to support this?