Lemuel Flores

Results 34 comments of Lemuel Flores

> [Cadence 0.9.0](https://www.archlinux.org/packages/community/x86_64/cadence/) is now in the community repository. > > I don't understand why sometimes I get sound and sometimes not but I notice that on /etc/X11/xinit/xinitrc the line...

I did not quite understand what you mean. Do you mean to say when the internet is low causes the whole page reloads by itself?

Uhm, not sure if I understand your question correctly. Shouldn't it be working that way? Same way as to how [datatables](https://datatables.net/) work? Try searching there also (ie. `airi`)

Ah, it's because of the `debounce` I included. Do you suggest that I remove it instead? It is set for `250ms` currently. Personally I like it that way.

It really is the `debounce`. The loading status will turn to `false` after the searching is done which currently is being `debounced`. In short: - Once you typed: loading is...

Yes, again, personally I liked it to respond right away when I typed something so I was a bit bias there and also, I guess I learned something new today....

@habutre's steps worked for me. My extensions weren't disabled but I still disabled then enabled it and now it's working. Also just to be sure, I restarted gnome-shell; `alt+f2` then...

Successfully managed to use OBS stream as a webcam source on Linux (Arch to be specific). **First**, add another device using `modprobe`: `sudo modprobe v4l2loopback devices=1 video_nr=1 card_label="RTMP server" exclusive_caps=1`...

Are you using OpenVPN by any chance? I'm having this issue too but when I connect directly via LAN IP it works. Unfortunately OpenVPN is really necessary as that's my...

Laravel 5.4. Tried removing all I `imported` to debug if there's something that needs jQuery but it seems it really is `vue-blu` that is looking for it.