David Neuy
David Neuy
I used the referenced fix to create a wrapActions that wraps the authPopup action. The link to the action: https://github.com/inouiw/SwaggerUIJsonWebToken/blob/master/wwwroot/swagger-extensions/my-swagger-ui-plugins.js
Concerning debugging tips, I created a build of the latest release with sourcemaps enabled. See https://github.com/inouiw/SwaggerUIJsonWebToken
Would it be possible to write a unit test that checks if the code is working with various .net sdk versions, maybe with the help of docker containers?
Hi, I got a working solution. It requires creating a function. Since I did not know what type the argument should be, I inserted a console.log in the function to...
@Shmew thanks. That works, and using MuiTypes it looks nice. Maybe also consider adding a method MuiTypes.fromReactElement (elem: ReactElement) and/or ReactElementType.fromReactElement (elem: ReactElement)
@Shmew sorry I am not sure if I understand your question. By the way the version with MuiTypes compiles to ```JavaScript MuiHelpers_createElement(TableContainer, [["component", Paper], ["children", reactApi.Children.toArray([MuiHelpers_createElement(Table, [["size", "small"], ["children", reactApi.Children.toArray([MuiHelpers_createElement(TableHead,...
I thought adding a fsx file to generate testdata would be nicer then to write a unit test but just referencing the dll of the main project seems not enough....
For everybody who is looking for the references that must be included in a fsx file to call code in a .net project. In VsCode in the "F#: Solution Explorer"...
Thanks for the changes Xento, based on them I can now run my script without sudo. I forked this repository, made the same changes as you and made wiringPi to...
Just noticed the readme if this repository says: This repo is no longer the home of the redux-devtools-extension. The new home is https://github.com/reduxjs/redux-devtools. Please file your issues and PRs there.