-
In many places you get an error message when you use ampersands
`20191123 01:18:56 warning gui/layout: pango_text::validate_markup text ' slash&dash' has unescaped ampersands '&', escaped them.`
…
-
### Description
When you type `Ampersand & And` as the title of an Post and save the Post as a draft, you will see that the URL becomes `/ampersand-amp-and/`. If you publish the Post, the URL becom…
-
Hi, I hope this isn't a rather stupid thing to bring up, but I've been battling with an issue where the site I'm working on would request a url with ampersands in breaking the JSON parsing in boomcatc…
-
`lodash` is currently on version `4.2.1` but all of `ampersand-*` packages are using `3`. I think that a complete ampersand project wide upgrade should occur with perhaps a major version bump for eac…
-
Hi. I'm trying to create a read-only model with required properties. I would expect that attempting to instantiate such a model without the required properties in it's initialization object would thro…
-
When entering new todos the HTML special characters (,&) are not escaped, leading to two problems:
- Tag injection: It is possible to inject arbitrary HTML tags, including <script>
- incomplete …
-
I'm using `ampersand-state 4.9.1` and have a State defined like this:
```js
var MyState = State.extend({
props: {
a: 'state'
},
setA: function(x, y) {
this.a…
-
Hey folks, responding to [this comment](https://github.com/AmpersandJS/ampersand-state/pull/241#issuecomment-220662956) by @cdaringe to say that I've pretty much removed myself from ampersand, as I ha…
-
Current [WPT test](https://github.com/web-platform-tests/wpt/blob/master/css/css-cascade/scope-specificity.html) for scoped styles' specificity seems to assume that an unscoped rule has the same speci…
-
Have you guys used [Joi](https://github.com/hapijs/joi)? I use Joi on the server-side with Hapi and really love it.
I just got started with Ampersand and also really, really love `ampersand-state`. W…