deguich
deguich
Print a server url starting with **http**, should be **https** (restify version 8.5.1) : ```javascript const https_options = { http2: { pfx: fs.readFileSync(process.env.CERT_PKCS12), passphrase: process.env.CERT_PKCS12_PWD, }, }; const server =...
When sending error with next(error) callback, response sent to client does not contain optionnal properties of my new Error Object created with makeConstructor restify-errors module. Env : Node v12.18.3 with...
**Is your feature request related to a problem? Please describe.** I just wanted a square point but ol-style-regular-shape don't exists. **Describe the solution you'd like** Add support of ol-style-regular-shape **Describe...
### Environment info On windows 11 ### Steps to reproduce Working gradle plugin version : ``` plugins { ... id "org.hidetake.ssh" version "2.10.1" } ``` Broken version : ``` plugins...
When I use the enter key to valid a form and doing an ajax call in the submit callback. It call a second time the submit callback. I build this...
Hi, I see It's an old project but is it possible to update it for slim V3 ? Thx
**What version of Tailwind CSS are you using?** v4.0.14 **What version of Node.js are you using?** v20.18.0 **What operating system are you using?** Windows 11 **Reproduction URL** I just use...
### What happened? This command never end : ``` conda create -n test ``` Output result : ``` Channels: - defaults Platform: linux-64 Collecting package metadata (repodata.json): | ``` Process...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Have you updated Vue FilePond, FilePond, and all plugins? - [x] I have...
Connecting to ftp.example.com on the command port and then to the corresponding IP x.x.x.x on the data port prevents the server from accepting the same TLS session. Therefore, the Filezilla...