zetashift

Results 85 comments of zetashift

Here might be another handy link: https://github.com/esy/esy/pull/994 I'm using Nix on ubuntu and currently I don't use Nix to manage oni2, it would be nice if it could be, but...

I figured it out! Removing the single quotation marks around the ``'https://raw.githubusercontent.com/StefanSalewski/oldgtk3/master/oldgtk3/gobject.nim'`` (and the others) in gintro.nimble fixed it for nimgrab and wget. Now I'm just getting libglib-2.0.0.dll missing error...

Alright so far: 1. Remove the quotation marks from the download url 2. Install msys2 and run: ``` pacman -S mingw-w64-x86_64-gtk3 ``` then run: ``` pacman -S mingw-w64-x86_64-python3-gobject ``` to...

![gtk](https://user-images.githubusercontent.com/1857826/36817815-d0a7c9f2-1ce2-11e8-8d31-401f2032a812.png) It worked holy snap! So after the previous steps I commented line 1717 out and then I had to copy-paste the .nimble from the gintro folder to my /AppData/Local/Temp...

For the GTK libs I did according these instructions(https://www.gtk.org/download/windows.php): Install MSYS2 In the msys2 cmd I entered: `pacman -S mingw-w64-x86_64-gtk3 ` Then for some other necessary depencies(girepository.dll) you need to...

So the spec/idl actually says `Promise`: https://w3c.github.io/webcrypto/#webidl-451956974 But when reading the description of a few methods, it seems that they are somewhat typed, for example except for verify and sign,...

Understandable, however there is one _actual_ mistake in the signatures as far as I can see, according to the spec `deriveBits`(it should return an Promise of ArrayBuffer: > [Promise](https://webidl.spec.whatwg.org/#idl-promise) [deriveBits](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-deriveBits)([AlgorithmIdentifier](https://w3c.github.io/webcrypto/#dom-algorithmidentifier)...

How about making a functional layer on top of Pulumi: https://www.pulumi.com/ and https://github.com/pulumi/pulumi-java/pull/791 instead of serverless? Cons: - probably more work - it's IaC rather than serverless so not really...

Is there anything I can help with? It seems quite complicated, but generating an OpenAPI spec is a big part of getting people onboard with F# at $WORK for a...

Running `docs/mdoc` gives me the following error (while it didn't in my previous effort): ``` [error] stack trace is suppressed; run last docs / Compile / managedResources for the full...