Clifford Meece
Clifford Meece
I have a hoodie app set up locally on my laptop and it is working fine, but the same app running on my staging server throws a lot of errors...
I started to migrate my embed rendering code to the server side recently and realized (i think) that embedo can only work on the client side. Is that true? If...
I might just be blind, but is there a way when defining an inherited class, to specify that a field on the parent _does not_ apply on the child? In...
I have something like: ``` export const Entity = Class.create({ name: 'Entity', collection: Entities, typeField: 'type', fields: { uuid: { type: String, optional: true, }, published: { type: Boolean, default:...
Please direct me to the proper forum is this is not the correct place. I am editing the cornerstone theme in stencil and stencil seems to work fine. I would...
This library depends on the Request library which has been deprecated for two years. There is an advisory on that library that will likely not be fixed. Is there a...
Have you ever thought or had any plans of producing a stand-alone version of this? I'm not sure how tightly coupled to Meteor this is, but it strikes me as...
Is there a way to specify the config.stencil.json file to use? I want one repo that I can push to my sandbox and to production, and have two config files.
I have compiled a custom php module on ubuntu and am having trouble getting it to be enabled instead of just installed. The module package includes the file /etc/php5/mods-available/${name}.ini ,...
what syntax do I use if I want to set more than one ini setting? For example, I want this: upload_max_filesize = 200M memory_limit=512M Originally, I had this defined: php::ini...