Blake Kostner

Results 198 comments of Blake Kostner

It's not really doing extra work though. It's just interpreting real paths instead of hashes. Javascript is still doing the page loading after it's initial load as well, so there...

Sorry for the late reply. I agree with the header redirect for api pages. This should reduce the complexity of the PHP side quite a bit. I'll fix it soon....

Alright. As a community we need to decide on this. Ignoring the implementation question, please answer how you want URLs. **Voting closes on September 25th (little over a week).** :laughing:...

Yes, but it will need to be client side, as hashes are not sent to the server

This code example is pretty hard to debug alone. Are you able to post a link to your repo? Otherwise we will need to see your factories and live views...

Is there any progress on this? Any repo or place I can help out on this?

@nywton not with Vue. You could manually query for an `input` element and add a listener, but I would recommend against that because you will lose a lot of the...

Another option is to use [release-please](https://github.com/googleapis/release-please) to create a release PR. This will also modify source files to adjust the version, _but_ it will be done via a PR so...

There is a simple release type that just increments a version in the `version` file. Erlang could read that. Otherwise, if this looks like a good solution, I can work...

Alright, this should be a good starting point. It generates the code comments as expected. Code is pretty cleaned up. I think adding some work for documenting individual fields will...