Melroy van den Berg

Results 899 comments of Melroy van den Berg

I believe something on the TypeScript page (maybe some strange character?) is breaking all the internal links on the Typescript page. Since the broken links are only present in on...

Thank you for mentioning this! I accidentally fixed the ts doc page🙏.

@hegemonic The project look dead when looking at the GitHub releases. Could you either remove all releases from GitHub OR create a new release and update the README as stated...

I personally now use the following in my project to add Asio standalone library to my CMake project: ```cmake find_package(Threads REQUIRED) include(FetchContent) # Download external dependencies # Asio include(FetchContent) FetchContent_Declare(asio...

Can I safely assume I can buy the Fanatec GT DD Pro https://gtddpro.fanatec.com/ and using this kernel module? I was looking into the Fanatec GT DD Pro Kit, which is...

> Yes you can :), i have dd pro and using this kernel on arch linux, working good Great.. And also the Fanatec CSL Pedals are supported? Notice these are...

Thanks. I'm 99% sure I will buy the Fanatec DD Pro kit now. Let's go!

> Hi there, just some notes: > > The pedals don't require an extra driver. They are `Human Interface Devices (HID)` which use the generic HID kernel module and have...

Answer: https://community.influxdata.com/t/telegraf-is-not-reading-nginx-access-log-file-data-on-nginx-1-20/25752

> Moving to yarn. I don't need a 6gb memory docker to just install some deps. How can this still be an issue? 😢 Or try `pnpm`?