Anton Strogonoff
Anton Strogonoff
> Datatracker uses the BibXML format Does it use BibXML format? I checked these two, and results look different from what we have in our BibXML data repositories: - https://datatracker.ietf.org/api/v1/doc/document/draft-ietf-eppext-keyrelay/...
IMO it seems least friction for me to just implement a quick converter from Datatracker JSON to Relaton as part of BibXML service itself and later split it out into...
This works for xml2rfc-style API already (see [`xml2rfc_compat.fetchers.internet_drafts()` logic](https://github.com/ietf-ribose/bibxml-service/blob/61ed2be0a3175506a2d9e814800d96be4293965e/xml2rfc_compat/fetchers.py#L72)). For main API, Datatracker should be queried by default only if requested document is not found (and request specifies correct `doctype`...
This is not Bun-specific—I’m getting the same issue in Node (never used Bun). See [this issue in Svelte](https://github.com/sveltejs/svelte/issues/9288#issuecomment-2333516516) with a chain of workarounds (none of which apply to me, as...
A couple of notes: - esbuild has JSON import functionality enabled by default (it unpacks them to JavaScript objects at build time), so JSON imports normally work in my build...
Getting this when trying to initialize a workspace in a monorepo in 4.3.1. - There is a `yarn.lock` and `package.json` in monorepo root - There’s no `package.json` in immediate ancestor...
@smoores-dev Thank you, really appreciated. Noted the correct branch. > And that both are somewhat challenging, and react-prosemirror provides strategies for both! If I may ask before closing—it may sound...
Yup, that does it. Thank you! Strangely, I think on an older installation my config did not have the setup line and worked, so it was confusing for a moment...
Can close it I guess, but doc changes definitely make sense. Do you want keep it open until doc changes are merged in?
> OK, so the regression is caused by documented behavior; it still is a regression. > > (The comment also says: > > ``` > 3. The rest of the...