Thomas Woodward

Results 6 comments of Thomas Woodward

@Cvmcosta thats what i was afraid of. unfortunately (especially in moodle) the select content button is very prominent in the edit settings page. there isn't even enough information in the...

also, every link we have should always have `link_text`, `link_url`, and `link_aria_label`, should we make a composable block so that we don't always have to have all three urls on...

aria-label for links can be optional, its just commonly needed when like 7 links on the page's text are "read more"

lets not forget to remove the image from the layout snippet, we didn't end up using it

looks like that does fix it ```bash node new (require("wasmoon").LuaFactory)().createEngine({enableProxy:false}).then(lua => { lua.global.set('identity', x => x); lua.doString("obj=identity({print_me='foobar',dont_print_me='foobar'}); obj.dont_print_me=nil; for k,v in pairs(obj) do print(k); end") }); > EOF print_me ```...

closing because the `enableProxy:false` was the solution here, but i would suggest some more documentation for these options. also, you might consider disabling the proxy by default, because it really...