martin sarsale
martin sarsale
Hi! I'm using urlwatch to monitor changes on a site that is not yet up, so I'm getting "Connection reset by peer" errors (port is open, but someone closes the...
Hi, I've found this very interesting (FileLink)[http://nbviewer.jupyter.org/github/ipython/ipython/blob/1.x/examples/notebooks/Part%205%20-%20Rich%20Display%20System.ipynb#Links-to-local-files] function in Jupyter / Python for making local files downloadable via HTTP. Is it possible to do something similar in iruby? thanks!
Dear bfaloona: I was wondering if you plan to fix this https://github.com/bfaloona/Indy/blob/master/spec/time_spec.rb#L190 I understand the logic might be a little complicated (the time format being in Indy while the filtering...
Hi! thanks for your work on Scrapyrt! I've discovered that spiders served by Scrapyrt don't save the output in the Spider's / custom_settings / FEEDS. Is it possible to change...
The Projects part is pretty straightforward but I'm puzzled about having to add the '/v1/' to the generic/non-domain api.pipedrive.com domain See: ``` + else: + self.BASE_URL = self.BASE_URL + "v1/"...
rvm installer has changed it's location and without this argument, curl won't follow the redirect
Hi Smacker; thanks for your work :) We're enhancing our NR integration and we found out that it seems that is not possible to log the executed SQL query (SELECT......
Hi - I'm not sure if this is a bug report for FirebaseUI-web-react of FirebaseUI-web; I suspect this is the correct place but please tell me if not. I'm running...
I had my first bot working with OpenAI but wanted to try `gemini-1.5-flash`; it breaks with: ``` | File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__ | return await anext(self.gen) | ^^^^^^^^^^^^^^^^^^^^^...
My agent has an `after_model_callback=save_generated_report_py` [1] , it runs correctly and saves the artifact; but then is not displayed anywhere in the web UI. In the event detail, I can...