Vincent Agnano

Results 68 issues of Vincent Agnano

MacOSX version: catalina 10.15.4 Following the installation instructions I installed the Mail Plug-in. First, running AltServer: ``` Notification Connection Error: Error Domain=com.rileytestut.AltServer Code=1 "Could not connect to AltServer." ``` Next,...

support

Reading about https://dubroy.com/blog/cold-blooded-software/ and I feel like this project is concerned. Can we include some mention or inspiration in its documentation? 🐢 ❄️

enhancement
documentation

The js template should be indented so that it is more readable: children should be more indented than parents. Right now it's all width an indent of 4 spaces.

v2

Lego core itself has no dependencies. However in order to compile components it still requires parsers. We may try https://github.com/capricorn86/happy-dom or Deno dom parser to prevent from external libs (Bun...

enhancement

This may be a new major version of Lego as the default writing is changed, yet compatible with Lego so far. ```html const title = "Hello Lego!" const titleColor =...

enhancement

A real world usecase requires to access the `document`, as for collecting data from a form (ex: `document.querySelector('a')`). Right now `document` can't be accessed outside of the component class and...

enhancement

Links provided in the readme to cwy.io don’t exist anymore

Thank you for this app. I would just like to suggest to make a Grappelli comptaible version.

When a change occurs on a record we can do automation and call external services. Here we would need to create a new record in another table when a specific...

enhancement

In parallel (or in replacement?) to Youtube videos, we should enable auto embedding ~[DTube](https://d.tube) videos~. Or peertube videos

backend
idea