This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open FSharp.Data | |
open System | |
open System.Text | |
type HttpRequestConfig = | |
{ url: string option | |
query: (string * string) list option | |
headers: (string * string) seq option | |
method: string option | |
body: HttpRequestBody option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# asdf users will run into this problem when trying to use :observer.start(), because asdf erlang install doesn't include wxWdigets | |
## [error] ERROR: Could not find 'wxe_driver.so' in: /home/zsherbondy/.asdf/installs/erlang/25.1/lib/wx-2.2/priv | |
## {:error, | |
## {{:load_driver, 'No driver found'}, | |
## [ | |
## {:wxe_server, :start, 1, [file: 'wxe_server.erl', line: 65]}, | |
## {:wx, :new, 1, [file: 'wx.erl', line: 115]}, |