Sandro Kalbermatter

Results 23 issues of Sandro Kalbermatter

I'm using materialize v1.0.0-rc.1 and I'm using an autocomplete in a modal as follows: The modal: ``` Learn shape assignment Name of the shape Learn this assignment ``` The javascript:...

### Description: When sending and receiving messages, the chat messages no longer update, both in the app and on Desktop. Must refresh the page to see new sent or received...

Hi! I'm new to the Noson GUI application and I'm evaluating it for building a Raspberry based media controller for my Sonos at home. While finding the music library's artists,...

Hi Pat It appears that `total_pages` is incorrect with `Manticore 5.0.2 348514c86@220530 dev` as backend. I know it's Manticore because the problem did not occur with Sphinx. Here's how to...

Ubuntu 14.04, the version this HandTracker appears to be made for, is going to be end-of-life within less than a year (https://www.ubuntu.com/about/release-cycle). The library `libcore.so` does not work on Ubuntu...

What are the SSL/TLS versions supported for ldaps:// queries? I'm getting the error `Net::LDAP::Error (SSL_connect returned=1 errno=0 state=error: unsupported protocol)` and I'd like to debug the issue.

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

bug
1. to develop

This pull request addresses #838 and makes Cancancan "see" attributes that are not backed by the database. It enables code like the following: ```ruby class Foo < ApplicationRecord attribute :bar...

TLDR: Cancancan does not "see" non-database backed attributes, so they are missing in `permitted_attributes`. ### Steps to reproduce Rails 7.1.2 application with a basic user model with the database fields...

This feature converts string keys in `I18n.available_locales` to symbol, solving https://github.com/shioyama/mobility/issues/605