Adrien Lemaire

Results 103 comments of Adrien Lemaire

Created [an SO thread on this topic](https://stackoverflow.com/questions/55755583/how-to-configure-ctags-to-better-choose-the-definition-file-for-the-tag-under-th) (more generally talking about ctags, but also mentioning goto def for django templates)

@tweekmonster I wrotee [another question](https://vi.stackexchange.com/questions/20218/ctags-for-django-templates) on the vim SO and got a good hint: I'm not looking for tags but a better `path` to go to template extends/include file definition...

For now, I'll manually set `:se path+=**` everytime I need to use gf on django templates, but we'd want to automate this with fine-tuned path selection (https://mobile.twitter.com/tpope/status/612991904897232898)

unfortunately no

[django-storages[google]](https://django-storages.readthedocs.io/en/latest/backends/gcloud.html) has a `GS_LOCATION` setting available. I'm not sure yet how to only use that option when uploading files, but if there's no solution available in **django-gcloud-storage**, I'll try migrating...

@dsnopek I'm a bit confused. Why would the "new GitHub project"'s latest master commit be from 2016 ? Did you not mislink the note on the readme?

Wrong link: https://github.com/ankicommunity/anki-sync-server Correct link: https://github.com/tsudoko/anki-sync-server

sorry found it, need to go in ~/.git/bzr/repos/

``` $ git clone https://github.com/Cloudef/bemenu.git $ cd bemenu $ sed -i 's/V1_LAYER_TOP/V1_LAYER_OVERLAY/g' lib/renderers/wayland/window.c $ mkdir -p build/usr/lib && cd build $ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=usr -DCMAKE_INSTALL_LIBDIR=usr/lib -DBEMENU_X11_RENDERER=OFF -DBEMENU_WAYLAND_RENDERER=ON .. $ make...

@tmccombs not yet, it's kinda low in my priorities atm ^^