Danilo Cabello

Results 60 comments of Danilo Cabello

I considered posting on #16 but I think it fits better here. The sheet component has unexpected behaviour on mobile browsers when side is set to `bottom` due to Safari...

I could use that feature as well, when ag finds a match the entire file (because it's a one-liner) is printed.

I could be wrong. From my research with a similar issue (a conflict between https://intl-tel-input.com/ mobile popup and having a radix sheet open at the same time). I suspect this...

I would like to see a screenshot of this, this sounds interesting!

Thanks for sharing, we could start some kind of guideline for READMEs in django projects, since there are so many majors versions around and alive, something like: - Supported -...

Please, I've just had to manually point to github to get 1.4.1

Hello, I tried this module declaration and for some reason it did not work. 🤔 I also tried: ``` declare module 'tailwind.macro' { export default function tw(string: TemplateStringsArray): string; }...

HI @ben-rogerson, thank you for working on Twin. I just tried Twin and got the same error :( @PaulPCIO I do not discard the possibility of being my setup, I...

I suspect it's something with my typescript configuration, I extracted a `.jsx` file and put the following content: ```jsx import React from 'react'; import tw from 'twin.macro'; const Input =...

I was able to get the macro working by switching from ts-loader to babel-loader: I added `yarn add --dev @babel/preset-typescript babel-loader`. My loader configuration: ``` const PnpWebpackPlugin = require('pnp-webpack-plugin'); module.exports...