monorepo
Here are 831 public repositories matching this topic...
The Canvas size is decided by rounded its container size. e.g., 100.3 to 100, 100.7 to 101.
With non-retina, it looks quite okay but with retina display(or with mobile device), the container may have a little empty space on the bottom or right.
We've got quite a few standardized labels configured in our GitHub but no documentation on which labels to use and when.
We should add a "Labeling Issues" section to our CONTRIBUTING.md so this informational is accessible to people.
Prerequisites
- I am running the latest version
- I checked the documentation (nx.dev) and found no answer
- I checked to make sure that this issue has not already been filed
- I'm reporting the issue to the correct repository (not related to React, Angular or any dependency)
Expected Behavior
- allow passing arguments to underlying lint builder
WHY?
- We a
Following on from mapbox/mapbox-gl-native#16321
We don't need (and shouldn't use) the logging methods defined by MGLNativeNetworkDelegate : implementation and [protocol](https://github.com/mapbox/mapbox-gl-native/blob/9de0bacf
Hello. There are some more opensource mono-repos -
- https://github.com/babel/babel/tree/master/packages
- https://github.com/facebook/react/tree/master/packages
- https://github.com/facebook/jest/tree/master/packages
- https://github.com/vuejs/vue/tree/dev/packages
- https://github.com/angular/angular/tree/master/packages
Wondering if I could open a pull-request to include them as well
Please leave info about your projects using Cerebral and function tree.
I am prepaing internal presentation on corporate event and I need some cool reference to mention in it. And of course we can include references to your projects on docs website if you want.
Please provide:
- short description
- a link to project if available
- screenshots and/or dynamic gif (especially @gaspard app with
Is this a feature or a bug?
- Feature
- Bug
Please describe the actual behavior.
Currently rush uses a fixed commit message during the rush version --bump workflow:
**If the issue is a bug, how can we reproduce it? Please provide
Feature request
- Feature request
Description of feature (or steps to reproduce if bug)
Currently the sample data in Colmena consists of a lot of Lorem Ipsum text.
It would be great if there were a few dummy stories, events and pages so they can be linked to a website.
This should give the user a more interesting experience
Create documentation
-
Updated
Jul 13, 2020 - Python
Right now, a target name can contain space, comma, /, etc, so it would be a good idea to limit it to alphanumeric + - and _
For example:
diff --git a/BUILD b/BUILD
index 0ad0a46..c71bab2 100644
--- a/BUILD
+++ b/BUILD
@@ -52,3 +52,6 @@ files(
name = 'pants_pex',
source = 'pants.pex',
)
+
+target(
+ name = '123/456')
$ ./pants list :
//:123/456
Update documentation
Hi folks
First, I want to congratulate for this initiative.
Secondly, I want to request a less cryptic README. I installed sliptsh/lite and is working.
But I don't understand what I need to do after splitting.
I create a new branch in Drupal Console project to explain what I want to do; the branch is https://github.com/hechoendrupal/DrupalConsole/tree/splitsh
Recently we started to
Add CodeStyle
This is a feature request for the website, more than for Please.Build itself.
Please.build has terrible search-ability on the Internet. Any attempts to find projects which use plz falls flat. Attempting to use plz in my own project (which has both Python executables and C executables) results in errors which are not helpful to me as a beginning user. I don't know if I've uncovered some kind
I've noticed that there's a new warning that appears in recent build-logs (probably after travis-ci/travis-cookbooks#890 was merged):
/home/travis/filter.rb:43: warning: Insecure world writable dir /usr/local/clang-5.0.0/bin in PATH, mode 040777
Example build: https://travis-ci.org/travis-infrastructure/packer-build/jobs/299997045#L6
-
Updated
Jun 6, 2020 - Objective-C
I left a review and then got this message
which seems strange as it's telling me something I know.
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame is very common
Currently the runner creates an empty files in docs/ when there is no @public in the JSDoc comment (e.g. or no comments at all in the .js file).
fix relay HMR
| warningWithoutStack | @ | react.development.js?72d0:225
-- | -- | -- | --
| warning | @ | react.development.js?72d0:629
| createElementWithValidation | @ | react.development.js?72d0:1713
| React$$1.createElement | @ | react-hot-loader.dev…opment.js?c2cb:1658
| render | @ | UserList.tsx?6687:52checkPropTypes.js?a8ee:19 Warning: Failed context type: Invalid -
Updated
Jul 15, 2020 - Shell
This package generates banners, used by our CLIs and also in some external repos :)
You can open new PRs against this file: https://github.com/berty/berty/blob/master/go/pkg/banner/quote.go
-
Updated
Jul 16, 2020 - Ruby
-
Updated
Jul 16, 2020 - PHP
-
Updated
Jul 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the monorepo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monorepo topic, visit your repo's landing page and select "manage topics."


Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea