breathe

Results 20 comments of breathe

I made test harness projects for the mimosa module’s I have made so far - but these projects currently live outside the code for the module itself. Also in the...

Wasm is known to be more performant than JavaScripts. The wasm version could also decrease the file size which could help in cases where users need to flip a large...

Also, iconographically including the name of the project in the release number is an important best practice.

I'm arriving here from [this discussion](https://github.com/wjakob/nanobind/discussions/630#discussioncomment-10238592) @wjakob I switched my codebase to build with this fork and am able to get rid of my sed post-processing hack on the pyi...

> please change your C++ function argument to const Eigen::Ref& mat and see if that solves your issue. Interesting -- that works -- thank you very much! I had thought...

This would be really nice! This feature was implemented in quokka.js/wallabyjs and could be a source for inspiration... https://medium.com/@wallabyjs/introducing-value-explorer-for-wallaby-a775909a7518

I would like similar functionality -- though I'm not clear that what I need exactly matches above. I would like to add graceful shutdown support to the `terraform-wrapper` https://github.com/hashicorp/setup-terraform/blob/1b93182764c8332e7679b2393cb307cbe7baf9dc/wrapper/terraform.js#L39 --...

Hi @allmedia-nz thanks for the questions and apologies for the long delay in response! I really struggle with tracking github notifications through the notification noise I'm currently buried in ......

Hmm @et2010 possibly -- I'm assuming the main use case for something like this would be to see the cell output as the notebook is executed and not to have...

@artlogic I'm not quite sure that I understand the syntax suggestion above. Questions that pop into my mind: Squashing the list arguments into strings might be error prone? Would I...