Felipe de Mello
Felipe de Mello
http://deron.meranda.us/python/demjson/ is not opening.
This content pack does not work in graylog 4.1.5 with nginx 1.19. I get the following error: ``` com.fasterxml.jackson.core.JsonParseException: Unexpected character ('
I followed the example for react-quill. I have: ```ts import 'react-quill/dist/quill.snow.css' import ImageUploader from 'quill-image-uploader' import ReactQuill, { Quill } from 'react-quill' Quill.register('modules/imageUploader', ImageUploader) ``` and when I add `imageUploader`...
Currently, only about 1/3 of the screen is used for the editor. There's a plugin to use full screen (`ep_colibris_full_width`), but it doesn't retain the setting across reloads and it...
``` /webexteamsarchiver/webexteamsarchiver.py", line 426, in _download_file with open(os.path.join(os.getcwd(), self.archive_folder_name, folder_name, f"{filename}"), "wb") as f: OSError: [Errno 36] File name too long: '/path/to/attachments/[FILENAME].pdf' ```