Sebastian Stammler
Sebastian Stammler
Only the beginning of clipboard entries is matched when typing a word in the clipboard history window. Searching should match anywhere inside the entries, not just the beginning. Related to...
Generated files have mixed imports from `ethers` umbrella package and `@ethersproject` sub-packages
The moment a project imports from the [umbrella `ethers` npm package](https://github.com/ethers-io/ethers.js), it already has (almost) all dependencies that can be individually imported via the `@ethersproject` sub-packages. E.g. my `ERC20.d.ts` file...
I want to merge multiple latex projects into one and would like to use `bibtex-tidy` for merging the bibliographies. However, if entries are merged, only the first entry's key survives...
In general, `.aby` tokens can have a sign. https://github.com/encryptogroup/ENCRYPTO_utils/pull/13 has to be merged first.
It would be great if ABY kept changes to `cout` (and possibly other streams) flags local, i.e., save them before changing them and then restore them. An [RAII solution]( https://stackoverflow.com/a/18822888/1523730)...
The documentation about [environment variable replacing](https://tmuxp.git-pull.com/examples.html#environment-variable-replacing) needs to be update to include more fields in which env vars are substituted. E.g. this also happens for variables defined under `environment:`.
tsuquyomi implements a Unite source. But Unite is now obsolete in favor of [Denite](https://github.com/Shougo/denite.nvim). Are there plans to implement Denite sources?
Probably after upgrading my Arch Linux system to python 3.7, thesaurus_query stopped working. I get the following errors: ``` Error detected while processing /home/stammler/.vim/bundle/thesaurus_query.vim/autoload/thesaurus_query.vim: line 214: Traceback (most recent call...
The links section of the `README` file has a faulty link, using .com instead of .io to https://mattn.github.io/emmet-vim/
The Lightning calendar is integrated into Thunderbird since version 45. Is it planned to add at least some basic shortcuts for calendar navigation (hjkl), creation of new events (c), switching...