Ziinc

Results 21 issues of Ziinc

- Foam version: v0.17.4 - Platform: Mac - Issue occur on the [foam template](https://github.com/foambubble/foam-template) repo: No I would expect that the section `Something` would be inserted into the table cell,...

bug

Adds custom error messages to logs explorer and previewers. Allows us to handle specific errors and prompt users to self-serve & fix them. punctuation has been fixed.

- [ ] test rendering changes on local, local dev currently blocked on cli side, can test in staging. Note: we will need to use storybook to simulate this error,...

Refactors the LogTable component to split up pure display components and other logic. Also cleans up old code. Also adds a story for easier ui development. Blocked by: - https://github.com/supabase/supabase/pull/8103...

should list out all keyword options in typespecs. Currently set as `[binary()]` which is wrong. https://github.com/oltarasenko/crawly/blob/master/lib/crawly/fetchers/splash.ex#L32 Reported in #178

Add links to guide/concepts docs from source docs, so that users when browsing can directly access further readings on unfamiliar terms

good first issue
docs

Currently, in master, the logs are stored in a non-optional manner. I think a good improvement for this would be to make the file logging optional, as not everyone has...

good first issue

This PR aims to allow for the easy creation of new spiders at runtime, utilizing modules that define the `Crawly.Spider` behaviour as spider templates. Considered success if: 1. Can create...

Currently, there the `Crawly.Engine` apis are lacking for spider monitoring and management, especially for when there is no access to logs. I think some critical areas are: - spider crawl...

good first issue

This PR introduces telemetry support to allow easy monitoring of crawling operations. Considered success if: 1. Can monitor scraping-related events (requests made, redirections, response codes, dropped requests, dropped items, etc)...