Joey

Results 18 issues of Joey

Hey! I have a (maybe) stupid question about the type definition for sequelize. I'm using ``` const Sequelize = require('sequelize'); const sequelize = new Sequelize( config.database, config.username, config.password, config );...

bug
question

If I have an array of maybes and want to turn that into one maybe with an array. eg: ```js const x = [Just(1), Just(2)] // turned into Maybe ```...

Should make it easier to get contributors!

js-monrepo require goerli subgraphs to be defined. Left some question and I will also need help to deploy since I dont have the access key for our account

- Using matchstick for tests. It far from perfect and some workarounds was needed. - Test added for the delegation handler

The `access-token` parameter was not used for the hosted service deployment and used incorrectly for the decentralised deployment (it's camel cased on the settings object) My first commit resolved the...

I was gonna add some cypress component tests, but I think it's better to wait until we've migrated to js-monorepo. And maybe even until we removed next, since the configuration...

This PR implements logic to build a Dispersed bundle and upload it to S3. Dispersed is a new network/ protocol that will let us host our DAPPS decentralised. There still...

**Describe the bug** I cant use a Substitute mock for code that uses object destructuring + rest **To Reproduce** ```typescript import Substitute from "@fluffy-spoon/substitute"; type Entity = { id: number;...

bug