Alvaro Fernando García

Results 20 issues of Alvaro Fernando García

Items to fill: - [x] Syntax highlight = 🚀 - [ ] Code Completion - [ ] Lint - [ ] Code Format - [ ] Goto Def - [...

help wanted

### Issue ### Some browsers render the level icons with a different font, and because of this, links are not visible at all! ### Example ### ![captura de pantalla de...

help wanted

Probably a refactoring-specific chart would be needed, because there are various items to compare. At least the following ones should be mentioned: - Rename symbol - Extract function - Delete...

help wanted

## Description Is not clear how many system resources are officially required by this extension to work correctly on a reasonable sized project. It has been said on Reddit that...

## Summary This extension could be included in [open-vsx extension repository](https://open-vsx.org/) ## Motivation VSCode Marketplace is only available from Microsoft VSCode builds. Code-OSS and [VSCodium](https://vscodium.com/) builds don't have access to...

I'm having trouble migrating a ledger-cli journal to hledger, which uses `C` directive. My file is similar to this one (but contains more transactions) ``` commodity mBTC commodity BTC commodity...

A-WISH
docs
journal
needs:docs
needs:design
ledger-compat

If an user selects Argentine Peso as currency, Natrium shows `9 pesos and 50 cents` as `9,50 €`. Natrium should say `$9,50` or `9,50 ars` or `9,50 pesos`, because €...

Hi. I have made some progress with `.vapi` bindings (see [here](https://gist.github.com/rainbyte/da0d00f81d83eceb913d71d0e3681b2f)). This could be good for adding initial support for various languages (e.g. Haskell. Vala, Python, etc) using `gobject-instrospection` machinery....

Hi. I'm in process of writting vala bindings (WIP), and it would be really helpful to have some examples of the usage/workflow of this library. Up to now I was...

enhancement

I was wondering if this kind of Producers/Consumers behavior could be implemented using streamly. This piece of code is implemented using pipes-concurrency with mailboxes. Details: - Handlers consume events from...

aspect:concurrency