Wasim Lorgat

Results 82 issues of Wasim Lorgat

Currently, docs rendered locally with nbdev_preview have doclinks to nbdev.fast.ai instead of localhost

enhancement

Known downstream issues: - https://github.com/fastai/nbdev/issues/740 - Currently skipping some notebook tests in fastai

enhancement

There've been ongoing discussions in various channels about adding a daemon mode to `execnb`. Although this is probably a longer-term thing, I thought an issue could be a good place...

enhancement

## Description Use `DockerOperator`s that run commands of the project's docker image, instead of `PythonOperator`s. ## Context It greatly simplifies dependency management: dependency management is "outsourced" to DAG creation rather...

Issue: Feature Request

If my benchmarks are accurate (using `benchmark.py`), cythonising `plum.function` is at best 2x faster. For our use-case — a high-level framework on top of lower-level libraries like `numpy` and `torch`...

Inspired by [VSCode's extensions docs](https://code.visualstudio.com/api/get-started/extension-anatomy): Here's the structure created by `nbdev_new` as of writing: ```sh $ tree -a -I .git -I .quarto . ├── .github │   └── workflows │   ├──...

documentation

I've had a few instances now where notebook conflicts were resolved but where the modules and/or `_modidx` were still in a conflicted state. We might be able to run `nbdev_export`...

enhancement

Currently, if a cell with the `%%sh` magic fails, `nbdev_test` shows only the raised error but no what was printed to `stderr`. I haven't double-checked, but I think both `stdout`...

enhancement

We don't often catch exceptions and reraise errors with more specific and friendly messages. My personal preference is for verbose error messages written in a conversational tone with as much...

enhancement