Matija Čupić
Matija Čupić
Implement documenting projects hosted on GitLab.com
## Summary The params based `active` predicate can be extended to support overloading param values. e.g. `active_link_to 'Link', some_path, active: { param: ['one', 'two'] }` This would allow a link...
The node package that's currently built is not an ES6 compatible package. I've tried adding the `-s EXPORT_ES6` flag and it seems to work properly, but the output still has...
## Summary Implements job batches. This is used to group multiple job and "calculate" a single status for the group of jobs. This is useful when you want to schedule...
### I have checked that this feature is not already implemented - [X] This feature does not exist ### Use case Lots of tools online use the `lsif` file format...
# Summary It'd be great if the batches supported callbacks. A plausible workaround is to check if a batch is completed whenever a job finishes, but that's not very elegant.
It would be great if fzz could be packaged for various platforms. As an initial step it could be packaged for brew. A good next step would be debian.
## Summary The concurrency controls that currently exist allow blocking execution of "duplicate" jobs, or jobs with the same arguments. These jobs wait, then execute after the currently running job...
## Summary We are using `ActiveJob::Performs` to asynchronously do some recording processing. In some places we want to make sure that the job is scheduled. The docs state what the...