Petr Marek

Results 10 comments of Petr Marek

Great, thanks. laktek should pull that.

Since I faced the same issue I went ahead and created a [xelatex-emoji](https://github.com/mreq/xelatex-emoji) repo. Feel free to contribute.

@chenglou That's great news, thanks!

Shameless plug for http://mreq.github.io/wmctile/build/. You could define a keyboard shortcut and switch to ?scudcloud? directly. Mine is: `wmctile summon 'scudcloud.Scudcloud' 'scudcloud'`

@ddiachkov Could you merge this please?

Here's a concern implementing b) https://github.com/sinfin/folio/blob/master/test/models/concerns/folio/friendly_id/history_test.rb ``` module Folio::FriendlyId::History extend ActiveSupport::Concern included do extend FriendlyId before_save :remove_conflicting_history_slugs end private def remove_conflicting_history_slugs if slug.present? scope_names = if self.class.friendly_id_config.uses?(:scoped) self.class.friendly_id_config.scope_columns.sort.map { |column|...

No, upstream wasn't updated since 2017. You can clone [the fork](https://github.com/mreq/BetterFindBuffer/tree/patch-1) to your sublime `Packages` dir and use the `patch-1` branch. On Ubuntu, that is `~/.config/sublime-text/Packages`.

I'll definitely try that in about a week, once I pass the finals. I am interested in gnome-shell and have some extension ideas. This might be a good start.

See https://github.com/int3h/SublimeSelectQuoted/blob/master/Default%20(Linux).sublime-keymap. You need the `select_quoted` command.