sephentos
sephentos
https://github.com/liximomo/vscode-sftp/issues/919#issuecomment-838586635 Since this project seems to be abandoned no one cares about duplicate issues, mentioning etc.
I have multiple different mp4 files which I like to serve. A JS event triggers the change with... ``` ... (within a click event listener) .. ... player.stop(); player.load([{ waterMark:...
Hi, is it possible to pass custom parameters via [Class@Method](https://github.com/bramus/router#classmethod-calls)? I am aware that something like this works: ``` class Handler { public static function detail($name) { echo 'Hello '...
I'm trying to read a variable from the env object dynamically using a string variable as the property name, but I can't. env.ts ``` import { bool, cleanEnv, port, str...
When using square brackets in `@param` to define [optional parameters within JSDoc ](https://jsdoc.app/tags-param.html#optional-parameters-and-default-values) (e.g. `@param {Request} [request]`) the whole `@swagger` annotation will not get processed. ``` /** * Description *...
- VS Code Version: 1.71.0 - SCSS IntelliSense Version: 0.10.0 - Operating System: Win10 Path resolving does not work if the path contains "base" styles.scss `@import "base/functions";` imports effectively: `base/_functions.scss`...
### Describe the bug ``` import axios, { AxiosInstance, AxiosResponse } from 'axios' ... this.instance = axios.create( { ^ ``` `TypeError: Cannot read properties of undefined (reading 'create')` ### To...
If `php-dom` is not installed you'll get the following fatal error on all pages accessing the `svg-sanitize` dep. (in my case it was at `install/make-config.php`): `Fatal error: Uncaught Error: Class...
It's been over a year since the last release and there have been many important commits since then. When can we expect a new release?
```[2023-06-13 02:13:41,739] WARNING in limiter: Authentication attempt from xxx.xxx.xxx.xxx has been rate-limited.``` Is there a way to unblock the IP address in the rate limiter? I've searched the documentation and...