Skip to content

Instantly share code, notes, and snippets.

View sibay's full-sized avatar

Tarek El-Sibay sibay

View GitHub Profile
@sibay
sibay / markdown-list-bug-in-asciidocfx.md
Last active October 12, 2015 10:36
Shows a bug with markdown lists in asciidocfx

dummy text

  1. numbered item one
  2. numbered item two

text after list still on same line with 'item two'

== Header to stop list

@sibay
sibay / UrlEncodingTest.java
Last active August 29, 2015 14:20
Test for showing url encoding bug in vert.x3
package de.elsibay.urlencoding;
import io.netty.handler.codec.http.HttpResponseStatus;
import io.vertx.core.AsyncResult;
import io.vertx.core.MultiMap;
import io.vertx.core.Vertx;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.eventbus.Message;
import io.vertx.core.http.HttpClient;
import io.vertx.core.http.HttpClientRequest;