Isabella Basso
Isabella Basso
**Describe the bug** Enabling the option with nerdfonts installed does not work properly **To Reproduce** Steps to reproduce the behavior: 1. Install nerdfonts in your system 2. Enable the setting...
Many programming languages provide support to continue a line by using `\ ` at its end. E.g.: ```py "this is a sentence \ that continues in the line below." ```...
This allows single and double quoted strings to continue on the next line by escaped `\n` or `\r\n`, as described in hjson/hjson#106.
When I write some info such as ```py contact_info: { name: Isabella contact_card_url: https://something.org/whatever } ``` if I try to append to this the hjson parser interprets this :// as...
Hi, I'm trying to compile this on MacOs and I see that there's a device.h file missing (included on ./src/opgpdevice.h). I wonder where that's been sourced from, because many of...
I'm using the latest version available on the marketplace, but can't render any footnotes on the preview. E.g.  As you can see, just copying from the examples given in...
I'd like to always push to the tracked remote as most often I don't have write privileges on most repos I work on and I usually don't have mine set...
The link to `https://solokeys.com/legal/contributors/` gives a 404 error.
I have a simple model that can of two types: A or B, like what's shown in the spec below. ```yaml openapi: 3.0.3 info: title: Example API version: 1.0.0 servers:...