Raed
Raed
Up, It would be nice to have a value based heat map with tool-tip templates so we can display different values.
For example number of events per day. For the tool tip template it should be set in the configuration as HTML. Website: https://raed.it On Oct 17, 2017 4:16 PM, "Gleb"...
Nice find! Are there more complex component that depend on more than one `index.css` file? Are there components that would break without the main general styles file?
Thanks @kasparsd The idea it to use a pure PHP GPG implementation. So that the solution would not depend on the hosting machine. --- Should I use composer for the...
Cropping works with some other SVGs, for example this image https://user-images.githubusercontent.com/1442690/182855138-e84d1916-8a19-4152-89a8-4c9074f54dfd.svg Could it be that the difference is that the original svg has `width="100%" height="100%" viewBox="0 0 3200 3200" `...
I value this feature so much because (when it was available) it allowed me to record spelled out emails, addresses and phone numbers then take a note of them later...
A simple server with a small DB might be a solution: - Create offer - Upload it + generate unique link - pc1 sends link to friend - pc2 opens...
@infinity0 It could be a simple PHP script and an SQLite DB where everyone can upload a version of it on their own. > This is not perfect but it...
@cjb @infinity0 I'll link here when it is done. The idea is to have a "self-hosted" centralization.
@wseagar If we're visiting a profile we can listen to `webRequest` to catch the response and have the user object as JSON. Otherwise with parsing DOM, I like @noway idea.