Marcos Dione
Marcos Dione
I have a project level `nestor/urls.py` file like this: ```python urlpatterns = [ url(r'^v1/', include('nestor.v1.urls', namespace='api-v1')), url(r'^docs/', include('rest_framework_docs.urls', namespace='api-docs')), ] ``` Then `nestor/v1/urls.py` like: ```python router = rest_framework.routers.DefaultRouter() router.register('node', Node,...
I've been looking for something like this for a while. Two reasons are sites like vigilink that is heavily used by one of the sites I read, which luckily gets...
I'm not sure this is a proper way to use `TagReferences`, but it's definitely unexpected. This time I'm using `GitPython` installed by pypi. I have this nice tag: ``` python...
We're migrating from isolated LXD hosts running groups of instances (our product's cluster, but I'll keep calling them group of instances to differentiate from an LXD cluster) to a cluster...
From this page https://textx.github.io/Arpeggio/stable/handling_errors/ : ``` Traceback (most recent call last): ... arpeggio.NoMatch: Expected '+' or '-' or 'number' or '(' at position (1, 6) => '23+4/*r-89'. ``` But the...
I have two devices: * FP2: FairPhone2 running Fairphone [sic] OS 21.12.0-rel.1, a not-so-much modified AOSP 9. * Tablet: Huawei BAH-W09 with EMUI 5.1.2, a heavily modified Android 7.0 from...
This is not a dupe for #49. All I want is some markup that would allow me to comment a whole set of lines with minimal changes. Currently this can...
For some reason this breaks; I can't remember how. I will keep working on it later, I hope to add more info tonight.
Hi. I know this is an unusual request, so if you think it's not reasonable, I can understand. I'm trying to put kosmtik behind a reverse proxy. The problem is...
I usually disable Autoreload and Polling, so I can/must Reload by hand as needed (sometimes I'm changing the style on battery). When `carto` is compiling the `.xml` file and it...