-
## Problem
Linked list is one of the essential data structures beside an array. It allows you to add, insert, or remove elements in constant time, without re-allocating the whole structure.
For…
-
**Edit:** Here's specifically what I'm proposing:
- Keep the function pipelining: `object::func(foo, bar, baz)`, equivalent to `func.call(object, foo, bar, baz)`
- Drop the binary binding operator…
-
### Description
How to restore corrupted file after power outage.
This has happened three times in the past half year and now really disappointed (to say the least, sorry). But this is not the behav…
-
Welcome!
I created this repository as a discussion hub for the ML ecosystem in Rust, "following" a talk I gave at the Rust meetup in London ([slides](https://docs.google.com/presentation/d/1dOqqosL…
-
For example, can we write a generic function `tostr`, which converts integers, reals, and booleans to strings?
Lars gave me an idea:
```
type Num
con NumInt : Int -> Num
con NumFloat : Float …
-
It'd be nice to have a helper for the common case (in my experience) of serving all routes in a custom monad, especially with a custom context. Currently, I do this with
```hs
app = serveRoutes @MyA…
-
Hi,
I've literally spend days following all kind of shady guides on enabling ipv6 on docker and i just can't get it to work.
My hosting is at vultr (digitalocean will also work) so i can make a …
-
Unfortunately this discussion [started in Error handling thread](https://github.com/keean/zenscript/issues/40#issuecomment-390693316).
And the discussion derived from [a post I made](https://github…
-
With #23985 if one tries to install rst2ipynb without having pandoc installed one gets the following error
```
...
...
...
[rst2ipynb-0.2.2.p0] Installing collected packages: rst2ipynb
[rst2ipynb-0…
-
Hi all,
as much as some people love to hate Safari ("the new IE", yadda, yadda), I've yet to see a complain about their support for (implicit) proper tail calls in the wild. The debugging problems …