samlich
samlich
@LuckierDodge I've just received funding from Grant for the Web to implement this. Sorry I didn't say something earlier, I applied back in June and forgot about it until they...
@LuckierDodge Thanks, and good luck in grad school.
Long overdue, but here is a plugin https://www.npmjs.com/package/peertube-plugin-web-monetization (although you'll have to wait for v0.1.4 to be indexed by PeerTube as v0.1.3 doesn't have the `dist` folder). It provides a...
I've created a plugin to do this https://www.npmjs.com/package/peertube-plugin-chapters (although you'll have to wait for v0.1.4 to be indexed by PeerTube as v0.1.3 doesn't have the `dist` folder). Chapters are entered...
> Hi @samlich! Is there any working example where to see your plugin in production? Does it work in embedded videos as well? I should probably put that somewhere, thanks...
I've separated the C out at https://github.com/TheSandwichMakr/fltkc and https://github.com/TheSandwichMakr/fltkhs It builds for me using nixpkgs-channel rev 4b649a99d8461c980e7028a693387dc48033c1f7 from the nixos github and ghcHEAD (not that you need the newer packages)....
I used something like this, but with `self` taking the anonymous lifetime as it doesn't need to live as long as the buffer. It seems to work pretty well, except...
I've revised it to support `mid`, though its very hacky and adds temporary private unicode characters temporarily to mark the region to scale. Is there a better way to do...
I still need to do the tests. I made it so it clears the buffer, if not going through history. If it fails to delete a history item, it doesn't...
I made it so for the file-backed history, it will delete all occurrences of the referenced entry. This solves the concurrency issue, but changes the behavior of `delete()`. I will...