Rael Gugelmin Cunha

Results 13 issues of Rael Gugelmin Cunha

In the beginning I've created this project because Slack had no client for Linux. Later, people asked to keep alive due better integration with Unity, better memory usage and due...

Webkit is displaying too many issues with Slack JS, including the current blocker #594. Let's check if using Chromium engine will improves the compatibility. In Ubuntu, QWebEngineView is present in...

enhancement

## ScudCloud Version `1.58` ## Distro and Desktop info - Distribution: Ubuntu - Version/Release: 16.04 - Desktop environment: Unity ## Expected behavior Spell checker must replace only misspelled word. ##...

bug

Fixes #48. Usage example: ```php $tpl->mapBlock('BLOCK_USERS', 'USER', $users); ``` is same as: ```php foreach($users as $u) { $tpl->USER = $u; $tpl->block('BLOCK_USERS'); } ``` Still missing a mention on `README`.

This will enable default capabilities available for all drivers: https://www.w3.org/TR/webdriver1/#capabilities. Usage example (included in `README` file): ```javascript "testEnvironment": "jest-environment-webdriver", "testEnvironmentOptions": { browser: 'firefox', capabilities: { browserName: 'Some user agent', acceptInsecureCerts:...

## Description Cannot build rubies 2.6.x and 2.7.x on Ubuntu 22.04 because they relies on `openssl1.1` and Ubuntu 22.04 now provides `openssl3`. ## Steps to reproduce 1. Install `rvm` on...

feature
help wanted

I can see that the vote is submitted like this (sample from `vote.html`): ```javascript result = anonymousvotingAddr.submitVote.sendTransaction(params, y, a1, b1, a2, b2, { from: web3.eth.accounts[accounts_index], gas: 4200000 }); ``` Even...

Display connect/disconnect messages for each new gamepad attached/removed.

enhancement

While using: - ruby `3.1.2` - rails `6.1.7` - rails_admin `3.0.0` - rails_admin_globalize_field `1.2.0` I'm getting the following error while trying to edit any model: ``` ActionView::MissingTemplate in RailsAdmin::Main#edit Showing...

While using Google Photos in mobile, a cool feature is that we can use it to replace default photo gallery, as it works offline. A new row in the features...

help wanted