Max Zawisa

Results 10 issues of Max Zawisa

Addresses #181 I am unsure if the wording is misleading in other languages, but this makes the English description a little clearer.

https://github.com/thomaspark/gridgarden/blob/e11f74c8511c757ae418896c919e333cfa1030b8/js/levels.js#L1067 The explanation of fr is easy to misinterpret. Specifically this statement: > the first element occupies 1/4 and the second element 3/4 of any leftover space. This leads me...

I added some features to the node_version segment to make it more configurable and fit my needs better. ## Configuration Variables If "requires_package" is set to true, then the segment...

In angular, you can write a test like this: ``` ts describe('Component', () => { it('should do something after 60 seconds', fakeAsync(() => { tick(1000 * 60); expect(true).toBe(true); })); });...

## Steps to reproduce 1. Mark a file 2. Go to a different file 3. Create a duplicate of the list item and then select it from the UI by...

I've been playing around trying to make a custom list that will show the files relative to my current context. I would like to accomplish this by passing in context...

This will help with files position not being saved when you harpoon a file that is relative path from the cwd and is not a path from root and then...

**What issue are you having that you need harpoon to solve?** I would like to be able to show the marks relative to my current file. **Why doesn't the current...

Documentation for dc needs to be added

Does this grammar include support for indentation? Unless I have it set up incorrectly the indentation does not work with the new control flow syntax. I don't think I have...

enhancement