Joe Pea
Joe Pea
https://github.com/jtenner/as-pect/blob/67fda969e0691869bace7444543490fb3a319c13/packages/core/src/test/TestContext.ts#L536 That line incorrectly assumes all properties are objects. If the import object has a method, this will replace it with an empty object. I don't think there is a...
I have some code like this: ```js export default describe('...', () => { test('...', () => { // ... this never runs ... }) }) ``` and when I run...
https://github.com/jtenner/as-pect/blob/4736a6aeb4ddad677d1258133686e3a290e88ce2/packages/cli/src/run.ts#L158 Would be nice to either call `require` or `import` there based on some conditions. I haven't implemented something for that before, but I imagine this: - if the config...
This is a good idea! I mean, for someone writing a lib like A-Frame, this is something that will surely cross the mind and possible optimization. It's something I have...
This is awesome, taking advantage of the latest panel features (in contrast to terminal-plus). One small issue so far: the cursor is in the wrong place: ![screen shot 2018-05-29 at...
# Check list You have to check all before open issue. - [x] Provide your environment info clipped by `Vim Mode Plus: Clip Debug Info` command. debug info ```json {...
It'd be sweet if joining a line (`J`) would conveniently remove comment characters. For example, currently if I have ```js // this is // a comment ``` and I press...
Hello! The `persistent-undo` package does a great job restoring undo history for a file, even after closing it and restarting atom (because it is cached on disk). But then I...
There's one small issue that trips me up: Suppose that we have the following code, and note the position of the white cursor (screenshot of Vim): Now suppose we press...