Arman Samimi

Results 12 comments of Arman Samimi

The lack of this feature is holding Altair back compared to plotly, bokeh, etc

I imagine this is a pre-requisite to https://github.com/intel/rohd/issues/470

I really wish I had the skills to do this, but I don't. I would highly be appreciated if this is supported.

Hi Max. I am very unfamiliar with Dart and ROHD still, but in my mind a user friendly implementation would look something like this wish list: - a fixed point...

+ 1 on a fix for this. I am using this workaround in the meanwhile ``` python sm_logger = logging.getLogger("snakemake.logging") def downgrade_log(record): if record.levelno == logging.WARNING: record.levelno = logging.INFO record.levelname...

ok I think the problem is a bit different than what I described. The issue is that if a macro is defined in a seperate file than where it is...

It seems like something has broken the workaround that @veripoolbot suggested. Even if that was not supposed to work, this is a regression in functionality. @nndurj did you make any...

Possibly the same issue : https://github.com/bokeh/jupyter_bokeh/issues/209

I also see that with both CMAES and NSGAII, using set_bfe() and batch_fitness() makes the algo not converge. I didn't bother to check the CPU activity because it just seems...