-
Let's use this as a place to discuss security issues and how we plan on addressing them.
Also if you note any security hole you can comment here and link to the code or whatever.
I'm actually working…
-
This ambiguity / lack of clarity was raised by @robert-kinder in a [related conversation](https://github.com/theappbusiness/accessibility-guidelines/pull/97#issuecomment-570190656).
Here's my summa…
-
When using MFractor with VS Mac 2019, the Manage Image Assets tool does not populate.
The screenshot below is from a project with 10s of image assets, all imported with the MFractor image import wi…
-
I often experience problems with inserting/deleting grid rows, one of the powerful actions of the tooling. However most of the times it is simply not working and I cannot see why. I've attached a logf…
-
I'd like to say thanks for all the time and effort you've put in over the years. I've used jade/pug across many projects and companies and have a lot of love for it. With that being said, it doesn't…
ghost updated
6 months ago
-
Hi! It would be nice if the documentation was available even if JavaScript was off.
That's how it works for the Processing reference and the OpenFrameworks documentation.
Using JavaScript to imp…
-
Why go to the trouble of creating a sub-syntax of javascript to shoehorn into templates? e.g. why
```
{{if foo==bar}}
{{else}}
{{/if}}
```
rather than idiomatic javascript like (Micro-Templating)…
trans updated
13 years ago
-
In the StringTemplate engine - which I've used in some projects to emit C code - whitespace prefixes are automatically added in the output lines:
```
PrintCFunction(linesGlobal, linesLocal) ::= >
```…
-
I get the exception
The type '' of the parameter '' did not match the type passed to the template.
The types in the template and the type being passed in to the parameter definitely match.
I've add…
-
I thought I'd open a ticket where we collect leftovers from the discussion around [PR #162](https://github.com/haskell-infra/hl/pull/162).
- [ ] the contrast ratio in the "on white" code example is to…