Kevin Gimbel

Results 56 comments of Kevin Gimbel

Hi @gmile. This is a very good issue report, thank you very much! I originally intended to have a `{{ Last }}` and `{{ First }}` function for templates for...

I just ran into the same issue. I tried to setup borg via Ansible and the command "got stuck" - turned out it waited for the password to be entered...

I'd like to have most things (like the custom post types with custom URLs) as a plugin so it keeps the base CMS small and fast as it is. The...

When can this be released? I've been using this tool a lot and pasting CIDRs would make things a lot easier! As far as I can see the deployed preview...

Awesome thank you! 🙌

You can check for `localStorage` with a one-liner like ``` js var hasLocalStorage = !!(window.localStorage); ``` The `!!` turns whatever `window.localStorage` returns into a boolean, kind of like `(bool) $myVar`...

What's missing to get this released? Any way we can support?

I'm seeing the same issue on MacOS. ``` $ npx @11ty/eleventy --serve (node:24863) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use `node --trace-warnings...

@what1s1ove You may need to import like so ```javascript import eleventyPackage from "@11ty/eleventy/package.json" with { type: 'json' }; ``` That's what solved the JSON import for me. In your case...

The error seems unrelated to the `package.json` import. I get the error as well yet the building works just fine. :shrug: