Jay
Jay
Getting a strange output in the Excel CSV file: [object Object]|"false"||"0"|"[object Object]"|"[object Object]"|"[object Object]"|"function () { var self = this , hookArgs // arguments eventually passed to the hook -...
/app/node_modules/youtube-dl/lib/get-binary.js:1 Error: ENOENT: no such file or directory, open '/app/node_modules/youtube-dl/bin/details' at Object.openSync (fs.js:457:3) at readFileSync (fs.js:359:35) at module.exports (/app/node_modules/youtube-dl/lib/get-binary.js:15:30) at Object. (/app/node_modules/youtube-dl/lib/youtube-dl.js:18:41) at Generator.next () at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
Getting the following build error: 2019-12-06T17:28:12.044805+00:00 app[web.1]: /app/node_modules/youtube-dl/lib/get-binary.js:11 2019-12-06T17:28:12.044809+00:00 app[web.1]: throw new Error('ERROR: unable to locate youtube-dl at ' + binPath) 2019-12-06T17:28:12.044811+00:00 app[web.1]: ^ 2019-12-06T17:28:12.044881+00:00 app[web.1]: /app/node_modules/youtube-dl/lib/get-binary.js:1 2019-12-06T17:28:12.044884+00:00 app[web.1]: Error:...
Getting an error: Unhandled Rejection (Error): react-native-view-shot: NativeModules.RNViewShot is undefined. Make sure the library is linked on the native side.
Using this pretty much as is: https://github.com/conduktor/kafka-stack-docker-compose/blob/master/zk-single-kafka-single.yml Just added volumes under kafka1. volumes: - ./zk-single-kafka-single/kafka1/data:/var/lib/kafka/data Getting this error: ``` ===> User uid=1000(appuser) gid=1000(appuser) groups=1000(appuser) ===> Configuring ... ===> Running preflight...
Cool component, will you add web support?
How come this component doesn't have an autoFocus prop? I've tried setting it, but does not work.
This works on v6.1.1. refCal.current.resetSelections() This does nothing on v7 refCal.current.resetSelections()
The "last" field doesn't show the last login timestamp. Instead, it's always showing the current time. Why would that be? { active: true, userRole: 'Admin', attempts: 0, _id: 5ac441d904158e1cbf730f26, username:...
Basic question. I don't see any examples on handling this scenario. Thanks