Raj Sheth
Raj Sheth
**Describe the bug** Exact error message below: I have done `JSON.stringify(error)`. Otherwise it was `[Object object]` ``` Looks like you got an error. {"target":{"_events":{},"_eventsCount":2,"readyState":3,"protocol":"","_binaryType":"nodebuffer","_closeFrameReceived":false,"_closeFrameSent":false,"_closeMessage":""} Can't create shreenshot, X11 not running?....
After #67 the default value of `useNativeDriver` is false by default if the props is empty. Can we also add it to the `defaultProps`? Let me know if this is...
React Native Debugger app version: 0.12.1 React Native version: 0.63.2 Platform: Android Is real device of platform: Real Device Operating System: macOS Can we make "network inspect " enabled by...
I tried to run `fn create app java-app` but I am getting this error `Fn: Post http://localhost:9090/v2/apps: dial tcp 127.0.0.1:9090: connect: connection refused` `See 'fn --help' for more information. Client...
New trait: "Fixes something which is not already broken."
Addresses [issue](https://github.com/ComposioHQ/composio/issues/146)
- `sed` command is differently implemented in both mac and linux. - mac has BSD utility while linux has GNU utility. - New approach will work on both Fixes issue...
🐛 Bug Report: `sed` command not working perfect on mac (inside various `setup.sh` files of examples)
`sed` command is not behaving correctly in my mac. This is a minor bug, I faced while playing with a couple of examples. While executing `setup.sh` of `sql_agent` example, I...