Jonathan Creamer

Results 15 issues of Jonathan Creamer

Hey Andrew! I went ahead and added some auth features. The basic idea is that you can now do... ``` bash nserver --auth p@ssw0rd ``` Then when the user hits...

I just clone the repo to my packages directory on Windows. Added the following to the SublimeRJS config... ``` { "script_folder": "/src/js/", "text_folder":"/src/js/views/", "require_main":"/src/js/main-require.js", "aliases": { "jquery": "/src/js/vendor/jquery/jquery-1.9.1.js" }, "auto_add":[...

First of all, love this starter! I have been playing with it for a few days and it works great. We're using CSS modules and typescript on my team, and...

## Environment System: OS: Linux 5.10 Ubuntu 20.04.3 LTS (Focal Fossa) CPU: (20) x64 Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Memory: 4.08 GB / 15.63 GB Shell: 5.8 - /usr/bin/zsh...

bug report

There's code in your Reqest.ts file for pulling the config in via `kubeconfig` that doesn't exist in the `index.js` output from webpack. I've had to `cd node_modules/k8s` and run `npm...

**Do you want to request a *feature* or report a *bug*?** report a bug **What is the current behavior?** error An unexpected error occurred: "Invalid value type 7803:0 in /srv/core/js/yarn.lock"....

triaged

Was thinking it'd be cool if for a given template, you can define helpers that back it. For example... ``` /views/index.hbs /views/about.hbs ``` When `express-handlebars` gets ready to render those...

A cool feature for tinker would be to utilize web sockets to have live code so multiple devs can see the code as it changes. Thoughts?

feature