-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0
### What command(s) is the bug in?
…
-
### Component
Forge
### Describe the feature you would like
I have the following line in my script:
```javascript
(uint8 v, bytes32 r, bytes32 s) = vm.sign(digest);
```
I am able to run thi…
-
### Component
Anvil
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (e903484 2024-07-19T00:18:41.070490000…
-
Dice So Nice 4.X.X seems to work appropriately with the latest RSR for 5e, but they just released an update (now 5.0.3) and now the dice do not roll when you click on attacks for PCs or NPCs.
**Ste…
-
RSR injects a label field into the damage formula row. Default looks like
![image](https://github.com/kgar/foundry-vtt-tidy-5e-sheets/assets/1154638/dfb969eb-630b-4bb3-9fa3-d49b14b5133d)
When ro…
-
SELECT
cs.name,
SUM(IFNULL(num_decks, 0)) AS num_decks,
SUM(IFNULL(wins, 0)) AS wins,
SUM(IFNULL(losses, 0)) AS losses,
SUM(IFNULL(d…
-
Being able to export Open5e data to other formats and into VTT's would be a great feature. The issue here is: how should it be implemented? Should this be a a part of the API or a separate application…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (8307d6d 2023-04-20T00:05:51.425008000…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (bdd1137 2024-07-28T00:21:0…
-
Type: Performance Issue
I'm using Dev containers to try the new language Mojo.
Everything seems to be fine, installation is great, the container is created and running on Docker, VSCode connects…