Aarni Koskela
Aarni Koskela
Closes #694 (rebases and reimplements it)
_Originally posted by @kloczek in https://github.com/python-babel/babel/issues/801#issuecomment-1009848432_ ```console + /usr/bin/python3 -sBm build -w --no-isolation -C=import_cldr * Getting dependencies for wheel... running egg_info creating Babel.egg-info writing manifest file 'Babel.egg-info/SOURCES.txt' warning: no files...
Hey all, So as you may have noticed, development on Babel has been a teensy weensy slow as of late, with just minor bugfixes and so on happening. Partially it's...
This avoids being able to construct mongrel locales with `language = 'en_US', territory = None`. Fixes #283 # :warning: Warning :warning: This might actually be a fairly disruptive change to...
Thank you @blagasz for a great initial effort! I cleaned up things here and there (refactoring, performance issues, even some bugs). There's also a smoke test to try and verify...
(also merges query-string configuration and key-from-hash configuration to avoid some extra work)
... by making the `token` the computed value, not the `totp` object.
**What version of `prettier-plugin-tailwindcss` are you using?** efea6f9 **What version of Tailwind CSS are you using?** Irrelevant **What version of Node.js are you using?** Irrelevant (22.2.0) **What package manager are...
Closes #178 (this is a rebased implementation of it).