Pedro Peláez
Pedro Peláez
Hi, I haved problems configuring this bundle, release 1.0.0, if I define the firewall how it's documented I get the next error: `Not configuring explicitly the provider for the "refresh_jwt"...
I found a RocketChat Monolog handler that may simplify integration with Symfony: https://github.com/exileed/rocketchat-monolog by @exileed
I'm working in a RocketChat integration pull request.
Monolog project don't want add RocketChat support into main project: https://github.com/Seldaek/monolog/issues/1310 Could monolog-bundle reference the @exileed's handler?
This way? https://symfony.com/doc/current/logging/handlers.html ``` # config/packages/prod/monolog.yaml monolog: handlers: es: type: service id: Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler ```
Thx so much :_ D I have it working with less problems...
I have the same issue, three days ago it worked without problems. When I launch notepadqq from the console I get this error: ``` WebEngineContext used before QtWebEngine::initialize() or OpenGL...
Today work okay, I don't know why... ¯\\_(ツ)_/¯
Hi, I repair this modifing tableExport.js line 333: `doc.output('datauri');` with: `var buffer = doc.output(); window.open('data:application/'+defaults.type+';filename=exportData;base64,' + Base64.encode(buffer));`
Same error here: ``` $ notepadqq WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed. Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1,...