-
Updated
Nov 8, 2021 - TypeScript
routing
Here are 1,972 public repositories matching this topic...
-
Updated
Nov 18, 2021
-
Updated
Nov 19, 2021
-
Updated
Aug 10, 2021 - Objective-C
-
Updated
Nov 8, 2021 - C
-
Updated
Nov 13, 2021 - C++
-
Updated
Oct 4, 2021 - 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}.
When im searching for something and have finished typing I tend to press enter to make the keyboard go away
This works in all apps. Just not in this one
Organic maps instead switches from list of search results to the map that displays results
A user that comes from any other app expects to type the search request, click enter and then be shown the search results
And this case the user gets a bl
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
Nov 19, 2021 - JavaScript
just realized that truck routing doesn't care about the use_highways option. I didn't do an extensive review what else might be missing, on a quick scan it's at least:
- highway factor
- surface factor
labeling as bug since it's not expected behavior reading the documentation
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Oct 6, 2021 - PHP
-
Updated
Nov 19, 2021 - 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!