Reuben Thomas
Reuben Thomas
You can do this yourself: just write a gnulib module file and submit it to [email protected]. Indeed, there's little reason to keep it a separate project: users who want to...
You can do this and reduce your current responsibilities: make git.mk a gnulib module, and make gnulib the official source. Then you're only maintaining a gnulib module, not a whole...
I've just been notified that gcalcli will indeed stop working because it uses OOB OAUTH2.
I have the same symptoms, which also started yesterday. I was using version 4.2.0 from Ubuntu 20.04, and I tried installing 4.3.0 with pip, but I still get the same...
I just tried again, with current git master, and also upgrading `google-api-python-client` to the latest version (2.19.1 at time of writing). Still get a 404 as above.
I don't think this issue is valid. I have found a problem with `.gitignore` files, but careful testing shows that ag does indeed load `.gitignore` files in subdirectories.
@masatake: `anjuta-tags` uses libvala's Vala parser. Your analysis sounds right: it looks like it's a field.
> It is the reason why anjuta-tags emits nothing for `input.vala`? Sorry, I'm not sure what you're referring to. Is `input.vala` a particular file? > Can I use anjuta-tags for...
> > Sorry, I'm not sure what you're referring to. Is input.vala a particular file? > > input.vala is u-ctags terminology. It means any input file written in Vala. Ah,...