Jeanine Adkisson

Results 62 comments of Jeanine Adkisson

We're working on some examples and tutorials, but for fun you can try out esh. For example: ``` html # test.html.esh Here's number ! ``` And then run ``` bash...

Ha, yeah, thanks for catching these. The GNU-isms are a little hard to work around, although it's possible to do some feature-testing at the beginning and create wrapper functions for...

One thing I rely on heavily is the string manipulation features of bash, for example in the super-hacky trim() function, and in the http-parsing. Is that in vanilla Bourne shell...

Beautiful, I'd love to be able to hook this up to shttpd :)

Also, some _ahem_ unit tests _ahem_ might be in order.

Finally getting around to looking at this, this is all really good info, thanks :]. Am I right in assuming nothing should have to be done with window_manager?

I've been using this in the form I just pushed, and it's been very satisfyingly stable. Swapping all the windows and config between spaces seems just generally far less error-prone...

Hi @kasperpeulen, thanks for the note! We've been working on re-architecting the core so that `\text` wasn't a gigantic hack, and when we're done with that we may consider adding...

Next is the fonts, and I'm not sure how to accomplish this cleanly. I think we need to do a review of exactly which fonts we need, and which subsets...