Jonah Lawrence
Jonah Lawrence
I came here to mention this. It could allow users to add their own token to allow for more requests similar to https://useful-forks.github.io/.
When there is a lot of traffic to the Heroku server, the GitHub API seems to stop sending back content and the responses become very slow. To avoid this issue,...
https://github.com/DenverCoder1/github-readme-streak-stats/issues/679#issuecomment-2119706622 Try this maybe? > In the vercel project settings, change the node version to 18.x from the default of 20.x
Looks good to me (I haven't tested) I noticed a similar method in frontend.py - https://github.com/python-babel/babel/blob/373a52f0425d0af1e578e8562a8db93fc3a02488/babel/messages/frontend.py#L277-L288 - it seems to not need to create relative paths there, but maybe it's...
> > 2. Changed `Locale.parse` to always return a `Locale` (this fixes type issues in multiple places where the return type is assumed to not be None) > > That's...
I don't know about all locales, but at least in the US, I find it much more common to see "-$123.46M" than "$-123.46M". Is there a source for this format...
It seems to me that with this change it outputs 'CHF-12,345.00' when it should probably have a space. And it would best to make it so that it does not...
There may be other solutions, but I might suggest to put this back to how it was ```diff - neg_prefix = f"-{pos_prefix}" if '¤' not in pattern else f'{pos_prefix}-' +...
At least in my opinion, in order for this to be a positive change, it needs to be able to differentiate with complete accuracy between a currency label being text...