<headius>
there are `...` all over that seem to be incomplete examples
<headius>
the only other thing I ran into is that I installed maven_require instead of maven-require and couldn't figure out why it wasn't working
<headius>
we should maybe talk to the owner of maven_require and see if they can merge with maven-require or yank it
<headius>
other notes:
<byteit101[m]>
Ah! that one isn't a self-contained example, more a "here are useful bits form the sample to look at" the sample is the fxmlloader sample linked
<headius>
yeah that is what it looked like
<headius>
perhaps we need some text to make clear this is not runnable, but then link to something runnable and complete?
<byteit101[m]>
Yea, I didn't realize maven_require existed until I attempted to push the gem, then tried it out, it failed and so renamed maven-require as the existing gem didnt' work anymore
<byteit101[m]>
yes, I can do some edits. give me a few minutes to finish something first
<headius>
master is updated to the new faster timeout gem
<byteit101[m]>
I like that, updated again
<headius>
enebo: anything else?
<byteit101[m]>
did you get a chance to read it? or I think you may have done that back in march or whenever?
<headius>
I read it in march and skimmed it while running through examples this time
<byteit101[m]>
Cool. I'm all good then!
<enebo[m]>
yeah ship ip
<byteit101[m]>
the asciidocfx editor output style is nicer than github's adoc rendering, particularly for snippet titles. Just realized when I edited the titles now
<byteit101[m]>
*captions, not titles I guess
<byteit101[m]>
headius: do you just want the raw adoc or some rendered versions?
<headius>
enebo: so should we push this to jruby.org or blog.jruby.org?
<headius>
the latter has not had a new post since 2015
<headius>
not sure people know it exists
<headius>
byteit101: I wonder if we can do adoc with jekyll and GH pages
<headius>
if we can just drop it in as adoc that would probably be best
<enebo[m]>
I don't know. People will not be bookmarking the site either way
<enebo[m]>
I think they will only see the link from social media
<enebo[m]>
so in that sense it can be posted anywhere
<enebo[m]>
We are not going to be doing a blog blitz either but it is a blog post
<headius>
byteit101: I think the last step here would be just getting it integrated into https://github.com/jruby/blog.jruby.org however you think it looks best
<headius>
it is a pretty minimal blog site as is
<headius>
omg and it apparently loads every article back to 2009 in one page
<headius>
this site is so old it uses a version of json that still expects fixnum and bignum to be separate
<headius>
ENOTSUP ENOTDEFINED?
<byteit101[m]>
trying to find a version of MRI or JRuby that works, currently exploring all my old rvm rubies
<byteit101[m]>
None of the jruby versions I have work, nor does 2.6,2.5
<byteit101[m]>
Did you mean? Errno::ENOTEMPTY
<byteit101[m]>
all the issues are with the json gem though
<headius>
I feel like I remember this being added later
<byteit101[m]>
Ok, all the issues are native gem builds now for all the rubies I have installed
<byteit101[m]>
headius: yoinkage!
<headius>
there are plugins for asciidoc for jekyll, trying to make that work now
<byteit101[m]>
Ok, I was able to install stuff with only one warning by blasting the lock file and feeling dirty by not using jruby: Ruby Sass has reached end-of-life and should no longer be used.
<enebo[m]>
There is a lot of sweater unraveling but the final kink should be done
<headius>
byteit101: install in blog.jruby?
<enebo[m]>
This newest work on callsite side is less fragile as well
<headius>
I had to wipe out lockfile also and just go with latest... are you trying to get adoc working too?
<headius>
enebo: noice
<byteit101[m]>
oYes ,got it wroking
<byteit101[m]>
sad syntax highliting noises
<headius>
hah
<headius>
nice
<byteit101[m]>
Adoc is working, but without icons or colors
<headius>
mine doesn't want to recognize adoc... I must still be missing some bit of config
<headius>
sounds like you have more working than me... do the post and the update/config as separate commits at least
<headius>
when you are satisfied with it we can merge and it will be published
<byteit101[m]>
Colosr ad nsyantx!
<headius>
wingardium leviosa
<byteit101[m]>
New issue: code wrapping is too short
<byteit101[m]>
Maximum column width is 700px. Is that too small in this day and age?
<headius>
seems pretty small but people can scroll horizontally
<headius>
I usually prefer code snippits to never wrap unless the code wraps because it will just look bad
<byteit101[m]>
Oh pygments wraps
<byteit101[m]>
do you want me to center it? or keep it left aligned?
<byteit101[m]>
Ok, this is... reasonable
<byteit101[m]>
headius: shlould my name be just my name or handle too?
<headius>
whatever you like
<byteit101[m]>
I've changed the fonts, because of clashing CSS. I can investigate it if needed, but the adoc plugin is pushed to my fork
<headius>
getting a bit late in the day now so I will merge and advertise tomorrow
<headius>
so no rush if you want to tweak at all
<byteit101[m]>
should I keep the TOC?
<byteit101[m]>
(almost done now)
<headius>
if we get it out tomorrow morning we can catch EU in afternoon, JP in evening
<headius>
does it look ok:
<headius>
?
<byteit101[m]>
it looks... like a thing
<byteit101[m]>
I'll keep it, if you don't like it remove toc: left in the adoc post file header
<headius>
ok
<headius>
I'll have a look
<byteit101[m]>
on fork
<byteit101[m]>
pr?
<headius>
yes please
<byteit101[m]>
done
<byteit101[m]>
Oh, I was going to ask: did you like the maven_require usage (mine)? It's been a thing I've wished was easier for a long time, and I'm glad I finally made it
<headius>
yeah it is like bundler's version of the same thing, it does work nicely
<headius>
I feel like we should integrate maven more out of the box but have never had time to see what that might look like
<headius>
the formatting of the single page blog now centers the content but I think it looks better anyway
<headius>
enebo: maybe pull byteit101's branch and see what you think... we can publish tomorrow and deal with improving the blog after
<byteit101[m]>
yes, I did that(see note in PR)
<headius>
probably should center the header and post titles if we prefer this layout
<byteit101[m]>
It just looked too weird being so narrow on the left only on my huge monitor. centered still looks odd, but much less so
<headius>
yeah
<byteit101[m]>
Might want to get a better layout for that, header titles looked weird centered
<headius>
this blog site needs some refreshing
<headius>
ok
<byteit101[m]>
need the horizontal bars to be trimmed
<headius>
ok bbl, moving house and have some things to take care of today