Koji AGAWA

Results 6 issues of Koji AGAWA

The hashCode of PathRef returns a value that depends on the file listing order of the file system. https://github.com/com-lihaoyi/mill/blob/7d9eeac445f3153ef2c600534a40cd185d2ee9fc/main/api/src/mill/api/PathRef.scala#L38-L52 `os.walk` uses [DirectoryStream](https://docs.oracle.com/javase/8/docs/api/java/nio/file/DirectoryStream.html), which returns a list of files in an...

This is a PR from #1923 with only Fullstack's WASM support extracted. In order to run a server with Cloudflare Pages Functions (Workers), the server must be built with WASM....

If you set named struct to metadata, it will be serialized to JS Map and not written to KV. changing to JSON compatible serialization will fix this issue.

The added test will fail without this change.

`main.ts` ```ts import * as zenfs from "@zenfs/core"; import * as Comlink from "comlink"; import { WebStorage } from "../fs.ts"; import Worker from "./worker.ts?worker"; const worker = new Worker(); const...

bug

Integration with Jackson would be useful to be able to read and write YAML and TOML via [jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text). I'll try myself if I have time, but I'm not familiar with...