grimnight

Results 17 comments of grimnight

How about making `key_to_filename` pluggable? The only requirement would be that it returns a valid filename (or string). That way it would be possible to test alternative behaviors quickly. Having...

I hadn't noticed that `key_to_filename` is already pluggable, my bad. A subclass of `Chest` might be the way to go with `__getitem__` for multi-key access if that is a possibility....

I'm currently using [this] script. It is still work in progress, but after stumbling on this issue I had an idea to use [jinja2] or [minijinja] for nfo file type...

Just got this to work, with a quick hack. Probably could have been better code. Just replace this code: ```python if not self.cache_grid: self.float_grid = self.calculate_grid( BASE_CONFIG["defaultGrid"]["rows"], BASE_CONFIG["defaultGrid"]["columns"], self.area_matrix[self.workspace_num], )...

> Just got this to work, with a quick hack. Probably could have been better code. > > Just replace this code: > > ```python > if not self.cache_grid: >...

Since making this issue, I have updated my zathura build and the css used by [WebToEpub](https://github.com/dteviot/WebToEpub) and there has been improvements in how tables are shown. They are now at...

The tables look about the same in mupdf and zathura.