Skip to content
View ronakmutha's full-sized avatar
Block or Report

Block or report ronakmutha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Fix Django migration conflicts by Mi... Fix Django migration conflicts by Migration Manifest
    1
    from django.core.management.commands.makemigrations import Command as BaseCommand
    2
    from django.db.migrations.loader import MigrationLoader
    3
    
                  
    4
    
                  
    5
    class Command(BaseCommand):
  2. jitsi-meet jitsi-meet Public

    Forked from jitsi/jitsi-meet

    Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

    JavaScript

  3. Shell script to clone docker volumes Shell script to clone docker volumes
    1
    #!/bin/bash
    2
    
                  
    3
    #Script that can clone a given volume
    4
    
                  
    5
    #Verify user entered arguments