Hassan El-Mehalawi
Hassan El-Mehalawi
Vimr takes several second to start and when it does, it gives me the error: > E596: Invalid font(s): gufont=monospace:h17 I'm not sure why it's trying to use the font...
Is it possible to autoreload or auto-reset when a file changes, or when form is evaluated in a namespace?
According to [this](https://github.com/gohugoio/hugo/pull/4060), it seems that hugo can "shell out" to the `pandoc` command to get it to process markdown files whose extension is ".pandoc" or ".pdc". Is it possible...
Just wanted to add that OBS is adding a virtual camera feature for macos. [Here](https://github.com/johnboiles/obs-mac-virtualcam) is an unstable version you can try.
I'm trying to set a dconf setting from an Ansible script (I cloned your repo). Here's my attempt: ``` - name: set resolution scaling dconf: key: /com/ubuntu/user-interface/scale-factor string: {'DP1': 12}...
Pass the request object to the signal in case the handler needs to check auth, etc. I'm using this in my project and it seems to work for me.