derammo

Results 32 comments of derammo

Looks like this repo is dead / unsupported at this point. I will just work in my fork forever.

This also fixes the problem that an uninitialized (empty) `Ref` was crashing on access to `_owner`. Note this is a normal case that has to be done for `ScriptExtension::get_base_script` for...

I would also like this. In the meantime, users can just change the CSS used for that view. It is located at ${HOME}/.vscode/extensions/humao.rest-client-0.25.1/styles Adjust path whatever version you are using....

This problem is documented here: https://app.roll20.net/forum/post/6248700/script-beta-beyondimporter-import-dndbeyond-character-sheets/?pageforid=7268275#post-7268275 This functionality is broken by changes the Roll20 5e OGL Sheet team is making. https://github.com/Roll20/roll20-character-sheets/commit/089e7255ec2df26bf8e1ea4ca94baf6bee4a8cfa#diff-2af1f0641d1837ed6ada964688728104R6505 I have discussed it with them and they are...

Background for devs: BeyondImporter stopped working when OGL sheet was updated to 2.6 or 2.7. I investigated the source of the problem, I found the changes that Cassie made to...

Developers: There are several things we can still do. Right now it is being paranoid about importing things slowly and deterministically (https://github.com/RobinKuiper/Roll20APIScripts/pull/18). This means that especially simple characters with few...

Yes. Not to brag :) but I planned ahead for this. Right now, everything that I THOUGHT is harmless in terms of triggers is in "single_attributes" and "save_proficiency_attributes". We can...

Yes, there is a commented out chat message when it starts that I put there asking if we should have that :) but it didn't make it into the release....

please see https://github.com/RobinKuiper/Roll20APIScripts/pull/37

I assume that the checkbox just populates one of the formula fields? Could check OGL html to see what it does on checkbox value change maybe?