Violet Shreve

Results 44 comments of Violet Shreve

Great work! It would be nice if the init, append, and finalize calls were separated. This current implementation is a good MVP, but I'd also like to see concurrency and...

@drswork Ok, thanks, I see your reasoning here. Most of the statements in the docs about retrying refer to flaky cell networks. I am in an OS class right now...

@zsugabubus 1. I colorize my blocks with a script that doesn't add newlines because it may want to color multiple things on the same line. I would have to print...

@zsugabubus That would never finish, so i3blocks would never read any of it. It spawns the process, waits for it to finish, then reads the content that was written. You...

It re-enables `$notification-padding` and makes its default behave sensibly, but that's only an improvement if that is the goal (which is my preference). If your preference is to remove `$notification-padding`,...

Would you be able to post some reproduction HTML? What you're describing sounds almost exactly like the expected behavior, but I'm not certain I'm getting the full picture. The demo...

> And Bulma also gets rid of bullet points on <ul><li> Use the `.content` class on a parent to reintroduce typical content styles. I would highly recommend reading the documentation....

Hey folks. I just stumbled on this issue and thought I'd toss in my two cents. This is the workaround I'm using now with nested fields: ```html Uniqname @umich.edu This...

Ultimately, it relies on `Rails.cache.read_multi`, which is supported by Redis, so yes.

This seems like it would be pretty easy to do. I've never created a Tilt-compliant template engine before. [Sinatra's relevant docs](http://www.sinatrarb.com/intro.html#Adding%20Your%20Own%20Template%20Engine).