Andrew Koroluk

Results 11 issues of Andrew Koroluk

See: https://david-dm.org/angular-fullstack/angular-fullstack-deps/5.0.0 https://david-dm.org/angular-fullstack/angular-fullstack-deps/5.0.0?type=dev

chore
V5
good first issue

enhancement
semver-major
V5

After everything @ ng-conf 2016, I now have a plan on transitioning the generator to Angular 2. Requires: - [x] Modules (webpack) - [ ] upgrade adapter - [x] New...

major
semver-major

My issue is that I'm trying to use [mathjax-node](https://github.com/mathjax/MathJax-node) to create a showdown extension, but mathjax only exposes an asynchronous API. Ex: ```js var mjAPI = require("mathjax-node/lib/mj-single.js"); mjAPI.start(); var yourMath...

enhancement

> Disclaimer: I don't know a whole lot of SQL So my dev team decided that we wanted a Node script that could drop and re-create all of our stored...

I have a chart repo being served from S3. I can grab the chart packages and `index.yaml` file fine through GET requests. I have the repo configured for Rudder in...

bug

There was a breaking change in one of your minor releases. I had version 4.6.2 installed, in which I was importing the stylus from here as `@import 'font-awesome-stylus/stylus/index'`. It seems...