Results 20 issues of dharmatech

This pull request is to add support for having `id` be of type `int`. See the following issue: #29 (`int` not supported as type for `id`).

If I follow the steps in the [how to start guide](https://saturnframework.org/tutorials/how-to-start.html), however, use `id:int` instead of `id:string`: ``` dotnet new saturn dotnet tool restore dotnet saturn gen Book Books id:int...

I changed the version in `global.json` to: 3.1.405 to match what was on my system. When I ran `dotnet fake build`, these errors shows up: ![image](https://user-images.githubusercontent.com/20816/107386136-69fa6680-6aa8-11eb-8fc3-b522c9abf240.png) The full output is...

I ran the following : ``` dotnet saturn gen Movie Movies Id:int Title:string ReleaseDate:DateTime Genre:string Price:decimal Rating:string ``` When building, there were many errors like the following: ``` error FS0039:...

Consider adding an exponentiation operator that is higher in precedence than the multiplicative operators but lower in precedence than the unary operators. In the [Symbolism](https://github.com/dharmatech/Symbolism/tree/master/Symbolism) computer algebra library, `+`, `*`,...

Proposal champion
Needs Approved Specification

I installed `pandas_ta` as follows: ```sh (env-3.12-pandas) PS C:\Users\dharm\Dropbox\Documents\yfinance_all_stocks.py> pip install pandas_ta Collecting pandas_ta Downloading pandas_ta-0.3.14b.tar.gz (115 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.1/115.1 kB 446.2 kB/s eta 0:00:00 Installing build dependencies ... done...

bug
duplicate
info

If I select some contacts: ![Image](https://github.com/user-attachments/assets/d5e00f8a-d1b7-4b02-b50d-71c48fff16b9) and then press the `Delete Selected Contacts` button, the UI doesn't change: ![Image](https://github.com/user-attachments/assets/7b89127c-f6b0-48af-b90f-7ebccf21ac6d) DevTools is showing the data passed via form data: ![Image](https://github.com/user-attachments/assets/b4432721-3ee1-4521-97ea-7fa8530a925e) It's...

# Introduction I'm using `ledger-cli` to model what happens to treasury, federal reserve, and bank balance sheets given certain economic actions. Here's a small 4 transaction example: ``` 2020-01-01 bank...

Use `Get-Command` if on PowerShell `where` in PowerShell is an alias for `Where-Object`. If you use `where` in Powershell, no output is returned. Use `Get-Command` instead: ![image](https://github.com/pypa/packaging.python.org/assets/20816/e01afdab-3f0b-44de-8d30-4f8772a5022b) ---- 📚 Documentation...

type: enhancement
state: awaiting response

installing-using-virtualenv has no instructions. Removing the reference to it. Here's what the page looks like: ![image](https://github.com/pypa/packaging.python.org/assets/20816/c8de0831-25a0-4ccb-b9a4-a2b2f06a5514) ---- 📚 Documentation preview 📚: https://python-packaging-user-guide--1543.org.readthedocs.build/en/1543/