valerio
valerio
interesting something should be wrong with the update logic, I'll look into it this weekend
I have still to work on this, it is surely related to the [playlist update logic](https://github.com/mrgamer/angular-media-player/blob/master/src/directive.js#L360-L410) As a fixup you can store additional informations regarding songs in another data structure,...
I am happy you made an issue for that already. I was interested to sync settings to a simple disk file to mimic [sublimetext Package Sync](https://github.com/csch0/SublimeText-Package-Syncing) plugin Then an end-user...
Bump, this solution it's not adequate in my opinion. This library is meant to be a little bit of sugar syntax on top of the *very simple* Vue interface, it...
Opened library issue on [shapeshifter-ipc#1](https://github.com/OperatorFoundation/shapeshifter-ipc/issues/1)
Migration it's not hard, what I did was: 1 - Remove `extends: ['tslint-config-standard']` from `tslint.json` 2 - Run tslint -> eslint migration tool `npx tslint-to-eslint-config --config .eslintrc.json` 3 - Install...
most use cases can be covered with a simple bash script or any other kind of language. I just asked openly because some command line tools have this kind of...
this should be on README.md, everyone developing a permanence layer will (eventually) encounter this _quirk_
the responsible for this is the default implementation of `http.serveFile`, [used here](https://github.com/halverneus/static-file-server/blob/8ee2db13a3f62854af894a06b74208266bfbf92b/cli/server/server.go#L38) I am not a proficient Go coder, but ideally if any library or framework exposes a function compatible...
use also `value={price}` Full example: ```tsx setPrice(val)}/> ```