Julen

Results 22 issues of Julen

When running `serge .serge`, the configuration file might be inheriting key-values from some common or master configuration file, and one might need to browse files manually to realize of the...

enhancement

It would be very neat if installation steps were reduced down to the bare minimum. I ignore if there are any limitations from the technical level, but from the user...

enhancement

The `format()` call mutates the object passed as `params`, which is unexpected for the caller. IMHO, when not an exception, `format()` should just return a formatted string value for the...

The `Plurr.format()` method, which is basically the API this library is offering, lacks docs. There are just a couple examples in the README which makes one guess the first argument...

We want to allow easy installation via Docker. This would also mean Docker becomes the sole officially-supported way to install Zing.

It looks like from time to time duplicate submissions are slipping in the DB. The logs show for example the following: ``` [10/Apr/2017 02:50:43] SC 18.0 TA # NS=18 S=0...

bug

In the projects admin page (/admin/projects/), editing an existing project will fail validation for the source language field, because the data provided there fails validation. It turns out the source...

bug

We are using React 0.14.x (still on the old version nomenclature!), and it has become increasingly difficult to get back to develop frontend stuff when devtools support etc. doesn't exist...

cleanup

Since we already have Prettier, let's not depend on `stylelint` for something that can already be taken care of automatically.

cleanup

Context row retrieval relies on unit indexes within a store, and fetches the before/after units for a unit as shown in the following snippet: https://github.com/evernote/zing/blob/e937daa01a8eff24c21a04ba0aacf79138d1a65a/pootle/apps/pootle_store/views.py#L200-L209 The code expects units to...

bug