shadowtime2000

Results 27 issues of shadowtime2000

This project doesn't have that much activity on it. A good choice may be to deprecate it.

It would be great to have simple bindings to connect this to Lucia. It would probably be really simple, just a wrapper around this: ```ts atom.subscribe((newVal) => Lucia.use("app", newVal)); ```

enhancement

## Summary Hi 👋 I am one of the maintainers of the Eta template engine. I am just wondering why in the documentation for using it is the import importing...

Type: Question
Priority: Medium

Tracking issue, being developed in `dynamic-import` branch.

enhancement

This basically returns the AST so you can do this instead: ```javascript const ast = addIterations(css.parse(".foo{bar:20px;}")); ``` This allows Typescript definitions and such to be created for this package.

It is not considered that good of a practice to commit built minified code for a library. I highly suggest that you add `dist` to `.gitignore` and publish this package...

Under `dist/alerta.js` you have the minified source code and then again under `alerta.js` you have the minified source code. This does not make much sense, because the same content is...