Bob Ippolito

Results 53 issues of Bob Ippolito

Per #358 this adds an elispPath command which prints out the elisp directory in the ghc-mod installation. Adds a separate elisp-bootstrap directory with elisp code to call ghc-mod with elispPath...

Mostly just adding non-null assertions and adding types where inference fails. I did refactor a few list reduces that do a concat (which is also quadratic time) to use flatMap...

CLA Signed

@lexical/eslint-plugin - an eslint plugin that helps with the rules of lexical ($functions) and provides an autofixer Documentation preview: https://lexical-qke2cx8a9-fbopensource.vercel.app/docs/packages/lexical-eslint-plugin Currently defines one rule: @lexical/rules-of-lexical There's documentation per #5869 for...

CLA Signed

## Description * Runs @lexical/eslint-plugin over the source to resolve all new warnings * Manually fix up names that were shadowed * Manually fix up invariants, flow types, and docs...

CLA Signed

It's easy to make a mistake that will export an internal type. TypeScript doesn't seem to have any options to roll-up or inline types, but they do suggest using [api-extractor](https://api-extractor.com/)...

enhancement
packaging

As a follow-up to the maintainers guide that was started in #5876 it would be good to include the rest of the release process that is a bit hard to...

enhancement

Since Lexical relies on object identity quite a lot, it can run into trouble when developing apps using a hot module reloader. We should have some docs that cover which...

enhancement

Follow-up to #5534 - there are still references to GridSelection in error messages, comments, and the docs. Two quick examples (not comprehensive!): packages/lexical-table/src/LexicalTableUtils.ts ```typescript export function $insertTableRow__EXPERIMENTAL(insertAfter = true): void...

https://bugs.launchpad.net/swfmill/+bug/728591 This doesn't appear to be fixed, or it's just broken in a different way. ``` $ swfmill --version swfmill 0.3.2 ``` Comparing the flasm output. Original: ``` defineButton 40...

bug