Eugene Tolmachev
Eugene Tolmachev
If callers need to cross tenant boundary their `issuer` and `audience` are going to be different. Assuming the application trusts the issuer we could allow this scenario, which would unblock...
A .NET-native implementation of the debugger would be nice (for Xamarin/WPF consumers), maybe @zalmoxisus could offer some pointers for the wire specification? /cc @Lleutch
Created a new project and `webpack.config` uses `_` while the project name uses `-`: ``` ~/sources/scaffold-elmsih ▶ node node_modules/webpack/bin/webpack.js Bundling for development... Hash: 3aea6d8a27453c0be041 Version: webpack 2.4.1 Time: 26ms ERROR...
People keep finding interesting ways to misuse the dispatch function we are passing into views. Eliminating it has been on my wishlist from day one, unfortunately it means a DSL...
@alfonsogarciacaro brings up a good point that `lazyView` wrapped elements don't expose/inherit the `key` prop (not their own, nor from the view they are embedding), resulting in a dicey diff...
has been [removed](/facebook/react-native/commit/febf3d00ed228391ee4dd6541b0d2746dc56d21f#diff-834d77988fd4294e13e3e35533b3e248) apparently, not sure how much we need to delete for the bindings to reflect the reality again.
Seems RN's Getting Started now [recommends Expo](https://facebook.github.io/react-native/docs/getting-started.html#testing-your-react-native-installation), would be nice to see Fable option there, as they already have [ClojureScript section](https://docs.expo.io/versions/latest/guides/using-clojurescript.html).
The following declaration: ```ts declare type ConfigurationStoresRegenerateKeyResponse = ApiKey & { _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ApiKey; }; }; ``` will produce this F# interface: ```fsharp type []...
Please review the terms of the Elimsh.WPF license, specifically around derivative works. And thanks for an awesome port!
The only existing method to create ResourceId does not lend itself to passing ARM ID between deployments. Would be nice if we could serialize out ResourceId and read it back...