-
Hello
I really like the way Schema validates data, but I felt limited by some features, like the pretty limited ``Hook``, JSON schema support, the fact that ``Schema`` systematically tries every ke…
-
The simplest way to make your custom importer, should also be the easiest : reusing existing classes directly should not come with surprises.
We should integrate the pattern I use in most FileFinde…
-
I'm interested in this. I've been playing around with the idea of implementing RDF terms with object interning to save memory and avoid copying. This issue is a continuation from https://github.com/RD…
-
Method `peek_from_uninit` creates a `&mut T` where the `T` is uninitialised, this is UB AFAIK.
https://github.com/servo/webrender/blob/efec27697590b622a4cc67af31c3d695f920f80f/peek-poke/src/lib.rs#…
-
Currently Tab's ROOT points to tab link, not to tab content, making it impossible to use relative locators for tab content:
```python
ROOT = ParametrizedLocator(
'.//ul[contains(@class, "na…
-
# Sum types, 2024 variant
There is a new type construct, `case` that gives Nim sum types, comparable to ML's, Rust's, etc.
```nim
type
Option[T] = case
of None: discard
of Some: …
-
See: https://github.com/rust-lang/rust/pull/108684 and [this zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/is.20drop_in_place.20on.20.26mut.20T.20ever.20valid.3…
-
## Description
When building the latest stable release (5.0.2) on Fedora, `test_strings.py::test_string_split` fails with ` re.error: global flags not at the start of the expression at position 1`.…
-
The DDF team has identified some generic checking requirements which might be best implemented through the checking of USDM JSON data against a defined USDM schema (e.g., JSON-Schema). These checks i…
-
With given code:
```python
import httpx
from respx.router import MockRouter
class TestErrorFeedback:
def test_missing_path(self, respx_mock: MockRouter) -> None:
url: str = 'http…