-
Updated
Mar 28, 2021 - TypeScript
routing
Here are 1,802 public repositories matching this topic...
-
Updated
Jun 25, 2021
-
Updated
May 20, 2021 - Objective-C
-
Updated
Jun 27, 2021
-
Updated
Jun 27, 2021 - Assembly
-
Updated
Jun 24, 2021 - C++
-
Updated
Apr 20, 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}
.
Rework night mode
Our current day/night mode settings are misleading:
- Auto <!-- Automatic for navigation mode only
- On <!-- Always on
- Off <!-- Always off
Users expect, that "Auto" will change the map theme also. The dark theme for maps is opinionated. Some people, including me, just doesn't like maps in the dark mode. However, the dark mode is really required during navigation in or
If add some routes:
ip route 1.1.1.1/32 2.2.2.3 ip route 1.1.1.1/32 2.2.2.2 ip route 1.1.1.1/32 2.2.2.4
In config they sorted by gateway:
# do show running-config ... Current configuration: ! frr version 8.1-dev ... ip route 1.1.1.1/32 2.2.2.4 ip route 1.1.1.1/32 2.2.2.3 ip route 1.1.1.1/32 2.2.2.2
But when added ip route 1.1.1.1/32 2.2.2.1
, he will adde
-
Updated
May 27, 2021 - TypeScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Jun 2, 2021 - PHP
-
Updated
Jun 25, 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!