Alex Bodnaru
Alex Bodnaru
hello jan, i pushed the build just a little bit forward, and i'll push my patches and PR. however, i'm stuck again at "configure: error: 'libsqlite3' is required but it...
hello @ethanaobrien, I'm currently facing this same obsolete cypher error with chrome 1.0.8 on Chromebook. while I've noticed and will happily try your electron based simple web server, i also...
thank you very much @ethanaobrien for such a fast and prompt answer. interesting whether any modern tls stack has been compiled to wasm.
thank you @bajrangCoder
*>this is my offending program ```cobol IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. ENVIRONMENT DIVISION. INPUT-OUTPUT SECTION. FILE-CONTROL. SELECT STUDENT-DB ASSIGN TO 'students' ORGANIZATION IS INDEXED ACCESS MODE IS RANDOM *>ACCESS MODE IS...
> @alexbodn: you may want to try doing an explicit `OPEN EXTEND STUDENT-DB. IF FS (1:1) NOT = "0" OPEN OUTPUT STUDENT-DB.` which may or may not work. @GitMensch i...
my first attempt to install the docker image ruined my vm computer, and i'm still trying to regain control on it. i'll check another way to do it.
> > i'll check another way to do it. > > You could fork this repository, enable CI, add your required changes and let CI do the work for you....
thank you @Biswa96 , indeed the build was successful after my first attempt to patch. the program is attempting to open a bdb file in the same location, but it...
small progress: a little program i wrote in c and built on termux with packaged libdb, does properly access, and eventually create, a bdb file in the current directory.