Windymelt

Results 18 comments of Windymelt

Sorry for late reply. Here is sample output for `testcase`: ```xml ``` Is this enough? Unfortunately, sometimes `name` attribute does not contain linum info. Using linum 1 instead of actual...

I provided this option to see warning: ``` transformers: | [{"searchValue":"\\\.","replaceValue":"/"},{"searchValue":"_t\\\z","replaceValue":".t"}] ``` => ``` ⚠️ Transformers provided, but they couldn't be parsed. Fallback to Defaults. ``` JSON parsing is failing?

Hi, you can get absolute source code path by `sourcecode.File()` as String. For convenience, `os.Path(sourcecode.File())` will return `Path` class from [os-lib](https://github.com/com-lihaoyi/os-lib) (You don't need to declare dependency because os-lib is...

Still failing with version `0.6.5` (Linux) with CIFAR model. ```scala import tensorflow.data.image.CIFARLoader val dataSet = CIFARLoader.load(Paths.get("/home/windymelt/Downloads/cifar-100-python"), CIFARLoader.CIFAR_100) import tensorflow.api.ops.data.Data import tensorflow.api.:: val trainImages = () => Data.datasetFromTensorSlices(dataSet.trainImages, "TrainImages").map(_.toFloat) val trainLabels...

The other day I too ran into a problem regarding logos. I needed a clearly licensed logo to avoid legal liability. If the logo is distributed as an official asset...

+1 for Native CBOR library. If we can use Borer on Scala native, we can build agile and type-safe rigid utility that uses binary format. Using Scala CLI, we have...

I encountered simillar situation. I tried deployment but GitHub Action failed due to payment approval. Then I approved payment and re-run action to fail. Situation is getting better when I...

本当に速くしたかったらスロークエリなんとかするほうが先じゃないですか 言語を変えてスロークエリ超えられるパフォーマンス出るなら別ですがそんなことないと思う 平均 500msかかっているクエリがある以上、言語を変えても500msかかり続けるのではないですか

Scala support would be nice, thank you!