Mattias Andrée

Results 120 comments of Mattias Andrée

Lunasay, the name is just so perfect (and obvious enough). Lu[n]a = Moon, Luna is a Pony. I did think about some idea's earlier, but this is none I think...

No, not a helperprogram. I want to learn lua, so my idea is just to try to do a lua _port_ of ponysay. But only the ponysay.py. A plus of...

»Build a fast indexed file whether everything» versus SQLite. My guess is that the first option is simpler, same performace, but that SQLite will be faster at modifing.

Naturally. And may celestia banish anypony what would want buildable binaries in the git tree for any other reason than helping the user get started or reduce make dependencies.

`Ok in all cases the PDF is not already a binary archive on the git-tree??` Not sure what you are asking about, but the only thing binary in the git-tree...

It is an optional dependency (but it does not say what it is used for in arch) by python 3. Optional dependencies should be (well, are usally) considered dependencies for...

I am implementing this with dbm which is faster, more trivial, enough function, and has no dependencies. But it has optional dependencies such as gdbm (everypony have gdbm) for maximum...

Using dbm makes the code both cleaner and faster, because you just open() use the database as i dictionary and then close(). I will take a look at your fork...

Havn't you removed a bunch of functionally in your fork and only use the essentials?

Naturally (generally I agree with that), but sometimes you want everything.