-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
a…
ahus1 updated
2 weeks ago
-
### Problem
It's not possible to have a type that has a collection of refcounted pointers to itself as a component:
```ada
type Rec;
package Rec_Ref is new Refcounted (Rec);
package Rec_R…
-
### What is your suggestion?
Right now (version 5.4.0), Altair is mostly safe to use in a threading context. However, we could go through the whole library to make sure everything is covered and then…
-
**Is your feature request related to a problem? Please describe.**
I want to create a custom extrators for my app.
**Describe the solution you'd like**
Add an example of a extrator that access st…
-
### Describe the bug
The block inline CSS gets always added to every page:
```html
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg…
-
`useQuery` is the primary entrypoint for fetching data and manages creating a query key and setting the query function as per the README. I was wondering if it would make sense to have it return the q…
-
In the IANA registration [1], we define a media type parameter called 'profile'. Its value is a space separated list of URIs, for which we registered six initial values. These can be composed togeth…
-
It seems that the logic in this PR: https://github.com/slog-rs/slog/pull/170 has been reverted somehow, because I now get exactly those errors which are described in that PR when I try to use `?` or `…
netvl updated
4 weeks ago
-
### Environment information
```plain text
System:
OS: macOS 15.0
CPU: (8) arm64 Apple M2
Memory: 118.66 MB / 24.00 GB
Shell: /bin/zsh
Binaries:
Node: 22.9.0 - /opt/homebrew/bin/nod…
-
Rust 1.33 was just released, and one of the new features is the `Pin` type, which prevents a value from being moved in memory. This could be useful when using buffers with the `CL_USE_HOST_PTR` flag. …