Alberto Fabbri

Results 37 comments of Alberto Fabbri

I tried with another function, before: ``` def from_xyLabyrinth_to_xyMath(position_xLabyrinth, position_yLabyrinth): position_xMath = position_xLabyrinth + 1 position_yMath = 10 - position_yLabyrinth return (position_xMath, position_yMath) ``` after: ``` def from_xyLabyrinth_to_xyMath(position_xLabyrinth, position_yLabyrinth): """...

I think that sticking to the standard way git uses to deal with conflicts is the best idea. It feels natural since the notes are stored in a git repository...

When I try to open your link with the Feedback Hub I get the following error: "Your account doesn´t have access to this feedback."

I had the same issue and doing what @stlsht suggested fixed the problem. But IMHO it should not be possible to trigger this bug.

Yes, basically every time I try to move a bookmark to another collection with the following button: ![Screenshot 2021-12-28 124540](https://user-images.githubusercontent.com/51910894/147563127-2ad3fd90-e789-4ad9-aba8-86522a3887fb.jpg) the list with all my collections open but the icons...

There are already extensions doing this so it should be possible.

I also tried in Chrome and the same thing happens. Instead in Firefox if I click on a link in the search results nothing happens.

Do you know where I can report this issue to the Qt framework?

It looks like there are already a ton of bugs opened about keyboard shortcuts. I do not feel like opening a new one because I do not know the implementation...

> Try to edit `HKEY_CURRENT_USER\Software\Crow translate\Crow translate` in registry (see [this](https://doc.qt.io/qt-5/qsettings.html#locations-where-application-settings-are-stored) for details). This worked! Thank you very much!