-
Updated
Dec 1, 2021 - TypeScript
routing
Here are 2,173 public repositories matching this topic...
-
Updated
May 9, 2022
-
Updated
Apr 30, 2022
-
Updated
Aug 10, 2021 - Objective-C
-
Updated
May 9, 2022 - C++
-
Updated
May 9, 2022 - C
-
Updated
Apr 30, 2022 - Go
I have defined this route using Fluro. exchange/:pair
There is a problem! I want :pair to be optional. If client types https://host:port/exchange/BNB_BTC everything goes fine. but assume the user is looking for https://host:port/exchange and he confronts with 404 error cause there is no such route/path.
I mean something like exchange/{:pair}.
Hello,
I use OrganicMaps on my Pixel 5 with Android 12 and the app partial use the safe area. This looks not good and the app should respect the space containing my notch. On my Mi 8 with LineageOS Android 10 it is working fine.
Pixel 5: https://pic.xelayz.com/images/bda479bea23857c80420f0c039fa0e02.jpg
Mi 8: https://pic.xelayz.com/images/89756fcb535a58791a055c91d9d3c718.jpg
In zebra/rt_netlink.c, we call vrf_lookup_by_id() when we get a route to find the associated vrf object for that table.
This should be improved to be a hash table mapping of Table ID to zebra_vrf object.
You would need to create a hash table probably in zebra/zebra_vrf.h that uses the table_id hash as a key and then update the code in vrf_lookup_by_id() to use this.
This shoul
-
Updated
Apr 16, 2022 - JavaScript
recently ran a US tomtom dataset where we were handling ferries pretty naively and valhalla attempted to build a 24 000 km shortcut
2021/12/20 21:33:30.842885 [INFO] Done HierarchyBuilder
2021/12/20 21:33:30.846544 [INFO] Creating shortcuts on level 1
2021/12/20 21:35:21.394332 [ERROR] Exceeding max. edge length: 24087463
terminate called after throwing an instance of 'std::runti
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Mar 22, 2022 - PHP
-
Updated
Feb 13, 2022 - PHP
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp
Improve this page
Add a description, image, and links to the routing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."


Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!