tifDev
tifDev
### Bug/Feature description F.e.: I want to add a bookmark at a certain position of the audio and with the ability to add a small note in it. So the...
In my html: ``` ``` In my js: ``` //NOTE: When document is loaded, calls automatically `pixiSetup()` and `pixiSetup2()` pixiSetup() { //creates and append the "app.view" to div.pixiTestBox var ctx...
I want to allow users to add comments after **hitting 'a' then 'r' then capture the comment/all keydown and then stop when click on 'enter'** like: ``` Mousetrap.bind( 'a r...
As you may know, **spaces in filenames are bad practice** for Linux specially and should be avoided. Spaces are generally replaced by "`-`" or "`_`" (good practice), example: `filename[tag1 tag2].jpg`...
My segments separators are appearing like this:  Apparently it's not loading the segment separators. After searching i found this solution in stackoverflow: > In Terminal->Preferences.... In Settings->Text click on...
This seems related with https://github.com/meetalva/alva/issues/450 F.e. I want to position an element in preview like this button  and I can't do it because it inherits the position of the...
Via web I access with no issues but via SSH I can't :/ Here's what I'm doing: ssh [email protected] Password: Same as using in web access. I get: **Permission denied,...
I dont want to format the arrays and objects in js but even setting to true, keeps formatting arrays and objects: keep_array_indentation = true; Expected: ``` var movieQuotes = {...
I want to keep object identation or there is any feature to ident objects like this: var movieQuotes = { 'slumdog_millionaire' : 'When somebody asks me a question, I tell...
Is it closed-source?