hutou

Results 13 issues of hutou

Thank you first of all for this very useful plugin. I'm trying to understand how it works (but I don't have a great knowledge of web tools and languages, nor...

question

Hi, I am looking for custom hand writing schema app and [ditaa](https://github.com/stathissideris/ditaa) seems fine for that. Is ditaa support expected in the near future? Thanks

I'm beginning to discover `crecto` and am having some difficulty using it. In particular, I stumble on the following problem: how to insert an instance of each data model, in...

Hi, When connecting to an Arch server via Connectbot, Bash displays a **q** in front of the prompt. Connecting to this same server from a PC Linux does not show...

Hi, Whenever I tried to save a valid php file, the vim buffer was cleared and an empty file was written (I use uptodate Neoformat and php-cs-fixer). After browsing Neoformat...

Hi, I am trying to understand how exceptions are handled in Crystal-sqlite3. Given the following code : ``` require "sqlite3" DBCONN = DB.connect "sqlite3://%3Amemory%3A" begin DBCONN.exec "create table test (...

Sync works fine from vim to browser. Would it be possible to sync vim from browser position ? Thanks

I encounter a strange behavior from the formatter: When a comment is added to the end of an instruction line, a line feed is systematically added before the `def` instruction...

kind:bug
topic:tools:formatter

Seems to be random data ! Also, day of week is always in english.

The following snippet: ```crystal range = 1_u8..5_u8 size = range.size p! typeof(size) ``` returns > typeof(size) # => (Int32 | UInt8) instead of the expected > typeof(size) # => Int32

kind:bug
topic:stdlib:collection