-
I've been running some package tests on the upcoming julia version (1.10rc) and noticed this error newly introduced there, compared to 1.9:
```julia
julia> Tuple{Union{}}
# 1.9:
Tuple{Union{}}
# …
-
As @TrendyTim mentioned in #46:
```
Public Class TestClass
Private vbVar as String
#Language CS
public static void Main()
{
bVar = "From C#";
MoreVBCode();
}
…
ghost updated
4 years ago
-
I think this is a great addition for RPC for Go (as well as other languages!). The main thing that I expect will limit adoption is the lack of streaming support. There are mechanisms to do streaming o…
-
This issue is for **bikeshedding the spelling of the topic token** in [Hack pipes][], branching off from https://github.com/tc39/proposal-pipeline-operator/issues/75#issuecomment-362850526. For more c…
-
@rdrop-exit in #73, [on September 3](./73#issuecomment-418104686)
> Yes, Forth already has a handful of simple prefix words that should only be used judiciously and with care. That does not invalidat…
-
**EDIT**: this proposal has shifted. See https://github.com/golang/go/issues/15735#issuecomment-266574151 below.
Old:
The net/http package needs a way to wait for readability on a TCPConn withou…
-
# Compatibility Report
- Name of the game with compatibility issues: Remnant 2
- Steam AppID of the game: 1282100
## System Information
- GPU: 6800 XT
- Video driver version: Mesa 23.1
- Kerne…
-
Migrated from [rt.perl.org#130718](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130718) (status was 'open')
Searchable as RT130718$
-
**A working draft on a formal specification of the `exstr` language.**
***tl;dr*** Making a new parser, am I missing something?
I've started working on a new parser for tridactyl and alongside res…
-
Timely dataflow exclusively moves *owned* data around. Although operators are defined on `&Stream` references, the closures and such they take as arguments can rely on getting buffers of owned data. T…