Jim Fisk

Results 215 comments of Jim Fisk

Goja has class support now: https://github.com/dop251/goja/commit/0b5d2105245750c4ba3305bf31081f36fdca9862 Testing ground for Goja Svelte compiler: https://github.com/matthewmueller/goja-svelte

There should also be a replacement pattern for the content type (`:type`). That way if you had a blog content type like this: ``` ├── content/ │ ├── blog/ │...

@maroza-training if your project is public, can you link to it so I can take a look? Also, can you let me know what operating system you're on? Just taking...

I think I found you're repo: https://github.com/maroza-training/maroza-site. The site looks great by the way! The current `main` branch is building ok on my Linux computer. Can you push up the...

Potentially related: - https://github.com/fsnotify/fsnotify/issues/51 - https://stackoverflow.com/questions/33851692/golang-bad-file-descriptor

@maroza-training that's great, I'm glad that we're part of your learning journey! It looks like you might have replied to this issue from your email and it possibly stripped out...

I think this is a Mac specific error, since your repository builds without error for me on Linux. I'll try to get my hands on a macbook in the next...

I think you're right @padraicbc. It seems like Hugo may have implemented a fix in their project to achieve a similar result: https://github.com/gohugoio/hugo/commit/ff54b6bddcefab45339d8dc2b13776b92bdc04b9 I haven't been able to reproduce this...

The way I'd recommend building in CI is using the [official plenti image](https://hub.docker.com/repository/docker/plentico/plenti). We build one of these for every release of Plenti so you can use the `latest` or...

It's not much of a roadmap, but I'm collecting thoughts over at https://github.com/plentico/plenti/issues/37. I have a lot of the high level concepts worked out in my head, so at some...