Bart Agapinan
Bart Agapinan
I'm getting an undefined method exception when trying to generate docs for callbacks ``` resource 'Webhook Callback' do let(:webhook) { Webhook.new(url: callback_url) } callback '/webhook' do let(:callback_url) { 'https://example.com/webhook' }...
I'm seeing this warning in my console when using the Datepicker component. [Vue warn]: "class" is a reserved attribute and cannot be used as component prop. found in ---> at...
I'm seeing this in my Github Action output after updating to v4: ``` STEP: Adding Remote - Success STEP: Adding Configuration Variables from env and envfile - Success remote: Pushed...
This is about **Bulma**. ### Overview of the problem This is about the Bulma **CSS framework** I'm using Bulma **1.0.0** My **browser** is: Safari 17.4.1 (on macOS 14.4.1) I am...
- Issue Type: `Performance` - Extension Name: `regex` - Extension Version: `0.2.0` - OS Version: `Darwin x64 18.5.0` - VSCode version: `1.33.0` :warning: Make sure to **attach** this file from...
This PR adds a new option to the rails validator that allows email addresses including a display name such as "First Last ". NOTE: This does make a change under...