Corentin Cadiou

Results 28 comments of Corentin Cadiou

There is also the error with a missing `options.built` function.

Note that for for users on recent releases of FF (75+?), there is a native support for MPRIS built in Firefox. See https://github.com/jsmnbom/mpris-integration/issues/9.

It may be worth noting that you can have issues using node v0.12 instead of v0.10 for example, try downgrading it using `nvm`.

For the record, fixing this issue for oct-AMR datasets would make the following features (it would still require some extra work, but ghost zones is the hard part) * interactive...

After #2425 is merged, this will be a low-hanging fruit as one will just have to implement the `retrieve_ghost_zones` function for the `ARTDomainSubset` class. I changed the tags to reflect...

It is for RAMSES datasets, but some minor work would be required for ART datasets. I don't think I'll have time to do it anytime soon, but if a user...

One would need to implement the equivalent methods to https://github.com/yt-project/yt/blob/7a8f1b85a23cb6bab1aa4df7b7c9bd3fc8754a5b/yt/frontends/ramses/data_structures.py#L347-L347 and https://github.com/yt-project/yt/blob/7a8f1b85a23cb6bab1aa4df7b7c9bd3fc8754a5b/yt/frontends/ramses/data_structures.py#L443-L443 as well as a mechanism to read data that don't live on leaf cells in ART. I'd be...

After a bit of investigation, this is the new behaviour in IPython 8+. I see multiple solutions # Info - `_ipython_display_` is called in _any_ IPython environment (REPL and notebook...

My understanding was that some modern terminal emulators (like iterm2) are actually able to display images and stuff, so moving into the future, we _could_ display rich information in terminals.

There doesn't seem to be significant performance implication, at least regarding isocontours extraction (we should double check the cost for volume rendering as well). For reference: With this PR: ```...