Hugo
Hugo
There was an issue with Base64 being interpreted as a part of AESCrypt instead of its own class: ``` token = AESCrypt.encrypt(message, password) NameError: uninitialized constant AESCrypt::Base64 ``` All I...
### Bug Description We have a service that accepts connections over TCP on port 3310 (without TLS). One day connections to it started getting severed. Our solution ended up being...
I'm working with the TD Ameritrade API and it looks like, somehow, they don't use client secrets with their oauth identity. [Here](https://developer.tdameritrade.com/authentication/apis/post/token-0) is the documentation for their token URL. All...
# Bug Report --- ## Describe the bug When changing the Kubernetes version from `1.21.9-do.0` to `1.22.13-do.0`, Terraform generates the following plan: ``` # module.kubernetes_cluster[0].digitalocean_kubernetes_cluster.app will be updated in-place ~...
- [X] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [ ] I have tested the latest version ## Summary The `Sidebar` component...
### Prerequisites - [x] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [x] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
I opened https://github.com/mswjs/msw/issues/2569 because I noticed some behavior with an HTTP client that waits for the `secureConnect` event to happen before writing anything, which causes a deadlock because the MSW...