Maczuga
Maczuga
After not issuing any commands for some hours - next command fails (throwing error below). After that error - all following commands are working as intended. Action I tried to...
v3.4.3, Windows 10 Command: `gpth-windoza.exe --copy --input .\Takeout\ --output .\OutTake2` Executed from root of E:\ drive. All symlinks point towards `C:\ALL_PHOTOS` instead of `E:\OutTake2\ALL_PHOTOS` Same thing happens when I simply...
Apparently there is no support for relative shortcuts in Windows. Use symlinks instead thus fixing the relative paths. Fixes #248
**Describe the bug** If you wrap DropdownSearch with Focus widget and try to open the dropdown with dropdownKey during onFocusChange event on that focus (for example by pressing "next" button...
## Issue Description According to the docs, TypeORM supports mysql2 driver. However, mysql2 lists in it's known issues, that in order to cast a DECIMAL to actual number in JS/TS...