buffcode
buffcode
I am no supporter of priorities, but rather weights. A configuration of `queueA => 5, queueB => 5, queueC => 10` has a total weight of 20. `queueA` and `queueB`...
FWIW in our deployment pipeline found also these problems: - Cache/build artifacts contained `vendor` folder with dependency-to-patch. As there was no need to install/update for composer the events `PRE/POST_PACKAGE_INSTALL/UPDATE` are...
See upstream module blog post: https://citw.dev/posts/import-cost
Definetely not an edge case. We have a mono-repo and every library / subproject has it's source folders directly within the root / same level as `composer.json`. No problem with...
It should be possible with [`/todos`](https://docs.gitlab.com/ee/api/todos.html). Eg. `https://gitlab.example.org/api/v4/todos?type=MergeRequest&action=assigned&state=pending` yields all ToDos for the current user (the bot) where the bot was assigned a MR by someone else. The response looks...
I have the same error when using the library with PNPM / monorepos. `@golevelup/nestjs-rabbitmq` uses `ExternalContextCreator` from `@nestjs/core` but does not define it as its own dependency. As such it...
Addendum: more dependencies are missing and all `@golevelup` packages have incomplete or obsolete dependencies: ```bash # common>npx depcheck Missing dependencies * @nestjs/common: .\src\injectDecoratorFactory.ts * lodash: .\src\options.ts #graphql-request>npx depcheck Unused dependencies...
> Certainly an interesting bug but still not sure what a BC compliant fix would be? Use symlinks and create both files as BC layer. The next major only uses...
Would be really nice to see as this will be a common issue (as stated by Amazon itself). Not all intents make sense every time. For example `Yes/NoIntent` should only...
Do ownCloud or Nextcloud already have some checks in place in order to deny creation of blocked user names? I think this should be handled within the core, otherwise a...