-
#### Applies To
* APG design pattern: [Grid](https://w3c.github.io/aria-practices/#grid)
* Specific example: [Data Grid Examples -> Example 1: Minimal Data Grid](https://w3c.github.io/aria-practic…
IsaDC updated
3 years ago
-
## System Information
* CPU: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
* Memory: 8GB (no swap)
* Operating System: Arch Linux
* Desktop Environment: GNOME Shell 40 (`gnome-shell 1:40.0+67+g79…
-
Location: [Libera.chat, #monero-dev](https://libera.chat/) | [Matrix](https://matrix.to/#/#monero-dev:monero.social?via=matrix.org&via=monero.social)
Time:
17:00 UTC [Check in your timezone](https…
-
The essence of the problem:
In program 'lite-client' and 'validator-engine-console': stdout and stderr are output as stderr.
It was expected that the output of the message will work the same way as …
-
I have ...
```
run()
async function run() {
// Create some cells
const c2 = new TonWeb.boc.Cell();
c2.bits.writeUint(42, 7);
const c3 = new TonWeb.boc.Cell();
c3.bits.write…
-
**G**ood afternoon.
I'm trying to repeat the experience with this instruction, namely 4 point: http://test.ton/ConfigParam-HOWTO.txt
**I** ran into a problem - my vote does not count. The configur…
-
Sometimes it is neccessary to delete an entry from dictionary in Fift (i do not remember the exact use case, but it happened to me recently during development of some scripts, maybe for Contest2, mayb…
-
A small silly problem: dictforeach only can emit unsigned keys per iteration.
Because of this I had to do [some very wacky shenaningans to get signed index](https://github.com/ton-blockchain/ton/pull…
-
Currently Fift has methods for working with dictionaries with int and uint keys: idict!, idict@, udict!, udict@, ... etc.
Please add methods for working with dictionaries with slice keys: dict!, di…
-
Inline functions are emitted into methods dictionary despite the fact that they are not ever called from that dictionary.
An example that demonstrates what I mean:
**inltest.fc**
```
int imp(…