Sylvian Hemus

Results 8 comments of Sylvian Hemus

I'm working on an elisp -> WASM compiler tfor an AI project called Sophia, which is essentially a chat bot that uses org-mode to write quasi-articles on contemporary philosophical topics....

Anyone ever figure out a way to do this?

Just wanted to thank all contributors for posting updates

> The following patch is applied to `src/libssh/poll.h` during porting: > > ``` > -typedef unsigned long int nfds_t; > +#if !defined ESP32 || ESP_IDF_VERSION_MAJOR < 4 > +typedef unsigned...

Fixed variables for recent GCC version, see: https://github.com/SylvianHemus/LibSSH-ESP32/commit/84a7589ed7d6ff8776856c1e87ed10c145781e09 will make pull request. Need to fix the mbedtls_md_context issue. Espressif provides the following guide I'll follow https://github.com/espressif/mbedtls/blob/9bb5effc3298265f829878825d9bd38478e67514/docs/3.0-migration-guide.md

Created pull request, compiles now but mostly untested https://github.com/ewpa/LibSSH-ESP32/pull/30

> > Created pull request, compiles now but mostly untested > > The limitation of PRs is they do not address the re-porting needs when a new release of upstream...

> > Created pull request, compiles now but mostly untested > > The limitation of PRs is they do not address the re-porting needs when a new release of upstream...