Christian Haase

Results 10 issues of Christian Haase

New Behavior -------------------------------------------------------------------------------- The FiraCode font (https://github.com/tonsky/FiraCode) includes special glyphs for progressbars. In the current implementation the `|` at the beginning and end of the bar are not part of...

It would be great to have an applet for the android homescreen which is behaves like a notebook touchpad. This would be very useful on tablets.

enhancement

Is would be great to have a video variant where the speakercam and the slidecam are both stored as separate video streams. This way is would be possible to have...

rails
enhancement
i18n

I modified the pessimizer for myself to use it on gemspecs. This is no more than a proof of concept I am sharing in case anyone picks up this project...

Hey, it would be great to have the neo2 layout (de-neo) from http://neo-layout.org/ available in `grml-lang`. **Console** Ref: http://wiki.neo-layout.org/wiki/Neo%20unter%20Linux%20einrichten/Konsole This keymap works nicely (except super-special chars like ⇔∫∂Δ∃ΓΦ…, perhaps due...

feature-request
grml-release

I added a the toy method to Enumerator. To prevent duplicate code, I moved the whole logic from Array to Enumerator.

It seems that `Lua::Function` and `Lua::Table` are never getting removed from memory. `Lua::State` is only removed when manually removing all references. ```ruby require 'rlua' def stressloop_for(c, *klasses) GC.start GC.stress =...

Hi, I have written the following code: ldap_connect "uid=testuser,ou=People,o=somewhere", "mypass" u = User.first(:uid => "otheruser") u.password = "foo" p u.save `u.save` in the last line prints true, but logs the...

Hi, I tried to do some joins between sqlite and ldap. Unfortunately there seems to be a problem when building the LDAP filter. Please see the attached Script. The line...

Hi, to be able to handle custom http-servers I did a little refactoring. This PR extracts the dependency on httpclient into another, small gem which may be skipped. Using Faraday...