Andrew Hlavats
Andrew Hlavats
I've got a column that returns an integer. I'm trying to concatenate it with a $ to represent currency. In my controller I am using a FunctionColumn object, and passing...
I've hard-coded an offset of x: 100, y: 100 for a custom drag image. It's alright, but I'd love to be able to dynamically center the cursor on the image...
(Originally posted this on [gridsome](https://github.com/gridsome/gridsome/issues/47), reposting here) I'm using Gridsome ^0.3.0, and `@gridsome/source-wordpress`, ^0.1.0, and I'm running into the following error upon running `gridsome develop`: ```bash TypeError: Cannot read property...
I'm getting this console warning. ```js [webpack-dev-server] WARNING in ./node_modules/@toby.mosque/quasar-ui-qdatetimepicker/dist/index.esm.js 6:6863-6890 Module not found: Error: Can't resolve '../lang' in '/Users/.../myApp/node_modules/@toby.mosque/quasar-ui-qdatetimepicker/dist' ``` Quasar: ```json "quasar": "^2.0.0", ``` qdatetimepicker: ```json "@toby.mosque/quasar-app-extension-qdatetimepicker": "^2.0.0-rc.3",...
Even in the demo if I select 12:30 with either AM or PM, it displays as 00:30. I need to be able to display the time as 12:30 whether AM...
I'm getting some weird Strict Standards warnings when I run guard. For a full gist of my setup see: https://gist.github.com/andrewhl/e7b3d546abb7d53d92ef Any ideas what might be causing this? PHP Strict Standards:...
I'm using vue ^2.5.2 and vue-animated-list ^1.0.2. I get the following stack trace: ```javascript Uncaught TypeError: Cannot read property 'diff' of undefined at install (vue-animated-list.js?be79:17) at Function.Vue.use (vue.esm.js?65d7:4753) at eval...
I'm using [react-tinymce](https://github.com/instructure-react/react-tinymce) with a create-react-app application. I would love to use this plugin, but I'm not quite sure how to integrate it. I've tried downloading the source and loading...