Gwendolyn
Gwendolyn
To facilitate writing readable text format WebAssembly, it would be useful to be able to give names to data offsets and table elements and reference those names in code, like...
Is it possible to compare two decimals while ignoring their precision, or at least ignoring it where it doesn't matter? For example `new Decimal('1', 8)` and `new Decimal('1', 2)` should...
# Description This PR changes the way main defs in scripts are called, so that error messages show the source as ` ...` rather than `main ...`. This fixes #10191....
As discussed in #69 this PR sets `Etag` headers on responses and returns a `Not Modified` response instead of the cached response if the client sent an `If-None-Match` header that...
As suggested in #69 this PR attempts to add a setting for the max-age that is separate from the cache configuration.
According to the Django documentation, a value of `None` for the cache timeout should mean that entries in the cache never expire (see https://docs.djangoproject.com/en/5.0/ref/settings/#std-setting-CACHES-TIMEOUT). Using this appears desirable for wagtail...
### Describe the feature It is common for websites to show a list of suggestions of well-known or popular tags, but also allowing new tags. Would it be possible to...
See #1978 This is still WIP, the PR at this time is mainly for running the CI. Feedback is very welcome though, especially on the non-trivial TODOs.
We are currently calling the `ip` command for configuring addresses, routes and neighbour objects. This is unnecessary additional overhead and requires parsing the output in some cases, like here: https://github.com/lxc/incus/blob/faa488098f0d4ae41c3480b7e75473b51368a336/internal/server/ip/neigh.go#L61-L87...
### Is there an existing issue for this? - [x] There is no existing issue for this feature ### What are you currently unable to do It is difficult to...