Siceberg

Results 4 issues of Siceberg

I am using both diesel 2.0 and oso in a project, if I define a struct: ``` #[derive(PolarClass)] #[diesel(table_name = accounts)] pub struct Account { #[polar(attribute)] pub id: Uuid, pub...

The code changed in this PR is to avoid conflicts with other macros like in [oso-diesel2-conflict-demo](https://github.com/Siceberg/oso-diesel2-conflict-demo). Since I'm a beginner in Rust, not very familiar with macros, and I'm in...

Hi, How to use this crate to complete CAPTCHA certification? Generally, it is necessary to determine whether the content input by the user is consistent with the content in the...

Hi there, how to set UitLab URL field if I use https://gitlab.com/ (not my own server) ? I tried to input 'https://gitlab.com/', but it's not working

help wanted