Hartmut Bischoff

Results 5 issues of Hartmut Bischoff

Hi, any plans to integrate the template engine in the tilt gem? I would appreciate this because its thus available in roda and sinatra.

After cloning the project, I tried a local run. ``` iruby:~/j/dumb$ bundle exec jekyll serve Configuration file: /home/ubuntu/j/dumb/_config.yml Source: /home/ubuntu/j/dumb Destination: /home/ubuntu/j/dumb/_site Incremental build: disabled. Enable with --incremental Generating... Jekyll...

bug

### ArcadeDB Version: 23.12 ### OS and JDK Version: Ubuntu ### Expected behavior In recent versions, a http connection established using the ruby httpx gem provided a stable persistent connection...

### ArcadeDB Version: 23.3.1 ### OS and JDK Version: Ubuntu ### Expected behavior Date fields should be transferred as JSON Date representation, independently if its an adhoc property, an explicitly...

After `bundle update` `IRuby.display IRuby.html "...." ` still works, but a warning is displayed. I fixed it by replacing 'MIME::TYPE.new(mime)`to `MIME::TYPES[mime].first` in lib/iruby/display.rb#160 BUT: MIME::TYPE.new('text/html).ascii? --> true AND: MIME::TYPES['text/html].first.ascii? --->...