Brendon Muir

Results 265 comments of Brendon Muir

I ended up compiling the sass source for `bulma-calendar` so that it used my custom definition of the `$warning` colour that is a darker yellow.

Just hit up against this one too. Is it an easy enough fix @CarlVerret?

Thanks @kdaveid, that just imports the precompiled version. If you want it to adjust to your custom `primary` and other colours then you'd need to import the uncompiled sass code.

I've come to the conclusion that there should be no imports of bulma dependencies in any of these bulma plugin sass files (if they're expected to be imported by the...

Hi @arkid, it's from this line: https://github.com/isocra/TableDnD/blob/422db0b4c3bb8ba25dab467961c3823124a44d8a/js/jquery.tablednd.js#L174 This would only be a problem if you were persisting this table elsewhere? Is that the case? If not, what's your use case...

@vincentwansink, if you want to take a stab at writing some extra documentation and/or implementing this error message in the console I'd be happy to merge it in for you...

Hi @vincentwansink, that'll be easy for you to do. You can edit that file on GitHub now and make your changes then submit them to us as a Pull Request....

@Bigben83, it doesn't ring a bell for me. Perhaps @isocra would know?

Certainly strange. Could it be to do with a change in modern jQuery?

THanks @kkozlik, @isocra, can you remember why you're only allowing the `TD` to be dragged?