Skip to content
View osule's full-sized avatar
✝️
ecce homo
✝️
ecce homo
Block or Report

Block or report osule

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. orakel orakel Public

    Google Chrome extension for getting around reading limits for publications in Medium.

    JavaScript 2 1

  2. offline-tube offline-tube Public

    Offline youtube

    JavaScript 5 4

  3. How to python packages How to python packages
    1
    # Setting up custom python packages
    2
    
                  
    3
    I know of one or more reported cases where python imports failed.
    4
    Because python packages are arranged with reference to the file system structure, running a module that imports a package that is one-level up in the file hierarchy results in an `ImportError`.
    5
    
                  
  4. django-envie django-envie Public

    A django module to allows the use of environment variables set in an env.py file

    Python 6 2

  5. ddd-flask-example ddd-flask-example Public

    Forked from MichaelDiBernardo/ddd-flask-example

    A terse example of DDD-inspired architecture using Flask and SQLAlchemy/MongoDB as storage options.

    Python

  6. What Airflow v1.0.3 Scheduler Job is... What Airflow v1.0.3 Scheduler Job is doing
    1
    It sets taskinstance state in the following transition
    2
    
                  
    3
        State.SCHEDULED -> State.QUEUED
    4
    
                  
    5
    Task dependencies are not checked until task is running :(