Andrei Rabusov

Results 16 comments of Andrei Rabusov

> Hmm, I'm aware of the bkunix project and I checked this [image](https://antonovich.me/files/bkunix.bkd) built by [Stanislav Maslovski](https://github.com/smaslovski/bkunix). And it works: > > ![image](https://user-images.githubusercontent.com/894050/198560003-c767b2da-e33e-40b6-bc98-6a876a49a265.png) > > Not quite sure why your...

@Razish my memory fades, but as far as I remember, this change was causing unarmed siths to grab E11 rifles from time to time in the single player mode. I...

@Daggolin I'm happy with the @Razish improvement. Additionally, one could call the `Q_irand` function the second time in the `[0, 9]` range and add the result to the previous value,...

Hi, @me-at-git-hub, same issue, fortunately web archive cached the site: http://web.archive.org/web/20210426234723/https://tkdocs.com/tutorial/onepage.html

@lazyest Hello, for me it works fine. I add a chat in the main menu, and specify only room ID without room name --- it is obtained automatically

@ferdymercury it seems I didn't follow the coding convention of root, what would be the best way to fix it?

@couet I found it's not quite obvious how to modify the `TGraphMultiErrors` class without modifying the `SetPointError` family methods. For `TGraphAsymmErrors`, `TGraphBentErrors`, and `TGraph2DErrors`'s I didn't experience any problems to...

> > @couet I found it's not quite obvious how to modify the `TGraphMultiErrors` class without modifying the `SetPointError` family methods. For `TGraphAsymmErrors`, `TGraphBentErrors`, and `TGraph2DErrors`'s I didn't experience any...

> do you think it is ready to be merged ? Multierror is a difficult beast to be tackled, it requires a lot of changes. I'm not sure whether it...

> Yes, leave TGraphMultiErrors on side for now > Then, it is more or less ready.