Thibaut SEVERAC
Thibaut SEVERAC
This PR allow to call a endpoint to generate the rest url . allow to do : ```typescript const svc = { name: "users", settings: { rest: '/users' }, actions:...
Hello, I didn't see an issue about this, so I create one . when doing ```js const sfconn = new jsforce.Connection({ loginUrl: 'https://test.salesforce.com' }) await sfconn.login( username, password` ) ```...
Hello, sometimes, I got the error : ``` 2023-08-01T10:26:49.276091265Z [2023-08-01T10:26:49Z INFO prometheus_nut_exporter::http_server] Binding to endpoint: http://[::]:9995 2023-08-01T10:26:49.279367645Z [2023-08-01T10:26:49Z ERROR prometheus_nut_exporter::http_server] Server failed to bind to endpoint: error creating server listener:...
## :memo: Description WIP ### :dart: Relevant issues ### :gem: Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...
**Is your feature request related to a problem? Please describe.** Actually, its only possible to control controller from same network, it can be interessting to control it from outside throudh...
On my Installation, I've a file called "manifest.json", containing the metadata for chrome android ( https://developer.chrome.com/multidevice/android/installtohomescreen#supporting ), so when I do a backup, the manifest.json created by backwpup is erased...
After creating a new database, I tryied to do a backup, and got this error : ``` Failed: error connecting to db server: server returned error on SASL authentication step:...
Hello, I'm trying it on a WSL 2 Debian, and I got some problems : - columns command not found : just need to `apt install bsdmainutils` - `bw_search:[:62: unknown...
Please add some security points to this project . First this part https://github.com/rajnandan1/kener/blob/3264e864263cccdd5ec42c06d9ec30b3d5ebc6a7/src/lib/server/webhook.js#L47-L50 allow a user to fake ip . Creating the query on curl, you can add your custom...
Hi, I've done some improvments to this docker image . - allow multiple accounts - allow nearly all configurations from msmtp (works on all tested configurations) - allow accounts to...