WhoisUnknown
WhoisUnknown
Hello. Thanks for you work. I migrate from version 0.12.7 to 0.23.0 and get an error when I use http proxy ``` node:_http_client:189 throw new ERR_INVALID_PROTOCOL(protocol, expectedProtocol); ^ TypeError [ERR_INVALID_PROTOCOL]:...
**Describe the bug** When using **models.TextChoices** and **gettext_lazy** get different names for the enum in the resulting schema and swagger UI **To Reproduce** view.py ``` from django.utils.translation import gettext_lazy as...
### Environment **Vuetify Version:** 3.6.6 **Last working version:** 3.5.18 **Vue Version:** 3.4.27 **Browsers:** Chrome 124.0.0.0 **OS:** Windows 10 ### Steps to reproduce 1. Create components with root VTabs element 2....
## Describe the bug Sometimes I get an error in the pm2 logs: "Received unexpected non-protobuf message 751" ## Versions steam-session: 1.7.2 node: v18.16.0 ## Screenshots and Error Logs ```...
Problematic subject: Music Kit | TWERL, Ekko & Sidetrack, Under Bright Lights. But maybe some more Steam market hash names: https://steamcommunity.com/market/search/render/?query=Music%20Kit%20%7C%20TWERL%20and%20Ekko&start=0&count=10&search_descriptions=0&sort_column=price&sort_dir=asc&norender=1&l=en Data hash names: https://bymykel.github.io/CSGO-API/api/en/music_kits.json
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Sometimes I encounter an error: ```...
Hi, I encounter a bug when I use proxy for requests ``` TypeError: this._getSession is not a function at HttpsProxyAgent.createConnection (node:https:140:26) at MockHttpSocket.passthrough (example/node_modules/@mswjs/interceptors/src/interceptors/ClientRequest/MockHttpSocket.ts:160:25) at _ClientRequestInterceptor.onRequest (example/node_modules/@mswjs/interceptors/src/interceptors/ClientRequest/index.ts:151:21) at processTicksAndRejections (node:internal/process/task_queues:95:5)...
**Describe the bug** Incorrect decoding of primary key with _ in value from url Field example: ``` code = models.CharField( primary_key=True, ) ``` **To Reproduce** Steps to reproduce the behavior:...