Results 44 comments of b3m2a1

Following up on https://github.com/jupyterlab/jupyterlab/issues/12252, the (lack of) ability to add names/ids to my HTML elements is becoming a huge hassle since I need to litter my interface with `` tags...

Custom widgets are clunky, overkill, and force me to write a bunch of buggy boilerplate when I just want to be able to prototype. I'd rather not use Jupyter and...

@jasongrout I ended up pursuing that idea and making a custom widget. It was frankly a terrible experience and it was like pulling teeth to try to figure out how...

A functioning implementation of this idea is here: https://github.com/b3m2a1/ActiveHTMLWidget It attempts to provide a tunnel to the DOM and then get out of the way. It currently supports attributes, styles,...

An initial peek at where this idea has gone: https://b3m2a1.github.io/jhtml-a-web-framework-for-jupyter#body

@vidartf Unfortunately it's been so long since I wrote the widget library I've forgotten, but I think the biggest complaint was that the documentation makes it seem like the dev...

There is. I'll add a `GitHub` specific example page to the wiki to document some of the things you can do with it.

@kubaPod See [here](https://github.com/b3m2a1/mathematica-BTools/wiki/GitHub#direct-api-access). The example posted there should work in the most recent version of BTools, but passing the return type as the final string for raw requests won't work...

@kubaPod I added an example usage for it coming out of `GitHub`. I'm surprised it wasn't working for you. If it continues not to work I'd like to know whatever...

@kubaPod Ah I see. I didn't realize you were trying to run it via the raw interface. If that's the case you'll need to use `"tag_name"->...`, etc., although for most...