Philipp Munin
Philipp Munin
It does look like minifier, but I didn't change anything else in my configs. And once I rolled back those dependencies (jest + ts-ject) to older versions - it started...
Is there any workaround for situation when the invoker of focus does not know anything about HoT instance? There is a plugin on my page that listens globally the Ctrl+F...
@AMBudnik "unlisten" is a method of handsontable instance, which CTRL+F overrider have no access to - it's different 3rd party module. Is there any way to catch event of Handsontable...
@AMBudnik your code does not work, sorry - HoT still intercepts keys like: Arrow(Left/Right/Up/Down), Delete, Backspace, CTRL+A (Select all) after moving focus to Input via CTRL+F
is this repo still maintained?
Just to support with missing feature with test case: ``` [Fact] public void TestConcurrentGetOrAddSameKey() { var cache = CacheFactory.Build(settings => settings .WithMicrosoftMemoryCacheHandle() .And //.WithUpdateMode(CacheUpdateMode.Up) .WithGzJsonSerializer() ); CacheItem GenerateValue(string key) {...
@MichaCo shouldn't it be `ReaderWriterLockSlim` rather than `SemaphoreSlim`?
Confirm. This happens only while using this vscode extension. If I open created drawio.png file in Draw.io desktop app and just re-save it - it will save it show embedded...
Sorry, was this feature added to TortoiseGit?
I did updating, and reinstalling it multiple times and tried to install it on 2 different macs - problem presist. It may be issue with Sonoma or Homebrew, but it...