Dan Burzo
Dan Burzo
It can be fixed with: ```css html, body { width: 100%; overflow: hidden; } ``` But it causes wide tables to get clipped and I'm not sure whether we should...
Tables with many columns, and possibly large SVG illustrations (https://github.com/danburzo/percollate/issues/89) may be cut off? In which case I guess it's better if the font size shrinks rather than content that...
Sounds neat! I wonder if this is something we'd rather do with the Programmatic API (#4) rather than the CLI directly.
Fixed a few aspects of this in the new version at: https://danburzo.ro/ui-events-viewer/ . Specifically: * Show the list of MIME types available in `InputEvent.dataTransfer` * Log the event along with...
There's a new, vanilla JS version here: https://danburzo.ro/ui-events-viewer/ The source code is inlined in the HTML (there's not much to it). Since this issue is already five years old, it...
Hi @drwpow, my thoughts on the matter [can be found here](https://github.com/Evercoder/culori/pull/166#issuecomment-1435283290), and it’s still the case that migrating to TS will introduce a maintenance burden that I cannot sustain at...
Thank you for that perspective, and for the kind words.
Dear @bijela-gora & others in this thread, I have failed to answer when pinged, but I think the situation deserves a status update despite my reluctance before we hit the...
Although initially planned for https://github.com/Evercoder/culori/pull/165, the PR does not include an implementation of `toGamut()`, which this feature request is concerned with. Some references on the topic: * https://github.com/w3c/csswg-drafts/issues/7653 * https://github.com/w3c/csswg-drafts/issues/7610...
Hi @PabloLION, thanks for the ping. Honestly I need a moment to refresh my memory about this issue and PR. I had deleted my forked repo, but I can fetch...