Ahmed Ghoneim
Ahmed Ghoneim
Ever since I started using create-react-app for my Typescript projects, I've noticed that I have to disable quite a few impossible linting rules that make life very hard for a...
When building with LLVM 12, I get this error: ``` node_modules/llvm-node/src/ir/module.cc:139:38: error: no member named 'getTypeByName' in 'llvm::Module' llvm::StructType* type = module->getTypeByName(name); ```
I'm getting this error when running coveralls ```shell Error: Command failed: cat coverage/coverage.lcov | coveralls /Users/ghoneim/os.js/node_modules/coveralls/bin/coveralls.js:18 throw err; ^ Error: stdout maxBuffer exceeded at Socket.onChildStdout (child_process.js:264:14) at emitOne (events.js:96:13) at...
Since we can both read from localStorage and find the media query value synchronously at startup, the flash situation could be avoided if there's no server-side rendering or static site...
I would like to add the `String` type to mun. Any pointers on where to start would be greatly appreciated :)
### Current behavior When clicking on a `Link` component that sends to `/`, `Uncaught Error: Failed to parse the path to a navigation state.` is thrown and navigation to the...
I'm using Rivescript in a Typescript 2.2 project with the `compilerOptions.noImplicitAny` option set to true in my `tsconfig.json`. This produces a few errors with the declaration file `rivescript.d.ts`. I would...
It would be nice to have a built-in Link component for path mode that overrides the default anchor behavior (full refresh) with a history push instead, like `react-router` does. I...
## Proposed changes Support the keyboard actions parameter to allow the user to click on the `Go` button to send the otp right away ## Types of changes What types...
I'd like the compose view to support adding keyboardActions. I've specified the ime action to be `Go` in `keyboardOptions`, but I'd also like to support a callback when this is...