Jan Jakeš

Results 12 issues of Jan Jakeš

Would it be possible to output `http://api.project.com/foo-value/bar-value` together with the actual `http://api.project.com/{fooParam}/{barParam}`? It would be very convenient to see which URLs exactly were used.

feature request

I discovered a case where `pnpm install` doesn't behave deterministically — when being run again and again, a package (`promise-inflight`) is sometimes added and sometimes removed, resulting in changes in...

type: bug

It seems that Imposm3 produces invalid coordinates from (0 -90) for South pole: Query `SELECT ST_AsText(geometry) FROM osm_destination_points WHERE osm_id = 436012592;` results in `POINT(-0.00460936092720608 nan)`.

bug

When using mappings like `amenity: [__any__]` with `use_single_id_space` and type `geometry` I get many items twice - once with polygon geometry, once with linestring geometry. Is there any way to...

feedback_required

Sorry for another huge PR. This got much bigger than I thought. I tried hard to make the commits nice so going commit-by-commit should make sense. Premium PR included as...

## Description Introduces JS/TS translation extraction (for all of our JS/TS) and loading (for automations-only now). In particular: 1. All PHP and JS/TS translations are now extracted using WP CLI's...

When setting up a custom theme, I discovered multiple issues in the Handlebars templates. I'm adding fixes for all of them. I also added a few optional improvements (mainly related...

## Description We were passing order ID instead of the order itself for guest users. ## Code review notes _N/A_ ## QA notes 1. The error described in the ticket...

priority in QA

**Summary:** It seems that argument `--renameDuplicates` of `gtfs-merge-cli` is not working. I can't even find it in the project sources. It is, however, mentioned in the [docs](http://developer.onebusaway.org/modules/onebusaway-gtfs-modules/1.3.3/onebusaway-gtfs-merge-cli.html). **Steps to reproduce:**...

## Description When automation is deactivated with “Stop automation for all subscribers”, in-progress automation runs will no longer appear to be “processing” in the stats. ## Code review notes I...