Joe Pea

Results 958 issues of Joe Pea

e.g. ``` javascript var dust = require("dustjs-linkedin"); dust.leftOpen = "{{"; dust.rightClose = "}}"; ```

Hello, I'm coming from Electron, and would like to be able to import Node.js modules on the front end. Some questions: - Is this architecturally possible, or is there a...

Is it possible to use `require` like in Electron to import NPM modules in the browsing context? If such feature doesn't exist, is it possible to write code for the...

The left triangles (the dividers between the sections on the left end of powerline) are not lining up properly. Screenshot: http://50.116.4.56/~/img/powerline-ubuntu-misaligned.png Right after the yellow NORMAL section, the triangle that...

It'd be nice to make the tooltip stay when hovering over it, and to disappear when the mouse leaves, similar to linter-ui-default or with atom-ide tooltips. Then we can make...

up-for-grabs
enhancement
help wanted

For some reason, when `builder` is symlinked (for example, [Lerna](https://lerna.js.org/) cross links projects in mono- or umbrella- repos using symlinks) then for some reason this causes a simple builder script...

EDIT, the current solution is to prefix all builder commands with `LOCAL_DEV=true`, for example `LOCAL_DEV=true builder run whatever` --- # Original Post: As an example, I'm using a project manager...

I've been looking at both [Bolt](http://boltpkg.com) and Builder, and IMO Builder is much more flexible (Builder doesn't require a mono-folder/mono-repo setup for example, Bolt "archetypes" are not version NPM modules...

I have a package.json script like `builder run builder:foo` where `builder:foo` is a builder command which runs other builder commands, but once it gets to the second level of nested...

I'm wondering how I can use Builder in a monorepo. (also, debating if I should, or just stick with separate repos and just share the archetype). Maybe I can have...

enhancement