elsbiet

Results 23 comments of elsbiet

com.github.rafaelmsoares jinterface 1.11 seems to be dead because [ERROR] Failed to execute goal on project xxx: Could not resolve dependencies for project com.softing:xxx:war:0.0.1-SNAPSHOT: Failed to collect dependencies at com.github.rafaelmsoares:jinterface:jar:1.11: Failed...

sad to say: i'm afraid, lua-rtos-esp32 is dead.

workaround: login to nextcloud's database with nextcloud's userid and define curdate(). ``` -- postgres only: just to make nextcloud's dashboard happy -- (this function is part of mysql standard but...

As a temporary workaround, I created a binary that contains all the return list items and created a list from this binary on the caller's side.

tahnk yuo very much for your answer. changed nif to `static term nif_test_cr8list(Context *ctx, int argc, term argv[]) { int max_count = 29; if (UNLIKELY(memory_ensure_free(ctx, TUPLE_SIZE(2) + LIST_SIZE(max_count, sizeof(int))) !=...

i'm afraid, it's dead.

and it would also be nice if binary_to_term(Bin) would work when Bin is the binary representation of a fun as this potentially would enable me to implement some cli functionality.

after setting `set(ATOMVM_LIBS eavmlib estdlib)` and even after `idf.py clean ` the alisp code did not disappear. did i miss anything?

@peterman: finally i managed to get rid of alisp - edited `AtomVMlibs/esp32boot/CMakeLists.txt` removed it from `pack_runnable(esp32boot esp32init esp32devmode eavmlib estdlib alisp)` it was kind of time consuming and painful because...