-
Wait, we are responsible for memory management? Aren't we using Rust for that?
Jokes aside, we actually might deal with data of a type that tells us we are moving it. And we need to manage it.
h…
-
i wrote my all code
```
import TonWeb from "tonweb";
const nacl = TonWeb.utils.nacl;
const {JettonMinter, JettonWallet,} = TonWeb.token.jetton;
import tonMnemonic from "tonweb-mnemonic";
cons…
-
Vulnerable Library - aspnetcore.healthchecks.azureservicebus.5.1.1.nupkg
Path to dependency file: /src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj
Path to vulnerable library: /ho…
-
Last month I spent two weeks on implementing content sniffing, which was behaviorally identical to Firefox's implementation. Unfortunately, I lost the laptop before I pushed the changes, so I will doc…
-
It would be good to have some standard graph serialisation capacity.
Which would we like to support?
Probably [DOT](http://www.graphviz.org/content/dot-language) at the very least, but I think at le…
-
IndexedDB supports a fairly large set of key types, and comparing between them isn't very intuitive. How about supporting an explicit subset?
Proposal:
* number
* string
* (maybe) exactly one ty…
-
## Maintainer List
@otmon76, @danipoma
## For New Translators
Please read this first (click to open)
To translate an article:
1. Check that no one else has claimed your article in the checklist …
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contai…
-
```js
//import type from '@txikijs/types';
const sopath = './libcfltk.so';
import FFI from 'tjs:ffi';
const testlib = new FFI.Lib(sopath);
const cfltk ={
Fl_Window_new: new FFI.CFunction…
-
### Description
i'm trying to running on ios emulator, but without success:
```
Invariant Violation: "myAppName" has not been registered. This can happen if:
* Metro (the local dev server) is ru…