Jakub Narębski

Results 41 comments of Jakub Narębski

Tiny formatting fix in 942d042 (unclosed parent); while at it group links to similar tools together.

I also think this is a good idea (perhaps under different name, like "From Mentee to Developer", but "Alumni Retrospection" is also a good suggestion). We could however start with...

Also, currently it looks like there is no way to check if `preferred-citation` field is correct or not. It looks like `cffconvert --verify` ignores errors in this field, while GitHub...

Also I think that the document that mentions removing `.gitconfig` should also mention running **`nbdev_install_hooks`**.

The documentation also talks about using **flags**... but it is not documented *how* one can add tag to a cell (in nbdev1 it was `# flag`). It looks like you...

> @jnareb I just found you can use the [`#|eval: false`](https://nbdev.fast.ai/explanations/directives.html#eval-truefalse) directive to have `nbdev_test` skip cells. But `#| eval: false` also affects what is included in the documentation. And...

Codeberg uses [Forgejo](https://forgejo.org/) - which is fork of Gitea (or rather is built on top of Gitea, according to [FAQ](https://forgejo.org/faq/)).

Yes, it is worth adding Forgejo as Self-hosted offering in Go, under MIT license (built on top of Gitea). Description: Forgejo is a self-hosted lightweight software forge. But it can...

I use Brackets, I don't program it. I can try.

Unfortunately, commit 2771a878f7bc6619e625feb4dbad3427f57f5237 does not fully solve the problem of c-style quoted filenames. It makes unidiff to be able to parse patch with quoted filenames, but it then reproduces those...