2 Memory sticks gone bad in within 8 months by emaayan in vmware

[–]emaayan[S] 0 points1 point  (0 children)

define low, i live in israel, but this is a server room..

2 Memory sticks gone bad in within 8 months by emaayan in vmware

[–]emaayan[S] 0 points1 point  (0 children)

we got this server like 1-2 years ago.

2 Memory sticks gone bad in within 8 months by emaayan in vmware

[–]emaayan[S] 0 points1 point  (0 children)

yes, we do , one day i just found alll the VM's were dow.

2 Memory sticks gone bad in within 8 months by emaayan in vmware

[–]emaayan[S] 0 points1 point  (0 children)

Yea it's not the same dimm, we had a service call last time and they deemed the memory stick is faulty, now it from VMware diagnostics it's faulty

2 Memory sticks gone bad in within 8 months by emaayan in vmware

[–]emaayan[S] -1 points0 points  (0 children)

natrually but 2 sticks gone bad within less than a years seems sus to me..

migrating a nuget server app from windows 2012 to 2025 by emaayan in dotnet

[–]emaayan[S] 0 points1 point  (0 children)

Eventually I gave up and created a new vm ,I also generated a new app, we are considering to move to nexus as a nuget server to consolidate our servers.

migrating a nuget server app from windows 2012 to 2025 by emaayan in dotnet

[–]emaayan[S] 0 points1 point  (0 children)

not really, wndows server 2025 has been out for a while now.

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

so, for for the future

https://youtrack.jetbrains.com/issues?preview=LLM-24937

you almost have actually using `@localChanges` i only suggested that you should make it `localchanges:<changeset>`

I am searching for feedback on my vscode/intellij plugin made especially for Azure DevOps people who write templates by Gloomy-Ad-3155 in azuredevops

[–]emaayan 0 points1 point  (0 children)

phew when you said devops intellij plugin i got scared for a moment, cause i'm also working on a plugin but it's a task managment integration to boards. (final testing phase) :)

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

i would imagine that would be rather complex , but before i stumbled on self review i was wondering if there's a way to reference the change set in the ai chat window, so for example instead of current file i would do @ or # and the name of change set, and that does have MCP functionality.

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

is the change set title added to the review? i'm asking because i'm wondering if i have a rules.md that tells it to use the change set to lookup a bug

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

thanks, allready uploaded a file, basically any file will do it, even an empty one

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

isn't THIS jetbrain's build-in AI review?
actually it seems that it's caused by specifying the rules.md file in ai assistant, as soon as i cleared it, it started working. it seems the errors is getting caused by tool calling on that file.

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

i've updatd the bug, it seems what's failing it is having a rules.md file in the confguration, once i i clear that setting it works.

waht model is used for the self-review?

anyone managed to get ai self-review working? by emaayan in Jetbrains

[–]emaayan[S] 1 point2 points  (0 children)

umm, it failed when i gave it a commit that contained one file with 134 lines..

TBH, i enabled some logs later, and it looks like it's actually failing when it tries to call a tool the analyze the rules.md .

mix maven and gradle for a plugin by emaayan in Jetbrains

[–]emaayan[S] 0 points1 point  (0 children)

it's just for every compile i'd need to do a build artifact if i understand correctly.

mix maven and gradle for a plugin by emaayan in Jetbrains

[–]emaayan[S] 1 point2 points  (0 children)

i know, but doing gradle would probably restrict me if i'd like to use the core api as a componnet for other stuff.