Antoni Silvestrovič

Results 28 comments of Antoni Silvestrovič

Hey, you can see [this](https://github.com/quassummanus/svg-to-swiftui-core) repo to see the list of the SVG elements that are supported. Currently `` is one of the tags that is not supported. I'll try...

Thanks @jennifersp !

@dilanx Does this mean that we can now run node debugger on craco? Running jest directly does not work for me 🤷‍♀️

@victoriahu I'm no longer working on the team that used this craco setup, but they had a custom webpack config which made it impossible to simply debug the app with...

Just an idea: I found it very easy to use `tsup` for library development. It comes with very good defaults, so I actually never need to change the configuration and...

@DefinitelyMaybe absolutely, I was just suggesting the same way as next.js has when creating repo from an example.

I would argue that the use of context is unnecessary. The state is stored in cookies (as "necessary" cookies) and you can use `useCookieConsent` hook from anywhere and it will...

@pixelass Any argument against the one I presented?

@pixelass Oh yes, that's definitely something we want to have then. I haven't had much time myself, so couldn't look into it properly. I'm happy to either implement your suggested...

@pixelass This actually might be something for a separate package. Maybe I should create a `@use-cookie-consent` organization and publish these as scoped packages. Since this package right now is not...