Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ab96e86a0e
Modified JavascriptClientGenerator to handle nullable types and indicate them by ?type instead of Nullable<>. Bumped package version to 1.9.4
49c24ca39f
Bumped package version to 1.9.2. Added default value documentation to function parameters for Javascript to help fix VSCode not displaying them when hovering.
528c841828
Improved named parameter generating support. Added the ability to specify the min amount of parameters before converting to named parameters. Made the feature work across all functions of the client code. Bumped package to 1.9.1
966209a7a0
Made it so the notification centers itself on the screen instead of scrolling the target element into view. Otherwise the notification gets cut off.