Results 20 issues of dharmatech

When I try to run the following `flair 😀`, under '/settings', the result is the error shown below: ![image](https://user-images.githubusercontent.com/20816/180595213-3065f03c-eba3-4aa6-a6c6-fddcf340e0cb.png) Consider having a more graceful error message when this issue occurs....

bug

When using the [IHP web framework](https://ihp.digitallyinduced.com/), a file, `build/Generated/Types.hs` is generated. When I run `hindent` on this file I get the following: ``` $ hindent build/Generated/Types.hs hindent: build/Generated/Types.hs:61:53: Parse error:...

# Example Here's a grid where I've grouped by `Date` and `Time`: ![image](https://user-images.githubusercontent.com/20816/120906145-dd9e2180-c60b-11eb-9e58-774d7aa04c86.png) The code I used in my Razor Pages page model to turn on grouping: ``` var server...

I have a simple program that uses Plotly.NET to create a candlestick chart of S&P 500 data: https://github.com/dharmatech/PlotlyNetCandlestickCsv/blob/master/PlotlyNetCandlestickCsv/Program.cs The output in a browser window is as follows: ![image](https://user-images.githubusercontent.com/20816/173233713-c3693174-4896-416f-8a2d-b5061877dee0.png) # Questions...

Area: MissingAbstraction
Area: CSharp

Here's a simple Mathematica evaluation: ![image](https://user-images.githubusercontent.com/20816/27998042-41534072-64ca-11e7-9c4a-809b9c83fa24.png) Note that `l[f[x]] // Simplify` returns the same expression as `m[x] // Simplify`. Here's the equivalent in Symbolics/C#: ``` Expression f(Expression x) => 2...

enhancement

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Resolution-Answered

**Describe the bug** Running into errors during `poetry install` on Windows. **To Reproduce** Run `poetry install`. **Desktop (please complete the following information):** - OS: Windows 10 - Python version 3.9.13...

bug
dependencies

Hello! If this is the wrong place to request this, feel free to direct me to the right repository. # Feature Request In `*.md` files, I can paste an image...

Not sure if this style of quotation is feasible given the current design and architecture, but here's a feature request regarding quotation: A user should be able to select text...