spiffytech

Results 44 issues of spiffytech

Can't convince a sample program to error out, though.

Since #15 remains open, I'd like to disable the `files_should_be_indented` standard in my codebase. How can I do this?

Please add a command to convert a bcache backing store back to an ordinary block device.

If an argument passed to my script contains spaces, even if the argument is quoted, my script receives each space-separated segment as a separate argument. Ordinarily I would backslash-escape the...

I'm trying to run the sample project generated with `lein new lein-clr clr_test`, and it looks like the clojure code isn't getting copied to the `target` directory. ``` $ lein...

After upgrading to db5b534 I see that block comments are now only colored correctly if followed by something other than a newline. ``` F# (* commented code *) ``` Is...

Is any kind of enforced data validation on the roadmap? If data quality is just an honor code with the client software, it seems like I'd have to defensively validate...

I have a use case where users will be able to share data publicly, to anyone with the URL. Shared data will be unlisted, like unlisted YouTube videos, so anonymous...

### Describe the bug At breakpoints [below 650px](https://github.com/writefreely/writefreely/blob/a122e4e98a1f402f1e999ac30665187ce5d8dc89/less/pad.less#L430), when editing a post, the menu options for editing the post metadata or returning to the drafts view are not visible. Inability...

design

I'm calling `f = Future.fromPromise(p)` on a promise containing an `Either`. I'd like to do `f.map` (or something like that) on the result and operate on the right value of...