Eli Black
Eli Black
Hello, I tried to install the Nuget package for this in a PCL and in a UWP project, but was unable to in both cases. Here's the Output screen for...
Is anyone maintaining a fork of this project? :)
Not a big deal, yet, but I'm getting a deprecation warning when using this module: ``` (node:5180) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead....
The quickstart examples (https://sidorares.github.io/node-mysql2/docs) don't yet document that people should call either `connection.end()` or `connection.close()` one they're finished with their connection.
### Suggested new feature or improvement It'd be nice if ReFS had support for compression (like NTFS compression) ### Scenario I have ~600Gb of HTML files that compress down to...
This PR optimizes `_connection.py` even further. This further fixes https://github.com/microsoft/playwright-python/issues/2744. In the current code, we: 1. Retrieve the entire stack, by calling `getattr(task, "__pw_stack__", inspect.stack(0))` 2. Parse the entire stack...
### Current Behavior A user of my forum has the username Xhéres . I'm unable to tag him in posts, likely because his username has an accent in it. ###...
Hello! :) Can `sideEffects: false` please be added to `package.json`? This can enable more tree-shaking, in some cases: https://github.com/webpack/webpack/blob/main/examples/side-effects/README.md Other popular libraries, such as `axios`, have already added this flag:...
Hello! :) Can we please add `sideEffects: false` to `package.json`? This can enable more tree-shaking, in some cases: https://github.com/webpack/webpack/blob/main/examples/side-effects/README.md Other popular libraries, such as `axios`, have already added this flag:...