Ezequiel Birman
Ezequiel Birman
Hi. I am aware I can edit my /etc/fonts/conf.d/37-repl-global-free.conf and comment the parts I don't want out but maybe there is a better way? My local fontconfig configuration in ~/.config/fontconfig/fonts.conf...
Hello. https://code.orgmode.org/bzg/org-mode/src/master/lisp/ob-js.el#L47 refers to `indium-run-node` which no longer exists. Do you think it would be possible to replace it with `indium-launch-nodejs`? What configuration should I provide in my `.indium.json` file?...
The first argument passed to `compilation-start` ends up being somthing like: > bundle exec rubocop --format emacs /a/path/with spaces/something.rb One solution would be to write quotation marks around the path:...
cmake -Wno-error=deprecated-declarations runs succesfully but then make fails: > > /usr/local/src/libgroove/src/file.c:108:5: error: 'filename' is deprecated [-Werror=deprecated-declarations] > file->filename = f->ic->filename; > ^~~~ > In file included from /usr/local/src/libgroove/src/file.h:16:0, > from...
Hi all: I'd like to know if there is a way for gmediarender.service running with user name 'gmediarender' to require pulseaudio (service or socket) as opposed to running pulseaudio as...
_Aplha_ to _Alpha_
I restarted Eclipse four or five times to compare log files, If I move the cursor (I have the VIM emulation enabled) more stuff gets logged, always cycling the commands:...
Dear maintainers: It looks like the locale reported by the VM is not working as it should. No matter what I try, I always get the default: English. This was...
### Describe the problem as clearly as you can [Specifying a Ruby version](https://bundler.io/guides/gemfile_ruby.html#specifying-a-ruby-version) supports the simple syntax like showed in Bundler's documentation: > ruby = '3.4.6' This is a request...