David Peck

Results 13 comments of David Peck
trafficstars

I had this issue. It was resolved when I didn't run my app through a Docker container, though so far I've been unable to determine why.

I guess the point is that as soon as some code uses Math.seedrandom(), all other areas of functionality on a site then get predictable random numbers. This has broken MouseFlow...

I've had to write a custom component, just to be able to output the number of page results in a location outside of the ``

I guess just a change event on the main AIS component, for any changes to the state data changes. The full new state data provided as an argument, and potentially...

In addition to not setting the correct value, I've found that the router only updates for changes to the value set at page first load. E.g. Page loads at `/search?hitsPerPage=20`,...

Setting the initial page loaded value can be achieved by: `` and ``` data(){ return { hitsPerPageOptions: [ { label: "8 results", value: 8, default: this.$router.currentRoute.query.hitsPerPage != 16 }, {...

While I was going to escape it in UmbracoLinqPad.Gateway.Compilers.ContentItemsCompiler.BuildClass() on line 51 Initially I was hackily just going to skip those values: `if (new[] { "abstract", "public", "protected", "internal", "private",...

Argh... brain not working on a Monday after #cg16 clearly. I'm sure you already realised but prefixing it like @abstract would probably sort it.

Now I'm struggling to remember how I update the PR, after a stupid copy and paste error

Honestly, I'm pretty confident about this PR but it shouldn't be merged yet. I'm not sure how best to test it. The unit tests all pass but I failed to...