Tzu-Yu Lee

Results 16 issues of Tzu-Yu Lee

Hello, thanks for making this excellent library! I have a question about reducing the bundle size. When I create a minimum graph without using minimap and drawers explicitly, these components...

I found that the OnDelete operations for M2M edges are fixed to Cascade in the source code: https://github.com/ent/ent/blob/5718c3001b17d3efd69c0ceb101bd1de2f541ae3/entc/gen/graph.go#L691-L706 So, any attempt to set Annotations() in the schema has no effect...

There seems to be no license for this repo.

Fixes https://github.com/nomacs/nomacs/issues/1071 The tooltip of the crop tool displays the center coordinates of the crop rectangle when it is rotated, however, the displayed value changes when we rotate around the...

### Describe the bug When the crop rectangle is rotated with the drag handle, the tooltip displays the center x and y coordinates. The displayed values change when rotating the...

bug

Remove text based signal connection macros SIGNAL and SLOT in favor of function pointer based syntax. This enables compile time check of the signal and slot name and signatures, and...

Ubuntu 22.04 currently does not have libquazip for Qt6. We wait until the github action 24.04 image is out of beta, and then we can use libquazip1-qt6-dev.

The "Add new image format" dialog does not write the correct filter to config. Causing the setting not applied. ### To reproduce Steps to reproduce the behavior: 1. Go to...

bug

``` /home/tzu-yu/git_repos/nomacs/ImageLounge/src/DkCore/DkMetaData.cpp: In static member function ‘static void nmc::DkMetaDataHelper::initialize()’: /home/tzu-yu/git_repos/nomacs/ImageLounge/src/DkCore/DkMetaData.cpp:1978:26: warning: ‘bool Exiv2::enableBMFF(bool)’ is deprecated [-Wdeprecated-declarations] 1978 | if (Exiv2::enableBMFF(true)) { | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/include/exiv2/exiv2.hpp:9, from /home/tzu-yu/git_repos/nomacs/ImageLounge/src/DkCore/DkMetaData.h:43,...

metadata

Some slots connected to loadFileSignal could update the current directory, which could result in the destruction of the calling DkThumbLabel. This would lead to a segfault due to mFilePath becoming...