Marc Trudel

Results 18 issues of Marc Trudel

It would be very nice if we could: 1. List the forks of a given upstream 2. Maybe allow syncing the list of forks with the list of local remotes?...

enhancement
help wanted
backlog
good first issue

It appears that if I have multiple functions running in parallel returning a non-nil error, this will happen. ``` panic: close of closed channel goroutine 142 [running]: panic(0x7d2440, 0xc042344460)         /usr/local/go/src/runtime/panic.go:500...

https://medium.com/mage-framework - [ ] Readme - [ ] Documentation - [ ] Elsewhere?

See https://github.com/mage/mage/blob/c713f5b0108114cce60760a6b0961b47aec9d099/lib/tasks/archivist-drop.js#L29

Enable developers to import their own service discovery engines. This will be the first step towards externalising most of the engine modules currently in core.

do not merge
work in progress

Enable developers to import their own vault backend modules. This will be the first step towards externalising many of the backend modules currently in core.

do not merge
chores
work in progress

Allow to configure a max POST data size for the server.

```typescript export default class { public static async execute( state: mage.core.IState, { userId, password }: any ) { return UserModule.login(state, userId, password); } } ``` This will break because MAGE...

Refactored the code to use promises, reduce copy/pastes, and throw ArchivistModuleError which contain more details for logging purposes.