Lazlo
Lazlo
I'm seconding this feature request. My users cannot possibly wrap their head around any HTML, and that's why I used markdown in the first place. But without the ability to...
The Vue documentation states: > Note: this option does not affect class and style bindings. Any other solution? Edit: Seeing this issue, I ended up using a custom prop after...
Still happening.
Very happy to hear you intend to get back to development soon. I have an asset store visual scripting plugin ([Bolt](http://ludiq.io/bolt/download)) that heavily relies on FS, and there are at...
Attempted fix to the TryDeserialize method of fsMetaProperty: ``` if (UseString(storageType)) { if ((result += CheckType(storage, fsDataType.String)).Succeeded) { var str = storage.AsString; if (storageType == typeof(char)) { if (storageType ==...
Hi! The idea here is that an event can be both triggered from the caller (like a method), but *also* subscribed to. So for example, a listener could be interested...
I've been keeping about six changelogs for production projects for the last three years and this is what keeps me from switching to the Keep A Changelog format. I'm also...
This is important. It makes generated LESS files with duplicated code when there shouldn't be. Here's an example case that's a much more realistic use case: # Input files **library.less**...