thdoan
thdoan
@xevidencex I plan to port the Chrome version over to Firefox, which has way more features anyway. Sorry, I cannot promise any timeline at the moment.
There is another scenario to consider: postal codes. For example, I'm converting a sheet with a postal code column that contains the value "0800" (a postal code in Australia). The...
@victor-t I fixed this long back, along with a few other enhancements in [my fork](https://github.com/thdoan/mr-data-converter).
@Startouf I've patched this issue and added other enhancements in [my fork](https://thdoan.github.io/mr-data-converter/).
> Thanks for the feature request. I really appreciate your feedback. I'll try to do it in the next phase of the app (probably after the 60 days period). Awesome,...
Glad I saw this -- thought I was going mad suddenly seeing these gaps in the checkbox, thinking that it was something I introduced in one of my CSS overrides.
Here's a quick patch for the time being: ``` .mdl-checkbox__tick-outline { width: 104%; } ```
@jacobwhall I'm planning to fork this and start an emoji autocomplete project also. Have you settled on a fast way to search through the aliases? I was thinking about doing...
@jacobwhall cool, I'm experimenting with an emoji autocomplete by leveraging the browser's native datalist functionality. However, I've decided to start my emojis map from scratch based on https://emojipedia.org/ (all tedious...
Hi all, I'm a little late to the party, but hopefully there's still a lot of fun to be had ^^. I just created my first SvelteKit skeleton project and...