Leokuma
Leokuma
DDeno
Created by Leokuma on 6/28/2024 in #help
Running multiple Deno versions at the same time
Is it safe to run multiple Deno versions on the same machine at the same time or is there a risk of some sort of conflict due to dependency caching, shared directories and friends?
4 replies
DDeno
Created by Leokuma on 4/16/2024 in #help
Windows named pipes
@Deno AI Helper Give me an example of how to use Windows named pipes in Deno without resorting to Node's child_process
5 replies
DDeno
Created by Leokuma on 11/2/2023 in #help
FFI: How to pass a pointer to a char pointer?
How can I pass a pointer to a char pointer in order to use the C function below via FFI?
my_func(char **strp)
my_func(char **strp)
The external library is supposed to write a string to that buffer, and then Deno reads its content
4 replies