pizaranha

Results 5 comments of pizaranha

Hello @samuelpianoguy, Today I had the same problem with the iRig Keys USB MIDI keyboard. I tried another USB cable and it worked! Thanks @ josephernest for this versatile tool.

I was facing the same issue _No results for numeric searches_. Then I found that adding **'\0-9'** at the end of line 74 that will include numeric searching. `lunr.es.wordCharacters =...

Hi @dionsnoeijen, there is an approach you could consider to solve your need. If you use Icomoon (https://icomoon.io/app/#/select/library) you will see that **Feather icons** are included in their icon library....

> @Valexr As soon as I import feather, all icons are imported into js. Am I missing something obvious here? Well, be sure to select only those you will use....

I used to have the same issue. I solve it changing the section 👇 `pagination: permalink: '/page/:num/'` to 👇 `pagination: permalink: '/page:num/'`