Murilo Venturoso

Results 9 issues of Murilo Venturoso

I have tables with the same structure that are created dynamically over time. Using .TableExpr () I can do the SELECT by setting the table name dynamically. However, when performing...

enhancement
v11

It would be very interesting to be able to search for a term inside the terminal. In the search, each result would be selected in the terminal. And with the...

todo

I am having the following error when using password in the redis configuration: `Cannot start RedisClient: NOAUTH Authentication required.` I set the password in /etc/jasmin/jasmin.cfg

Stale

The application icon is showing up with a black band. I think it's a svg rendering bug. Here is an example: [muriloventuroso/givemelyrics](https://appcenter.elementary.io/com.github.muriloventuroso.givemelyrics/) ![giveme1](https://user-images.githubusercontent.com/6272902/51113076-f661ce80-17e7-11e9-958f-f308c7323828.png) In listing and AppCenterWeb is displayed correctly:...

Operations like `__contains,` `__icontains`, `__startswith` and `__endswith` are not working. #### Python script ```python User.objects.filter(username__icontains="admin") ``` #### Traceback ``` Traceback (most recent call last): File "/home/muriloventuroso/Dev/Python/sgc-env/lib/python3.10/site-packages/djongo/sql2mongo/query.py", line 926, in parse...

It would be nice to have the agent forwarding option.

This flag allows you to enable or disable the use of vibration. In addition to giving more control to the plugin, it allows use on platforms that do not support...

Add events to human and machine detection.

Clicking on Numpad Enter does not have the same behavior as conventional Enter. Just as a test I edited the lib/src/ui/input_map.dart file. From: ` LogicalKeyboardKey.numpadEnter.keyId: TerminalKey.numpadEnter,` To: ` LogicalKeyboardKey.numpadEnter.keyId: TerminalKey.enter,`...