Josh DeGraw

Results 16 issues of Josh DeGraw

__Is your feature request related to a problem? Please describe.__ I've been trying to debug some issues on my app to get it compatible with IE 11. In the process,...

bug
help wanted

The `brace-style` rule can apply fixes in eslint, but not with tslint. I am converting a project to typescript and have enjoyed and relied on setting some of the styling...

I'm trying to format a codebase via [fantomas](https://github.com/fsprojects/fantomas), and for some reason the command-line tool seems to break sometimes, but the built-in formatter in Rider doesn't seem to suffer from...

Testing around with an implementation for #1067. I took some guidance from the existing draft PR, and made some adjustments. I put this up to see how you feel about...

enhancement
Offline Caching

This is an attempt to address the issues in #2412 and #1167 to allow anonymous record types to be formattable with the bracket alignment working like with normal records.

As mentioned in a comment in #2413: > Using `fsharp_experimental_stroustrup_style` without `fsharp_multiline_block_brackets_on_same_column` does not make any sense. ExperimentalStroustrupStyle is an extension of MultilineBlockBracketsOnSameColumn. Currently, to use the experimental Stroustrup setting...

discussion
stroustrup

**I propose we...** Add the ability to use [Stroustrup](https://en.wikipedia.org/wiki/Indentation_style#Variant:_Stroustrup) bracket styling. **The existing way of Fantomas deals with this problem is ...** Use the existing bracket formatting styles, which are...

### Describe the bug In the devtools panel, many elements are styled with `0.9em`. Since this is the relative size of the text around it, the effect of this is...

In the [Fantomas](https://github.com/fsprojects/fantomas/issues/1408) repo, I opened an issue a while ago proposing to allow Fantomas to format F# code using [Stroustrup](https://en.wikipedia.org/wiki/Indentation_style#Variant:_Stroustrup) style, which essentially just places the open brace on...

As discussed in https://github.com/fsprojects/fantomas/issues/2706 and https://github.com/fsprojects/fantomas/pull/2852, with the recent changes regarding multiline bracket formatting, multiline generic type parameters don't necessarily always follow the same guidelines, so we should formalize how...

style-guide
style-guide-decided