Todd Blanchard
Todd Blanchard
Provide plugin architecture so developers can register bundles for editing/displaying field types.
Provide a plugins folder where developers can drop in a bundle for a component that can edit a field type - editor should support single or list of values. This...
Fix for complex options rendering and adds table->hideColumn() for hidden columns (like primary key)
This is a really great library - but I ran across two problems with it. First, complex options rendering wasn't working properly. For instance, when using table tools which required...
In react_ujs.js /***/ (function(module, exports, __webpack_require__) { var React = __webpack_require__(3) var ReactDOM = __webpack_require__(4) var ReactDOMServer = __webpack_require__(5) ReactDOM comes up undefined. Searching the code for symbol __WEBPACK_EXTERNAL_MODULE_4__ shows...
Client specification link broken on https://redis.io/docs/stack/graph/clients/
I generally try to do this to get back onto master branch and it fails frustratingly often. Checking out an existing branch is common in git so why doesn't Iceberg...
Not all my users have email, some have more than one email. Since an email is just a bit of contact info, I don't have it as a field in...
I've really tried to like confide and make use of it. I'm finding it a muddled mess. Problem 1) We have users with logins - and multiple emails addresses. Login...
This is really cool and I learned a lot but it seems the only pdo driver included is sqlite. I need to access a postgres database on a remote machine...
Fix short circuit to-one proxies if the parameter is null
If you load an object with associations, the object creates a dummy temporary associated object (at least for belongsTo associations). However, if you reload the association, it does the right...