Ignas

Results 30 comments of Ignas

I don't really understand what is the issue, as I see `csharp_ls` already has decompilation support built in and I assume working. So if you want to use csharp_ls as...

> An app using it can't even check for the existence of files that it does not create Yes, this would require to not only prompt the user to go...

Hi, Not really sure, but it sounds like it fails to load the file initially and then tries to jump to non existing file. Do you have decompilation enabled and...

I have Nvidia RTX 2060 and Acer XF270HU (which is FreeSync monitor) running in GSync Compatible mode. I also am experiencing this issue, but the method described in the comment...

> To turn it another way, adding IsPrepared to tracing (as opposed to aggregate metrics) also may not be very useful for discovering these problems, since you need to already...

I see, so yeah, I managed to achieve behavior that I wanted by replacing default MemoryTicketCache with slightly modified one that allows to clear it on demand. Then as you...

Well yeah, thats along the lines of how the overall logic works, if the ticket is near end of lifetime (~10minutes until expiration) then the entire cache is being cleared....

Do you really feel that it should wait for some undefined point in time when Github may add m1 support to actions? Considering there are no concrete timelines other than...

Ran into this as well, that `dlopen` succeeds but subsequent extern calls that use `DllImport` with just lib name fail to work. Seems to me that this issue in dotnet...

Similar error while using Requests library, fixed by reverting to 0.17.4 as mentioned.: ``` 2017-02-21T16:56:44.729121+00:00 app[worker1.1]: [2017-02-21 16:56:44,726: ERROR/MainProcess] Task twitch_stats.tasks.get_stats_by_id[9e7eb62b-3fbf-47c9-ab0c-6e02f078bb58] raised unexpected: RecursionError('maximum recursion depth exceeded while calling a...