Aiham

Results 17 comments of Aiham

Those options are for archive layouts. Archives are controlled via the REST API, not JavaScript. See https://tokbox.com/developer/rest/#start_archive

> As far as the versioning - that's an npm thing, not a truffle thing. There are ways to make the Truffle dependency more reliable. One easy solution is to...

@tyleryasaka the command in the readme uses npx which should run the local truffle, and install it on demand when not installed.

Hi @jamesgraham Yes we plan to add all REST APIs documented at https://tokbox.com/developer/rest to the Server SDKs

Turns out this component was conflicting with this rule in our scss: ``` @include media('

> > > Same with v4.19.0... Workaround: > > > ``` > > > export GITHUB_OWNER="${TF_VAR_github_owner}" > > > export GITHUB_TOKEN="${TF_VAR_github_token}" > > > ``` > > > > >...