Damien Cassou
Damien Cassou
Would it be possible to get rid of the confirmation question when stdin is used as input for `modify`? When used in a program, it is impossible to pass both...
Here is a typical sorting we want: ```js class Foo extends MyFrameworkObject { _initialize() { ... } doSomething() { ... } _partOfSomething() { ... } } ``` More explicitely: -...
Hi, I recently switched to using [@babel/eslint-parser](https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser) as eslint's parser: `.eslintrc.js`: ```js module.exports = { parser: "@babel/eslint-parser", parserOptions: { sourceType: "module", }, ... } ``` This allows our project to...
I tried building grobi 0.6.0 with Go 1.15 but got: ``` ./randr.go:224:19: conversion from uint16 to string yields a string of one rune, not a string of digits (did you...
To add your project in a distribution, it would be easier if the project had a Makefile taking care of installing everything properly. As examples, you can check [gpaste](https://github.com/Keruspe/GPaste) and...
I always get this error when using zbarimg: ``` $ zbarimg -q --raw firefox.combyK5uV.png Name Error (Connection ":1.699" is not allowed to own the service "org.linuxtv.Zbar" due to security policies...
In grouped results, `M-x imenu` will now list the files containing matches, allowing quick navigation between them.
I just would like to say that, even though this package is not updated anymore for quite some time, I'm still using it and I'm still happy about it. Thank...
I have the impression that there are some relationships with [`composable.el`](https://github.com/paldepind/composable.el). For example, you could sync with composable's author to agree on which character selects which unit/object. You seem to...
Typos found with codespell.