Robert Rose
Robert Rose
If I create a furl object without a scheme like so: ``` >>>from furl import furl >>>x = furl('www.google.com') ``` It fails in weird ways that aren't exactly intuitive. I...
Hiya, glad to have found `wtf_wikipedia` as it's making my life easier. I was wondering if adding type definitions for typescript is anywhere on the roadmap. Would make integrating with...
## Issue description I installed direnv using snap and although my .envrc file is present, I cannot load it. I am using oh-my-zsh and can successfully run the `direnv` command,...
Currently the directions for creating a custom backend (which I am doing) say the following: >**Create a new class which inherits from video_encoding.backends.base.BaseEncodingBackend.** ... >If you want to open source...
I fixed the broken Markdown links for the build and coverage badges because it was bugging me. You still have a build failing due to missing `CELERY_BROKER_URL` though, but I...
Were there any plans to update this for the 1.1 and 1.2 updates? It seemed like a few defs got added, especially in relation to the quests system. Would be...
I'd like to be able to set environment variables specific to each virtualenv created by pyenv when I enter a directory. I found Issue #55 that seems to mention this...
Separate issue from #82 as recommended. pyproject.toml is what's [used by poetry](https://poetry.eustace.io/docs/pyproject/) and is the standard behind Pipfile.
I've been trying to test https://seap.asee.org/award to see if it is susceptible. The website doesn't seem to be working however. Each time I hit go, the progress bar at the...
I'd like to be able to use this action with Steam accounts that have Steam Guard enabled, but currently it looks like it doesn't support that. Do you have any...