kirk86

Results 88 issues of kirk86

Thanks for this. Would you mind showing a simple usage case or a simple example.

I'm having recently an issue when trying to generate report from my notes, cleaning them to my liking and then using pandoc to generate latex files. The issue that I'm...

Hi, I was wondering if it's possible to have the following two things in report? 1) A graph of related items, say I have some papers which I've indicated as...

awaiting-user-feedback

Hi this is what I'm experiencing recently using lua-send-region or lua-send-buffer: in the config, I have the following `(seq lua-default-application 'install/bin/qlua')` ``` Lua 5.1 Copyright (C) 1994-2008 Lua.org, PUC-Rio >...

Hi just installed and tried your package on python code comments and nothing happens when executing preview at point. It simply generates a .tex file with variables pointing to the...

Hi, I don't have time to do a proper pull request, but I've written a detailed [blog post](https://kirk86.github.io/2022/02/virtual-webcam-background/) to run this project on intel-based macbook pro 2015. I was wondering...

documentation

I've noticed that the video is quite lagging in real time introducing quite some latency making the the overall experience to the other users watching your video quite unpleasant. Even...

question

Hi, could ti be possible to add support for [akvcam](https://github.com/webcamoid/webcamoid/wiki/Virtual-camera-support) to also work on OSX? I suspect this might require to change the command involving v4l2loopback to instead use akvcam!...

question

### System Info transformers version: 4.39.2 python 3.12 platform linux ### Who can help? _No response_ ### Information - [X] The official example scripts - [X] My own modified scripts...

Here's my config ``` (use-package company :ensure t :config (add-hook 'after-init-hook 'global-company-mode) (setq company-idle-delay 0) (setq company-minimum-prefix-length 3)) (use-package company-jedi :ensure t :config (with-eval-after-load 'company (add-hook 'python-mode-hook (lambda () (add-to-list...

documentation