Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make gt4llm compatible with Gemstone #4322

Open
hellerve opened this issue Feb 26, 2025 · 0 comments
Open

Make gt4llm compatible with Gemstone #4322

hellerve opened this issue Feb 26, 2025 · 0 comments
Assignees

Comments

@hellerve
Copy link
Member

No description provided.

@hellerve hellerve self-assigned this Feb 26, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Feb 26, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Feb 26, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Feb 27, 2025
syrel pushed a commit that referenced this issue Mar 2, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1541/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/pharo-telemetry@1772d9 by Aliaksei Syrel
Merge 13a8bb3958462386a85d100ad1bdb23e344fac1f

feenkcom/pharo-telemetry@33a0c6 by Aliaksei Syrel
add stack signal and extend telemetry

feenkcom/pharo-telemetry@13a8bb by Juraj Kubelka
fix `#spyFor:` `<return: ...>` values.


feenkcom/pharo-telemetry@dd031c by Aliaksei Syrel
move horizontal bar chart to plotter

feenkcom/pharo-telemetry@dfb92b by Aliaksei Syrel
update baseline to fullfil dependencies

feenkcom/pharo-futures@f6a0e8 by Aliaksei Syrel
Merge fc814a7ac603e965a1cfe13f34b89f024d46315a

feenkcom/pharo-futures@1e7d19 by Aliaksei Syrel
add stack signal and extend telemetry

feenkcom/pharo-futures@fc814a by Juraj Kubelka
remove `Collections-Native` from must-only-depend-on.


feenkcom/pharo-futures@c603ec by Aliaksei Syrel
move horizontal bar chart to plotter

feenkcom/pharo-futures@ab1a34 by Aliaksei Syrel
extract futures telemetry in a separate package

feenkcom/Bloc@222f1f by Aliaksei Syrel
Merge ef8911bf9837cee503c7a39f6cd2f446013f7d10

feenkcom/Bloc@34f73d by Aliaksei Syrel
add a bit of vm level telemetry

feenkcom/Bloc@ef8911 by Juraj Kubelka
add `BlKeyModifiers>>#isSoftAltOnly` [#4329]


feenkcom/Bloc@01bb41 by Juraj Kubelka
stepped: add down-up-dropdown are builders [#4180]


feenkcom/Bloc@676d6e by Juraj Kubelka
stepped: layout state view displays padding [#4180]


feenkcom/Bloc@f3357f by Juraj Kubelka
stepped: support container padding [#4180]


feenkcom/bloc-pac@8a248d by Oscar Nierstrasz
Fixed resizing items within a BlCanvassableElement #4317


feenkcom/bloc-pac@ed3bb8 by Oscar Nierstrasz
Fixed resizing items within a BlCanvassableElement #4317


feenkcom/Brick@c703c4 by Juraj Kubelka
menu: fix `BrMenuItemElement>>#unsubscribeFromMenuModel` [#4180]


feenkcom/Brick@e196bc by Juraj Kubelka
menu: make default container padding 20 px [#4180]


feenkcom/Brick@9278c8 by Juraj Kubelka
menu: add down-up-dropdown are builders [#4180]


feenkcom/Brick@58bde3 by Juraj Kubelka
menu: handle hide and show wish events fired from submenus [#4180]


feenkcom/Brick@7334ba by Juraj Kubelka
menu: add `BrWithExplicitDropdownAptitude class>>#handle:content:do:` [#4180]


feenkcom/Brick@44ee14 by Juraj Kubelka
menu: add container padding [#4180]


feenkcom/Brick@2bae2d by Veit Heller
Merge d048bf98fd3de4beac18800365fcf984834620d4


feenkcom/Brick@cb2ebf by Veit Heller
Remove broken methods from button


feenkcom/Brick@d048bf by Juraj Kubelka
menu: clicking outside of all menus will close all context menus [#4180]

Previously, it was closing one menu by one.
Remove task enque request from the #hide method.
Exemplify clicking inside of a menu.
Document some menu events.


feenkcom/gtoolkit-phlow@205200 by Veit Heller
Replace `halt` with inspect in examples [#4324]


feenkcom/gtoolkit-coder@397d77 by Juraj Kubelka
menu: fix class comment [#4180]


feenkcom/gtoolkit-coder@3d1df2 by Juraj Kubelka
filter widgets: toggle element uses `#itemsFuture` [#4327]

fix examples


feenkcom/gtoolkit-coder@d49103 by Juraj Kubelka
filter widgets: flatten future results [#4327]


feenkcom/gtoolkit-coder@03a03d by Juraj Kubelka
filter widgets: return `TAsyncFuture` instances instead of computed items [#4327]


feenkcom/gtoolkit-coder@1004e8 by Juraj Kubelka
spawn filter model method definitions on alt+click [#4329]


feenkcom/gtoolkit-coder@8d66a1 by Juraj Kubelka
filter widgets: add a UI blocking code for demo purposes [#4327]


feenkcom/gtoolkit-coder@758d31 by Juraj Kubelka
filter widgets: use low priority to compute items [#4327]


feenkcom/gtoolkit-coder@257c71 by Juraj Kubelka
filter widgets: compute items in a future process [#4327]


feenkcom/gtoolkit-coder@c3361f by Juraj Kubelka
filter widgets: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-coder@456c83 by Juraj Kubelka
filter widgets: use `BrGlamorousWithExplicitDropdownAptitude` [#4180]


feenkcom/gtoolkit-coder@d235a2 by Veit Heller
Remove deprecations sending `halt` [#4324]


feenkcom/gt4pharo@f71b67 by Juraj Kubelka
fix methods coder example [#4327]


feenkcom/gt4pharo@1c9fd1 by Juraj Kubelka
menu: fix `GtPharoCoderByScripterExamples` [#4180]


feenkcom/gt4pharo@3bf66c by Juraj Kubelka
filter widgets: methods filter does not update its list in one step [#4327]

fix examples


feenkcom/gt4pharo@d90af8 by Juraj Kubelka
fix `GtSearchFilterExamples>>#searchToFilterModelAndViceVersa` [#4327]


feenkcom/gt4pharo@d3de58 by Juraj Kubelka
filter widgets: remove `#pragmaNames` usage [#4327]


feenkcom/gt4pharo@d3336d by Juraj Kubelka
filter widgets: return `TAsyncFuture` instances instead of computed items [#4327]


feenkcom/gt4pharo@f992a8 by Juraj Kubelka
methods coder: postpone scripter steps


feenkcom/gt4pharo@424bad by Juraj Kubelka
filter widgets: add a UI blocking code for demo purposes [#4327]

See the `GtPharoFilterUIBlockingIssue4327Demo` class comment for more details.


feenkcom/gt4pharo@e91743 by Juraj Kubelka
filter widgets: add a wait step [#4327]


feenkcom/gt4pharo@b0f4f2 by Juraj Kubelka
filter widgets: postpone items computation [#4327]


feenkcom/gt4pharo@07780c by Juraj Kubelka
revert a change [#4327]


feenkcom/gt4pharo@f49742 by Juraj Kubelka
filter widgets: postpone pragma and method category items computation [#4327]


feenkcom/gt4pharo@930344 by Andrei Chi�
Merge 7da89c8782e4514110f5479d9e72576711335bd6

feenkcom/gt4pharo@daca89 by Andrei Chi�
Use gtIgnoreConstraint: [#4324]

feenkcom/gt4pharo@7da89c by John Brant
fixing race condition in method advice filter

feenkcom/gt4pharo@24ad0e by Alistair Grant
[#4323] Add `#gtRepositoryMatches`


feenkcom/gtoolkit-inspector@055719 by Juraj Kubelka
add `MetaLink>>#gtNodesFor:`


feenkcom/gtoolkit-debugger@256935 by Andrei Chi�
Do not terminate the debugging session created for testing as it will have a side-effect on the examples runner [#3960]

feenkcom/gtoolkit-debugger@b904ab by Andrei Chi�
Add a test checking that we do not need to terminate a debugging session for testing so it is garbaged collected.

feenkcom/gtoolkit-debugger@cba244 by Juraj Kubelka
Merge 80fe0d09217938105d8d34ab7ec32bb8c0885fde


feenkcom/gtoolkit-debugger@07497f by Juraj Kubelka
add some method comments


feenkcom/gtoolkit-debugger@c37cbf by Juraj Kubelka
embedded debugger: fix examples [#4180]


feenkcom/gtoolkit-debugger@80fe0d by John Brant
Merge 4d8332f865ae3b6ef508883db6382a45af0d7e79

feenkcom/gtoolkit-debugger@7156ad by John Brant
adding infect: method to support lightweight debugging

feenkcom/gtoolkit-debugger@4d8332 by Juraj Kubelka
use explicit dropdown aptitude (new menu implementation) [#4180]


feenkcom/Pharo-Chrome@66de67 by Veit Heller
Replace `halt:` with `error:` [#4324]


feenkcom/gtoolkit-remoterunner@7b83a0 by Andrei Chi�
Use gtIgnoreConstraint: [#4324]

feenkcom/gt4smacc@5bce55 by John Brant
allow relative path names in transformation model

feenkcom/gtoolkit-visualizer@80650b by Oscar Nierstrasz
Scripted views of squarified treemap #4318


feenkcom/gtoolkit-visualizer@e0daf7 by Aliaksei Syrel
Merge 4fb63e7bec58ff3e4b4f6efd4d0750547a974fa2

feenkcom/gtoolkit-visualizer@cb24c0 by Aliaksei Syrel
move horizontal bar chart to plotter

feenkcom/gtoolkit-releaser@59faa4 by Andrei Chi�
Remove Pharo10 check in #pharoToReplaceProjects

feenkcom/lepiter@f7802d by Oscar Nierstrasz
Refactored dependencies map; refined reachability map #4318


feenkcom/lepiter@326017 by Oscar Nierstrasz
Experimental reachability map for pages #4318


feenkcom/lepiter@e9fbd7 by Oscar Nierstrasz
Added some method comments


feenkcom/lepiter@eb7e72 by Andrei Chi�
Merge dd5ed43f6e90682794ad839608462692173180be

feenkcom/lepiter@b5f0cc by Andrei Chi�
Show more details in the databases view

feenkcom/lepiter@dd5ed4 by Oscar Nierstrasz
Deactivated the tool buttons from the closed comment #4289


feenkcom/lepiter@4186d3 by Veit Heller
Update content element class comment to remove reference to missing method


feenkcom/lepiter@86438f by Veit Heller
Remove deprecations sending `halt` [#4324]


feenkcom/gt4changes@c0ebf3 by Veit Heller
Remove broken initializer on abstract log


feenkcom/gt4graphql@b78788 by Veit Heller
Replace `halt` with `error:` when appropriate


feenkcom/gtoolkit-demos@b2e02d by Tudor Girba
make contributors appear first. #4318

feenkcom/gtoolkit-demos@c3f947 by Oscar Nierstrasz
Added priorities to GHOrg and GHRepo views to get consistent Scripter behavior


feenkcom/gtoolkit-world@a12a24 by Aliaksei Syrel
remove #gtCompositionChildren from AsyncRepositoryBehavioursStream

feenkcom/gtoolkit-world@9d4edf by Aliaksei Syrel
Merge 2cd02ea03dfe9d5c718e27604b4a319dae586a17

feenkcom/gtoolkit-world@ecbb3c by Aliaksei Syrel
move telemetry view to telemetry package

feenkcom/gtoolkit-world@2cd02e by Juraj Kubelka
menu: remove a `BrMenuItem` view [#4180]


feenkcom/gtoolkit-world@fd0381 by Andrei Chi�
Enable again doesNotUnderstandDebugSession [#3960]

feenkcom/gtoolkit-world@f47753 by Andrei Chi�
Temporary mark doesNotUnderstandDebugSession as noTest

feenkcom/gtoolkit-world@adcaec by Alistair Grant
[#4323] Add `#gtRepositoryMatches`


feenkcom/gtoolkit-world@2328d6 by Andrei Chi�
Use gtIgnoreConstraint: to also ignore methods [#4324]

feenkcom/gtoolkit-world@a71e52 by Juraj Kubelka
Merge 0edbba170dd8cab500b8e89992b5e04676735933


feenkcom/gtoolkit-world@4e2939 by Juraj Kubelka
let's try to enable `GtWorldByScripterExamples >> #doesNotUnderstandDebugSession` [#3960] 


feenkcom/gtoolkit-world@1df9db by Juraj Kubelka
menu: fix `BrWithExplicitMenuAptitude>>#gtSubmenusFor:` [#4180]


feenkcom/gtoolkit-world@0edbba by Aliaksei Syrel
Merge 28b3be34d68ce93bf644ce65a85f214d88d7fa4b

feenkcom/gtoolkit-world@2cf177 by Aliaksei Syrel
move horizontal bar chart to plotter

feenkcom/gtoolkit-world@28b3be by Veit Heller
Add a few more methods allowed to send halt in architectural report constraint [#4324]


feenkcom/gtoolkit-world@8345ed by Andrei Chi�
Pass on the constraint for senders of halt [#4324]

feenkcom/gtoolkit-world@3b6bd1 by Andrei Chi�
Add a constraint for senders of halt [#4324]

feenkcom/gt4gemstone@887b54 by Andrei Chi�
Only run assertions in remoteFeatureSerialization if features are available

feenkcom/gt4gemstone@e88d9a by Andrei Chi�
Mark the context menu actions with noTest  [#4328]

feenkcom/gt4gemstone@8ffb64 by Andrei Chis
Save the session parameters in the session when connecting

feenkcom/gt4gemstone@a41e22 by Andrei Chi�
Add examples for menu actions [#4328]

feenkcom/gt4gemstone@5f2bce by Andrei Chi�
Fix update errors in the Sessions view [#4328]

feenkcom/gt4gemstone@5c9bd6 by Andrei Chi�
Use gtIgnoreConstraint: [#4324]

feenkcom/gt4jenkins@07b6b4 by Juraj Kubelka
highlight `Pending future promise state`


feenkcom/gt4jenkins@424ee6 by Juraj Kubelka
add `java.lang.InterruptedException` and `Sending interrupt signal to process` problems


feenkcom/gt4aws@3765c0 by Alistair Grant
Use GtAwsInstance


feenkcom/gt4aws@be5028 by Alistair Grant
[#4321] Add GtAwsEc2InstanceTypesCommand


feenkcom/gtoolkit-scenery@173ac3 by Oscar Nierstrasz
Added some class comments. #4317


feenkcom/gtoolkit-scenery@e523fe by Oscar Nierstrasz
More examples. Added a shrink button. #4317


feenkcom/gtoolkit-scenery@89def0 by Oscar Nierstrasz
Fixed resizer attaching bug. #4317


feenkcom/gt4llm@ee7b32 by Veit Heller
Remove outdated accessors


feenkcom/gt4llm@dfb991 by Veit Heller
Move all classes from tags into regular package (requirement for [#4322])


91b6af by Tudor Girba
show the live view of a pager #4318

2f8fed by Andrei Chi�
Add package back to toc after merge [#3960]

734a6a by Andrei Chi�
Merge 2ed563e

9d9ad3 by Andrei Chi�
Document ways to debug the command line runner for examples in-image [#3960]

2ed563 by Alistair Grant
Add "How to stream output from an external child process to the UI" in the GT book.


207489 by Oscar Nierstrasz
Simplified What is GT page #4318


00c9ff by Oscar Nierstrasz
What is GT with squarified treemap examples #4318


e8a848 by Oscar Nierstrasz
Revised draft of What isGT? #4318


14daad by Oscar Nierstrasz
Added first draft page on What is Glamorous Toolkit?


ac65fb by Aliaksei Syrel
Update BaselineOfGToolkit.class.st

add profiler to the baseline

d2a6d3 by Andrei Chi�
Add page back to ToC [#4324]

9b56c4 by Andrei Chi�
Merge e6a07f1

cb46c8 by Andrei Chi�
Add page "Creating an analysis for senders of halt in GT packages"[#4324]
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 3, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 4, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 4, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 4, 2025
syrel pushed a commit that referenced this issue Mar 4, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1545/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-demos@a96b7b by Oscar Nierstrasz
Merge ce85fb10450a1c80296865ba2ecdf94a27acf082


feenkcom/gtoolkit-demos@76b5b7 by Oscar Nierstrasz
Added  gtDefaultInspectorTool to priority slideshows


feenkcom/gt4gemstone@4fae10 by Veit Heller
Merge branch 'main' of github.com:feenkcom/gt4gemstone

* 'main' of github.com:feenkcom/gt4gemstone:
  Run backward compatibility tests prior to current version
  #sessionFeaturesInspection doesn't work on v1.0.1501 and earlier.


feenkcom/gt4gemstone@93d91a by Veit Heller
Add STONJSON compatibility class


feenkcom/gt4llm@f75a65 by Veit Heller
Move class action of embedding registry [#4322]


feenkcom/gt4llm@bd72e6 by Veit Heller
Add new methods for chat and provider [#4322]


feenkcom/gt4llm@5269a5 by Veit Heller
Add gt4llm-gemstone to packages loaded by rowan [#4322]


feenkcom/gt4llm@5f2d43 by Veit Heller
Add Gt4Llm-Gemstone package [feenkcom/gtoolki#4322]
syrel pushed a commit that referenced this issue Mar 4, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1546/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4llm@84ea2e by Veit Heller
add gemstone-specific ollama package to gemstone [feenkcom/gtoolki#4322]


feenkcom/gt4llm@624613 by Veit Heller
Add ollama package for gemstone specifics [#4322]


feenkcom/gt4llm@9d6b83 by Veit Heller
Changes to make Ollama work in Gemstone [#4322]
syrel pushed a commit that referenced this issue Mar 4, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1549/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@f8ccb1 by Juraj Kubelka
menu: improve layout state preview [#4180]

`BlSteppedLayoutStatePreviewElement` can be used for individual occupied areas.


feenkcom/bloc-pac@d9052a by Oscar Nierstrasz
Renamed scaleToFit to scaleChildrenToFitContentDuringLayout #4335


feenkcom/bloc-pac@124d52 by Aliaksei Syrel
improve canvassable element

feenkcom/gt4pharo@98901c by John Brant
Merge 548aecd499494cb8521afd87f36a70af90015c2a

feenkcom/gt4pharo@bd0b23 by John Brant
[#4334] self returns in extracted method objects

feenkcom/gt4gemstone@15e66b by Veit Heller
Add shims for working with Ollama in Gemstone [feenkcom/gtoolki#4322]


feenkcom/gt4llm@6d8f1a by Veit Heller
Add shims for working with Ollama in gemstone [#4322]
hellerve added a commit to feenkcom/gt4gemstone that referenced this issue Mar 4, 2025
syrel pushed a commit that referenced this issue Mar 4, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1551/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/Bloc@6953c7 by Juraj Kubelka
stepped: add class comments [#4180]


feenkcom/Bloc@6d8944 by Juraj Kubelka
stepped: add `BlSteppedLayoutLastStateAnalyzer` class comment [#4180]


feenkcom/Bloc@b90e79 by Juraj Kubelka
Merge 7421b9295266c03b4d215a25e6bd59680c697aa7


feenkcom/Bloc@ef14eb by Juraj Kubelka
stepped: add layout state analyzer [#4180]

exemplify relative bounds


feenkcom/Bloc@7421b9 by Aliaksei Syrel
Merge f8ccb1737ef0e00dfcdd3b25b08c851d97dd80fe

feenkcom/Bloc@04592f by Aliaksei Syrel
add BlElement>>#childrenPosition

feenkcom/bloc-pac@355b71 by Aliaksei Syrel
Merge a1aacda65a9cd6ec3cc58dba542de287e4cfa067

feenkcom/bloc-pac@1df74b by Aliaksei Syrel
use BlEvent>>#childrenPosition in the graph demo

feenkcom/Brick@1c9c5e by Juraj Kubelka
menu: add Scripter step to analyze stepped layouts [#4180]


feenkcom/gt4pharo@4b3776 by Juraj Kubelka
Merge 98901ca2fd6c4765a97174effe5903eee8e2914b


feenkcom/gt4pharo@cf886b by Juraj Kubelka
menu: use Scripter step to analyze stepped layouts [#4180]


feenkcom/gt4gemstone@656d38 by Veit Heller
Use CypressUrl when useful [#4322]


53840d by Juraj Kubelka
Merge branch 'main' of github.com:feenkcom/gtoolkit


ce8f90 by Juraj Kubelka
menu: documentation updates [#4180]

- update `Detecting the correct positioning of a dropdown`
- add `Explaining the correct positioning of the dropdown`
hellerve added a commit to feenkcom/gt4gemstone that referenced this issue Mar 5, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 5, 2025
hellerve added a commit to feenkcom/gt4gemstone that referenced this issue Mar 5, 2025
syrel pushed a commit that referenced this issue Mar 6, 2025
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1556/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@7f33be by Tudor Girba
Merge 204d52ef15c4095a05dc68a25ac9a8361c1486c3

feenkcom/gtoolkit-utility@e08a7a by Tudor Girba
add basic examples for group type #3601

feenkcom/pharo-telemetry@8e6a80 by Aliaksei Syrel
add api to calculate cpu time and pause time between timestamps

feenkcom/Bloc@795205 by Juraj Kubelka
Merge branch 'main' of github.com:feenkcom/Bloc


feenkcom/Bloc@fbb906 by Juraj Kubelka
menu: fix class comment [#4180]


feenkcom/Bloc@228bca by Aliaksei Syrel
Merge 6953c7104483ec5070bbdd2bb4a26b9c35f064b2

feenkcom/Bloc@5d29f5 by Aliaksei Syrel
add vm computation telemetry signal api to FrameTelemetry

feenkcom/bloc-pac@0c5931 by Aliaksei Syrel
canvassable element shouldn't rely on measured bounds because it implements layout algo directly

feenkcom/Brick@54f07c by Juraj Kubelka
menu: fix `#onDropdown:` target [#4180]


feenkcom/Brick@bf1f07 by Juraj Kubelka
menu: add Scripter menu step [#4180]


feenkcom/Brick@2e5ad2 by Juraj Kubelka
menu: disable `#shouldHideWidget` [#4180]


feenkcom/Brick@4f0652 by Juraj Kubelka
menu: add `#doNotHideWidget` [#4180]


feenkcom/Brick@e10e0f by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/Brick@80377d by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-notifications@dd1c3a by Juraj Kubelka
menu: revert dropdown changes [#4180]


feenkcom/gtoolkit-notifications@fec4e1 by Juraj Kubelka
menu: revert example change [#4180]


feenkcom/gtoolkit-notifications@c26d67 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gtoolkit-notifications@2febd1 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-phlow@74c864 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4magritte@b76b4a by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-coder@e60369 by Don Roberts
Merge 48d149fa0aaa573b5b5bbb5fb6e6624adafd0021


feenkcom/gtoolkit-coder@9208bc by Don Roberts
Remove unused methods


feenkcom/gtoolkit-coder@48d149 by Aliaksei Syrel
Merge 03ede85d631475471fba8bb00abe1cd37183b7c5

feenkcom/gtoolkit-coder@aa5296 by Aliaksei Syrel
add telemetry to textual coder addons and stylers

feenkcom/gtoolkit-coder@03ede8 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gtoolkit-coder@a1a23a by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4pharo@eba3fe by Juraj Kubelka
Merge branches 'main' and 'main' of github.com:feenkcom/gt4pharo


feenkcom/gt4pharo@d93774 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gt4pharo@53d3e7 by Alistair Grant
GtPharoSnippetCoderByScripterExamploes move to new menu structure.


feenkcom/gt4pharo@c847cc by Don Roberts
Merge 41ab960b7bd051e5e50cbe6923f8a5c0b5ca9d02


feenkcom/gt4pharo@e4f124 by Don Roberts
Add alt+click to folder adornment


feenkcom/gt4pharo@41ab96 by John Brant
Merge 857a662073f5f555e06ca875429e4dccdfb071ab

feenkcom/gt4pharo@34c444 by John Brant
adding option to split ivar lifetime when extracting method object

feenkcom/gt4pharo@857a66 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gt4pharo@fcace8 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gt4pharo@5c9ec3 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4pharo@3c7c47 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-presenter@d6e86d by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-inspector@42f7da by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-debugger@18a5ee by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/PythonBridge@abbdfa by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-remoterunner@3396c6 by Juraj Kubelka
Merge 01a884f50dd9c7608de08dbeddce60dcccf408e6


feenkcom/gtoolkit-remoterunner@831de3 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-remoterunner@01a884 by Alistair Grant
GtRemoteRunner: don't assign tasks to workers while adding tasks.

If there are a large number of tasks in the queue (6,000) and a signficant number of workers still connected from a previous job (15), attempting to assign tasks while adding becomes a bottleneck due to the not-normal situation of no tasks being found for each worker, forcing the entire queue to be traversed every time.


feenkcom/gt4smacc@ed1202 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-visualizer@dd7923 by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gtoolkit-visualizer@d37a43 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/xdoc@735496 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/lepiter@556335 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4graphql@df4830 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-demos@b71b9d by Juraj Kubelka
menu: fix examples [#4180]


feenkcom/gt4git@9c067f by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4git@459724 by Juraj Kubelka
update git element in the UI process


feenkcom/gtoolkit-world@f42119 by Juraj Kubelka
menu: fix handle size [#4180]


feenkcom/gtoolkit-world@9f4e16 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4gemstone@04e518 by Alistair Grant
GtGemStoneSnippetCoderStep>>assertErrorMessage: move for new menu structure.


feenkcom/gt4gemstone@1f4b9b by Veit Heller
Add basic HTTP client [#4322]


feenkcom/gt4gemstone@4a72d5 by Juraj Kubelka
Merge c0914cf19b1f809ce077c7db677b3de4a8c9b6f2


feenkcom/gt4gemstone@231e29 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4gemstone@c0914c by Veit Heller
Merge branch 'main' of github.com:feenkcom/gt4gemstone

* 'main' of github.com:feenkcom/gt4gemstone:
  Update GtRemoteGemStoneInspectionExamples to work with GS GT v1.0.1275
  Add GT v1.0.1275 back to the list of GS backward compatbility tests


feenkcom/gt4gemstone@083f13 by Veit Heller
Make tutors work in Gemstone [#4322]


feenkcom/gt4jenkins@5ca4f8 by Veit Heller
Add colors to indicate running


feenkcom/gt4jenkins@715d08 by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gtoolkit-scenery@099e2c by Oscar Nierstrasz
Experimenting with double-clicking behavior. #4317


feenkcom/gtoolkit-scenery@0a7846 by Oscar Nierstrasz
Initial experiments with graph editing operations #4317


feenkcom/gtoolkit-scenery@2778f8 by Oscar Nierstrasz
Fixed the Scenery zoom actions, and initially enabled autoscale #4317


feenkcom/gt4llm@f338bd by Veit Heller
Ensure we build a subclass message only if it�s abstract [#4322]


feenkcom/gt4llm@abdc62 by Veit Heller
Move initializeMethod methods into gemstone-specific package [#4322]


feenkcom/gt4llm@7f655e by Veit Heller
Make OpenAI work in gemstone [feenkcom/gtoolki#4322]


feenkcom/gt4llm@ce8ce3 by Veit Heller
Add finalization registration for assistant provider [#4322]


feenkcom/gt4llm@67def6 by Juraj Kubelka
Merge 50d80db4a342d49d16dd26fff1a3234b34fcaec6


feenkcom/gt4llm@b1bf8b by Juraj Kubelka
menu: use new dropdown aptitude [#4180]


feenkcom/gt4llm@50d80d by Veit Heller
add gemstone-specific openai package to load script [#4322]


feenkcom/gt4llm@50d02d by Veit Heller
Add OpenAI gemstone specific package [#4322]


feenkcom/gt4llm@3f5f7c by Veit Heller
Fix symbol calls [feenkcom/gtoolki#4322]


feenkcom/gt4llm@7e0a2e by Veit Heller
Make tutors work in Gemstone [feenkcom/gtoolki#4322]


c29b14 by Veit Heller
Add more notes to the page `Porting GT code to GemStone`


09ab4f by Alistair Grant
Add `Porting GT code to GemStone` page to the GT book.
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 7, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 7, 2025
hellerve added a commit to feenkcom/gt4llm that referenced this issue Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant