Sander Rijken
Sander Rijken
Add a button that sends sample data to the webhook so the user can check if it works. Display status code and response after the click, so for example the...
It should be as easy as possible to get started with session start/end and heartbeats. I think we should try to achieve one of these situations - All I need...
I received some HTTP error 413 calls in the console log. After inspection why the event submission failed, I found out it was about the send in over 5MB of...
At what point should a tool provider create a new user state instead of returning to the previous session? Is this when the `resource_link_id` changes, or when the `lis_result_sourcedid` changes?...
### Description The style on the heading part of the element isn't applied properly in MS Edge. ### Expected outcome Heading styles should be applied ### Actual outcome Heading styles...
### Description When the active property becomes true, and false again too quickly, Internet Explorer doesn't hide the spinner. ### Expected outcome With `active === false` the spinner should not...
### Description zxcvbn allows users to pass `user_inputs` to add to the external dictionary e.g. ``` zxcvbn(password, ["username", "email"]) ``` ### Expected outcome Add a property to do the same
### Description The tooltip in the strength indicator contains "Warning" and "Suggestions" ### Expected outcome Be able to translate/replace these labels just like the strength-meter-labels
After changing this: ``` @state() _foo = false; ``` to this: ``` @state() accessor _foo = false; ``` causes an no_undef error on _foo. Can this be fixed?