Mehmet Efe Akça

Results 20 comments of Mehmet Efe Akça

I managed to fix this issue by removing package-lock.json and the dependencies in package.json, then installing the latest versions of each of the dependencies in package.json. Now my dependencies look...

I believe the file name needs to be index.d.ts for typescript to catch the declarations.

The library didn't work with external images that had URLs with query parameters since it encoded them into the extension, thus making it impossible to know the extension in React....

@Niels-IO I think this might be a useful fix for a lot of people, especially those that use google storage images with presigned keys

@as-cii Thanks for the clarification. I don't quite understand the problematic behavior. Is there a test or an issue that I can reference for this behavior? I'd love to write...

So, is the wanted behavior as so: - If copilot suggestion has lower indent and we have an active suggestion, accept the copilot suggestion even if we're before suggested indent....

- Rebased on upstream/main - Implemented the logic mentioned above `if copilot suggests lower indent than suggested, then avoid auto-indent` - Wrote tests according to the requirements mentioned above. -...

@as-cii could you check this one again?

Even though this is merged, I have a question @mrnugget. I'm curious as to why the code cannot just use git2::Blame for this. git2::Blame has Blame::blame_buffer which I believe would...