Jakub Jirutka
Jakub Jirutka
Can you please tag a new version? I’m maintainer of this package in Alpine Linux and just got a request to update to the latest revision in master branch because...
The latest release on RubyGems is 0.27.7, but the latest tag in this repository is 0.27.5. This is about the third time I’m reporting such issue, please automate this…
UML allows multiple associations between the same classes using roles. How can this be written in nomnoml? ``` [Person| username: string ] [Thesis| title: string ] [Thesis] supervisor -> [Person]...
Does this plugin support form-based authentication? It does not work for me, when I enter URL, username and whatever password in the settings dialog, then _“Test Connection_ returns _[Fail] Server...
> Is this a joke? > I thought it was. But apparently it's actually useful for some people. Are you kidding me? :smile: This tool is super-useful! I wish you’d...
`pamixer` currently allows to control the _default_ sink or any other sink specified by its index or name. There’s also option `--get-default-sink` that prints the default sink. I’d like to...
Could you please consider adding the following alternative key bindings? ``` DownArrow Scroll down UpArrow Scroll up PageDown Scroll down a page PageUp Scroll up a page RightArrow Scroll horizontally...
### Use SPDX snippet tags instead of copy-pasting full license text Based on spdx/spdx-spec#719 ### Fix compatibility with latest zsh-syntax-highlighting zsh-syntax-highlighting started using zle-line-pre-redraw hook instead of the legacy "bind...
The last tagged release is 2.5 years and there are a few new changes since then. @sunaku, can you create a new version tag?
```js const asciidoctor = require('@asciidoctor/core') const doc = asciidoctor.load(` = Title == Section :foo: 42 Lorem ipsum.`) const attrs = doc.findBy({ context: 'section' })[1].blocks[0].getAttributes() // => { attribute_entries: // [...