Juanan Pereira
Juanan Pereira
Hi @dbarashev , no, I've had a hard time coping with other works in this strange month, sorry. I've looked at Platypus and it seems that I could use the...
Maybe another solution could be to add a .ganttproject _directory_ in $HOME and save there the two files that GanttProject generates right now (.ganttproject _file_ - an XML file with...
Could we wrap the text to a reasonable fixed WRAPLENGTH? Or should we somehow calculate that value according to the available space?
Hi there, Good job @noplanman ! I'm still digging into your proposal, but some questions and recommendations popped up already. - First, in the pseudo-code, I think that there is...
> The second parameter for the addNextItem() method is meant to define which the next item is based on the type received from the user OK, that makes sense. Much...
I'm aware that this question was asked more than a year ago, but I'd like to share how I solved it... and honestly, because in the process I stumbled upon...
Hi @simonjwright . I managed to build my own copy of gdb 13.2 from source using this incantation: ``` $ cd /tmp/gdb-13.2 $ GNATBIND=gnatbind GNATMAKE=gnatmake AR=ar arch -x86_64 ./configure --host=x86_64-apple-darwin22...
Update: following [these notes](https://discourse.llvm.org/t/lldb-ada-support-on-apple-m2-could-not-find-type-system-for-language-ada83/72725/9?u=juananpe) I built LLDB with "some" Ada support (usable from CLI)  Now I want to use it in VS Code, but [I hit another issue](https://github.com/vadimcn/codelldb/issues/978).
Good news! Building LLDB against the [16.x branch](https://github.com/vadimcn/llvm-project/tree/codelldb/16.x) of a rust-enabled LLDB version did the trick! Now I can debug Ada programs in VSCode in an Apple silicon (M2) with...
I think that this issue (and solution) might be related: https://github.com/shroominic/codeinterpreter-api/issues/35#issuecomment-1644246608