Ryan Riley
Ryan Riley
I've been getting more into the JAMstack approach and was curious whether the refresh functionality could be triggered by an Azure Function rather than a dedicated web server endpoint. Can...
### SUMMARY Add support for specifying query parameters to append to embedded charts or dashboards. Motivation: we are trying to embed parameterized dashboards and would like to specify the parameters...
[Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) ([announcement](https://dockyard.com/blog/2018/12/12/phoenix-liveview-interactive-real-time-apps-no-need-to-write-javascript)) leverages the channels mechanism to provide real-time updates to server-rendered content in web applications. In my opinion, this is one of the best parts of Phoenix. For...
Would be nice to be able to generate types that include units assigned. I imagine this could apply by convention or by explicitly indicating the name of the column containing...
I have a need to generate an ARM template that provides a parameters file that could be replaced for multiple deployments in different subscriptions, resource groups, etc. From a previous...
### Description Add package supporting [AsyncRx.NET](https://github.com/dotnet/reactive/tree/master/AsyncRx.NET).
**Is your feature request related to a problem? Please describe.** I would like to host Fornax in an Azure Function and have it re-generate new content when requested, but I...
In FSharp.Data 3.0.0-beta4, inference for a JSON with a numeric array field worked properly. When attempting to upgrade to 3.0.0, however, the inference breaks, and the inferred type is `int...
The new MVC5 and Web API 2 templates launch a selection mechanism that allows the user to select an authentication scheme. The current templates would relate to the "No Authentication"...