Stanimir Ivanov

Results 10 comments of Stanimir Ivanov

> ```js > colors: ["#f44336", "#ff9800", "#4caf50"] > ``` This does not work for me. Are you using the latest version of apexcharts? I am and I still see the...

You are right about using the `color` array, but I also had to remove the `fillSeriesColor` option in the `tooltip` array. This didn't work: ```javascript fill: { colors: this.colors, },...

I had the same issues and fixed it by modifying the file `bin/ovpn_run` by changing all `iptables` calls to `iptables-nft`: ```diff - iptables -t nat -C POSTROUTING -s $OVPN_SERVER -o...

This is due to the extended attribute support for Mac OS X. You either have to implement the full xattr FUSE functions or disable the xattr support with: `-oauto_xattr`

Currently I get segfaults in WinFSP if I try to place a breakpoint in getattr(). I think this happens due to Intellij's attempt to show the variables in the debugger...

On Mac OS X I see similar issues between using the terminal to copy a file (or Java file system methods) VS using Finder (the file explorer on Mac OS...

I see the same error on a latest CentOS Stream with osqueryd version 5.5.1. After the error the following query hangs indefinitely: ``` osqueryi osquery> select * from routes; ```...

@daniel-centore this is outside the simple example and the project's idea. It really goes down to what are the actual OS kernel requirements to properly implement a user-space file system....

Update: Downgrading to 4.12.0 (85629) fix the issue. I tried downgrading to 4.13.1, 4.13.0 but both were not working. Docker Version 4.14.0 (91374) is crashing for me too in about...

I confirm v4.15.0 is still crashing for me. I'm staying at 4.12.0 for now.