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

Fix out-of-bounds inspection of 2d plots #1092

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Fix out-of-bounds inspection of 2d plots #1092

merged 2 commits into from
Oct 10, 2024

Conversation

Tortar
Copy link
Member

@Tortar Tortar commented Oct 10, 2024

Fixes #1090

@Datseris Datseris merged commit 44f775b into main Oct 10, 2024
4 of 5 checks passed
@Datseris Datseris deleted the Tortar-patch-4 branch October 10, 2024 13:27
@damianodegaspari
Copy link

Hi,
I'm the person who opened the issue that you so quickly fixed with this commit.
As I was writing in the issue, after this fix everything works fine: the REPL does not give errors anymore and hovering with the mouse over the agent makes the correct popup appear. However, I now noticed what seems to be a warning.
In order to reproduce it, I do the following. I open with VSCode the folder containing the .jl and .toml files corresponding to the MWE and the environment of the opened (and now closed) issue. At the bottom, before even starting the REPL, in the VSCode section "Problems", the following message appears:

Possible method call error. 

or, if I right click on it and choose copy,

[{
	"resource": "/home/damiano/projects/testing/testing.jl",
	"owner": "_generated_diagnostic_collection_name_#1",
	"code": "IncorrectCallArgs",
	"severity": 2,
	"message": "Possible method call error.",
	"source": "Julia",
	"startLineNumber": 24,
	"startColumn": 19,
	"endLineNumber": 24,
	"endColumn": 69
}]

The corresponding line is underlined in blue by VSCode.
Do you know what this is? Is it an Agents.jl problem, a Makie.jl problem, a VSCode problem, none of those?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hovering with the mouse over an interactive plot spams GLMakie error in the REPL
3 participants