Re: Please help by becoming a maintainer for an Org Babel file

2021-03-02 Thread Andy Klock
"Kyle Meyer"  writes:
 
> While I of course can't speak for Bastien (and am not sure what 
> this thread involved behind the scenes here), it doesn't appear 
> that anyone volunteered for ob-sql.  And regardless any help 
> would be greatly appreciated.

Perfect. I'll see what I can do.
 
> Fwiw here are a couple of the recent-ish ob-sql-related messages 
> that haven't seen any attention: 
> 
> https://orgmode.org/list/CADzxVkEO=x6r_yai3qjkoojipvphxpcfrc2jaw7fpufs92w...@mail.gmail.com
>  
> https://orgmode.org/list/97dfc87b-9748-a5e2-cf4d-1aa784516...@rwth-aachen.de 

Thanks, I'll take a look.

Andy K




Re: Please help by becoming a maintainer for an Org Babel file

2021-03-02 Thread Andy Klock


Hi Bastien,

"Bastien"  writes:
 
> FWIW I do confirm that any help is welcome!  Nobody is ever "too 
> late" in volunteering for maintaining an ob-* file. 

I'm very comfortable with various SQLs and RDBMSs, but my elisp 
could still use some work. I'll see what I can do.

Thanks,

Andy K




Re: Please help by becoming a maintainer for an Org Babel file

2021-02-25 Thread Andy Klock
Hi all, am I too late?

‐‐‐ Original Message ‐‐‐
On Monday, October 26, 2020 4:07 AM, Bastien  wrote:

> If you feel like proposing yourself for maintaining an Org Babel
> language, that would be super helpful.

Can I throw my hat in to help maintain ob-sql.el ?

Thanks!

Andy Klock



Re: Slow to open certain file

2020-09-22 Thread Andy Klock
"Peter Bienstman"  writes:

> Is there anything I can do to speed this up? 

Might be a good idea to profile the operation to see where it is 
spending time. Can you:

M-x profiler-start
C-x C-f (or whatever you are doing to open the file)
M-x profiler-report

Here's my output on your file:

https://p.andyklock.com/_CPU-Profiler-Report_2020-09-22_13_27_05_.html

Maybe that will help point you into the right (or at least a) 
direction.

Andy K

REF:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html