Dmitry Kravchenko

Results 10 issues of Dmitry Kravchenko

After I did ``` sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/ceti-2-theme.list" sudo apt-get update sudo apt-get install ceti-2-theme ``` nothing happened. How to may be activate/appy theme?

`ant workbench` builds workbench successfully, while `ant workbench-run` or `java -jar lib/workbench.jar` causes ``` >java -jar lib/workbench.jar Error: A JNI error has occurred, please check your installation and try again...

I wrote the following project: https://github.com/dims12/GMapFXTest01 And I see, that after initial run, I can drag map only if started in the right half of window. If drag for the...

bug
question

In ppca.__fit_ml you are writing https://github.com/cangermueller/ppca/blob/8b9a0f2b1eb0fc92f2c9a2176ca2347e90b30f90/src/pca/ppca.py#L94 which probably corresponds with ![image](https://user-images.githubusercontent.com/5513817/30099499-878949ea-92ee-11e7-8cb3-48eb4bda5cac.png) in Bishop, Tipping. In other words, you are calculating eigenvalue by squaring singular value. Is this correct? Shouldn't it...

Running file of Windows give me numerous ``` $ llava-v1.5-7b-q4.exe note: if you have an AMD or NVIDIA GPU then you need to pass -ngl 9999 to enable GPU offloading...

bug
awaiting response

I have [installed this chart][1] on brand new GKE private cluster but it is failing with ``` Type Reason Age From Message ---- ------ ---- ---- ------- ... Normal Pulled...

Really https://github.com/TheoKanning/openai-java/blob/main/service/src/main/java/com/theokanning/openai/service/OpenAiService.java#L71 are you kidding?

So how to connect to the server from mylyn side?

Why did you put all static methods to enums? This disallows to extend them! Suggest to turn enums to normal classes so that anybody can extend them.

In the section on how to connect another models, why don't you describe, where to specify address and port?