Dirk Uys

Results 19 comments of Dirk Uys

@brianloveswords how do you typically integrate browserID and other login services? We currently support OpenID to some extend and also normal logins using Django auth. Maybe the registration process can...

https://github.com/p2pu/badges is still used at https://badges.p2pu.org. You can create a badge and users can push badges to their open badge backpack. The process of earning a badge is modelled around...

Thanks, that helps me work around the problem in my specific case! I ran into problems while migrating a db from postgres 11 to postgres 15. In postgres 15, the...

> Do you want to submit a pull request? If I run into this again I'll try to get a PR together, but for my use-case changing the password was...

Hi @pvanheus Thanks, that would be useful! The proposed code seems pretty close to what would be need for adding any jsonld schema. Can you think of any downside to...

Hey @TerriatTaft You don't need to send a PR to get update your own site (https://terriattaft.github.io/OneSearchTutorial/). I'm closing this PR, but feel free to send a message if you'd like...

Hi @Newman5 I think docker is creating the `.bundler` directory with root permissions, but the image itself runs as user 1000, which then doesn't have access to the directory. ```...

Here is an example of a multi-lingual course: https://github.com/p2pu/exploerer. There might be better ways to do it, but I find that being able to deviate from a 1-to-1 translation is...