heroku
Here are 5,955 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
May 20, 2020 - HTML
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition file:
N/A
Steps to reproduce the problem:
- Install Gitea
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,
Is your enhancement request related to a problem? Please describe.
It's really hard to type a message containing multiple sentences.
Describe the solution you'd like
The text area should expand once agent types a lengthy message
Describe alternatives you've considered
none
Additional context
none
-
Updated
May 23, 2020 - Python
-
Updated
Feb 29, 2020 - Shell
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
Mar 26, 2020 - Swift
-
Updated
May 22, 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
May 18, 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
Nov 10, 2019 - 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
May 21, 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,
Hey, I have a problem. I want to host a Jekyll-auth on a local server without usage of Cloud hosting. I'm using git docs, bundler and Jekyll-auth 2.1.1.
I run Jekyll-instance by running
sudo bundle exec jekyll-auth serve --host=tek-ffu-h0a.tek.sdu.dk
and it is stuck on "spinning up the server...". When I'm hosting it without authentication everything works. I have my git credentials defined i
-
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
May 24, 2020 - Python
-
Updated
Mar 14, 2020 - HTML
-
Updated
May 24, 2020 - Ruby
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)