Timmy Douglas
Timmy Douglas
here is a quick list I put together by searching for `Log.` and removing some that didn't look relevant: ``` src\ReverseProxy\Configuration\ConfigProvider\ConfigurationConfigProvider.cs: 70: Log.LoadData(_logger); 88: Log.ConfigurationDataConversionFailed(_logger, ex); 110: Log.ErrorSignalingChange(_logger, ex); src\ReverseProxy\Forwarder\ForwarderHttpClientFactory.cs:...
Counters for these files above look to be higher priority, with higher priority being to logs that would be error or warning: ``` src\ReverseProxy\Forwarder\ForwarderMiddleware.cs src\ReverseProxy\Health\DestinationHealthUpdater.cs src\ReverseProxy\Health\ActiveHealthCheckMonitor.cs src\ReverseProxy\LoadBalancing\LoadBalancingMiddleware.cs ``` having counters...
@vindarel it was fixing SDL2 for a lot of people including myself. Before the change Lem failed to draw anything. SDL2 drawing operations should only be coming from a single...
I think #630 was the main thread for it. There might have been one or two other issues where people reported problems. I think everyone that posted in that thread...
Yeah, in an ideal world, there'd be a debug assertion where anything using SDL2 rendering could check if it's the main thread, and if not, fail fast. That would help...
Thanks @Sasanidas your implementation causes the cursor to move up after kiling the line. Also the killed line doesn't include the newline character. @cxxxr I think your implementation has the...
Is it just me or do things stop working after a couple of kill-regions? After I killed a region with a mark, I don't see a mark anymore but when...
I got the same error in my ~/.lem/error.log but I never saw a window. I'm running Guix with Sway (wayland only). I loaded lem through an emacs slime sbcl prompt...
Just a quick update--I noticed if I remove `bt:make-thread` from both `lem-if:invoke` and `run-editor-thread`, the editor window pops up with a `0: *tmp*` tab and a mode line if I...
If I put a breakpoint on lem-core:message: ``` breaking before traced call to LEM-CORE:MESSAGE: [Condition of type SIMPLE-CONDITION] Restarts: 0: [CONTINUE] Return from BREAK. 1: [ABORT] abort thread (#) Backtrace:...