Manoj Dayaram
Manoj Dayaram
Given the following input markdown: ``` > Quote! > - Quote speaker ``` The actual outputted kramed HTML is the following: ``` Quote! Quote speaker ``` When Kramdown ends up...
I've only been able to reproduce this in certain mac environments, but it looks like for certain cases, trying to compile yields the following error: ``` gokogiri/xpath(__TEXT/__text): unexpected GOT reloc...
When running `go get` in OSX Mavericks, it appears some people are getting the following errors: ``` go get -u github.com/moovweb/gokogiri github.com/moovweb/gokogiri/xml go/src/github.com/moovweb/gokogiri/xml/helper.c:7:3: warning: implicit declaration of function 'xmlNodeWriteCallback' is...
Previously, registered store attributes could show inconsistent values between the store and Rails' attribute system, causing validation failures and incorrect behavior with methods like `attributes`, `*_before_type_cast`, and dirty tracking. This...
When using `store_attribute_register_attributes = true`, there seems to be some funky interplay with Rails' attribute system. Some examples are validators checking the wrong values (e.g. #52 ), the attributes hash...
When using `store_attribute_register_attributes = true` and a numericality validation, we run into a bug where the `default` option we pass to `attributes` overrides the actual value we get from our...