Tan Jay Jun
Tan Jay Jun
See #141. Use `dropdb` and `createdb` to mimic Heroku’s `pg:reset` command. Pass `--force` to skip confirmation prompt.
Type `pry` to insert ```elixir require IEx IEx.pry() ```
* tesla 1.3.3 * mint 1.1.0 To reproduce, ```elixir client = Tesla.client([], Tesla.Adapter.Mint) Tesla.post(client, "https://httpbin.org/post", String.duplicate("0", 65536)) ``` returns `:exceeds_window_size` error. ```elixir %Mint.HTTPError{ module: Mint.HTTP2, reason: {:exceeds_window_size, :connection, 65535} }...
It'll be nice to be able to customise the blank "Site Maintenance" page, seen after `deis maintenance:on`. Maybe a volume of static files can be mounted for nginx to read...
HTTPoison 1.0 has been out since 7 January and other packages have bumped to `~> 1.0`. There are no breaking changes between [0.11 and 1.0](https://github.com/edgurgel/httpoison/compare/174c672b343eccf7df4ee1078c4a44df5ddfdfd7...28024b4b440b4678dfc253f636539b9f56ac217b).
There appears to be an unofficial move to JavaScript, especially for new development. I think it’s a good move, for aspiring contributors and future-proofing. In this pull request, I refactored...
If I’m not mistaken, ScatterSwap is a form of [format-preserving encryption](https://en.wikipedia.org/wiki/Format-preserving_encryption). A lot of work was done recently to have industry standards, with [FF1 and FF3](http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38G.pdf) submitted for review (and...
Invokes local, Docker or remote assets build depending on `:build_type` config. This should not be merged before #15 is so webpack is supported. Also, there are no tests yet. Fixes...
A simple lookup table is currently used to transliterate Unicode codepoints into Latin characters. While this is acceptably accurate for some languages (e.g. chinese characters to pinyin), it fails badly...
Running `mix compile.rambo all` fails to compile the Windows binary. ``` => [internal] load build definition from Dockerfile.x86_64-pc-windows-gnu 0.0s => => transferring dockerfile: 464B 0.0s => [internal] load .dockerignore 0.0s...