⟣ €₥ℵ∪ℓ ⟢

Results 26 comments of ⟣ €₥ℵ∪ℓ ⟢

I would try editing the driver so that a SoftwareSerial object is passed in for the serial object defined in RPLidar.cpp and RPLidar.h instead of HardwareSerial. You might need to...

@Jashpatel1 Could you share your code? It's difficult to provide any help with this issue without understanding the underlying context

I tried again and it's still not working unfortunately. The "Response" tab only shows the HTML content of the 500 page. I think this is an autogenerated Svelte thing. ```html...

Didn't work with the following format / sizes: JPEG 1.2MB PNG 1.9 MB Did actually work with: WEBP 202KB Looking at the request headers I did notice this `Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7`...

I was able to set my avatar if I converted my image to a WEBP file

This fixed the error for me: ```lua -- install markdown-preview.nvim without yarn or npm { 'iamcco/markdown-preview.nvim', event = "VeryLazy", cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' }, ft = { 'markdown'...

@onbjerg I don't think this PR should close https://github.com/paradigmxyz/reth/issues/3665 because it's just one part of many that still need to be added along with changes to the Grafana dashboard to...

@onbjerg After updating the Peer Disconnect Reasons panel, I copy/pasted the updated JSON Model from Dashboards -> Reth Transaction Pool -> Settings -> JSON Model in the Grafana UI into...

The changes to `etc/grafana/dashboards/reth-mempool.json` result in the following when running a reth node via the cli. I'm guessing the exported JSON from my local Grafana setup with Kurtosis, included some...

Ok the latest commit yields this dashboard running a reth node via the cli. I think this is what we want ![Screenshot 2024-08-30 at 19 10 28](https://github.com/user-attachments/assets/25055767-5f2b-45f5-b40b-b143ae17b9d8)