Jacob Thomason

Results 201 comments of Jacob Thomason
trafficstars

I get this bar across the top of the page. It's wrapping the output HTML within an iframe which is suppressing changes to the url address in the browser's address...

Hmm, yea I thought that may be the case - don't think it's redux though, not using that for this project. ``` "devDependencies": { "@types/react": "^0.14.37", "@types/react-dom": "^0.14.17", "@types/react-router": "^2.0.36",...

Why isn't BlaineSch's solution implemented in this lib?

@BlaineSch yea... looks pretty dead. There is another lib I found on github, but it has some pretty nutty Laravel dependencies and such. It also uses a config file for...

Another issue with this proposal is that over time these issues change drastically. While you may have had issues with the HVAC, a year later someone is having plumbing or...

I have a PHP8 compatibility branch that includes some typing updates to be in compatibility with PHP 8.1's typed interfaces. What branch should I target for this? Additionally, I think...

I've submitted PR #1805 which provides support for PHP 8 now. This is really only a step in the right direction. But, all tests are passing and everything is running...

Is this really something we should be considering as part of this lib? How would `Deferred` objects be detected? AFAIK there aren't any native `Deferred` interfaces.

@sanderlissenburg without digging into this bit of the code further, I'm not entirely certain here. Can you verify that you have an active User session/object available? We don't use this...