Shoshána Abigail

Results 4 issues of Shoshána Abigail

You can only view your own likes and this fixes the documentation to note that auth is required and that the actor must be the requesting account https://github.com/bluesky-social/atproto/pull/1440#issuecomment-1700193127 It looks...

MAUI Blazor Hybrid doesn't call `beforeWebStart` or `afterWebStarted` and instead calls `beforeStart` and `afterStarted`. https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/startup?view=aspnetcore-9.0#javascript-initializers Note: I'm not an expert on this and the documentation, while noting the different initializers,...

Fix: https://github.com/DioxusLabs/dioxus/issues/5152 If you don't have `tailwind.css` in the manifest_dir, it won't detect that you're using tailwind even if you've set a custom tailwind_input. This makes it respect the tailwind_input...

**Problem** TailwindCli looks for `tailwind.css`, `tailwind.config.js`, or `tailwind.config.ts` in the manifest_dir. If you're using a custom `tailwind_input` in the Dioxus.toml, it will see no `tailwind.css` and not compile your custom...

bug