Skip to content
#

forum

Here are 916 public repositories matching this topic...

luceos
luceos commented Nov 15, 2019

Feature Request

Is your feature request related to a problem? Please describe.
When reaching a certain scale in users following discussions, the sync driver can cause xhr calls to time out.

Describe the solution you'd like

We should calculate the number of notifications sent each hour, using the related Model. Once the count reaches a specific threshold we will show a widget

Teuuz1994
Teuuz1994 commented Mar 19, 2020

Estou utilizando a função count do Sequelize para me retornar a contagem do conteúdo do banco de dados, porém gostaria de saber se é possível limitar esse count, por exemplo, na tabela que vou pesquisar ele achou 60.000 indices, porém, eu só quero receber os 100 primeiros resultados. É possível? Eu tentei este código abaixo:

Meu modelo:

const db = require('../config/db')
const mome
alanpost
alanpost commented Feb 3, 2020

This morning three separate exceptions related to posting a comment:

An ActiveRecord::NotNullViolation occurred in comments#create:
Mysql2::Error: Field 'created_at' doesn't have a default value: INSERT INTO comments (short_id) VALUES ('irohkx')
app/controllers/comments_controller.rb:51:in `create'

By appearance the data sent in the request is missing, partial or truncated. Reac

micha030201
micha030201 commented Aug 29, 2018

FlaskBB has extensive internationalization support, and several translations already. However, there's still much to be desired. After examining flaskbb's translation practices, I've found the following issues:

It's not clear what translators are supposed to do

After digging in the source files, I discovered that flaskbb uses transifex for cro

agarcialeon
agarcialeon commented May 7, 2019

Althougt code can be commented in the scripts, could be great to generate automatic documentation for the scripts and host it in the gh-pages branch of this repository.

In this way we can have a presentation web for the library and also the related documentation on how the API works.

I have checked DocFX and it seems it's possible to implement the pipeline for hosting the documentation as st

zzak
zzak commented Feb 2, 2018

In order to boot the app you have to set the following variables:

# AWS_ACCESS_KEY_ID=TKTK
# AWS_SECRET_ACCESS_KEY=TKTK
# AWS_S3_BUCKET=TKTK
# AWS_S3_REGION=TKTK
# GITHUB_CLIENT_ID=TKTK
# GITHUB_CLIENT_SECRET=TKTK
# SENDGRID_API_KEY=TKTK

It's great this is documented, but not great that I need to set them (even to dummy values) to get the tests to run.

After that I **was abl

gabbhack
gabbhack commented Apr 2, 2020

Open Graph

Main page example:

<meta property="og:title" content="Nim forum">
<meta property="og:type" content="website">
<meta property="og:image" content="..."/>
<meta property="og:url" content="https://forum.nim-lang.org/">
<meta property="og:site_name" content="Nim forum">

Thread example:

<meta property="og:title" content="Thread title">
<m

Improve this page

Add a description, image, and links to the forum 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 forum topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.