Stef

Results 6 issues of Stef

We need to provide pre-compiled gems without internet access. We download from rubygems.org, compile using gem compiler, and push the compiled gems to our local geminabox server. From here the...

question

Hi, I've been trying to install & run SLES15 on bhyve with mixed success. I'm using a template based on a working openleap configuration, the install seems to work fine...

I have a Lua function that receives a python dict-based object 'attributes' (from sqlachemy) as argument and want to check for presence of a key - as per python hasattr(obj,...

JQuery migration warnings persistently pollute the console & are quite annoying. Easy one line fix @ line 174 of `jquery.dirtyforms.js`: ``` // JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos // $.extend($.expr[":"],...

According to the [Textile images spec](https://textile-lang.com/doc/images), images can be right or left aligned, or centred: ``` !>/carver.png! ! RedCloth.new( '!>/carver.png!' ).to_html => "" irb(main):067:0> RedCloth.new( '!/carver.png!' ).to_html => "Hello" ```...

OS: SLES 15 SP4 ruby: ruby 2.5.9p229 (2021-04-05 revision 67939) [x86_64-linux-gnu] (from SLES distro) digest gem version: 3.1.1 (latest avail at time of writing) The `actionmailer` gem from v7.0.1, as...