Skip to content
#

heroku

Here are 5,955 public repositories matching this topic...

edlefebvre
edlefebvre commented Dec 10, 2019

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, --verbose flag.
  • 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
aniketpanjwani
aniketpanjwani commented Nov 29, 2019

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:

  1. Install Gitea
juanda99
juanda99 commented Sep 30, 2016

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,
chatwoot
timgl
timgl commented May 5, 2020

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.

coronavirus-tracker-api
Akuukis
Akuukis commented Mar 27, 2020

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

UlisesGascon
UlisesGascon commented Aug 5, 2019

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
  • [
liuqun
liuqun commented Jul 30, 2018

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
Gabiabi
Gabiabi commented Apr 29, 2020

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

Improve this page

Add a description, image, and links to the heroku topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the heroku topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.