-
In the spec as it stands, it does not appear to be possible to make variations on an interface's argument in its implementation, even if the subclass's arguments are functionally conformant to the int…
rdstn updated
4 years ago
-
My evaluations through the COWRES suddenly stopped working. I thought that there may be a problem connecting to the server but I am able to access the WRES website in windows. When I run my script I a…
-
In a package `foo` a `[dev-dependencies] foo = { path = "." }` should be an error.
As there is no use case for it, and it does not do what most people expect.
There are not many people that will try…
-
We're constantly getting winged and whammed by some weird language change breaking some thing we're doing. The whole crate's kinda unfocused and we've got all these cargo features to paper over the fa…
-
### Clear and concise description of the problem
Currently when using library mode, all the assets (images, videos...) are inlined using base64. When those assets are big, it takes a long for vite to…
-
[Updated]: Currently the main issue is the need to implement `fill_impl` in `ring::rand` for each platform.
-
## Description
This needs to be researched and completed.
## Tasks
- [ ] [DevOps] Determine what needs to be documented in order to support this functionality.
- [ ] [DevOps] Complete this docum…
-
This is a tracking issue for the `#[target_feature]` segment of RFC 2045 (https://github.com/rust-lang/rfcs/pull/2045).
`#[cfg(target_feature)]` was tracked in [#29717](https://github.com/rust-lang/r…
-
The feature gate for the issue is `#![feature(variant_count)]`.
### Steps
- [x] Implement the intrinsic
- [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
- [ ] Stab…
-
I have enabled Content Security Policy (CSP) directives on wagtail admin using django-csp.
CSP is not required for all websites but for some clients is mandatory as part of the security requirements.
…