truongan07

Results 9 comments of truongan07

upgrade to v.1.1.7 was fixed leak memory in my case. You can try upgrade

> A bash-nativ solution would be the following wrapper script and calling it in bun via ... Does this solution make issues of security on Linux ? Because *.sh script...

@Yasamato Hi friend, Do you have any way to get last line as line by line without script.sh ?

- Get text of file before slice it ? ``` const contents = "1234567890abcdefghijklmnokprstuvxyz" const sliceEndSmallerThanFile = 11 const blb = new Blob([contents]); const blbSlice = blb.slice(2, sliceEndSmallerThanFile); const blActualContents...

Jsdoc doesn't support to add dynamic property of object ```js if (undefined === globalThis.using) { /** * @type {object} */ globalThis.using = {}; } /** * what is jsdoc at...

I get error ./hiredis-test: error while loading shared libraries: libhiredis.so.1.1.0: cannot open shared object file: No such file or directory on hiredis-1.2.0. How to fix ?

Devs (Bun-frog) go faster than devs of native Bun

- I made new the function from CompressionStream / DecompressionStream to easy using - And this is native CompressionStream / DecompressionStream - I did not get any errors such as...

Hi @alii , please support ArrayBuffer (output) for CompressionStream / DecompressionStream