藍+85CD

Results 99 comments of 藍+85CD

> I didn't know the hatsu library and want to understand what this plugin does and what's the problem to solve. 🙏 The Hatsu plugin gets ActivityPub integration from Hatsu...

> What these files can do? When a user searches for `@[email protected]` on Fediverse, the server tries to request `https://instance.tld/.well-known/webfinger?resource=acct:@[email protected]`. The Hatsu plugin's `wellKnown` part supports the query by saving...

> * It creates a static version of the webfinger file to support requests like `.well-known/webfinger?query_params`. Due the file is static, the query parameters are really not used, it shows...

> Thanks. I'm assuming this will be fixed with the new technical docs rewrite from [@taeuscherpferd](https://github.com/taeuscherpferd) I noticed that #425 no longer seems to contain the rapier example.

I wrote a new Rapier example referencing the Minecraft example: ```tsx import type { RapierRigidBody } from '@react-three/rapier' import type { Vector3 } from 'three' import { CapsuleCollider, euler, quat,...

Hatsu does not currently support Delete activities. Will it cause the process to crash? If not, you can safely ignore this error.

> I haven't been able to figure out how exactly hatsu, or rather, the activitypub_federation crate, maps the type of the JSON to a handler, I only found I have...

Oh, sry I missed that. > Can I clarify what this feature is? Is it basically viewing the ActivityPub feed for a given site? yes.

> whaat about this example: > https://pmndrs.github.io/uikit/examples/auth/ It only contains the interface and no onSubmit / onKeyDown or anything like that, which I need.