Maciej Żok
Maciej Żok
Hi, some wiki pages links to pages from non-existent _SergeStinckwich/SciSmalltalk_ repo. For example links at https://github.com/PolyMathOrg/PolyMath/wiki/SciSmalltalk-Contents#math-ode Maybe wiki pages could be [edited by everyone](https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/changing-access-permissions-for-wikis)? Or - better - content from...
Thanks for answer. As I understand, the Pillar EPUB exporter is in quite early stage, and it will be easier to create one-page HTML. Am I right?
Hi, I had similar problem on linux. `OSSVMProcess>>initializeSessionID` tried to read image file, but had no permission to do it. I would check, if user who execute Pharo Launcher has...
Underlying `uptime` command outputs plural for any number of days in `plan9` implementation ([src](https://github.com/plan9foundation/plan9/blob/main/rc/bin/uptime)) and in `9front` implementation ([src](https://git.9front.org/plan9front/plan9front/7a79e2876156cf96e3185c2748f3419d3ac75dbd/rc/bin/uptime/f.html)).
Info for future bug fixer: - the easiest POSIX compatibility test is to run script inside [Almquist shell](https://en.wikipedia.org/wiki/Almquist_shell) (known as **dash** in popular modern Linux distributions) - how to remove...
Good point @cat-state. We may go even further by answering the question: who is the audience of this project? I see three groups: 1. LLM researchers who want to share...
@Bascy you are right. Rebase changes "base commit" of feature branch, without merging feature branch to main branch.
@macieyng REST is about having easy to remember interface. There are [limited number of possible actions](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) (_HTTP method_) which can be applied on arbitrary resource ID (_URI_) and they may...
What do you want to do?
@jieqiyue for now you need to read the source. To learn Go language, start with: - https://go.dev/tour/welcome/1 - https://gobyexample.com/