Mark Elphinstone
Mark Elphinstone
Sorry for the brashness; posted this late at night after a beer or 2!
@mjhasbach very handy, thanks! I've just got `akoenig/angular-deckgrid` as the dependency at the moment
@AbsentSemicolon got a link?
I've got this too - for now I'm having to combine services in one task when doing dev work (not great): ``` /Users/marksyzm/Documents/server/oxsrc/teoti/node_modules/nodemon/lib/nodemon.js:138 utils.log.detail('ignoring: ' + config.options.monitor.map(function (rule) ^ TypeError:...
^^ I had something like that in Jenkins. Turned out I had to set the `--browsers` flag in the command as it was still defaulting to plain headless Chrome without...
Is this happening in older versions? I will test older ones to figure out when it broke (if it's not a long term issue) Edit: confirmed across all versions to...
I have found a hacky fix, albeit not great, but it works. Strings have no problems with memory leaks, so I can confirm that if you stringify the data and...
I'm finding this also with `react-native-svg` - the props simply won't update often enough on the SVG element where I'm trying to resize it. I'll try your `useAnimatedRef` usage to...
I managed to get some stuff working well with use of style animations instead of properties but it varies. Y values on a Rect require the property to change, but...