Fred Rivett
Fred Rivett
I'm also seeing the strange behaviour (also on `numeral` `2.0.6`): ``` >> numeral(-0.005).format("$0,0.00"); "0$.00" ``` _EDIT: FWIW it seems [`numbro`](https://github.com/BenjaminVanRyseghem/numbro) (a more recently maintained fork of this repo) doesn't have...
+1 on this. Often if the image is a logo the colour it grabs is the white background, not the actual logo brand colour. Will look at @Dayjo's solution above,...
This is ace work, and seems super powerful. I've just spent a few hours implementing it for [privacyshortlist.com](https://privacyshortlist.com/), but I'm currently deploying with Netlify, is it a requirement to use...
Ace thanks @leerob, will look into the possibility of migrating over, cheers.
Definite +1 on this, would be great to DRY up a sizeable amount of our code. At the mo we have to import the theme into every component, and duplicating...
Appreciate the work everyone is doing on rails, just wanted to chime in with another vote on this one. Have spent the last couple days trying to work out why...
> I suspect what's happening here is that when we handle the click on the canvas we use `.preventDefault()` which stops the blur from firing in safari. That's a very...
@mimecuvalo makes total sense, thanks for the reply (and apologies for the slow response on my part). have implemented a fix based on @ds300's example which works well as a...
Just a follow up on this one, realised it introduced a bug when clicking between two contenteditable divs where the new selection from clicking wasn't being set to the right...
after a good chat with my friend chatGPT, we (_they_) came up with this: ```js translationKeyMatcher: // this regex was generated by chatGPT, and has the following features: // *...