Alan deLevie
Alan deLevie
How would I connect to this server with something like Chicken of the VNC? [ip]:[port] is not connecting. Even with 1234 as the password.
I'm getting this error when I clearly have a correctly-written named_scope. What could be causing this? I'm using Rails 2.3.3.
I am trying to download all of the reports. The requests hang indefinitely on the very first URL fed to my script: ```python import csv import requests base_url = 'https://everycrsreport.com'...
It would make writing and maintaining OAuth plugin code much simpler.
What methods are expected by `app.js`?
I'm curious if anyone here has had any luck deploying this to Heroku. They do support container deployment (https://devcenter.heroku.com/articles/container-registry-and-runtime) for what it's worth.
Not sure if there is any desire for this feature, but in this PR I have sketched out a way to use virtually any estimator type with the `ActiveLearner` and...
When I run: ``` openapi-python-client update --path apispec.yaml ``` A custom folder, `util` is deleted. I'd like to have an option where `update` will ignore the util folder. I've considered...