-
This code:
```
script#foo(type='text/html')
Text
```
Is silently dropped by PyJade.
The issue is in parser.py:
```
if 'script'== tag.name:
type = tag.getAttribute('type')
if not dot an…
-
I'm building a Spin App that consists of multiple components:
```toml
# ...
[component.a]
source = "a/target/wasm32-wasi/release/a.wasm"
key_value_stores = ["data"]
[component.b]
source…
-
Please follow the simulation steps as below, it is on Win7 x64:
![image](https://cloud.githubusercontent.com/assets/3044063/9000358/a19fa97e-3778-11e5-8dcc-30f19f7fbf6c.png)
![image](https://cloud.g…
-
After spending some interesting hours adding [Mustache](https://github.com/janl/mustache.js) and [Yaml](https://github.com/jeremyfa/yaml.js) to `remark` I think this might be a useful extension, provi…
-
I use mochify a lot and this is a great add-on!
I found an error with required mustache templates in the javascript files being tested. The mustache templates are required as follows and are in the s…
-
Similar to #119 would it be possible to add support for mustache templates for assignees?
I'm creating a process that automatically assigns a member from my team to an issue by passing the gh user …
-
##### Description
There were discussions about switching from Mustache to Handlebars (or something else) before. The goal was to simplify the templates as Mustache is a logicless template system an…
-
Would it be possible to add Client Wrappers for REST using Mustache templates to the roadmap ?
Below is a blog entry in which mORMot talks about using Mustache templates to generate client side
code …
-
Hey 👋🏾
Unfortunately I can't open a discussion, so I use an issue to ask for help. I hope this is okay. 🙈
I have an XML file as a Mustache template. The problem is that the template syntax is …
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…