Oleg Silkin
Oleg Silkin
I'm also getting this error with the following trace in console when trying to use `https://api.github.com/graphql`: ```js app.52474f40a85b8b9c3215.js:85086 SyntaxError: Syntax Error: Expected Name, found ) (2242:3) 2240 | 2241 |...
I'm having this issue too on x86_64
It seems like crochet-patch comes from here: [rshariffdeen/clang-tools](https://github.com/rshariffdeen/clang-tools/tree/master/crochet-patch), and one of the cvecgen binaries come from here: [hrkfdn/deckard](https://github.com/hrkfdn/deckard), I'm just not sure which one.
Hi all, I recently switched from amd64 to Apple Silicon and rely on gvm quite heavily. What else needs to be done for this to work and exist in the...
Hi @vimitdhawan, we merged #31 last year, and I haven't touched the others once since. If you wanted to contribute some tests for these other points, that would be amazing.
After some further thought, do we really even need the rest of these tests? The whole point of this package is providing a client to call OpenAI's API, so would...
I've created [an issue](https://github.com/uiwjs/next-remove-imports/issues/8) for this in next-remove-imports.
@jaywcjlove Thanks! I tried using `CodeEditor` with the above configuration but am still running into the following error: ``` Error: require() of ES Module /Users/osilkin/Programming/main/autoreviewer-2/node_modules/rehype/index.js from /Users/osilkin/Programming/main/autoreviewer-2/node_modules/@uiw/react-textarea-code-editor/cjs/utils.js not supported. Instead...
To update this issue, after introducing logic to properly handle whether a file is a header or source, I was then met with this error output: ``` [ERROR] [error] neighborhood...
Here's the patch in question that caused this: The "upstream patch" being backported: ```patch diff --git a/src/iotop.h b/src/iotop.h index 0048a59..64175c7 100644 --- a/src/iotop.h +++ b/src/iotop.h @@ -261,7 +261,7 @@ inline...