Gary McGhee
Gary McGhee
This feature is justified and implemented in picoweb. Basically it enables sophisticated web apps to be served with much reduced load on the cpu. See : https://github.com/pfalcon/picoweb/issues/25 https://github.com/pfalcon/picoweb/pull/5
**Is your feature request related to a problem? Please describe.** Your documentation says to include navigatorKey: Catcher.navigatorKey when calling MaterialApp(). Navigator 2.0 uses MaterialApp.router instead, which doesn't have a navigatorKey...
**Is your feature request related to a problem? Please describe.** With other routers, I have found great benefit in the ability to redirect from one route to another. I have...
pipe() can be used as a chain method with a series of operators from([1,2,3]).pipe(map(x=>x*3),filter(x=>x%2==0)); but I would like to dynamically build my pipeline before using it. To do that I...
I have a menu, and in that I have an onTap handler that should navigate to a route with a parameter that I calculate. Its possible that the user is...
## Why this feature is required (specific use-cases will be appreciated)? Just as the process for providing a custom user provider is documented here https://docs.adonisjs.com/guides/auth/custom-user-provider there are many authentication servers...
Same reasoning as #628, but a different option so I thought I'd make it a different issue. This would lighten the load on this project by making better leverage of...
### Premail version 2.1.0 ### On what operating system are you running Premail? Mac ### Your question I want to create a microservice that will do a mail merge with...
## Current behavior See https://gallery.platform.uno for Checkbox & TreeView in Material Theme ## Expected behavior ## Environment MacOS Latest Chrome
## Current behavior Uno Material Textbox filled style is pretty close between Material 2 & 3 & Uno. However the Uno Outline style is basically the Uno Filled style with...