Paul Rumkin

Results 50 issues of Paul Rumkin

Add show case with projects power by alight like in [nativescript's showcase](https://www.nativescript.org/showcases). Example: http://uuid.js.org http://rumkin.github.io/npm-watch

Add declarative interface: ```javascript alight.namespace('ns') .directive('name', {link}) .directives({ dirName: {link} }) .controller(name, fn) .controllers({ ctrlName(scope) {/*...*/} }); // filters are the same ``` Namespace create alight new namespace or use...

Electron node.js application has both `module.exports` and `window` variables and thus alight get into module.exports instead of window variable.

It hard to search anything by name angular-light because of mess of angular / angular-light search output. The second reason is difference between projects. Yes, it has same core basics...

As I see in package structure from https://gist.github.com/alexanderGugel/a10ed5655d366875a280 each package get unique id and this is became a mess of id. Why not to use human readable names in format...

According to the #21 issue, there is some confusion between Node.js interfaces so it requires research and probably rework current interfaces. ## Thoughts 1. Current Node.js `createSecureServer` method for HTTP2...

💫 enhancement
🧪research
package:http
package:https
package:http2
package:https2

Rewrite from CommonJS modules to ESM

💫 enhancement

Add a package for 404 and 500 errors to use in projects and utilities, like static web server.

💫 enhancement

Add tests for native HTTP modules into http-adapter package.

package:http-adapter
💪stability

- [ ] WS - [ ] ServiceWorker - [ ] PostMessage

💫 enhancement