hmf
hmf
Another, possibly more practical suggestion, is to use [cSpell](https://cspell.org/configuration/document-settings/) like comments in the text itself as is used by [this](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) plugin. [Here](https://streetsidesoftware.com/vscode-spell-checker/) are some examples how it is done. You...
According to the error stack trace I assumed that error was for all tuners. However, just to check I repeated the tests with the random and hyperband tuners. Try as...
@EugeneFlesselle I was the one who originally posted the question in scala-users discourse. I am aware that the "standard" match type above works and agree with you. However, I am...
@EugeneFlesselle Thanks for the information. Your type alias solution is ok for me. As for the `Tuple.Filter` upper bound, personally I think it is ok too.
> this also opens up later possibilities to ignore specific rules in the file with a similar syntax. It would be nice to use something like cSpell's comments. However, I...
Do you have any ideas how to do this?
I am trying to simulate system load for a cloud based application (web server, database, HTTP calls by users and REST API) that are located in various VMs. The idea...
Seems I can do without the `AbstractFakeLoad`. But `IteratorOfIterators` and `SimpleFakeLoad` would be handy.
Just a note on this. I see that in the [code](https://github.com/msigwart/fakeload/blob/d177b61d53a6e91bb55eae5cd6fe07d1c95534aa/src/main/java/com/martensigwart/fakeload/DiskInputSimulator.java#L37) a cast and check are made. The cast may not be correct for very large files. I also don't...
Just realized this has been pointed out in https://github.com/vdumoulin/conv_arithmetic/issues/18. I was looking at an old version of the document. However, the new version has figure 4.6 corrected, but figure 4.7...