-
## NC-01 Missing Natspec at several Places
There are several instances of incomplete or missing natspec at manay places over the contract
https://github.com/code-423n4/2022-10-paladin/blob/main/contr…
-
## Maintainer List
@deivuss331, @poplaw, @akowalska622, @Onxi95, @RafalMichniuk
## For New Translators
Please read this first (click to open)
To translate an article:
1. Check that no one else h…
-
Tenzorum's definitions
**Meta-tx (Meta transaction)**: Tx with additional meta data fields eg. reward details
**Relay**: Act of sending meta-tx away to offchain 2nd layer / service node
**Rel…
-
In my eyes there's currently two things that are a bit lacking in regards to delegations:
- transparency on the delegates
- ease of delegation
### Transparency
While there is a list of delegates…
-
Hi Scale-Team,
my setup is scale 3.0.0-beta.30 in a React (17) app.
Currently I explore how to use the **DataGrid** component. For embedding components in an **ActionCell** the docs suggest to p…
-
Greetings, if I refresh the page several times, the slide sometimes shows, sometime doesn't. I used FireBug on FireFox to see the code. It seems the code is OK. It happens randomly. Can you shed some…
-
Hello,
i am very new in the LLM usage and CrewAI .
I tried the langchain-logger with the following code, but my logfile stays empty after a somehow successfull run:
```
import os
from crewai imp…
-
Adding semantics to PTEL for rotation and transfer.
- Two additional semantics
- Rotation (non-cooperative transfer)
- Control stays within the same KEL and the same TEL
- Use case: as…
-
# 버블링, 캡쳐링, 이벤트 위임
## 버블링
- 버블링이란?
- 안쪽에 있는 자식 요소에서 시작해 부모 요소로 거슬러 올라가며 이벤트가 발생하는 것을 버블링이라고 함.
…
-
The API listed in the README is misleading. It says that I can do:
> bean.undelegate(selector);
But calling this does absolutely nothing. On tracking it down, I found that delegate uses remove witho…