-
Junto a v2 do Flunt vamos disponibilizar várias extensões, queria padronizar elas como `Flunt.Extensions.*`.
O que acha de renomear o pacote para `Flunt.Extensions.Br`?
-
Na v2 do Flunt teremos mensagens padrão nas notificações:
https://github.com/andrebaltieri/Flunt/blob/dev/Flunt/Localization/ContractLocalization.cs
O que acha de incluirmos as mensagens pt-BR aqu…
-
Alguns dias atrás me deparei com o seguinte cenário:
A microsoft deixa eu criar um e-mail nos seguintes formatos:
- testflunt-@hotmail.com
- testeflunt-@outlook.com
- testeflunt-@outlook.com.br
…
-
Eu aplico 3 validações em um campo Nome, onde são:
1. Verifica se não é null ou empty
2. HasMinLen (3)
3. HasMaxLen(80)
Porém, quando eu testo um campo null, gera uma exception por causa dos H…
-
I am using Flunt SMTP with a local restaurant, with woocommerce.
I'm using a local payment plugin (from a country based bank - not paypal), and whenever I try to pay with credit card, although the…
-
Boa tarde!
Quando utilizo o HasMaxLen e a propriedade está nula ocorre o erro: System.NullReferenceException: 'Object reference not set to an instance of an object.':
protected override IE…
-
Se o usuario nao informar TODOS os dados das role (id, title e description, pra cada uma das roles que o usuario por ventura possua) a alteracao nao sera realizada com sucesso.
MELHORIA SUGERIDA: …
-
## Search Terms
session types, mutable types, stateful types
## Suggestion
Session Types are used to describe stateful protocol (aka Sessions). Static typing can prevent mistakes made by calling …
Trias updated
3 months ago
-
## Bug Report
**Describe the bug**
I'm running fluent-bit inside kubernetes to pass pod log entries to Elastisearch.
I can see majority of the logs coming in, however I've noticed the following…
-
Related to #90
(Sorry for the amount of text here! I also hope I'm understanding the moving parts in `tarski` correctly, or else I might not be making much sense.)
RDDL has a number of language…