Renan William
Renan William
I would like to integrate notifications to Google Hangouts Chat Rooms
The Typescript definitions files are updated with v0.6.x versions? - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/xml2js/index.d.ts The version was set as 0.4.9999, but I can't find if there are any breaking changes in the docs.
This commit introduces a docker-compose setup example for Mautic with plugins. It includes a .mautic_env for environment variables configuration, a docker-compose.yml for the Mautic service setup, a Dockerfile for the...
I have created a workaround that can be incorporated in the official repository to install plugins: Just created a `./plugins` folder where I put the plugins unzipped folder: ```Dockerfile FROM...
Can't install samba-client in version 2: `docker run lambci/yumda:2 yum install samba-client` ``` Loaded plugins: ovl, priorities No package samba-client available. Error: Nothing to do ``` Any suggestions?
## Summary - Add support for separate Node.js and Java character encoding configuration - Fixes issue with special characters (accents, cedillas, etc.) when connecting to databases using legacy encodings like...
## 🚨 Problem When connecting to databases that use **Windows-1252 encoding** (common in legacy systems), special characters (accents, cedillas, etc.) are not handled correctly. The library currently forces UTF-8 encoding...
**Bug Description** Using `npx -y opencode-openai-codex-auth@latest` with a opencode.jsonc do not recognize my existing config. ``` ❯ npx -y opencode-openai-codex-auth@latest No existing config found. Creating new global config. Wrote /Users/renan/.config/opencode/opencode.json...
## Summary This PR fixes issue #95 where install script did not detect or update existing `.jsonc` config files. ## Changes - **Add `jsonc-parser` dependency** - Zero-dependency library from Microsoft...