Raphael Das Gupta

Results 176 comments of Raphael Das Gupta

If you follow the tutorial exactly, CSS should work fine without adding `+ staticfiles_urlpatterns()` in `blog.css`. (I've just tried it and it works.) The reason for this is explained in...

> No, `nix run` doesn't start a shell On Nix 2.3.10 without flakes `nix run ...` _does_ start a shell.

> * `nix bonk nixpkgs#git` - random name with no connotations You'd be surprised. [According to Wiktionary](https://en.wiktionary.org/w/index.php?title=bonk&oldid=61372093#Verb), [Merriam-Webster](https://www.merriam-webster.com/dictionary/bonk) and [some other dictionaries](https://www.thefreedictionary.com/bonk), it can mean - (transitive) to hit or...

Suggestion: - `nix provide nixpkgs#git` - tells Nix to provide (i.e., make available) Git. It'll do so in a subshell.

For automatically scheduled PR, I think we'd want to only consider languages for which the translation of Crowdin is complete (=has 100% "translated" coverage). For languages _not_ marked "(beta)" in...

> Similar, `pt` is `pt-PT`. Are you sure? https://github.com/DjangoGirls/tutorial/blob/50d6da3352f0ee116aa329b6b39f7d2f79cf317c/LANGS.md?plain=1#L15 seems to indicate _our_ `pt` corresponds to [`pt-BR`](https://crowdin.com/project/django-girls-tutorial/pt-BR). IIRC, the efforts to [translate the tutorial to `pt-PT`, too](https://crowdin.com/project/django-girls-tutorial/pt-PT), are more recent...

> Is the convention for Nix packages to use dynamic linking instead of static? Dynamic, as with AFAIK most Linux distributions. > We can parameterize the CMake file to do...

> Also, the way the build works is it does depend on a specific minor version of LMDB and capn' proto in order to ensure the binary format is the...

> Hmm, my inclination is that `osmexpress` feels less arcane than just `osmx`. The long forms are more explicit about what the name means, yeah. As you didn't mention the...

We definitely have to cover _some_ way for dealing with this in the tutorial. While I'm personally more familiar with SSH keys, several here have expressed that they deem access...