James Brock
James Brock
I've never used [QuickFIX data dictionaries](https://stackoverflow.com/questions/64570423/origin-of-fix-data-dictionaries). What does a QuickFIX data dictionary do?
Ok I get it. Yeah, a code-generator for data dictionaries is beyond the scope of hffix. That would best be implemented as a separate stand-alone program which reads in a...
It seems like maybe the left sidebar table of contents maxdepth is hard-coded as `4`? https://github.com/executablebooks/sphinx-book-theme/blob/a9794b73cec766e01bee35a96f7d44e22851f278/src/sphinx_book_theme/theme/sphinx_book_theme/components/sbt-sidebar-nav.html#L18
Maybe I can customize the left sidebar with these instructions. https://github.com/executablebooks/sphinx-book-theme/blob/master/docs/sections/sidebar-primary.md
Ok I got this working. I copyed the file [`sbt-sidebar-nav.html`](https://github.com/executablebooks/sphinx-book-theme/blob/a9794b73cec766e01bee35a96f7d44e22851f278/src/sphinx_book_theme/theme/sphinx_book_theme/components/sbt-sidebar-nav.html) to a local file `sphinx_book_theme_override/sbt-sidebar-nav-override.html` and changed it to read `maxdepth=2,`. Then in `conf.py`: ``` templates_path = ['_templates', './sphinx_book_theme_override'] html_sidebars...
We will need to do a [*transfer operation*](https://github.com/purescript/registry?tab=readme-ov-file#transfer-a-package). ``` Your package "protobuf" is not ready for publishing yet, encountered 1 error: ✘ The manifest file specifies a location ( {"githubOwner":"rowtype-yoga","githubRepo":"purescript-protobuf","subdir":"library"}...
Does the registry support publishing monorepo subdirectories yet? https://discourse.purescript.org/t/pursuit-the-registry-and-monorepos/4685
To turn on conformance tests for JSON: This `reply` function needs a case for proto3 JSON: https://github.com/rowtype-yoga/purescript-protobuf/blob/48ba4bcdfba9a113ccd9ed152bf4d84e25a98ffe/conformance/src/Main.purs#L67 So add a pattern matching case like: ```purescript reply (ConformanceRequest { requested_output_format: Just...
It looks like you're in a Darwin (MacOS) environment? The special derivation I wrote for `protobuf` will clearly not work in Darwin I guess because I'm using `patchelf` and there...
I would like to help you get `nix develop` working. Ping me on the PureScript discord if you want to try to do this.