Gaspard d'Hautefeuille
Gaspard d'Hautefeuille
Hi @tenderlove , In the controller: ``` module Api::V1 class TestController < ApiController include ActionController::Live def ticker response.headers['Content-Type'] = 'text/event-stream' sse = Ticker::SSE.new(response.stream) begin loop do test = Test.desc a...
Hi, I don't know if IPv6 is supported and how. I would like to do SOAP requests and enforce IPv6 connection to a WebService that supports both IPv4 and IPv6....
Hi, It would be great to support TLS 1.3 since it is now a standard. Thanks, Gaspard
Hi, I got this issue with the last version of your plugin: **Uncaught TypeError: Cannot assign to read only property 'className' of 1** on plugins/nodebb-plugin-blog-comments/lib/ghost.js:99
Hi, "A mechanism to query the number of comments on another separate page will be available in a future release.". In fact, the comments counter is very useful on the...
Hi, With Ghost, when we publish the post to the NodeBB platform, if there are images in the summary post published on NodeBB, the URL of these images are not...
We should be able to store sync on Nextcloud instead of AWS. https://github.com/nextcloud/server. https://docs.nextcloud.com/server/11/developer_manual/index.html
Hi @tomaszmrugalski, Could you maybe release the final dibbler 1.0.2 with the latest commits such as https://github.com/tomaszmrugalski/dibbler/commit/6f15782cb7d559f1d7e66351a0216048693c9aac? It would help for the [ArchLinux AUR dibbler package](https://aur.archlinux.org/packages/dibbler/) that wrongly tracks the...
When there are too many wrong attempts for connection, the captcha code is needed.
Fixes issue with git clone.