-
Hi there, I am encountering some errors on execution, specifically related to dependencies from Python.
E.g.: ImportError: cannot import name 'WebSocket' from 'pybit'
Tried different versions of…
-
### Troubleshooting
Before submitting a bug report please read the [Troubleshooting doc](https://github.com/docker/build-push-action/blob/master/TROUBLESHOOTING.md).
### Behaviour
When runnin…
-
Hello !
I recently moved everything to a Intel NUC Model # DC3217IYE
I installed Ubuntu 18.04 LTS and set up everything there.
But zigbee2mqtt does not work.
This is what I am getting:
…
huahe updated
11 months ago
-
### ⚠️ Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](https:/…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/profiling-node/issues
- [X] I have reviewed the documentation https://docs.sentry.io/
- …
-
I am switching from cjs to esm. I've fixed all the issues except jest running issues. He just refuses to work.
Here is datails.
/jest.config.js
```
export default {
preset: 'ts-jest',
te…
-
### ⚠️ Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](https:/…
-
I am trying to pass Number.POSITIVE_INFINITY to the number of requests and it throw the error:
`The requested number of events in a fetch request must be greater than zero`
How we can have an en…
-
Here is my Dockerfile
FROM amazonlinux:latest
# Install Git / Github (used by npm, yarn, etc)
RUN yum install -y git sudo
RUN yum install -y wget sudo
RUN mkdir -p ~/.ssh …
-
Hi,
upon installing, I found 3 relative filepaths within the index.js file (something like "./server/foo/bar/") which should be replaced by paths including the __dirname, as it has been done on sever…