Charlie Schliesser

Results 15 comments of Charlie Schliesser

There's a surprising number of responses in projects like this and related StackOverflow questions where users point out that "it doesn't validate `foo [email protected]`". I think there's a lot of...

I would also complain if that address wasn't accepted – I'm not suggesting it shouldn't be, quite the opposite. If you conform to the spec all the way, then you'd...

Just flashed onto a R 4 B yesterday successfully, using Balena Etcher on MacOS. Will let a screen run for a few days to test. Is there a place for...

I've tried many combinations of the above but still can't get chilipie to boot to 1920x1080 on a Toshiba 4k TV. I'm on a Raspberry Pi 4. I've added the...

I realized that a `$title` function that had dependencies wasn't being resolved properly via the `angular.isFunction(...)` logic, and that we need to use `Transition.getResolveValue()` in 1.0. I still don't know...

Okay, latest push works with 1.0: https://github.com/charlie-s/angular-ui-router-title/commit/ed7d5b8fb8725f79fa7543e7b0e7a10f5c702857

The current CDN version of ui-router 1.x doesn't have the `Transition.getResolvable()` method, so this is too early to merge in I think. I have a [pull request](https://github.com/angular-ui/ui-router/pull/2951) at ui-router to...

I've just been using the patched version as above. I'll see if ui-router now works with this as soon as I can and post back here.

We're getting this suddenly in production as well. Ex: ``` Unhandled rejection RangeError: Maximum call stack size exceeded at executorPatched (/app/node_modules/cls-bluebird/lib/shimOnCancel.js:1:1) at executorPatched (/app/node_modules/cls-bluebird/lib/shimOnCancel.js:37:21) at executorPatched (/app/node_modules/cls-bluebird/lib/shimOnCancel.js:37:21) at executorPatched (/app/node_modules/cls-bluebird/lib/shimOnCancel.js:37:21)...

I added a comment to https://gist.github.com/elidickinson/9424116 that centers the button and changed the default template to support the button method. I'll work on the logo in a separate merge request.