Jelmer Vernooij

Results 444 comments of Jelmer Vernooij

On Sat, Jul 24, 2021 at 12:02:18PM -0700, Senan Kelly wrote: > Yeah cool idea. Would the output of using expvar be suitable? > > https://pkg.go.dev/expvar > > This would...

The JavaScript rendering means you can embed in a static site. Unless you're going to embed e.g. the post counts in iframes I don't think server side rendering gives us...

Yeah, I have no problems with supporting a Python API as well (though there are maintenance costs of supporting both). I was just responding to the suggestion of only providing...

It would be great if this had some unit tests.

We're using nosetests; you can invoke them with nose or by running "make test"

I think the pypi name is just "nose", but you should also be able to just use python's standard unittest framework to run the tests - we don't use anything...

> > I & @mskian ended up creating this - https://github.com/mskian/isso-telegram-notifier > > Nice work! Why not develop it right into Isso? If this was added to mainline isso, it...

Code linting and enforcing style seems like a good idea (and I'd welcome a PR to add that), but it is unrelated to better tests.

My apologies, I didn't mean to come across as harsh. I'm not disagreeing with you about the usefulness of a linter in general and its potential contributions to code quality....

On Sun, Oct 18, 2020 at 11:06:47PM -0700, Michael Casadevall wrote: > When either loading comments or posting, if an error occurs such as failing to read an endpoint, *or*...