Lewis Campbell

Results 16 issues of Lewis Campbell

Hi, long time user, first time writer. Reading the docs again, I notice that there's a concept of ending a stream. What's the motivation for that? I can't think of...

Using the url in the docs: ``` Deno 1.19.0 exit using ctrl+d or close() > import * as lmdb from "https://deno.land/x/lmdb/mod.t" Download https://deno.land/x/lmdb/mod.t Warning Implicitly using latest version (test-build) for...

So I recently ran into the same issue as https://github.com/dylanhart/ulid-rs/issues/39 in that I expected `Ulid::new()` to return sorted results when called repeatedly. Since people use ULIDs over UUIDs for sortability...

When installing curses, it does a pkg-config for `ncurses`. However, on some system what we really want to look for is `ncursesw`. IE, the following would work if it did...

bug
help wanted
persist

https://postgrest.org/en/stable/development.html?highlight=alpine#build-from-source Do we know if this is still an issue? Is it referenced anywhere in another issue tracker? I'd be happy to try building it myself on alpine and run...

Hi, I overrode "NamesLinux" in "CursesLibraryNames", as per the docs, to get it running on alpine linux. Is it worth adding this to the default list?

```fsharp let propReverse : Property = property { let! xs = Gen.list (Range.linear 0 100) Gen.alpha return xs |> List.rev |> List.rev = xs } ``` This can't be piped...

Reading https://fscheck.github.io/FsCheck//TestData.html It says: "Arb.from

documentation
help wanted

I go here: https://opensource.janestreet.com/base/ There's a link to API Docs, which takes me here https://ocaml.org/p/base/v0.15.0/doc/Base/index.html And I get: Page not found We're sorry, for some reason we don't have the...

forwarded-to-js-devs

First off, this was done in alpine linux, which means musl. This may save you some time if musl isn't supported :) Regardless, here's console output showing a fresh install...