Joe Bryan
Joe Bryan
Per ship, for the top N (default `50`) ships .
The PR moves the event log into the worker process (along with the boot process and event replay), thereby redefining the roles (and IPC) in our multiprocess architecture (from "king"...
This PR fixes jet mismatch in +shas, introduced with urcrypt in v1.6. `+shas` is used for %gall agent wires, and therefore ends up in %ames flows, so this mismatch has...
I started to write this as a comment on #540, but it's really a separate issue: Starting with MarkLogic 8, REST API instances fully support XCC as well as all...
ML8 REST API instances support XCC requests, and do not require a separate XDBC server. Roxy supports this now, by setting `install-xcc=false` and `xcc-port=${app-port}` in `deploy/build.properties` **prior** to bootstrapping. Can...
[mlpm](https://github.com/joemfb/mlpm) is a package manager for XQuery library modules, and REST API extensions/transformations. I've created a (crude) [deployment mechanism](https://gist.github.com/joemfb/c786696f459290e57c73) customizing Roxy's app_specific.rb. I'd like to discuss some of the tradeoffs...
ML 8.0-4 will require at least one update to the generated search options: `preferred-matches` is required for JSON or mixed JSON/XML results, where `preferred-elements` previously worked. `preferred-elements` is still supported...
sample output: ``` $ build/urbit vile fake-zod loom: mapped 2048MB boot: protected loom live: loaded: MB/110.231.552 boot: installed 351 jets 0w50w.642KA.glYh8.RvaRp.6TA35.3XRYN.ULCI6.UmcsZ.5rGvG.3dvFt.E6rMF.mZnd~.3O6QB.7LZ1f.-ukYN.z2fcY.Ecviv.LiZEg.8w0sp ```
This is a rather unsatisfying fix for #5674, but it buys time for a refactoring of the `+jam` jet implementation to support larger atoms. It just makes `(jam (bex (bex...
This PR supersedes (parts of) #5163 (see also #5161). The `@ud` printer is written with an eye to #5753, and builds on the parsing work done in #4804. Further optimization...