Sergio Cinos
Sergio Cinos
### Describe the bug When I run `yarn lerna publish --conventional-commits -y --no-verify-access` in my `master` branch, and there are commits upstream I get this warning: ``` lerna WARN EBEHIND...
I'm using `yarn` v3 with this workspaces config: ``` "workspaces": { "packages": [ "apps/*", "apps/**/e2e/page-objects", "components/**", "!components/common/loader", "libraries/*", "libraries/secure-enclave/worker", "cross-module-e2e" ] }, ``` I have other `package.json` files in my...
**Do you want to request a *feature* or report a *bug*?** Feature request **Has someone had this problem before?** Similar to https://github.com/getsentry/raven-node/issues/360 **What is the current behavior?** When using the...
Hi! What is the status of this project? Is it still being maintained? Last commit is from almost 1 year ago, and since then there has been important issues like...
Looking at the docs, `exportTo` supports exporting a ESM module if the file ends with `.mjs`. However `importFrom` doesn't seem to support importing `.mjs` files (https://github.com/postcss/postcss-custom-properties/blob/9b46ae805605842cfa3b0c2f8f8b4dd1c8c88dce/src/lib/get-custom-properties-from-imports.js#L85).
EXPERIMENT FOR #323 - NOT TO MERGE **Description of change** This is a proof of concept on how this tool can integrate with ESlint. **How it works** - Define a...
_disclaimer: I'm really new to apk patching, I don't know what I'm doing_ I'm trying to path an app so I can debug it. When I use ``` frida-gadget base.apk...
When using with Webpack 5, the following deprecation warnings are raised: ``` (node:45131) [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET_LENGTH] DeprecationWarning: Compilation.chunks was changed from Array to Set (using Array property 'length' is deprecated) at Set.get...
**Note**: The goal of this PR is to get initial feedback for the idea. If we are happy with the apporach, I'll add tests, clean up the code and deal...
### What version of Bun is running? v0.6.15 (17903570) ### What platform is your computer? Darwin 21.6.0 arm64 arm ### What steps can reproduce the bug? Create a file `package.json`...