Alexey Solodkiy

Results 10 issues of Alexey Solodkiy

Usually exceptions divide into checked and unchecked. It is more [java concept](https://crunchify.com/better-understanding-on-checked-vs-unchecked-exceptions-how-to-handle-exception-better-way-in-java/), but also suitable for php world. When `\LogicException` (unchecked) arises you don't usually want to catch and continue...

I have a goal to change all of internal date time operations in my project to UTC dates and now looking for the simplest solution. I think that one of...

Common task is convert date for human readability format, or some special format like 'd.m.y' and I don't see how I can do this with this class. Did I miss...

Converting `LocalDateRange` to `Interval` is a common task in my app. Typically, I have a method to generate reports that expects a `LocalDateRange` argument. Subsequently, I need to transform it...

I get a problem with cyrillic symbols in ofx file in UTF-8 charset. Removing `$ofxContent = utf8_encode($ofxContent);` fixing my issue.

enhancement
WIP
needs tests

In version [0.11.0](https://github.com/brick/math/releases/tag/0.11.0) - 2023-01-16 `MathException` was changed to extends `Exception` instead of `RuntimeException`. Could you please explain the motivation behind it?

Hi! I notice in last update that some currencies have been removed from support (ZWL, SLL). I wonder is it correct way to handle? For example some people could have...

I copied and modified pulsebar for support PipeWare through wpctl