yapsr

Results 8 comments of yapsr

Another workaround could be to not use the agent, but select "Public Key" as authentication method.

+1 This probably needs an update of the Resizer.php file of the octobercms/library. I have created a pull request in that project: https://github.com/octobercms/library/pull/334

@mlantz I'm looking forward to deliberate on this subject, Matt. I'm running into the problem that I would like to implement my own version of FAQs. i just would like...

@mlantz I've just scanned your changes in the `core-modules` branch and I think I understand your changes. If I'm correct you make the install of some models, views, controllers etc...

@mlantz Could you give your opinion on this, please? I'm running into this and it's a problem.

@mlantz Could you please look into this, please? If requested I can make a simple pull request with the changes.

@markrassamni @timmfroehlich @vesper8 Would it be possible to add a simple event dispatcher like below to `resources/js/compontents/mixins/inline.js`? ``` return Nova.request().post(`/nova-api/${this.resourceName}/${this.resourceId}`, formData) .then(() => { let message = this.value ? this.field.enableMessage...

When clicking the inline-boolean in Nova 3, the HTTP POST request to the nova-api/ path only contains the name and value of the inline-boolean (and the request method). Nova updates...