-
see: https://github.com/ponylang/rfcs/blob/master/text/0009-copy-idiom.md
-
If there's documentation for the tagtime tag format, then I can't spot it. Currently I know of:
- Things in round-parens and square parens are ignored.
But I'm sure there might be other things in th…
-
I could not find any documentation regarding targeted (supported) compilers/architectures/languages/etc. Did I miss something?
If not, my needs/proposal would be:
* Compilers:
* Latest version …
-
It might be nice to have a structure for adding plugins to the core `hyp` CLI tool.
This could have a couple of benefits:
- Lower friction to try new plugins
- Enabling user customization and d…
-
It would seem to suffer from a lot of edge cases & very little error reporting. If the file included has a workspace of its own there's no error & you end up with an empty work space. We have a master…
-
### Your Feature Request
ECH (Encrypted client hello) is a developing specification for encrypting the original client hello in an HTTP1.1/HTTP2 context.
The main purpose is making SNI sniffing …
-
Over the months that I've been following things here, the many suggestions for new features have varied greatly in quality, both in the quality of proposal, and in the quality of presentation.
I do…
-
I think the main questions that help tease out whether these are on resholve's turf are:
1. whether a given case has a safety/accuracy problem that's detectable from resholve's perspective
2. whethe…
-
### Background and motivation - UPDATED 2024/01/31
So that Enumerable.Range can be used with anything that implements `IBinaryInteger`.
### API Proposal
```csharp
public static class Enumera…
-
### Code
```Rust
pub fn foo() -> &'a i32 {&0};
| ^^ unnecessary lifetime parameter
|
= help: consider removing `'a`, using `'static` instead
```
### Rationale and extra context
…
oskgo updated
9 months ago