Dobromir Nikolov

Results 10 issues of Dobromir Nikolov

The API should be consistent. Prepare a document with the API design guidelines.

Makes it more convenient to use within a transformers stack.

A list of the added extensions. ```csharp Task SomeNotNullAsync(this Task task, TException exception); Task SomeWhenAsync(this Task valueTask, Func predicate, Func exceptionFactory); Task SomeWhenAsync(this Task task, Func predicate, TException exception); Task...

This goes back to https://github.com/haskell-servant/servant-auth/issues/153. It is very limiting not being able to update the validation keys, as most auth providers (Cognito, Auth0, Firebase) use rotating keys. This change makes...

Pick a few sample projects (both csharp and fsharp) and write automated tests against them.

If any custom local images are referenced in the given `overview.md` they should be included in the `publishManifest.json` and copied to the VSIX project directory. See https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-publishing-a-visual-studio-extension-via-command-line?view=vs-2019#asset-files

**Describe the bug** After `devenv container shell --docker-run`, inside the container shell, git doesn't work due to some `OpenSSL` errors. **To reproduce** ```nix { pkgs, lib, config, ... }: {...

bug

A Halogen converter was added in https://github.com/dnikolovv/purescriptify/pull/4. On the main page, there should be something that allows you to switch to it.

enhancement
good first issue

How would one approach this? For example, [use-on-click-outside](https://usehooks-ts.com/react-hook/use-on-click-outside) or [use-event-listener](https://usehooks-ts.com/react-hook/use-event-listener)?