build
Here are 1,590 public repositories matching this topic...
It may be convenient to expose something to consumers that will make it easier to use Jest - something like the default babel options (presets, plugins, etc.) or a transform module (see something like https://github.com/ActuallyACat/jest-esm-transformer).
This makes using syntax like import/export much easier for folks who use this amazing library for bundling and Jest for tests.
Thank y
I couldn't find any place in the documentation that would showcase all possible configurational parameters that can be used inside backpack.config.js file. Is it possible to add not only config.entry.main but also showcase all other available options with a brief explanation of its purpose?
Nodemode failure
There seems to be a problem with nodemode (an internal flag) without an argument.
I set MSBUILDDEBUGONSTART to 1 and built a project that referenced two other libraries using the command:
<path to MSBuild.exe> <path to project file> /m /nodemode /nodereuse:false
Expected behavior: useful error message about how nodemode works.
Actual behavior: unexpected bug with a message asking me to fil
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.
It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error ".../nats.go" is a directory.
The issue is in findAllGoFiles in jam/parser/finder.go
I am happy to raise a PR if you like
I newbie to tf.
I used pip install --ignore-installed --upgrade path/to/my/downloaded/tensorflow-1.14.0-cp37-cp37m-win_amd64.whl --user
it seems to work :-)
An explicit mention on how to install it on Windows machines can help new users.
Anyway, thank for the repo. Starred!
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
Current documentation landing page is this one: https://microsoft.github.io/just/ and it has zero useful information on it.
Consider changing it to Getting Started instead.
Prerequisites
- [y] Have you tried launching
atom .from the terminal in your project's directory? - [y] Have you verified the output from
go envis correct? If it is, please include the output in this issue. - [y] Have you updated Atom to the latest version?
- [n] Have you tried using Atom Beta, which can be run side-by-side with Atom Stable? Is the behavior
-
Updated
Jun 20, 2020 - PowerShell
In the Tutorial, under Adding A Runnable Script, the results are the same as the previous section, Adding Python Source Files, except for the timestamp and the runtime of 1 element
Is it possible to provide some descriptions in the documentation about some of the global variables (such as g:asyncrun_silent)? It looks like there are quite a few of said variables, and only two appear in the documentation.
Personally, I'm very interested in what variables are available and how they are intended to be used.
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
Version: Dune 2.4.0
Issue: I am confused about how to generate documentation
Suggestion: Any of the following:
- Explain that
dune build @docbuilds documentation for packages - Explain what command
dune build @docis running in the docs. - Print the command
dune build @docis using with--verbose - Retool
dune init <option>such thatdune build @docworks immediately
Affected builder image
gcr.io/cloud-builders/gke-deploy)
Expected Behavior
When deploying a Kubernetes Deployment config that includes init containers, the images in the initContainers section of the config matching the image passed on the command line will have their versions updated to the version specified, same as what happens with the images in the containers section of t
Describe the Bug
I'm having problems with the global mocks configured, I would like to disable them. Could be posible to provide an option in angular.json to disable it?
Minimal Reproduction
I think it isn't needed
Expected Behavior
And option to disable the [mocks ap
Perhaps it would be nice with an example in the README, showing what to do to call this custom build step from one's cloudbuild.yaml :)
I'm reading about it now, at https://cloud.google.com/cloud-build/docs/create-custom-build-steps, but it's a lot to learn... let's see....
vendorPath not match
When building github.com/AsynkronIT/protoactor-go we got the following error:
vendor dependency golang.org/x/time:github.com/hashicorp/consul: commit='a86d11ec0aaadf6965014abd0030085d67454406', urls=[https://github.com/hashicorp/consul.git, [email protected]:hashicorp/consul.git]/vendor/golang.org/x/time/rate does not exist in transitive dependencies of github.com/hashicorp/consul#a86d11ec0
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
-
Updated
Jun 17, 2020 - Dockerfile
Documentation - Faq
Faq page will be added to https://flubucore.dotnetcore.xyz/
If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals.html#select
It returns an unknown
But other documentation makes it obvious that we are not supposed to treat this as an opaque object.
https://docs.bazel.build/versions/master/be/functions.html#