Mario Gintili

Results 8 issues of Mario Gintili

**Describe the bug** Hello everyone! It looks like I can't get an invoice paid even though the account at hand has more than enough to pay ![polar-broken-demo](https://user-images.githubusercontent.com/3522106/184176299-a172d8b5-fdf5-48bc-90dc-fc835071617a.gif) **To Reproduce** -...

bug

Hello guys, There's clearly something wrong with my setup - but I'm not exactly sure what *that* is - running `ember deploy --verbose env` yields the following: ``` +- fetchInitialRevisions...

Overly minor but, noticed the following reading through the docs: ```js app.engine('handlebars', exphbs({defaultLayout: 'main'})); ``` ```js app.engine('handlebars', hbs.engine); ``` ```js app.engine('handlebars', hbs.engine); ``` ```js app.engine('.hbs', exphbs({extname: '.hbs'})); ``` ```js app.engine('handlebars',...

Hello! Trying to call the component such that ``` handlebars {{ember-selectize content=content optionValuePath=optionValuePath optionLabelPath=optionLabelPath value=value disabled=disabled}} ``` Where `value="some value present in the optionValuePath"` Does not reflect on the component's...

I got this book and I'm going through the exercises but I can't find the answers 🔑 anywhere. Am I missing something obvious? 😢

Hello there! [The `frame-ancestors` CSP directive has replaced the header `X-Frame-Options`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) I'm afraid I can't see any examples of this on `Rack::Cors` and I'm currently trying to make an ``...

Hello guys, I'd like to include the `status` on the errors objects returned from `serialize_errors`. Is this supported?

Hello There! Whenever I try to `Clojure Sublime: Evaluate` I see the following error on my sublime console ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 1704, in...