Jason Perrone
Jason Perrone
It's funny because despite your comment I got ``` ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 ``` lol. There has to...
This guy made a fork that allows empty root password: https://github.com/samin/mysql-action
Are we sure this thing actually starts MySQL. I put a sleep 30 and still it's not up and running.
Have you actually gotten that callback to work?
I could not get that to work, so instead I created an observer like so: ``` class AuditObserver < ActiveRecord::Observer observe Audited::Adapters::ActiveRecord::Audit def before_create(audit) puts 'sup?' end end ```
Commenting here so I'll get auto-notified on changes. Big issue.
P.S. I was able to fix this problem with my list with ``` onShouldVirtualize={() => false} ```
Understood. Thanks!
@franciscohanna92 I love this idea and I respect the motivation for it. Something that is absolutely driving me nuts about xml2js is when you have an object with one or...
Meanwhile, I saw this in xmlbuilder: ``` var builder = require('xmlbuilder'); var obj = { root: { xmlbuilder: { repo: { '@type': 'git', // attributes start with @ '#text': 'git://github.com/oozcitak/xmlbuilder-js.git'...