kartikynwa
kartikynwa
Would appreciate this as well.
I ended up doing this until the compiler stopped yelling at me. Not elegant but it works for now: ```rust #[derive(Debug, Clone)] struct ValidEmailFixture(String); impl quickcheck::Arbitrary for ValidEmailFixture { fn...
If you go for option 1 then it will be pretty difficult to do proper pagination (limit offset style) because different users can have highly varied number of items in...
Instructions seem correct and make sense to me.
@dessalines make sure you use UNION ALL rather than UNION wherever possible. It should be possible for the search view from my understanding. As you can see in the EXPLAIN...
@tbe Regarding this: > I have seen many approaches to this issue in the past. I think the one that may work here is something like the following: > >...
I am trying to do something similar where I parse the XML files and store them in a sqlite or duckdb database then use full-text search. Will use your site...
You don't need `"$(which gamemoderun)"` there. Just `gamemoderun` should suffice. If `command -v gamemoderun` returns 0 then the `gamemoderun` binary is present in ¢PATH. No need to pass the absolute...
There is this service called [farside.link](https://github.com/benbusby/farside) which was created because of the ephemeral nature of these instances. Putting this out in the unlikely scenario it is found helpful.
If a moderator of a community is banned, should they be removed as moderator as well?