Austin Cory Bart
Austin Cory Bart
I've started writing code this way, and it just makes so much more sense. It's tricky to decide when we should have a separate formatter, but I think the general...
A big insight here was to create a `Formatter` class, and to make sure each `Report` has a `format` field containing it. Then Environments are just subclassing instead of patching...
Yes, I'm about to use your fix, but I'd like to see this either formally accepted or something. What's going on with this?
Why was #125 marked as a duplicate of this? https://github.com/pallets-eco/flask-debugtoolbar/issues/159#issuecomment-2088444680 The requests seem to be different. Unless you're looking at this? https://github.com/pallets-eco/flask-debugtoolbar/issues/125#issuecomment-678695735 Either way, the ability to toggle per endpoint...
Oh hey, this is great! I'll definitely be accepting this pull request. Thanks for contributing! My only desired change is to extract out the Switch statement work in `ast_Call.js` into...
Wow, didn't know anyone was using this! I'd love to hear more about your use case. I may not have many spare cycles to work on this since its the...
Hi @JoshuaLowe1002, sorry for the delay. Things are indeed super busy, and I don't have any docs. However, this is actually pretty easy to do in BlockMirror just by editing...
I'm not sure I know what you mean - the text side is not generating blocks automatically when you edit the text side?
Glad to hear you are interested! I believe the main file you need is `text_to_blocks.js` along with almost everything in `src/ast/*.js` and `src/skulpt/*.js`. You may want to trim things down...
Woah! This seems really cool! Mind if I ask who you are?