-
**Update 12 April**
Most of these decisions are fairly settled at this point — [you can see a summary here](https://github.com/sveltejs/svelte-upgrade/blob/master/README.md#svelte-v2-syntax-changes…
-
pug offers a nice way to do tests, assign variables... within a pug template by using the unbuffered code block style. See:
https://pugjs.org/language/code.html#unbuffered-code
With pug-php it's n…
esiao updated
7 years ago
-
I tired to upgrade but the upgrade fails and now I have 502 bad gateway. How can I fix this, reinstall is not an option as I have lot of pads.
The normal upgrade script was so long that the error p…
-
You have a good docs and examples but it lacks any info on how it is supposed to authorize requests from SSR (Server Side Renderer) to Feathers API.
Is it ok to instantiate feathers-client app for ev…
-
TypeError: /home/hops/Projects/cakeapp/views/leg_result.pug:165
163| p= player.name
164| td
> 165| p= stati…
-
Right now the jade methods take a combination of options and locals as the second argument:
```
jade.render('string of jade', merge(options, locals));
```
This is a bit of an odd design decision to …
-
Hi!
I am using nodemailer 2.6.0 to send mails when a user registered. Now I want to use templates for the mails and localization. It's great that node-email-templates supports localization with 2.4.0…
-
I've been reviewing Aurelia and Vue for use in the next 2+ years (my timeline) and I really like how in Vuejs it is possible to merge style, template and JS into a `.vue` file with a webpack or browse…
-
```pug
p= '$test'
p= "$test"
p= '#{$test}'
p= "#{$test}"
p #{$test}
p(
data-a='$test'
data-b="$test"
data-c='#{$test}'
data-d="#{$test}"
) test
```
With data `['test' => 'testing'…
-
This is an old issue of original jade-php (or original jade/pug), but I'd wish it be fixed in pug-php.
Currently, when `prettyprint` is `false`, all generated code will be compressed to one line whic…