Hubert

Results 30 issues of Hubert

Hi! We often have the situation where a model has an array of strings that needs to be validated to only include certain values, and we need some predicate methods...

help wanted

Is it possible to somehow display the waveform of an audio recording? I have a lot of recordings and it would be immensely helpful when the waveform would be displayed...

I'm trying to migrate from fakeredis to mock_redis, because the fakeredis gem is pretty outdated and I guess not maintained anymore. I now face the problem, that we often use...

Hi, first of all: Great plugin, I really love it! I stumbled upon some weird behaviour regarding redundant combinations: When clicking on a redundant task, it gets expanded: https://user-images.githubusercontent.com/38003/191568894-b0c9a41f-7c32-44a3-a876-dde37068378c.mov Is...

Hi, I found your gem and was very excited about it. But I have a problem to get it running: I started the solr server with `rake sunspot:solr:run` and then...

I'm on an RDS instance with MySQL 5.7 and I did already a lot of testing restoring snapshots to other RDS instances. One thing I noticed is, when I have...

### Problem this feature will solve I want to disable our `Bullet` gem when FactoryBot is building instances and creating records, because I don't care about n+1 problems inside my...

feature

I think it would be useful, to have something like `expect(xml).to contain_xml("bar")`. With this, you would be able to match a partial xml to a parent document.

feature-requests

Hi, I'm not sure, if this is a bug or I'm just doing wrong. I tried out your example, and played a little bit around. By the way, really cool...

### Steps to reproduce I want to implement my own SQL strategy to fight some performance issues regarding subqueries and distinct keywords in the left_join strategy. My approach is, to...