Fernando Basso

Results 22 comments of Fernando Basso

Thanks for all your work on aurget. I have been using it for more years than I can remember. Sad to see this email, but I understand you. Also, thanks...

I my case, I also get this kind of “wrong” indentation with JS and TS: ![image](https://user-images.githubusercontent.com/6560620/154658707-58d7a553-7d4c-4193-8ba5-0badee408d3e.png)

@aspeddro We cannot watch the video because Github says it is corrupt. Also, can you explain your previous comment in more detail?

On Arch Linux With Xfce, Hexchat 2.14.2, on the network list, no combination of Shift/Alt/Ctrl/Up/Down/Page Up/Page Down worked. Disabling "Sort tabs in alphabetical order" in the preferences and manually editing...

Yeah, that would be nice to have. [Asciidoctor has a similar feature](https://docs.asciidoctor.org/asciidoc/latest/directives/include-lines/). Sometimes it pains me that Markdown, and not Asciidoctor is mostly used for documentation and technical writing.

``` $ tree -C -L 1 ./ ./ ├── endpoints ├── schemas └── apispec.yml $ swagger-cli --version 4.0.4 $ swagger-cli bundle --type yaml apispec.yml Token "components" does not exist. ```...

I was able to solve the issue. The problem was that we had some: ``` $ref: '#/components/schemas/MyCookie' ``` **But** `#/` will try to find `components` in the current file. As...

It says [here](https://guide.elm-lang.org/types/reading_types.html): > In the Core Language section of this book, we ran a bunch of code in the REPL. Well, we are going to do it again, but...

See [Make the Leap from JavaScript to PureScript](https://github.com/adkelley/javascript-to-purescript). > "Make the Leap from JavaScript to PureScript" takes some of the most popular functional programming (FP) abstractions in JavaScript and demonstrates...

Cross-posting my problem and solution here as it may be useful to others. See https://github.com/sienori/Tab-Session-Manager/issues/1085#issuecomment-1272279708 for the other, related issue. ---- I my case, I'm on Arch Linux and the...