Darach Ennis

Results 34 comments of Darach Ennis

Nods to @brendanzab - liking [fathom](https://github.com/brendanzab/fathom) 👀 👍

This has worked well for documentation on the current release of tremor. The full generated docset for the tremor lalrpop grammar is now live [here](https://www.tremor.rs/docs/edge/language/reference/full/) deployed with docusaurus v2 beta.

👋 Wondering if this branch is ok to merge or if there are related docs changes desireable for completeness. We've had no issues in our CI/CD system with this to...

Let us know if you need any help on the discord 🥳

Hi Matt, We sure are. In tremor, and I have a project at work ( axiom now ) where I think it's a great fit. We'll ask the community as...

Our CI benchmarks are snmalloc based https://www.tremor.rs/benchmarks/ - relatively boring UI there. The benchmarks we ran a year or two ago for tremor ( and mimalloc before it, and jemalloc...

Let us know how we can help/assist here.

Perhaps patching in a different version of tungstenite would work? We sometimes use a local patch or temporary fork via cargo's patch mechanism when we hit these issues. https://doc.rust-lang.org/edition-guide/rust-2018/cargo-and-crates-io/replacing-dependencies-with-patch.html We'll...

When in the depths of a src hierarchy it would be nice if teller searched up through the parent file system for a `.teller.yml` and resolved it rather than requiring...

Is this using latest master? Looks like you're pretty close but can't find array contains - built-in functions were tweaked in the latest release which now supports modules, module paths...