Joel Bryan Juliano

Results 19 issues of Joel Bryan Juliano

Each component should be modular, plug-in style. In this feature, it needs to do the following - Ability to point to a local plug-in, web or via GIT. - If...

enhancement

Markdown-UI has been a exploration for me to write responsive and beautiful UI using Markdown, and surprisingly, it was quite intuitive. Around 7 years ago, there has been new changes...

Hi, I have multiple router mappings and I have a view that requires a menu I'm trying to figure out how to add a TabBar using Routable, can you give...

Hello everyone: I've migrated `godef` to use Go 1.22, maybe a temporary solution from the segfault we are getting from upstream. If you are interested: `go install github.com/jjuliano/godef@latest` Thanks, Joel

When running `go mod tidy`, the version must be prefixed with a 'v'. However, the file at https://github.com/apple/pkl/blob/0.25.2/stdlib/Project.pkl#L276 expects the version without the 'v'. Since I've placed the generated Go...

I needed to preload a PKL file, that has a `@(...)` convention that my code will translate to `\(...)` later. The "@( ... )" is a reference import that will...

I have a PKL template configuration file, and I'd like to ensure that comments are preserved after pkl eval, as the output is the user-facing configuration file. Is there a...

This PR adds isBase64 string property.

Hello, I have a pkl template file that have many imports defined. For example, main.pkl is my template, and foo.pkl is a supporting util library, and bar.pkl is my configuration...