Glen Barnes

Results 11 issues of Glen Barnes

I want to set up 4 windows that are tiled rather than overlapping on my screen. Looking through the docs for creating a new window you can set the following:...

In the API spec it has information on the `discriminator` property to specify a hierarchy - https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/ ``` allOf OpenAPI lets you combine and extend model definitions using the allOf...

I have the following: ``` # app/models/attributes/content_versions.rb class Attributes::ContentVersions include StoreModel::Model attribute :html, Base64Type.new attribute :xlsx, Base64Type.new end ``` ``` # app/types/base64_type.rb class Base64Type < ActiveRecord::Type::Value def type :base64_string end...

When editing a model I don't seem to be able to add additional translations to the translated fields. Is there some setting I need to add to allow me to...

I just tried to update a product and it seems that it is complaining about fields being `null`. You should be able to "round trip" a read/write. As a workaround...

It would be nice if this was bundled as a gem.

It would be good if it included an init.d script for starting this as a service.

The new files API has been released. It would be good to be able to support this feature. http://developer.xero.com/documentation/files-api/overview-files/

feature

I'm trying to use Scooma to validate the API but it requires OpenAPI 3.1.0. I'm not sure if there are any breaking changes that affect the generator - https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0 Either...

### Description: Please include a description of this change and which issue it fixes. If no issue exists yet please include context and what problem it solves. ### Review *...