Results 7 issues of Jonathan R Wickens

When trying out the telegram integration with the following code ```js const { telegramOpts } = require('./config') const BroidTelegram = require('@broid/telegram') const telegram = new BroidTelegram(telegramOpts) telegram.connect() .subscribe({ next: data...

Hi great work! This controller really saves a lot of hassle. I was wondering if the alb-ingress controller https://github.com/coreos/alb-ingress-controller would be compatible with kube-lego? https://github.com/coreos/alb-ingress-controller/issues/168

XML only allows a subset of the characters supported by javascript: https://www.w3.org/TR/2008/REC-xml-20081126/#charsets There are many use cases for reading characters from other formats and then putting them into an excel...

A populated a workbook from template with some user input created a broken `.xlsx` file. On repairing most of the data was removed. Investigation narrowed it down to some user...

Really interesting project! It seems really similar to the TurboLinks project (https://github.com/turbolinks/turbolinks) I think your comparison to Ajaxify holds true "What makes React-Magic different is that it only updates the...

Using yarn v1.1.0 doing ``` yarn add -d graphql-to-json ``` with a package.json script script ``` "schema:json": "graphql-to-json ./src/graphql/schema.js", ``` fails: ``` graphql-to-json ./src/graphql/schema.js env: node\r: No such file or...

With next 14.2.5 (I also tested with 14.2.25) using `next dev` results in the process silently failing and with `next build` a "Segmentation Fault" is printed out. Of the plugin...