Alex Harsányi

Results 94 comments of Alex Harsányi

While there is a difference between the documentation for `get-display-left-top-inset` and the actual behavior in this case, it is not clear to me if the documentation is incorrect or the...

You can use the [gui-widget-mixins](https://docs.racket-lang.org/gui-widget-mixins/index.html) package to add placeholder text to a `text%` instance (they are called cue texts in the package itself).

I suspect this is related to https://github.com/alex-hhh/ActivityLog2/issues/71, which I originally misunderstood -- I assumed that the dialogs work the same on all platforms, but this is not the case and...

More context: https://groups.google.com/g/racket-users/c/3Yk5hpbDIcw/m/xTLTcOgYCgAJ, with the relevant messages quoted below: From Alex: > Based on you description, it seems that the window manager you use on Linux will adjust the window...

Thanks for reporting this issue. I pushed a fix to the `ah/pr89` branch, or if you use Windows, there are some pre-built binaries [here](https://dev.azure.com/alexharsanyi0641/ActivityLog2/_build/results?buildId=1236&view=artifacts&pathAsName=false&type=publishedArtifacts). Let me know if this fixes...

One possible cause of this problem is that no valid data series are selected. You can select which data series to be plotted by clicking on "Select Data Series..." (see...

I tried the activity you attached, and I can see the column editor without any problems (see screenshot below). One difference is that I run the application on Windows, and...

I tried to reproduce the "View / Setup Columns ... " problem on a Linux VM (Ubuntu 22.4 with Racket 8.6 installed as a snap), and I could not --...

Hi @pmatos , I have been using this pull request: https://github.com/greghendershott/markdown/pull/56 without any problems in my blog.

Regarding making the chart resizeable, I pushed some changes to the master branch which do that (they also make the laps view resizeable), you can try them out. Regarding making...