Good stuff and well done!

Results 15 issues of Good stuff and well done!

Let's assume there's a module registered under `"test/index"` When you call `require( "test" )` stitch checks if it has such module in cache under `"test"` path. If not it checks,...

Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...

We are restructuring our code into multipackage repository, so we move around a lots of files eg. from `/app/templates/foo.hbs` -> `/packages/foo-package/app/templates/foo.hbs` We want to use downstream readonly repos with the...

We have upgraded graphql dependency in our gateway project from 15.8.0 to 16.3.0. Starting gateway mode throws an error: ``` /Users/edit/work/zencargo/monorepo/graphql-gateway/node_modules/@apollo/core-schema/src/schema.ts:199 feature: { type: GraphQLNonNull(GraphQLString), }, ^ TypeError: Class constructor...

**Is your feature request related to a problem? Please describe.** I'm trying to run `emerge` against a big React app codebase. `python emerge.py -c frontend.yml` ``` --- project_name: frontend loglevel:...

enhancement

**What happened?** I have a main API gateway project, with multiple services it depends on, and my devspace setup reflects that ie. gateway devspace depends on other service's `devspace`s. All...

kind/bug
bug

**Is your feature request related to a problem?** Yes, it is related to creating a function that does quite complicated operations on dependency arrays better done in languages other than...

kind/feature

We have encountered infinite wait issues with this plugin when for some reason some runs were marked as `in_progress` but also successful: ``` { "id": 4743138635, "name": "ci", "head_branch": "main",...

We are using Ember Bootstrap project forms (http://kaliber5.github.io/ember-bootstrap/api/classes/Components.FormElement.html) It defines `action` as a handler for submit. When combined with `hammertime` a whole form gets `cursor: pointer` Is there a way...

For the given config: ``` "vscode-yaml-sort.emptyLinesUntilLevel": 2, "vscode-yaml-sort.useLeadingDashes": false, "vscode-yaml-sort.lineWidth": 10000, "vscode-yaml-sort.sortOnSave": 0, "vscode-yaml-sort.quotingType": "\"", ``` The following yaml snippet formats improperly, it looks like the `:` in url trips...