~shulhan

Bandung, Indonesia

https://kilabit.info

Software engineer at day, avid writer and translator at night; also, passive advocate for free and open-source movement. Ex-Barksdale crew. Ex-Dunder Mifflin.

Mastodon

Trackers

~shulhan/asciidoctor-go

Last active 2 months ago

~shulhan/pakakeh.go

Last active 3 months ago

~shulhan/rescached

Last active 8 months ago

~shulhan/karajo

Last active 9 months ago

~shulhan/gorankusu

Last active 9 months ago

~shulhan/gotp

Last active 10 months ago

~shulhan/awwan

Last active 10 months ago

~shulhan/golang-id.org

Last active 1 year, 9 months ago

~shulhan/duitku

Last active 1 year, 9 months ago

~shulhan/haminer

Last active 2 years ago
View more

#1 lib/dns: zone parser failed if line start with spaces a month ago

Comment by ~shulhan on ~shulhan/pakakeh.go

Marking this as invalid because a space before RR has a meaning as describe by RFC 1035 section "5.1. Format" paragraph 4,

The last two forms represent RRs. If an entry for an RR begins with a blank, then the RR is assumed to be owned by the last stated owner. If an RR entry begins with a , then the owner name is reset.

REPORTED RESOLVED CLOSED

#1 lib/dns: zone parser failed if line start with spaces a month ago

Comment by ~shulhan on ~shulhan/pakakeh.go

RESOLVED CLOSED REPORTED

#1 lib/dns: zone parser failed if line start with spaces a month ago

Comment by ~shulhan on ~shulhan/pakakeh.go

REPORTED RESOLVED CLOSED

#1 Support text span and built-in roles 2 months ago

Ticket created by ~shulhan on ~shulhan/asciidoctor-go

List of roles,

  • underline: Applies an underline decoration to the span of text.
  • overline: Applies an overline decoration to the span of text.
  • line-through: Applies a line-through (aka strikethrough) decoration to the span of text.
  • nobreak: Disables words within the span of text from being broken.
  • nowrap: Prevents the span of text from wrapping at all.
  • pre-wrap: Prevents sequences of space and space-like characters from being collapsed (i.e., all spaces are preserved).

Reference: https://docs.asciidoctor.org/asciidoc/latest/text/text-span-built-in-roles/

#1 lib/dns: zone parser failed if line start with spaces 3 months ago

Ticket created by ~shulhan on ~shulhan/pakakeh.go

Given the following zone file,

@ A 127.0.0.1
  x  A 127.0.0.1 ; this line will 

The zone parser will fail with the following error:

ParseZone: parse: parseRR: line 2: unknown class or type

#3 Stream Job log using Server-sent event 9 months ago

Ticket created by ~shulhan on ~shulhan/karajo

When user opening a running Job log, "tail" the log by using SSE.

#6 ResponseBody not indented if HTTP status is 202 9 months ago

Comment by ~shulhan on ~shulhan/gorankusu

Shulhan referenced this ticket in commit e89e0f0.

REPORTED RESOLVED CLOSED

#4 Automatically set PreAttack and Attack 9 months ago

Comment by ~shulhan on ~shulhan/gorankusu

Shulhan referenced this ticket in commit 2b6dc07.

REPORTED RESOLVED IMPLEMENTED

#5 Move example to root repository 9 months ago

Comment by ~shulhan on ~shulhan/gorankusu

Shulhan referenced this ticket in commit 372d10a.

REPORTED RESOLVED IMPLEMENTED

#6 ResponseBody not indented if HTTP status is 202 10 months ago

Ticket created by ~shulhan on ~shulhan/gorankusu

In the RunResponse, the ResponseBody is not indented if the request return 202 (other than 200).