Pynix Wang
Pynix Wang
crystal 0.24.1 has `BigDecimal` builtin. it 's time to turn numeric/decimal column to `BigDecimal`
when i enable this plugin, and do a git commit, it adds `".git/COMMIT_EDITMSG" ` to the first line. I must delete it myself. 
fix.....................
python2 version of `urllib.urlencode` encode unicode value to `?` or raise UnicodeError can pies overrider this function with a encoding parameter.
 is there any way to theme it?
### Expected behavior generate `data-direct-upload-url` attribute. ### Actual behavior nothing. ### How to reproduce `f.input :image, as: :file, direct_upload: true` maybe activeview helper is not usable in activeadmin, I can...
when use `enum: true` option, bind all enum item to state automatically, do not repeat you self. ```diff enum state: { sleeping: 5, running: 99 } aasm :column => :state,...
``` use serde::Deserialize; #[derive(Debug, Deserialize)] struct Version { name: String, url: String, sha256: String } let resp = reqwest::blocking::get("https://cache.ruby-lang.org/pub/ruby/index.txt")?; let mut rdr = csv::ReaderBuilder::new() .delimiter(b'\t') .from_reader(resp); for result in rdr.deserialize()...
cast to db before save and cast to user after read
``` require "granite/adapter/mysql" class Post < Granite::Base connection mysql table posts # this strange # table :posts also work # table "posts" also work column id : Int64, primary: true...