Maurice Williams
Maurice Williams
It would be pretty neat if there was a way to provide a style sheet to allow the creation of custom schemes.
I added the ability to find assets in the theme folder as well (only if a theme is in place).
the plugin seems to not be able to pick up assets that are in a theme folder (located at /app/views/themed/nameOfTheme/webroot/css) when used with cakePHP 1.3
Hey @Akryum - Sorry to open yet another issue. I'm sure the core team has been super busy with the upcoming Vue 3.0 release. But I was wondering if this...
This might be somewhat subjective... but aside from syntax sugar for dealing with Promises... there are a few other benefits of using async-await over `new Promise()` and `.then` * `async`...
I have a monorepo which holds three different Serverless projects. When deploying manually I can simply `cd` in to each directory and run `sls deploy`. When using the GitHub workflow,...
Hello lovely people of Serverless. This Github Action has been super handy in automating my deployments and I really appreciate that Serverless is offering/hosting an official Github Action. Here are...
Would it be possible to expose `level` on the prepend, append, and level slots? There are cases where it is useful to know how deep down the tree a certain...
Setting proper UTF8 character encoding for when retrieving data from the DB. This will prevent issues with "non-American" characters (like José)
Not sure if this is an inherited limitation from docco or from dox, but from what I can tell, only a hand-full of JSDoc tags are support: @params, @returns and...