guikubivan
guikubivan
The changes made in https://github.com/tulios/kafkajs/pull/1104 unfortunately don't include the actual error message from bubbling up when creating topic. I had to use the debugger to stop execution and inspect the...
Same here, I think the issue is you're using an assignment operator(=) where you maybe meant to use a conditional operator(==) in this line: https://github.com/alexcrack/angular-ui-notification/blob/master/src/angular-ui-notification.js#L85
Note, this other issue seems to suggest the .xcode.env thing will fix it, so just referencing here that that solution does not work: https://github.com/facebook/react-native/issues/33695
@roddydairion answer worked for me too. Not sure if the README is correct.
This is awesome, been banging my head on why the button in the UI doesn't work. Will patch my Dockerfile for now.
Not sure how you would use @charmander's solution to set the search path, but the next comment worked for me: https://github.com/brianc/node-postgres/issues/1393#issuecomment-319342238 ``` pool.on('connect', (client) => { client.query(`SET search_path TO ${schema},...
Any update on this? We're using es6 code only and `nyc mocha --recursive` shows incorrect line numbers for stack-traces.
I'd rather not reinstall everything. Any other things we can try to fix the certificate issues when upgrading? I'm upgrading to 4.4.5 from 4.3.10 and seeing this problem. I did...
> Hello @guikubivan Can you tell me what steps did you take to upgrade? Did you recreate the certificates or did you use the ones you had created for version...
I had faced a similar issue before and just encountered it again when upgrading beets to 1.4.9. I had to go back to a previous version. I used docker image...