Joe Meyer
Joe Meyer
Anyone publish a new version yet?
If done correctly the browser/client should send the token back to the django server and ask for the information that you want along with the token (or maybe just to...
I believe the reason is that anything higher than 8 is sort of useless. So that would be 2,821,109,907,400 number of possible tokens. So obviously you really don't have a...
I suppose if you're running say a redux store you could check the token in from the browser storage/store and see if in the DRF table. If it is remove...
I prefer the Dayz Epoch key and lock method from arma 2, Please stay away from exiles method of car locking. Also a lock pick would be cool to be...
I like the idea of physical currency, whether its like the roubles or the gold bar method. My main reason for this is in exile its hard to remember to...
@casret in theory im pretty sure its just a HTTP method call, but I never had any luck getting it to work. I instead just called a JavaScript lambda and...
Awesome work! Does this fix? ``` #[derive(sqlx::Type)] pub struct Foo { pub barz: i32, pub bars: String, pub bara: Option } ``` Many other people have tried providing fixes and...
@bewee-i Amazing work! @abonander will probably tell you to create some Tests proving that it can handle yours and my example. This could also close out some other existing PR's...
Is there a update to this as this is a blocking issue for a lot of people that want to use composite types in postgres that have null values. If...