Tony Air
Tony Air
## Problem Description Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default. It was fixed at the source files, but the latest release...
Getting an error from nginx when debugbar enabled at the CMS ``` 2018/05/29 00:14:35 [error] 15667#15667: *903 upstream sent too big header while reading response header from upstream, client: 127.0.0.1,...
It would be awesome to display cached variables: name, value, ttl ``` use SilverStripe\Core\Cache\FilesystemCacheFactory; ... $cache = new FilesystemCacheFactory('data'); $this->cache = $cache->create('EventsAPI'); $this->cache->set('token', 'test', 3600); ```
``` make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.14.0-kali1-amd64/build M=/home/tony/Drivers/ulli-kroll-rtl8821au modules make[1]: Entering directory '/usr/src/linux-headers-4.14.0-kali1-amd64' CC [M] /home/tony/Drivers/ulli-kroll-rtl8821au/os_dep/osdep_service.o In file included from /home/tony/Drivers/ulli-kroll-rtl8821au/include/drv_types.h:32:0, from /home/tony/Drivers/ulli-kroll-rtl8821au/os_dep/osdep_service.c:25: /home/tony/Drivers/ulli-kroll-rtl8821au/include/osdep_service.h: In function ‘thread_enter’: /home/tony/Drivers/ulli-kroll-rtl8821au/include/osdep_service.h:100:2: error: implicit declaration...
Current color theme is [Catpuchin Mocha](https://github.com/catppuccin/palette/tree/main/scss) An example to switch light/dark included at src/scss/global/colours_theme.scss: ``` $red-light-bg: darken($red, 20%); $turquoise-light-bg: darken($turquoise, 20%); .light-theme { --color-red: #{$red-light-bg}; --color-turquoise: #{$turquoise-light-bg}; } .dark-theme {...
version 0.19.0 (0.98.20) Linux Debian Open Settings > Select another player. External Player field remains unchanged, but if u will re-open settings it will be changed
The issue at jquery.focusinout.js ```javascript if ($.support.focusinBubbles === undefined) { $.support.focusinBubbles = !!($.browser.msie); } ``` Uncaught TypeError: Cannot read property 'msie' of undefined
I have tested it with Rockchip - works ok ghcr.io/a2nt/frigate:dev-rk-98d1afcb-rk
