ragulka
ragulka
Trying to format a number like `123456789201921` reveals the underlying issue with float-precision math that JS has. The result is something like `123,456,789,201,920.992` while it should be `123,456,789,201,921`. I stumbled...
First, thanks a lot for this module. It has no doubt been a lot of work! Consider this as a discussion from someone who does not fully understand the motivation...
I have a somewhat unique use case where I would need a client-side portion of the app (a preview of a document) be in a different locale than the rest...
It seems (correct me if I'm wrong) that Twitter-cldr currently only includes the same locales that are available on twitter.com. Is it somehow possible to add support for other locales...
It would be great if this plugin would support subdocument arrays. Consider the following: ``` javascript var pet = new Schema({ name: String , kind: String }); var child =...
Perhaps an edge case, but if I have a local site that normally runs on HTTP (no SSL), for example http://mysite.test, and use Forward on it, it becomes something like...
Do we need to handle plugin uninstalls somehow? Consider the following scnario: 1. User installs plugin version 1.0 2. After a while, she uninstalls it 3. After a little while...
A lot of our plugins are using dedicated admin pages outside of WC Settings area. Some plugins simply have a dedicated settings page while others have more complex admin areas...
### Cashier Stripe Version 15.3.2 ### Laravel Version 10.48.9 ### PHP Version 8.2 ### Database Driver & Version _No response_ ### Description It looks like when a subscription is created...
### Laravel Precognition Plugin Version 0.5.6 ### Laravel Version 10.41.1 ### Plugin Vue w/ Inertia ### Description In #72, support for Inertia transform was added. However, it looks like it...