Ped

Results 41 comments of Ped

> Unfortunately I do not have a Windows 10 environment to verify or fix this. I'm not sure if it's because of Windows 10. I mentioned it just in case....

Moving (the contents of) the Discussion heading up would make more sense as well.

@markgp My pagination fails when doing that. For example, I cannot use `$thread->links()`. Removing the `map()` part makes it work again. **Edit:** Using this: ```php $threads = Thread::search($request->s)->paginate(5); // Stop...

I just `scoop install mysql`'ed, but I'm not sure how to do service management. Apparently it's not yet possible with Scoop?

I am not sure how relevant this is, but entering a password is currently done like this: ``` git config git-ftp.password "s3cret" ``` This is stored in the terminal history,...

If Espanso will have a custom sync server, we might as well edit our config from a web interface. I think a web interface is the easiest route to go...

On second thought, I don't think I would like a web interface. 🤔 But then again, it might be the easiest solution.

Trying to search a string with a comma or hyphen (`,` and `-`) among other special characters doesn't work in Dutch either (which shares the exact same alphabet as English)....

Turning [boolean search](https://github.com/teamtnt/tntsearch#boolean-search) off seems to be a workaround, but it's not really what I am looking for. I am now getting too many results.

@rickbolton Thanks. I'm still scratching my head a bit, but it makes sense I guess.