Herberth

Results 4 issues of Herberth

# Example ```typescript import { LitElement, customElement } from 'lit-element'; /** * @author me */ @customElement('my-element') export class MyElement extends LitElement {} ``` I debbung 2 hrs haha and only...

How convert "fingerprint" in json to Image? what is the format(HEX) in json?

### Bug description Since upgrading to Prisma version 6.7.0 or later, I've encountered issues with both the official Prisma VSCode extension and custom types generators (like `prisma-json-types-generator`). This is impacting...

bug/1-unconfirmed
kind/bug
topic: custom generator
topic: generator-ts

Fixed if one type a string, the other json stop working. This is because I need to use an `enum` or string constants like `'hello' | 'word'` Example: ## Doesn't...

help wanted
good first issue