-
In my route.rb file I've
resources :risks # Line 25
get '/update_via_issue_id', to: 'risks#update_via_issue_id'
post '/update_risk_via_issue_id', to: 'risks#update_risk_via_issu…
-
After installing the bundles (from the latest ones in the gem repo) I tried running the commands in the README.md file, but I get the following error:
``` bash
Exiting
/Users/FOLDER/Programming/d…
-
`lazy_module` breaks built-in modules (i.e. modules listed in `sys.builtin_module_names`) that haven't been loaded yet:
```python
>>> import lazy_import
>>> math = lazy_import.lazy_module('math')
…
-
It would be nice to develop a few sets of default styling presets that can be tweaked (not unlike CartoDB's) – this is particularly interesting for polygons that often appear as one large flat polygon…
-
When ANYTHING goes wrong in the lazy module when "attaching" the module, I get the same error message:
> ERROR Error: Uncaught (in promise): Error created and attaching module async.
For example…
-
i tried this in my project ,and i am gettting no module name Fields
```
home/akshay/thirdwave/ThirdWave/ThirdWave/settings/base.py changed, reloading.
Watching for file changes with StatReloader
…
-
```
What steps will reproduce the problem?
1. pin the tab to be refreshed
2. click the reloader icon
3. click any option such as 5 seconds
What is the expected output? What do you see instead?
Expect…
-
**Is your feature request related to a problem? Please describe.**
`livereload` is neat 👍, but out of the box it doesn't trigger for all files I may want to cause a reload when edited.
For example,…
-
It happens because redirect exception is not handled by Bottle, because it already get an exception (404).
```
import bottle
@bottle.error(404)
def error_route(code):
bottle.redirect('/')
bottl…
-
## 🐛 Bug
When I run captum insight `python -m captum.insights.example` I get below error
```
KeyError: 'WERKZEUG_SERVER_FD'
```
## To Reproduce
Steps to reproduce the behavior:
Run …