Skip to content
Zack edited this page Jan 22, 2025 · 11 revisions

22 January Tasks

  1. Adjust handlebars template so there are newlines and blank lines where necessary. (By Friday if possible).
  2. Make caching local instead of global. (Local only is fine for now.)
  3. Explore AI (as time allows)

Merge to master when done with 1 and 2.


15 January Priorities for the Week

  1. Turn off handlebars formatting in Husky commit hook
    • Are there any other commit hooks you suggest turning off?
  2. Adjust handlebars template so there are newlines and blank lines where necessary. (approx 3 hours for 1 and 2)
  3. Continue to push on allowing lines to be inserted (5 hours max)
  4. Explore AI ideas (approx. 2 hours)

7 December

  • Something (a commit hook, perhaps) is automatically formatting the handlebars template. We need to turn that off.

  • How difficult would it be to load the categories from a project-specific file?

    • It could be a regular stand-alone file (e.g., qlc-categories.json)
    • Or does it make more sense to get the categories from a vscode project file?
  • When leaving comments in an .ipynb file, I think the line numbers are relative to the block, not the entire file. Is there a way to include the block number in addition to the line number?

  • Go to View -> Open View -> Comment Explorer. When you do this and select a comment, the "raw" view of the .ipynb file opens. Is there a way to change this behavior?

  • How easy would it be to add additional fields? (I'm not sure whether that is necessary, I'm just curious what your first impression is.)

Clone this wiki locally