-
restarting the bot after draupnir has been kicked will put Draupnir into safe mode.
So my recommendations are:
1. We need to Include a protection that automatically leaves protected rooms when …
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
-
We have had several issues over the years related to `FactoryBot.aliases`: #522 #734 #851 #989 #1096 #1138, #1417. In most of these issues people do not realize that `factory_bot` assumes`{attribute}_…
-
### Problem this feature will solve
As I mentioned in https://github.com/thoughtbot/factory_bot/pull/1640, I want a scope for sequence.
The previous PR I created was not reviewed, so I made i…
-
# Lines of code
https://github.com/code-423n4/2024-09-panoptic/blob/881a306eeb3764a2553eeb74c69bf85f4b6ce438/contracts/PanopticFactory.sol#L204-L210
# Vulnerability details
## Proof of Concept
Th…
-
This started happening after upgrade to 5.8.1 from 5.7.5
We use Factory bot to create resources for testing and when creating a record with association Bullet complains about unnecessary eager loadin…
-
It would be better to have the source review that currently happens on the submitrequest directly on the gitea PRs. Convert the existing check_source/factory-auto bot to operate on MR.s
-
How can you use `nestjs-telegraf` if your API is running horizontally on several containers at the same time?
As of now, I get the following error:
```
409: Conflict: terminated by other getUpd…
-
[This](https://stackoverflow.com/a/14698033/5783745) shows how to generate a factory for an existing model, for example;
```sh
rails g factory_bot:model Car name speed:integer
```
It would be …