-
## Affected Packages
I think `@changesets/config` but not 100% sure as I'm not familiar with the codebase.
## Problem
We have a monorepo with packages that don't really follow a parti…
-
I'm trying to bundle my dependencies and app code separately using arithmetic, for example:
`jspm({bundles: [`
`{ src: 'app.js - [app/**/*]', dst: 'deps.bundle.js' },`
`{ src: 'app.js - deps.bundle.j…
-
We should remove this dependancy and consider one of the alternatives they mention [here](https://github.com/substack/node-optimist)
-
These semantics fundamentally confuse code and data.
- [x] tilde expansion can evaluate to `~` if there's an error (`strict-tilde`)
- [ ] brace expansion evaluates to itself on a syntax error (thi…
-
I'm trying to tell SLSPR to not package up parts of botocore because I don't need to make calls to the services. I tried:
```
pythonRequirements:
dockerizePip: false
slim: true
sl…
-
Currently, the following can be specified:
- [X] AR: ~#127~
- [ ] AS (not on all architectures): #163 ~#242~ ~#261~ #274
- [X] CC
- [ ] LD (not on all architectures): ~#19~ ~#71~ ~#81~ ~#106~ ~#2…
tpimh updated
4 years ago
-
Sometimes on new machines nxlog may start before log writers have had a chance to touch their initial files. If nxlog is configured to use a plain path, it emits a warning about `/var/path/stdout.log …
-
Hi,
Coming from pantsbuild/pants, we are very interested integrating buildozer into our tool chain (https://github.com/pantsbuild/pants/pull/4921).
However, one issue we encountered is that Pan…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
1. s…
-
Graft globs that are routed to a parent task via a global variable do not work. The following should have only 1 realization for "broken" but instead has 2:
```
task feeder < in=(TestSet: x=/dev/null…