Max Waterman

Results 49 issues of Max Waterman

I can't figure out how to use this in my gruntfile. I have a series of dependencies in my project.json file, and a series of grunt.loadNpmTasks() calls at the top...

If I have an observer on a property managed by polymer-redux, it always says everything has changed, probably due to the clone-change-assign methodology I use; in other words, it *is*...

I've noticed that down(0) actually moves down one line when it's at the bottom of the terminal. Any ideas why? I've had to 'if' it out. See here : https://github.com/davidmaxwaterman/progress...

Something like this : ``` [[index]] ``` I guess some use of the dom-change event.

Just some grammar tweaks. ## What I did 1. Main idea is to make it clear that both the skills and code remain relevant, rather than just the skills; and...

### Description I have a bunch of elements in my polymer element's template that are like this : ``` ``` Note that `somevalue` is an actual string. I have it...

wontfix
api-feedback
1.x

## Expected behavior It's a silly/obvious thing, but if the user has elected to not write file structure to disk (by mistake, in my case), then don't ask to install...

## Expected behavior I expect the example to work (and be present). On this page: https://open-wc.org/docs/building/rollup/#customizing-default-plugins There's a 'view example', which shows: ``` const baseConfig = createSpaConfig({ nodeResolve: { browser:...

Perhaps this is a problem with the toJSON() function, but this is the origin of the problem. It creates node ids using the component, but the range of valid characters...

bug

I'm using loadFBP() to load a fbp file a bit like the following : ``` node1(bla1:label=bla1,x=36,y=36,width=72,height=72) OUT1 -> IN1 node2(bla2:label=bla2,x=144,y=36,width=72,height=72) ``` Unfortunately, the x,y, width, and heights are interpreted as...