hmf

Results 33 issues of hmf

I am using an `XYChart` to show Gantt like information. In this setting it is easier to analyze the plot if the X-Axis is at Y = 0? All the...

How-To Question

I need to show for each discrete element of a HeatMap additional information that is not appearing in the tool tip. Is there anyway I can override this so that...

How-To Question

Before, mdoc would instantiate and execute `PostModifier` instances without any indication when these terminated their processing on all documents. This means that if we created some resources in these PostModfiers,...

Hope I am not overstepping my bounds here but I have a use-case that I cannot get around and this request seems to be a good way to solve it....

Background: I am using the schema to auto-generate Scala code to read and generate the Plotly JSON documents. I have started with the [Violin](https://plot.ly/javascript/violin/) trace examples for preliminary tests. I...

## Compiler version Tried this with 3.2.1-RC2 and 3.2.1-RC1. ## Minimized code ```scala import scala.annotation.targetName enum CT: case LOCAL_DATE, LOCAL_DATE_TIME, INT def cv[T](i: String) = s"cv('$i')" @targetName("cv_date") def cv[T

itype:bug
area:typer

Sets don't seem to be supported. Trying to use quotes also did not help. I get the exception above as follows: ```Scala import py.PyQuote // These fail val mySet =...

bug

I would like to extend the existing class. In particular extend and reuse `CompositeFakeLoad`and `AbstractFakeLoad`. These are not public. Any way a future version could make these public? TIA

I got this error when asking for a Disk-out load of 2 GB. Apparently their is a [maximum size](https://www.baeldung.com/java-arrays-max-size) for the arrays. I think this can be corrected by creating...

I am trying figure out what the relationship is between the CPU load generated and the number of CPUs and threads used. Am I correct in saying that the load...