Julian Cataldo

Results 40 issues of Julian Cataldo

Hello! Maybe this: ``` /// export interface Props extends astroHTML.JSX.SVGAttributes { ... } ``` Could now simplify the `Props` part of this component? With the benefit of Astro ecosystem homogenization.

Hello, Still tied to regular css when coming to special pseudo classes like `:first-letter`, `:has`, `:fullscreen`… Would be cool if they could be mapped too like, https://vue.chakra-ui.com/pseudobox#selectors-and-props Thanks for the...

type: feature or enhancement ⚑️
type: contributions welcome πŸ’š
hacktoberfest

Compare this two : # 1 V-chakra directive on a nested component `test.vue` ``` Salut ``` `DabadiDabada.vue` ``` Lorem ipsum dolor sit amet consectetur adipisicing elit. ``` --- # 2...

status: needs more info πŸ€”
status: needs reproduction β™Ί
type: contributions welcome πŸ’š

Hey, It looks like the React version of Chakra is agnostic regarding the way to add pseudo classes to a component. Actually, in the Vue one, it can be cumbersome...

type: feature or enhancement ⚑️
type: contributions welcome πŸ’š
hacktoberfest

### Is your enhancement related to a problem? Please describe. ```yaml # yaml-language-server: $schema=../boat.schema.yaml#properties/someFeatures ``` **`#properties/someFeatures`** works. ```jsonc "yaml.schemas": { "content/boats/boat.schema.yaml#properties/someFeatures": [ "content/boats/*/some-features.yaml" ] } ``` **`#properties/someFeatures`** doesn't seems to...

bug

Hello there. Got this error when trying to scroll to an anchor with an ID starting with a digit : ``` vue-scrollto.js?f13c:180 Uncaught DOMException: Failed to execute 'querySelector' on 'Document':...

Tested with npm, yarn, pnpm, global or local installation. With node 14/16/17 and md-magic latest and older 2.5.2. Seems like [email protected] dropped CJS support. ``` internal/modules/cjs/loader.js:948 throw new ERR_REQUIRE_ESM(filename); ^...

Hello! I'm wondering if this https://mdxjs.com/docs/using-mdx/#components could possibly be supported by your great plugin ? Thanks πŸ‘πŸ»

### Describe the Bug When changing typings, wether in Astro components `Props` or TS / JS + d.ts libraries, typically in a `pnpm` workspace with linked packages, you will not...

needs response

``` script = "[email protected]", ``` to ``` script = "[email protected]", ``` This will fix problem like this https://github.com/MicrosoftDocs/azure-devops-docs/issues/12028