Jonatan Dahl

Results 10 issues of Jonatan Dahl

The default behaviour (as described in #37) seems unintuitive to me. Instead I would propose a behaviour like this: ``` js var angular = require('angular'); require('ui-router'); angular.module('myApp', [ 'ui.router', require('./templates/home.html')...

enhancement

Currently it's exporting the filename: ``` js var src = ngHtml2Js(fileName, content, opts.module, 'ngModule') + '\nmodule.exports = "' + fileName + '"'; ``` Exporting the name of the module allows...

enhancement

mainly indentation, no crazy stuff

Minor enhancement that I think would improve its behaviour. Currently I start the bar if a timer exceeds 300ms, but I always complete it when a state has loaded, but...

I believe this is not true: https://github.com/Semantic-Org/Semantic-UI-Docs/blob/cc4ff18447e63dd194fb0101dddc74d513054b69/server/documents/introduction/integrations.html.eco#L107 ``` $ git status Changes to be committed: (use "git reset HEAD ..." to unstage) new file: client/lib/semantic-ui/custom.semantic.json $ meteor => Started proxy....

Hi. The meteor integration docs do not mention creating the folder `client/lib/semantic-ui` so the below bash sample does not work and is confusing to the reader. This resolves it. Cheers

Make this paragraph visible because it's very important info. It can be perceived as a bug or unexpected behavior when nothing is being generated when starting the meteor server. (I...

Feel free to close this after you've read it. I just have to tell you this. The weirdest thing happened. That almost made me want to jump from a cliff...

bug

E.g. right before [around here (instrument_fetch.js#L190)](https://github.com/lightstep/lightstep-tracer-javascript/blob/master/src/plugins/instrument_fetch.js#L190) we could run a hook/callback like: ```js tags = extraTagsHook(tags); ``` and the `extraTagsHook` would be passed in where the tracer is instantiated, e.g:...

Hello, It seems this language server does not support the import style of ```ts import Hello from '/folder/hello'; ``` using the `tsconfig.json` setting: ```js // ... "paths": { /* Support...