Grzegorz Dziadkiewicz
Grzegorz Dziadkiewicz
Five years ago I used bnfc (it's amazing, big thanks to all ppl involved in creating it) for the first time to generate frontend for my first compiler. Time issues...
## Steps to reproduce 1. Run vscode 2. Click File | Open folder... , pick/src/ 3. Close all open tabs 4. Run command "Copy GitHub link to clipboard" ## Expected...
Commands called programmatic, using `commands.executeCommand` api, have the possibility to return something. It is not widely used and even the built-in commands of vscode often do not return anything, but...
Due to fact that Windows uses backslashes instead of slashes in paths the generated links are not the identical (lucky, both versions are accepted by browsers). This results in failing...
Due to fact that workspace variable is equal to undefined when no workspace is open in vscode the extensions crashes on attempt to call it. IMO the extension should handle...
### Description We should try to document the whole public surface of the package. Relying solely on the name or parameter name or signature is not beginner-friendly and makes exploration...
FSharpx.Extras depends on FSharpx.Async only to provide features included in this PR. I believe that it would be better for it to be included in FSharpx.Async allowing FSharpx.Extras to drop...
Build result: https://github.com/gdziadkiewicz/FSharpx.Async/actions/runs/2983548544
### Background While working on getting log4net.Ext.Json package to work with log4net 3 I noticed a regression. With log4net 2.0.10 the test checking if the user name is as expected...