Johannes Marbach

Results 66 comments of Johannes Marbach

Ugh, thanks @clokep, I didn't realize there was another PR for this already. 🤦‍♂️

I wrote up [MSC3862](https://github.com/matrix-org/matrix-spec-proposals/pull/3862) describing the variant in this PR, too. This is not necessarily better than [MSC3758](https://github.com/matrix-org/matrix-spec-proposals/pull/3758) but I think having both options laid out side by side helps...

Sorry, this is Python 3.8.9 on an M1.

> on Linux, you only need the development libraries (hence the recommendations to install `libpq-devel` in some sections). Is there nothing similar in the macOS world? Hm, homebrew has libpq...

Thanks for the pointer. So putting this into my global `.gitconfig` ``` [url "https://github.com/card-io/card.io-dmz.git"] insteadOf = [email protected]:card-io/card.io-dmz.git ``` indeed makes card.io work with carthage. I still think it would be...

Still an issue with both the module installed from NPM and `master`.

Re 1: That's a good point. I hadn't foreseen that an API would expose the URLs a user visits. A middle ground could maybe be to ship the extension with...

> A page action sounds reasonable. One possible challenge is that the page action would be related to all pages on the domain name (not just to a single URL)....

> AFAIK cross-compilation with golang can be achieved [with a new build target](https://github.com/crra/focalboard/commit/96c9872fea1b20795f0aea88b9007a971064826d), it seams too obvious that maybe there is a catch. However, I tested the build on the...

@fl0r1s I didn't actually but @crra mentioned he did in his [comment](https://github.com/mattermost/focalboard/issues/124#issuecomment-814210315) above. There is a corresponding commit linked there.