traverseda

Results 247 comments of traverseda

Sakura already handles "layout specific functionality". It centers content and applies a max body width. What I suggested would just be a different, more flexible, way of doing that. Here's...

I'm not sure that flex would make it more complicated for simple tweaks. I *think* everything should work pretty much how it always did, just the method of centering would...

Glad to hear that's on the radar. Sounds great.

I suppose the obvious thing would be to make that mod-configurable, although I think a simple hull operation would work well in 90% of cases. I know bullet has a...

The only real case I can thing where the convex hull *wouldn't* work is if you're standing on the very top surface of a completely flat object. I think a...

Yeah, giving modders the tools to make that kind of thing would be great. Gravity generators or gravity plating could be a lot better than the convex-hull solution for some...

Good to know, It's really impressive that mods that would check things like player radius would work without needing any extra compatibility coded in. >with issues arising as you said...

I was thinking about this as well. You might want to take a look at https://github.com/scrapinghub/dateparser/tree/master/data/languagefiles It's a bunch of YAML formatted language files for natural language parsing of dates....

Probably outside of the scope, but I'm imagining this looking like FUSE. Maybe you could have plugins live in the verse tree proper, written in python, using the pypy-c-sandbox for...

Ehh, maybe we're imagining different use cases. I'm picturing verse as being the "kernel" for a sort of plan9-esque (everything is a file) operating system. Well plan9 and gnu/hurd, they...