Malte Rohde

Results 57 comments of Malte Rohde

Hi @boon-wego, this is pretty confidently related to https://github.com/bitcrowd/carbonite/commit/5b04118a8fc058bfe20067e55c0d4254b3190c29 , but don't understand why yet. Can you give some more information about your test setup? What's the default mode you...

@boon-wego Thanks for providing this sample code. Unfortunately, just dropping this in a fresh demo app does not show the behaviour you're claiming it does. Are you using `initially: :deferred`...

Are you sure you have migrated to `v10` then? Because, here's my test script that I'm expecting to fail based on your description, but it doesn't: ```elixir # carbonite_test.exs Mix.install([...

@boon-wego Closing this for now, feel free to reopen. I _think_ it works as intended though.

@MaeIsBad thank you for the info! Any chance you can add this as another callout or section in the docs [here](https://hexdocs.pm/chromic_pdf/ChromicPDF.html#module-remote-chrome)?

@kishorenc Thanks for your quick response. I've briefly looked into sending the event manually based on [this](https://github.com/typesense/typesense/blob/ec9da18ee01c0b2766dcac4ff83698c594c56e1c/src/event_manager.cpp) and it seems I could * have one analytics rule per locale and...

Hello both, thank you for the information. Unfortunately, I don't have much time to look into it further. But considering there are possibly related [active issues](https://github.com/SeleniumHQ/selenium/issues/14457) in other repositories, this...

@satphil That's good news, thank you!

@andreasknoepfle Dockerfile in gist still produces the same result for me. Errors + no PDF created. Also added another one based on Bookworm, no PDF created. Am on Linux and...

Hi @Pro-Alchemist , the `chrome_version` option is actually a compile-time config, as opposed to the others, which are really init args to the supervision tree. Option is specified like this:...