Adrien Wald
Adrien Wald
To reproduce: ```python import trafilatura url = 'https://www.vox.com/22638093/air-conditioning-worsens-climate-change-ac?utm_source=pocket-newtab-global-en-GB' html = trafilatura.fetch_url(url) xml = trafilatura.extract( html, output_format='xml', include_formatting=True, include_images=True, include_links=True ) print(xml) ``` Example of problematic output: `Phasing out HFCs, which...
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
Hi I need to be able to control the allotment sash and separator border z-index. Can I do this by overriding allotment css classes? Edit: can't figure this out without...
**Describe the bug** As described in https://casl.js.org/v5/en/advanced/typescript#safer-permissions-inference, one can define dependencies between actions and subjects. Typescript is then able to infer the allowed actions given a subject. I verified this...
## Bug report The Tooltip Content component crashes with `asChild`. ### Current Behavior It crashes when I render anything with ``. ### Expected behavior It does not crash. ### Reproducible...
Running `[email protected]`: ```ts import { z } from "zod/v4"; import type { ZodArray, ZodDiscriminatedUnion } from "zod/v4"; export const SegmentFilter = z.object({ type: z.literal("segment"), id: z.string(), }); export type SegmentFilter...