Danny McGee

Results 7 issues of Danny McGee

I'm using recast to write a custom transformer for TypeScript. After calling `parse(code, { parser: require('recast/parsers/typescript') })`, and calling `visitClassDeclaration` in my visitor, the `path.node` is shaped like this: ```...

I've tried targeting `.stylebot-app` in my global stylesheet, but the style doesn't get applied (presumably because of the shadow DOM encapsulation). Would be happy to open a PR, just let...

This would be a really nice QOL improvement if only for the nested selectors. Would be happy to open a PR, just let me know if you would be open...

feature

This PR updates the `cache` module to be thread-safe. I added some timers to the `complexmap` example, and these are the results I got vs the `develop` branch (on a...

* **Addon:** UE to Rigify * **Steps to Reproduce the Problem:** 1. Open the "Scripting" workspace and create a test Python script that does something observable, like `print` to the...

bug

Now that UE5 is out, with Lyra as a sort of catch-all game template, I think it would be really nice for UE to Rigify to support the Manny and...

feature

## Expected behavior C# documents support VS Code's "Sticky Scroll" feature when configured with the default settings (`"editor.stickyScroll.defaultModel": "outlineModel"`). ## Actual behavior The C# extension's outline model (provided by `DocumentSymbolProvider`)...

Bug