Tomasz Pluskiewicz
Tomasz Pluskiewicz
Are you sure that GraphDB sends a correct response? If you get something strange from the endpoint itself I doubt this library could be at fault much itself. After all,...
This would be a nice addition. My suggestion would be something similar to what changesets uses to select packages to bump where it's not only possible to filter but selection...
I just bumped into this problem when trying to escape characters using `string:replace(All)`. Simple case, I want "&" replaced with "\\&" but double slash is kept as-is and single slash...
Well, on second thought, the document text is immutable and so I can use the combination of sofa start/end of annotations as stable identifiers. At least for non-overlapping layers.
Ah, this requires #70174
I've got one last problem with `chai/v4` ``` Error in chai/v4 Error: !@arethetypeswrong/cli chai v4.3.10 @types/chai v4.3.9999 (ignoring rules: 'no-resolution', 'cjs-only-exports-default', 'unexpected-module-syntax', 'cjs-resolves-to-esm') 🎭 Import resolved to a CommonJS type...
Thanks for pointing that out. Oh, I looked for chai in attw but after I had already removed it 🤦
> What were the factors that prevented these packages from working with v5? I think the only other problem is that test files in CJS projects cannot import ESM of...
@andrewbranch following your advice, I kept the global `Chai` namespace in v5 and switched all but two packages to depend on any version of `@types/chai`. The two exceptions are `chai-json-schema`...
> @tpluscode Did you verify that these packages still work with the chai v4 types? Or are all of these packages implicitly depending on v5 now? This is a very...