Thibaut Barrère
Thibaut Barrère
After re-reading: - https://github.com/jayjun/rambo/pull/13#issuecomment-1193371511 I realise that the blocker mentioned by @jayjun is: - https://github.com/jayjun/rambo/issues/21 And at time of writing, this is still opened, so the current issue cannot move...
@Herz3h thanks for the report. I just met the same issue with a custom `job_type`.
If you need a large XML file for testing, here is one :smile: https://www.data.gouv.fr/fr/datasets/cheminements-pietons-dans-paris-dapres-openstreetmap/
> 🤫 Zed can't even open 500K - 1MB files. It seems to open that 431MB file just fine here, after just a few seconds of loading. Not too shabby!...
@mileusna are you able to share the file for a reproduction ? Maybe it's related to platform-specific bits (I'm on Mac M1).
> Does someone have a similar behavior? I am seeing something similar. In more details, if you do this: ```elixir Hound.start_session(browser: "chrome_headless") Hound.end_session() Apex.ap Hound.Session.active_sessions() ``` You will get `{:error,...
Same here! Maybe we can reopen a new issue @sergchernata?
Ha! Looks like I hit [buffer.constants.MAX_STRING_LENGTH](https://nodejs.org/api/buffer.html#bufferconstantsmax_string_length) 🤣
> After reading this issue I tried adding {:dialyxir, "~> 1.3", only: [:dev, :test], runtime: false} to each sub app and that appears to have solved the issue Came to...
I meet the same problem while installing Ruby 3.2.2 but only (I believe) on a Mac M1 (ARM chip). Are you also using M1/M2 chips?