heroku
Here are 6,406 public repositories matching this topic...
Prerequisites
- I am running the latest version. (
up upgrade) - I searched to see if the issue already exists.
- I inspected the verbose debug output with the
-v, --verboseflag. - Are you an Up Pro subscriber?
Description
It would be great to add regex capabilities to redirects like so:
redirects: {
"/folder/:slug(regexhere)": {
"location": "https
-
Updated
Jul 15, 2020 - HTML
-
Updated
Jul 5, 2020 - TypeScript
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like:
var mongoose = require('mongoose'),
bcrypt = require('bcryptjs');
var userSchema = mongoose.Schema({
email: String,
Problem
As of now, when a user has to configure inbound emails, there are some settings related to this under the account settings page. This is confusing and does not really say anything more about each of the settings.
Solution
Required more documentation on guiding a user to configure this.
-
Updated
Jul 12, 2020 - Python
Export events as CSV
Is your feature request related to a problem? Please describe.
I want to export a list of events as CSV.
Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.
Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.
-
Updated
Jun 11, 2020 - Shell
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 14, 2020 - JavaScript
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
Upgrade dependencies
Context
- This is part of
release-1.5#148 - Context from #82
- Critical task
Tasks
- Upgrade dependencies to secure latest versions in
package.json - Validate the instalation with the local test
- Add and submit the changes in
package-lock.json - Add the primary depdency list to the
readme.md - Check that the npm tasks are working as expected
- [
-
Updated
Jun 1, 2020 - JavaScript
In the readme file of the raspberry and django project change python2.7 to python3.7
It is causing lots of problem
-
Updated
Jul 9, 2020 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Oct 25, 2019 - Python
I've noticed there are a lot of unused imports, bad syntax (doesn't follow style guide, isn't consistent) across the entire project. I could sweep up some junk for this project. Let me know your thoughts
I guess some people might prefer deploying their nodejs/flask app using docker images.
So I built some images here. Try:
docker pull liuqun/tensorflow-mnist:latest
# Or
docker pull liuqun/tensorflow-mnist:latest-fedora
(I found that the Fedora images is usually smaller than Debian based ones.)
Usage
docker run --rm -it -p 8000:8000 liuqun/tensorflow-mnist:latest
# Or
-
Updated
Jul 8, 2020 - Shell
I think, would be nice to update info on:
https://www.ruby-lang.org/en/documentation/success-stories/
Maybe it will be good to reject Blue Sequence from Web Applications (the current provided link
http://www.bluefountain.com/supply-chain-management/ points to Django debug error page, I think that's ridiculous.)
And I think it would be nice to add links like GitHub, Shopify, Twitch,
-
Updated
Oct 21, 2019 - Python
https://docs.ghost.org/concepts/custom-schedulers/
Maybe you have to write your own adapter?
The following guide explains how to write your own adapters, for example if you wanted to use the Heroku Scheduler or your own external logi
-
Updated
Mar 14, 2020 - HTML
-
Updated
Jul 13, 2020 - Python
Improve this page
Add a description, image, and links to the heroku topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the heroku topic, visit your repo's landing page and select "manage topics."

Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use
.jsxinstead of.js? It's not a best practice: facebook/create-react-app#87 (comment)