Vinicius Dallacqua

Results 5 issues of Vinicius Dallacqua

With the latest build of emberjs, linkTo is deprecated, so its usage raises warnings to change to link-to.

Probably the LSAdapter should be included on the source codes as a separated js file: https://raw.github.com/rpflorence/ember-localstorage-adapter/master/localstorage_adapter.js Even though the code examples here work, trying to replicate them from the latest...

Some users have both their open github accounts and also work to a company that uses Github enterprise. it would be great to aggregate both accounts into DevHub and better...

help wanted
feature request

It seems that bumblebee is not capable of loading Mixtral-8x7B models (base or instruct). I've checked the files and it should be able to load the model (in theory) since...

Whist setting up my own app I've stumbled upon an error: ``` TypeError: Cannot read properties of undefined (reading 'toString') at GitHubStrategy.authenticate (file:///home/webcloud/code/perflab-frontend/node_modules/remix-auth-oauth2/src/index.ts:178:61) ``` Originating from https://github.com/epicweb-dev/epic-stack/blob/f1fd16da59a648e0755e1c6e5c136d05c7a78e48/app/utils/providers/github.server.ts#L31-L33 This seem to...