twilson90

Results 59 issues of twilson90

I'm trying to create a generic function that uses uses Template T and returns a string indexed map of T instances. I'm using the latest version of VS Code and...

![2016-03-16 18_16_54-store](https://cloud.githubusercontent.com/assets/5526342/13823841/53c7500a-eba3-11e5-9417-92f4ffcc78f2.png) Running latest build of flow snow and haxe. Tried compiling several projects. Works fine building HTML5. EDIT: It works if I run in debug mode.

I'm using MPV in Windows as part of a larger app, and I need to reliably escape filenames with unusual characters in them for handling with the EDL interpreter. I...

meta:question

Currently I have implemented a basic drag and drop listener for my sortable element, and it simply appends the new entry to the bottom of the list. However it would...

Seems a bit odd that it hasn't been implemented considering Shadow DOMs have been around for a while now. Whenever I've tried using SortableJS in a Shadow DOM enviornment, there's...

I have a sortable with MultiDrag enabled. I have 2 buttons 'Add' and 'Remove' I want to be able to select multiple items and then click 'Remove', to remove the...

enhancement
MultiDrag

**Describe the bug** On clicking Remove, I get the popup: `Unable to remove "path/to/file".` **To Reproduce** - Create a bad symlink (ie, the target does not exist) - Try delete...

I'm not sure if maybe my connection is a little flakey or if OBS is deciding to republish the stream after a set amount of time (seemingly around 4 hours...

At the end of waf build I encounter: ``` /usr/bin/ld: cannot find -lasound ``` And depending on my ffmpeg enabled libraries, I get the same error referencing a different library....

Presumably you just need to change `#if (cpp || neko)` to `#if (cpp || neko || hl)`.