Omar Kohl

Results 70 issues of Omar Kohl

Our pluralization function (ngettext) is defined as follows (using [Python 3 type annotations](https://docs.python.org/3/library/typing.html)). ```python def _p( singular: str, plural: str, n: int, mapping: Dict=None ) -> TranslationString: pass ``` We...

When logging in with a spanish user (the backend is in spanish) and trying to edit a page of type ImageGallery you get 10 tabs of type "Configuración" (Configuration). Editing...

After upgrading to the latest release 0.17.0 the executable is gone. Uninstalling and installing again does not help. When installing 0.16.0 all is fine. # After installing 0.17.0 ... ```...

docs

```bash $ ttyper --list-languages thread 'main' panicked at 'Couldn't get installed languages under config directory.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/main.rs:219:14 note:...

Currently it appears to only list languages that are installed additionally, but why not list the built-in ones? It would be very helpful!

When executing (with fio version 3.12): ``` fio --output=file.json --output-format=json config.fio ``` Where **config.fio** contains the following: ``` [global] create_on_open=1 kb_base=1000 [10MiB_x_1200_8T] filesize=10MiB nrfiles=150 numjobs=8 bs=512KiB rw=write openfiles=1 group_reporting=1 file_service_type=sequential...

bug
patcheswelcome

`CsvStatementParser.__init__()` takes a `fin` Parameter that is later used by `csv.reader` . In theory `fin` could be any iterable but in practice it will most likely be a file object...

**Is your new feature related to a problem? Please describe.** If several people in a family like cooking the same recipe and keep making adjustments to it, it's a pain...

feature
open to contributors

**Is your new feature related to a problem? Please describe.** When adding some unusual ingredient they will end up in a generic category. It would be nice to easily place...

feature

**Is your new feature related to a problem? Please describe.** Knowing in what order my supermarket places stuff allows me to organize my shopping list quite efficiently. The RecipeSage shopping...

feature