Michal

Results 143 comments of Michal

That would be cool – for example clicking with Ctrl could select emojis without closing the app. I think this is the relevant part of the code: https://github.com/cassidyjames/ideogram/blob/master/src/MainWindow.vala#L76

When we have preferences #2, leaving the emoji in clipboard could be an opt-in feature.

My 2¢: Maybe it's more _intuitive_ to leave the clipboard's contents unchanged, but if the pasting fails for whatever reason (this happens to me quite frequently) it's way more _efficient_...

I also have this problem. It's a segmentation fault. ![obrazek](https://user-images.githubusercontent.com/1671665/69259478-9cc3f080-0bbe-11ea-8e05-b62ea8aa3893.png) ``` (io.elementary.videos:9167): Gtk-CRITICAL **: 17:51:03.780: gtk_list_store_set_valist: assertion 'iter_is_valid (iter, list_store)' failed mesa: for the -simplifycfg-sink-common option: may only occur zero...

With gdb the application plays a video without crashing (the same video that crashed it without gdb). However towards the end of the video, the app freezes. This is the...

Bump. Are there any news on this?

Okay, I checked [Wikipedia](https://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm) and it says: > If either the length of the calculated step **δ** or the reduction of sum of squares from the latest parameter vector **β...

Fine, the reason why the algorithm stops very early even for really small values of `errorTolerance` is that… it's really that slow! 😮 Somebody forgot to update the `damping` parameter...

Thanks for the paper, I'll take a look at that! I've implemented the adaptive `damping` parameter in PR and the algorithm got significantly faster, often converging in under 20 steps....

@jacobq I'm not sure about that… Self-adjusting lambda parameter is *the most distinctive feature* of LM. I can imagine that many people who download the package will have no clue...