Jacobo de Vera
Jacobo de Vera
The Pylint plugin config for Vim makes it run pylint pylint on the currently open python file every time it is saved, however, if a different type of file is...
`list` in IDL generates `ArrayList` in Java, but this makes for too restrictive APIs. I would like to find a way to map `list` to `List` in method parameter types....
I have added YAML parsing support and in the process done a bit of refactoring so that: - I didn't have to further indent blocks in more nested try/except -...
According to [Setuptools docs](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-platform-specific-dependencies) there is a way to declare this.
I love the Craft theme! I found, however, the left sidebar to be my anchor into Roam and changes there are highly disruptive 🤷 . So after spending a couple...
The triple backticks in a comment tell Roam to end the CSS code block when embedding the theme directly in Roam. Removing those ``` allows the theme to be embedded...
This PR brings the following changes: * Mainly, by setting the `SKIP_FORKS` env var, forks will not be mirrored, regardless of the other configurations. * A new option `DRY_RUN` is...