Roman Kurbatov

Results 9 comments of Roman Kurbatov

@mikebronner @chase Eclipse is supporting ligatures, just checked. IntelliJ doesn't - they've changed rendering engine. They are working at this. SublimeText too.

The same problem. @joshkurz, this patch isn't working. When calendar is in angular-ui tab it doesn't render. Worked solution similair to @mdarveau : ``` $scope.renderCalendar = function() { $timeout(function(){ $('#calendar').fullCalendar('render');...

Did you copy every required file at the proper places? It requires `data` and `maps` folder, `fheroes2.cfg`, `fheroes2.key` and (non-mandatory) `dejavusans.ttf` which are put to the executable folder. I spent...

It would be nice and seems logical.

The same here but on Chrome 109 for Linux. Firefox works, though Chrome 109 on MacOS also works fine. That's pretty annoying :) The project is quite large. Runing with...

> Based on this comment - has anyone tried using an older version of node (16.15 instead 18.x) - this could be a possible solution for the infinite pending requests...

So I found the fix (at least to my problem). This problem is similar to this one: https://github.com/vitejs/vite/issues/5310 In case you have a big project with plenty of files Chrome...

> > I'll have to keep looking. Did you try what I suggested? Seems like that's a known issue but proposed fix doesn't work.

@hanszoons did you try something like this - https://superuser.com/questions/302754/increase-the-maximum-number-of-open-file-descriptors-in-snow-leopard ? The reasons look pretty same, hanging requests on big projects with huge amount of files and seems like caused by...