Eugene Toder
Eugene Toder
These are words from a nursery rhyme: https://en.wikipedia.org/wiki/Hickory_Dickory_Dock
### Expected behavior String "45s" (i.e. 45 seconds) should not match any bad words. ### Actual behavior It matches "ass" after resolving leet speak. Not sure if there's a better...
### Description Patterns in the blacklist and whitelist are normally written in their natural spelling, for example "hello". However, in the actual use, the input text is first passed through...
### Expected behavior Ideally it should not be possible to evade the filter by replacing a character with a similarly looking characters. There is already the `resolveConfusablesTransformer` that tries to...
Instead of duplicating its code. This is effectively a public API because users are encouraged to override `zeroYieldImpl` with an efficient implementation. Also, delete dead `forwardImpl` in ZeroSpreadedTermStructure. This method...
Currently `ZeroCouponInflationSwap` uses `inflationYearFraction` to compute year fraction for fixed leg's accrual. This makes some adjustments to dates and is also based on dates of the *fixings*. Is there some...
When using this response class, json serialization is done using Pydantic's built-in json serialization (`dump_json(r)`) instead of generating an intermediate dict that is later serialized using a json library (`json.dumps(dump_python(r))`)....