Tad Lispy
Tad Lispy
Hi! Thanks for working on Comrak and sharing it with us. I'm new to Rust and I'm having trouble figuring out how to manipulate the Comrak AST. Here's a snippet...
This one https://chrome.google.com/webstore/detail/stayfocusd/laankejkbhbdhmipfmgcngdelahlfoji?hl=en breaks `Browser.application` even with the _sed_ hack. It adds elements to the beginning of the inner and outer `body` elements.
Personally I find this: ```elm init flags = ( 0, Cmd.none ) ``` more readable than this: ```elm init _ = ( 0, Cmd.none ) ``` This is of course...
**TLDR** I want to write: ``` elm import List.Nonempty exposing (NonEmptyList) things : NonEmptyList Thing ``` **Long explanation** Hey! Thanks for this useful package. I hope you won't find this...
It seems Sublime Text 2 have a habit of pushing subsequent lines of wrapped **code** one indentation level to the right. It does not do this with **text** (as opposed ...
Hello! In ST2 subsequent lines of wrapped prose as well as code are indented more then first line when `indent_subsequent_lines` is set to `true`. If it's set to `false`, they...
As reported here in case of Elm Live: https://github.com/wking-io/elm-live/issues/145#issuecomment-465890274 Perhaps it should be left for other tools to work around, but it seems a little bit off to put temporary...
I'm not very good at Python, so please excuse my ignorance. Recently I've been trying to integrate Migra with a Nix development environment and I found out that `setuptools` need...
Hey! Once again thank you for developing Migra. I absolutely adore the idea and design of it. I read "[Your migrations are bad, and you should feel bad](https://djrobstep.com/talks/your-migrations-are-bad-and-you-should-feel-bad)" and became...