-
Falta escrever a documentação descrevendo o workflow do desenvolvimento de uma app baseada no boilerplate. Por exemplo, descrever:
- Como se cria uma rota nova;
- Como adicionar um módulo;
- Como gera…
-
We are in need of a container to send daily emails to a list of recipients including a message and a few file attachments. We should be able to run this container once a day at a specific time on the …
-
I like writing multiple specs that verify interaction with collaborator.
Here's a trivial example:
```
function loadUser()
{
$user->setName($this->storage->getUserName());
$user->setEmail($th…
kagux updated
8 years ago
-
## Describe the bug
After having activated an account via an activation link sent to their email, the user Is able to go through the activation process again just by following the same link, includin…
-
Useful and awesome repo, thanks! I just used it to start a new codebase and I have two quick suggestions.
1. Add a remark in the README on how to adapt it for other Python versions. I'm using Pytho…
orrp updated
7 months ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm new in zed code editor but after installing node_modules and run nestjs app it freezed and I c…
-
## Summary
`Codable` support for `StripePaymentMethod`
## Code to reproduce
`StripePaymentMethod` now conforms to a custom `STPAPIResponseDecodable` to enable basic parsing from a serialized …
Gujci updated
5 years ago
-
**Describe the bug**
Trying to start an `Electron.js` program with `Vue.js` and using puppeteer-extra plugins doesn't work. When starting with a puppeteer instance using stealth and adblock plugin,…
Seysa updated
1 month ago
-
Use multer library for file upload API
PR has been created here https://github.com/hagopj13/node-express-boilerplate/pull/203
-
I'm a little new to the HubSpot CMS developer setup.
I was able to successfully follow the setup guide to create a local React app and ran "npm start" to push the changes to the account's Design Mana…