Alan Norbauer

Results 75 comments of Alan Norbauer

- [x] Matching bracket foreground color ![Matching Brackets](https://files.terriblefish.com/Code_2018-07-27_22-59-19.png) The color is too close to the font color so you can't see the brace anymore

The OneNote api tells the importer to back off and the importer has code to back off, so there probably just shouldn’t be a max number of retries. Or it...

I debugged this a bit today and noticed a few issues with the onenote importing code: Low severity: - The retry backoff is per-request, so if the onenote API throttles...

Fixed by https://github.com/obsidianmd/obsidian-importer/pull/388

This didn't work for me (m2 mac here): 1. sudo softwareupdate --install-rosetta 2. brew tap adoptopenjdk/openjdk && brew install --cask adoptopenjdk8 3. git clone https://github.com/TheCase/IPMIView.app && cd IPMIView.app 4. gh...

I had the same issue. I was upgrading 0.7.1 => 0.8.1 in case that helpful.

@JoshuaKGoldberg I left this PR in "draft" mode because I wanted to ask if you knew how to test this as an actual ESLint rule? There are the unit tests...

@JoshuaKGoldberg OH, shoot: The tests are failing because I published @altano/repository-tools as an ESM-only package, and this lint rule has a CJS build which fails to run b/c of the...

Alright, yeah, I don't see any other way forward, so I'll publish a dual package. w.r.t. package surface area: I was planning on adding more utility functions to the "repository-tools"...

@JoshuaKGoldberg I investigated the best way to break a monolithic package up. Packages like lodash seem to have gone through multiple methods (including having separate packages for each method) and...