Gudine

Results 12 comments of Gudine

Stopping underaged users from seeing your account could be done privately (client-side, maybe? I _think_ feeds can't read private information either), but I don't think stopping you from seeing their...

I'm pretty sure the syntax `local c, d = table.unpack(self.Test1)` can't work at all in Lua, since multiple returns can only come out of functions, and `self.Test1` is a parameter,...

By default, Datacore displays empty values as `-`, which gets rendered as a list item in markdown (probably unintended, but I'm not sure). You can go to the settings and...

Well, the `species` and `moves` issue could be solved by replacing instances of `Partial` with an actual type, defined as: ```typescript type PartialPokemonSet = Pick & Partial ``` And `gender`...

I believe that's in response to [this post](https://bsky.app/profile/moja.blue/post/3l6bgeplsbu2b) (among others) and it only applies to the search functionality.

It's still working for me, though not on the Following feed for some reason. If you're having the issue elsewhere, then it's worth noting that: * Posts' language can be...

Same thing is happening to me on my Samsung Galaxy J5, running Android 6, ARM32. It's worth noting that the last version of the app to work is 1.15.1.

I was gonna say that someone could make a custom feed for that, but it turns out [there already is one](https://bsky.app/profile/mackuba.eu/feed/hashtag), though [it seems to still be in development](https://bsky.app/profile/mackuba.eu/post/3l3vehvzkwsvr), and...

@JWDebler It's worth noting that deck.blue is a third-party app, so its features don't necessarily reflect Bluesky's.

After looking for the error for a while, I'm pretty sure this is the offending line: https://github.com/blacksmithgu/datacore/blob/18b7bcc8a79f30c4793ad203e98d9975bfefaea6/src/index/import/markdown.ts#L188 When indexing list items (all tasks are list items), the code currently looks...