Results 10 comments of Joosep Parts

> Hello there, > > What version of this library is needed for Angular 11? I have tested 2.9.22, but this one is not working. It gives me errors like...

An option to turn tooltip caret true/false would be great. If you still need help with this you could try css (specific naming for the class could vary a little...

> @harald I'm guessing you are looking for something like the below image? If so I am finalizing one that I need for a project and I can create a...

Seems right. Have you tried using arrow functions for callback? ``` formator = (val) => { let formatter = new Intl.NumberFormat('ILS', { style: 'currency', currency: 'ILS' }); return formatter.format(val) }...

I am not entirely sure if this links to the problem, but I observed the same behavior of persistent ripple staying after action. In my case I was working on...

> @jimivdw Would it help if we could provide something like offsetX and offsetY to adjust text position? Is there any news on this? Looking over the docs I guess...

I made a compose for Windows to do all the actions you need. Complete example is here: https://github.com/Nurech/sist2_index_files `start.bat` ``` @echo off setlocal EnableDelayedExpansion :: Set the default scan directory...

Here's a Linux version: Default driver is bridge, so there shouldn't be need to define a network, but I added one anyway. Web should give you an indexed test file...

That's probably not the issue. Docker is `Version 4.22.1 (118664)` ``` C:\Users\xxx\IdeaProjects\sist2>git config core.autocrlf input /.../ 33.19 /usr/bin/env: 'bash\r': No such file or directory 33.19 make[2]: *** [CMakeFiles/before_sist2.dir/build.make:70: CMakeFiles/before_sist2] Error...

> Hey! Could you assist please with installation, I keep getting these. Tried to reinstall everything I knew. > > I'm from Java and quite newbie with python env >...