Lars Artmann

Results 15 issues of Lars Artmann

``` artifacts { archives shadowJar } ```

Output: ```json { "id": { "value": 100 } } ``` Desired Output: ```json { "id": 100 } ``` Source code: ````kotlin /* * © Copyright - Astride UG (haftungsbeschränkt) -...

I would like to use booleans without `as unknown as string`. `NEXT_PUBLIC_DEBUG: isDebug() as unknown as string,` ```ts import { createEnv } from "@t3-oss/env-nextjs"; import { z } from "zod";...

12327 fix a compiler error, unfortunately it's still not published on npm. ![image](https://uploads.linear.app/e86bf957-d82f-465e-b205-135559f4b623/bc7648f3-0616-4cff-a086-b7c0b15983bb/fc9ca7bd-60e1-4a1c-8aa6-a8917ef50eef?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2U4NmJmOTU3LWQ4MmYtNDY1ZS1iMjA1LTEzNTU1OWY0YjYyMy9iYzc2NDhmMy0wNjE2LTRjZmYtYTA4Ni1iN2MwYjE1OTgzYmIvZmM5Y2E3YmQtNjBlMS00YTFjLThhYTYtYTg5MTdlZjUwZWVmIiwiaWF0IjoxNzA2MTc1MzU4LCJleHAiOjE3MDYyNjE3NTh9.I6AECp53Afj47FFZ8CdAg_pVmXNT1m08lSU92oW3D1M) From [SyncLinear.com](https://synclinear.com) | [CAL-3021](https://linear.app/calcom/issue/CAL-3021/12327-still-not-published-on-npm)

🐛 bug
⚡ Quick Wins
Medium priority

I did not find an option to enable or disable dnssec using this terraform provider. Did I miss something or are there any plans to offer this configuration option in...

enhancement

I think a method like this would be quite helpful: ```kotlin fun Schedule.schedule(executor: ThreadPoolExecutor, code: () -> Unit) { val now = ZonedDateTime.now() val next = this.next( now .minusSeconds(now.second.toLong()) .minusNanos(now.nano.toLong())...

Update dependency magic-string to get rid of " WARN  deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead"

## Just tried the Array Support on the [demo website](https://vantezzen.github.io/auto-form/). ## When I deleted the first entry this happened: ### You can see the first entry is this there but...