dharmatech
dharmatech
When I try to run the following `flair 😀`, under '/settings', the result is the error shown below:  Consider having a more graceful error message when this issue occurs....
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`:  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:  # Questions...
Here's a simple Mathematica evaluation:  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...
### 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. -...
**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...
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...