João Nogueira
João Nogueira
The `DefaultRouteDispatcher` was modified to check the controller for a `Route` attribute, similarly to what it does with actions. As per MSDN documentation `Route` attributes on actions take precedence over...
I am using attribute routing in my controllers, using the `[Route]` attribute with route names, and I noticed that Hyprlinkr always assumes that there's a route named 'DefaultApi' to generate...
First of all, thank you for your work. Have you thought about the possibility of supporting relative Uri generation in addition to absolute ones? If that is something that you...
Can't simultaneously use with smartdiagram package. had to modify the source code from: (...) \pgfsetlayers{background,connectionlayers,main} (...) to: (...) \pgfsetlayers{background,connectionlayers,main,smart diagram arrow back} (...) It is likely that other issues exist....
Builds failing on this library are unacceptable and not representative of the quality of this code. Please fix this maintainer!
### Plugin JOBS ### I have an idea! Hey guys, In addition to the currently supported jobs drivers, it would be great if Google Pub Sub was added to the...
**Describe the bug** Executing a query in tight loop with increasing offset triggers this exception. **To Reproduce** Steps to reproduce the behavior: 1. Create client with neo4j scheme bolt 2....
Add new parameter: center Supports centering the last row elements. Useful when the number of elements is not a multiple of the number of columns.
### Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot! When using `react-dom/server` to SSR some content, I get an error due to the...