Yannick Decat
Yannick Decat
### Environment Node version: 18.8.0 npm version: 8.18.0 Local ESLint version: 8.26.0 Global ESLint version: 8.26.0 Operating System: macOS 10.15.7 ### What parser are you using? Default (Espree) ### What...
Pull Request Suggestion linked with Issue #509 The actual Canvas database connection is the `config('database.default')` . In order to use a dedicated database connection. It needed a config parameter to...
Prior to : [#86](https://github.com/spatie/flysystem-dropbox/issues/86) and [#95](https://github.com/spatie/flysystem-dropbox/issues/95) I wanted to ask you if a new PR was necessary now that Dropbox has an updated way to work with tokens. It needs...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
### What happened? Two things don't actually work or exist from the NativePHP documentation. 1. There's no `ipcRenderer` exported from `@electron/remote` package. There is only a `ipcMain` Event Emitter. ->...
When installing `@php-wasm/node` version `0.9.4` from NPM : ``` ⚡ npm install @php-wasm/node added 89 packages in 4s 14 packages are looking for funding run `npm fund` for details ⚡...
### Clear and concise description of the problem It is currently not possible to generate this code : ``` interface Example { type ? : string; } ``` A `unexpectedSpaceBetween`...
With version `9.0.0` a lot of config values become mandatory in config file. In my case in previous version `8.8.1` I didn't need these properties : ``` backup.source.files.relative_path backup.database_dump_filename_base backup.database_dump_file_extension...
In my journey to make Laravel backup Notifications work, I found some difficulties making a `BackupHasFailedNotification` display on Discord. Always returning `400 - Bad request`. I finally found out Discord...
Based on issue #1241. This is an initial pull request version. I may need further guidance to ensure it is ready for merging.