-
In https://github.com/nikomatsakis/nll-rfc/blob/master/0000-nonlexical-lifetimes.md#layer-2-avoiding-infinite-loops we have
```rust
let scope = Scope::new();
let mut foo = 22;
unsafe {
// dto…
-
Playing around seeing if I could figure out whether or not Dao has destructors, I made a class that looks like this:
```
class MyClass
{
routine MyClass()
{
io.writeln("Construct");
…
-
I'm starting a new issue rather than continue the already lengthy #16, though much of what we discussed there informs this topic.
At long last, I have some updates on the first stage of our expans…
-
Predicting with confidence: the best machine learning idea you never heard of
https://ift.tt/2gWgUNJ
One of the disadvantages of machine learning as a discipline is the lack of reasonable confid…
-
This issue has been central to Drasil for a long time, but now there is an issue (#2123) that is bringing parts of the problem back to the fore.
In part, `SystemInformation` is a big hack. We never…
-
Sorry this is another hairy subjective one. But posting this get some guidance on approach and philosophy.
The current code base is essentially a CRUD wrapper around the BAOs. Is this what we see a…
-
The existing help topics that touch on error handling ([about_Throw](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_throw),
[about_CommonParameters](https:/…
-
This issue is to summarize the overhaul of Measurements targeted for Pint 0.8. The features/open questions are:
- Support all basic math operations. See #278
- Support for ndarray See #128
- Support…
-
This enhancement proposal presents two use cases which suggest extending term definition semantics to also prefix-expanded terms.
As it is now the term definition semantics only apply during expans…
-
I wanted to document my thoughts on the broodstock-to-smolt stage of the hatchery life cycle while they're still fresh, so that we (including Future Me) can easily pick up where we left off later this…