Maksim

Results 23 comments of Maksim

> @backspaces I looking to directly port [Nextra](https://nextra.site/docs/docs-theme/start) or something similar to this. > > @Viiprogrammer There is an [option](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports) in Next.JS to directly export all the static files. >...

По истечении времени сессии, это нормальное поведение ![image](https://user-images.githubusercontent.com/17622604/187091911-a79bf0ba-fdaa-49b6-8184-8d83dd2f2344.png) Я проработал это дело, и добавлю в #47, но нет гарантий что автор его примет

Не может найти VS. А должно. Это возможно проблема с самим node-gyp. Точно установленны Build tools для C/C++ ?

Есть вероятность того что оно не видит новую версию. Были какие-то похожие баги, вот недавно на CI/CD. Нужно пробовать обновлять node-gyp до последней. Что-то вроде `npm i -g node-gyp`, а...

Исправлено начиная с [9f1589f](https://github.com/AnimeHaze/anilibrix/tree/9f1589ff85f43a6712fcb8ac1cd02393ed088b4a) в альтернативной версии (релиз [1.4.3-ext.3](https://github.com/AnimeHaze/anilibrix/releases/tag/v1.4.3-ext.3))

Добавлено в виде тогла автоматического пропуска, начиная с [d833f1d](https://github.com/AnimeHaze/anilibrix/commit/d833f1d27580d593c70a24699087a3cecc355f59) в альтернативной версии (релиз [1.4.3-ext.2](https://github.com/AnimeHaze/anilibrix/releases/tag/v1.4.3-ext.2))

In a bit of a hacky way, I monkey patched TLS to change the fingerprint: ```js const tls = require("node:tls") const origTLSConnect = tls.connect const ciphers = [ 'TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384', 'TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256',...

Same issue, any progress? ![image](https://github.com/someguycrafting/picamo/assets/17622604/f610dd52-37aa-4c2b-a86b-8ef7315c82b6)

> Can you add a test for it? Need to be covered by tests like [here](https://github.com/nodejs/undici/blob/main/test/issue-2065.js) ? Yes, I'll add tests if needed

I have many native deps and its works fine, but `sqlite3` / `better-sqlite3` have some different code to load `.node` files. In my case, fully solved by `"rollup-plugin-natives": "^0.7.8"` ![Image](https://github.com/user-attachments/assets/1aec6c51-1112-4fa9-8e00-31e59ece995d)