Oblomov

Results 212 comments of Oblomov

Another example, with a simpler test-case that also fails with `clang++`: ```` #include typedef ushort4 particleinfo; static __forceinline__ __host__ __device__ __attribute__((pure)) const ushort& type(const particleinfo &info) { return info.x; }...

Without any debugging information on where the hanging happens there isn't anything I can do to fix the issue.

That's an unrelated problem. I have no idea what the OpenCL and OpenGL Compatibiliy Pack installs and if clinfo is part of it. Please discuss that with Microsoft.

Personal preference would be to have an option with the choice to show embed * never * only in the detailed view * always I'd like to point out that...

Thank you, this seems to be fixed in 6.0.2

Content Warnings on boosts are possible according to the ActivityPub protocol specification. Boosts correspond to Announce activity, and any Activity can have a `summary` (which is what Mastodon uses as...

The `source:markdown` element could still be kept for backward compatibility (possibly specifying the equivalence between it and the corresponding `source:raw format="text/markdown"` or whatever).

OK, my original patch to implement this won't work with the new template for posts, so before I make a new design, I think it would be useful to discuss...

Don't worry about breaking my patch, it was mostly just a proof of concept and I had to change it again whn I I tried introducing multi-post writing, an then...