Kevin Webb

Results 28 comments of Kevin Webb

just wanted to flag this fork that's tracking recent RocksDB updates https://github.com/linxGnu/grocksdb

Not a comment on the file format itself (looks great and fantastic documentation!), however, I have a general question about file format road map: are you thinking long-term support for...

@cberner super cool! I'll start investigating and will put together a PR. There shouldn't be anything significant in the way of dependencies. I'm building a Rust-native library for ZNS interaction...

Cool! mmap should be no problem for reads, but need to look at how writes are handled. The big difference with ZNS is that it only allows sequential/append writes within...

Stops can be moved in the stops editor -- they just need to be double clicked first (and will turn yellow). We may revisit this from a usability perspective, though...

@adamgreg I was investigating making this change myself, and fwiw, i just went through the unocss steps in your PR docs and am loving how it works thus far! I...

@adamgreg ah thanks for the clarification! i was missing the switch to the GH action build step for AOT. I just added the deploy.yml and switched the project back to...

I ran into a problem with AoT deployment using the UnoCSS PR with the UnoCSS iconify preset. It appears that the UnoCSS integration defaults to CDN load of icon data...

@adamgreg oh fascinating! So they are getting included in the uno.css on local build (and only the icons I'm using the app). What should be happening in a AOT build...

I just dug into the local build in `./_fresh` and can't see anywhere that it stores the the ability to make a dynamic request. But given the logs generated by...