dharmatech
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:  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, `+`, `*`,...
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...
If I select some contacts:  and then press the `Delete Selected Contacts` button, the UI doesn't change:  DevTools is showing the data passed via form data:  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:  ---- 📚 Documentation...
installing-using-virtualenv has no instructions. Removing the reference to it. Here's what the page looks like:  ---- 📚 Documentation preview 📚: https://python-packaging-user-guide--1543.org.readthedocs.build/en/1543/