Iskren Ivov Chernev

Results 130 comments of Iskren Ivov Chernev

@Vad1mo can you point to the exact line/file where this URL encoding is (not) taking place?

@Vad1mo well, yes. I was planning on using R2 (due to the "compatibility" with S3) but I guess it is still an open issue. I might have some time to...

A similar situation produce exceptions (not segfault): ``` bar = pb2.Bar(a="42") # a is an int32 # Traceback (most recent call last): # File "code.py", line 3, in # bar...

@caio-ribeiro-pereira can you comment on this? @luizcorreia you should only change files under `src/**` not `locale/*` or `package-lock.js`.

Note to self: I believe the dynamic long date format tokens are an issue, because they are evaluated once, so whichever format "clicks" the first time, it will be used...

You can try to rebase, and drop the changes outside of `src`.

https://github.com/moment/moment/pull/6127#issuecomment-1858936598

The default year is the current year (when you pass the time and not specify the date/year). It stores dates internally using the `Date` object. All time libs support unix...

You need to change files under `src/locale/XX.js` and add tests for new locales under `src/test/locale/XX.js`. Feel free to reopen if these are addressed.