Jakub Skałecki

Results 9 issues of Jakub Skałecki

We should create - [ ] Middleware for handling exceptions - [ ] Installation instructions - [ ] Tests for different Django version

## Feature goal Currently, Floki.find always creates an HTMLTree, which seems like not always necessary. Consider finding all links, or elements with particular id or class. Basically all cases when...

Feature

Currently in article we do `opts = Keyword.merge(@default_options, opts)`, in summarize we don't. It should be unified - we probably want to use default options also in summarize.

enhancement

First of all, thank you a lot for creating this wrapper! It helps me a lot. I'm making an application that acts on behalf of multiple users. Currently api key...

## Reproduction Ensure you run `mix assets.build` before and there's a file in `priv/vue/server.mjs`. Then, set `ssr_module: LiveVue.SSR.NodeJS` in your config and try visiting a page with server-side rendered component....

**Is your feature request related to a problem? Please describe.** Currently items in lists are compared by index. In some cases, list patches might be much smaller if we would...

In my Elixir project, I have package.json in a root directory. It specifies `type: module` as I'm writing JS in ESM syntax, with import / export. With that setup, nodejs...

Done mostly by Cursor, based on README content. TODO: - check if everything needed is in Installation.md - trim README, include links to docs - reconsider top - level documentation...

Right now there's `Readability.summarize(url)` function fetching the article and then parsing it. I'm thinking about: - removing fetching functionality from Readability - removing `httpoison` from dependencies - relying on `Readability.article(html)`...