Daniel
Daniel
### Environment Node 21.5.0, yarn 4.0.2, macOS 14.2.1 (23C71) ### Reproduction 1. `git clone [email protected]:danieltroger/vinxi-repro.git` 2. `cd vinxi-repro` 3. `yarn` 4. `yarn build` ### Describe the bug Using yarn pnp...
### Environment Node 21.5.0, yarn 4.0.2, macOS 14.2.1 (23C71) ### Reproduction See the steps detailed here https://github.com/nksaraf/vinxi/issues/43, vinxi fixed yarn berry compat by disabling jiti when not using a typescript...
Hi, I have the 15KW variant of https://www.mppsolar.com/v3/mpi12-15kwwpip65/ I'm mostly communicating with it with the PI17 protocol and many commands work fine. This is the device ID: ``` ubuntu@ubuntu:~$ mpp-solar...
Because of some secure enclave thing? If I had seen that > (unmaintained) I wouldn't have continued. Now I'm stuck on iOS 12 ;(
Would be amazing to have some typescript type declarations for this
Steps to reproduce: 1. Unzip [selector-dropped-repro.zip](https://github.com/parcel-bundler/lightningcss/files/15273490/selector-dropped-repro.zip) 2. `npm install` 3. `node index.js` Expected behavior: This rule from the input css is preserved: ``` .depict.plp .filters .body .input-row > .left {...
# 🐛 bug report 1. Download attached .zip 2. `npm install` 3. `npm run serve` 4. Use tampermonkey/devtools/a chrome extension to inject a script with src `http://localhost:1234/main.js` into a page....
Does this library support creating and modifying [metaobjects](https://help.shopify.com/en/manual/custom-data/metaobjects)? Doesn't seem like it, would love to see that as a feature!
**URL**: https://codepen.io/depict_daniel/pen/BaeVaGQ **Browser / Version**: Safari Version 17.5 (19618.2.12.11.6) **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: In chrome and firefox the...
Mends part one of https://github.com/solidjs/solid/issues/2030 by selectively walking around that specific case Tested and actually fixes the issue. Working test reproduction with yarn patch here: `yarn && yarn dev` [bug-test.zip](https://github.com/ryansolid/dom-expressions/files/13937759/bug-test.zip)