2023-05-13

Export lepiter databases to GitHub pages #3210 github

Serializing docs DB discord : "We have custom serializers in MiniDocs. I doesn't explain myself properly. What I was saying is that, if you need to extend your Lepiter model, customizing the options dictionary has been the best way to do it, without tight cooperation with the Lepiter's main development team."

~

Are you interested to contribute to the GT codebase? discord

PRs on GitHub after signing/agreeing to a contributor level agreement discord

Mattermost Contributor Agreement page

~

Scripts to compile the GT VM discord

HAVEGE debian , page

feenkcom / gtoolkit-vm github – move to pharo vm 10.0.4 github

libffi-rs: Rust bindings for libffi github

[…] Error: Command Generating sources didn't finish successfully (exit code = Some(1)): "/Users/rgb/Projects/RalfBarkow/gtoolkit-vm/target/debug/build/vm-bindings-17cf7ab518d7543e/out/vmmaker-vm-gtoolkit/GlamorousToolkit.app/Contents/MacOS/GlamorousToolkit-cli" "/Users/rgb/Projects/RalfBarkow/gtoolkit-vm/target/debug/build/vm-bindings-17cf7ab518d7543e/out/vmmaker/VMMaker.image" "eval" "PharoVMMaker generate: #\'CoInterpreter\' outputDirectory: \'/Users/rgb/Projects/RalfBarkow/gtoolkit-vm/target/debug/build/vm-bindings-17cf7ab518d7543e/out\' imageFormat: \'SpurFormat\'" Instance of PharoVMMaker class did not understand #generate:outputDirectory:imageFormat:

Glamorous Toolkit: v0.8.2776 beta released on May 13 7:58 page

Konrad Hinsendiscord This is the Pharo startup script that I have been using for months to set the database paths:

fileReference := LepiterCoreDefaults defaultLocalLogicalDatabasePropertiesFileReference. data := (NeoJSONReader on: fileReference readStream) next. data at: #primaryDatabaseDirectory put: '{home}/Repos/lepiter/default'. data at: #playgroundDatabaseDirectory put: '{home}/Repos/lepiter/default'. fileReference writeStreamDo: [ :stream | (NeoJSONWriter on: stream) prettyPrint: true; nextPut: data ].