Abdullah Atta

Results 64 issues of Abdullah Atta

This does not work with `happy-dom`: ```ts await fetch("http://localhost:3000/connect/token", { headers: { "Authorization": "Bearer " } }) ``` The header just gets skipped without an error of any kind.

bug

Hey! First of all thank you for creating this awesome library! It is one of the simplest & most robust implementations I have found. We are using it in [Notesnook](https://notesnook.com/)....

## `taffy` version https://github.com/DioxusLabs/taffy/commit/563d5dcee7b9138b4c3f865155d036a8b7597e65 ## Platform Rust ## What you did ```rust use taffy::prelude::*; // First create an instance of TaffyTree let mut tree: TaffyTree = TaffyTree::new(); let node1 =...

bug

I am trying to use Omnisharp with Kate Text Editor through their LSP client implementation. However, the semantic tokens implementation fails with this error: ``` OmniSharp.Extensions.JsonRpc.InputHandler: Failed to handle request...

Currently, libsodium's safe codec functions are not exposed by sodium-native.

I was thinking of using [Mahapps.Metro](mahapps.com/). They are open-source and quite an active community. You should check them. If you agree, I can implement all the UI while you work...

Hey, I found this epic project though Changelog Daily Newsletter and it's wow! The speed and the agility of this is on another level. But it doesn't have an eraser....

This gets rid of the extremely slow regex based implementation & introduces an all new implementation taken from [rust-stem](https://github.com/minhnhdo/rust-stem). I had to make a few changes to make it compatible...

As we are branching this out, we need a usable, memorable and SEO friendly name for this library. All suggestions welcome. There's nothing wrong with the current name except it's...

I believe it is coming from here due to `win` being destroyed: https://github.com/jsonnull/electron-trpc/blob/8c2de955b2256e460d827d2103727b03807d00cf/packages/electron-trpc/src/main/createIPCHandler.ts#L57 Here's the full error: ![image](https://github.com/jsonnull/electron-trpc/assets/7473959/6f954d33-9acf-4d34-ad47-2ea5017d5f7e)