JoLo

Results 50 comments of JoLo

Oh yes, you're right. With two elements there is "weird" behavior. I have tested that in the example: https://blockbuilder.org/jwilber/d117e0b0864a161bec2d914013ed69da Let me check what I can do.

Hi @vcheeze, Sorry, totally forgot about this. I would love your contribution :)

@Jelenkee it works what @Dunqing said. I removed the `import uno.css` from the frontmatter and put it above the ending ``- tag. ```vue --- // Component Imports import MainHead from...

@Jelenkee it works for me https://jolodev.guru/ is written in Unocss ;)

@Jelenkee No, I can't. But really did it like [here](https://github.com/unocss/unocss/issues/1402#issuecomment-1218488562) in my `BaseLayout.astro`. And here is my `astro.config.ts` ```ts import Unocss from 'unocss/vite'; // https://astro.build/config export default defineConfig( { vite:...

Another, IMO easier solution would be, to add [`Code`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Code.html) to [`NodeJsFunction`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs.NodejsFunction.html). Because then you could make use of [`BundlingOptions`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs.BundlingOptions.html). But if `code` is set the `entry` should not be allowed....

> Is it even possible to set a filename or extension when using `ZipFile`? I'm afraid not, since there is no such property on the [CFn definition](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html). Maybe [needs-cfn](https://github.com/aws/aws-cdk/issues?q=is%3Aopen+is%3Aissue+label%3Aneeds-cfn). Hmm......

@tmokmss You're right. But since we're using Typescript, we could come up with something ;) I once had a situation where I needed a simple Lambda to pass the event...

@Traxmaxx Yes, the animation is configurable. You can increase the `modeValue` which shall apply to the duration of each animation. You can try `1`. Yeah, there is an interesting thing...

> Performance is a bit cumbersome to test atm. Will see if I can find a way in the future to make it easier. The filter change bug though needs...