Loren
Loren
With the release of 23.4 which upgrades Postgres to v14. I assume the steps for repack will need to be updated? https://develop.sentry.dev/self-hosted/troubleshooting/#postgres
I have verified this project is no longer maintained by the original author. I have created my own plugin for login screen using this one as an base. I am...
I managed to solve this issue but last thing I need to do is remove/update the initialize JS that gets call to have it wrapped in the loadableready(). If you...
OK so here are the steps I took, im going to try and get some of this integrated into a PR for this project as well. 1. Separate your webpack...
This is due to change React v18 added. The only work around at this time would be to add a polyfill to your build scripts. I started a discussion about...
Your not loading React. You have `.SetLoadReact(false)` which means you must provide your own version of react in your entry file. But to answer the question ReactJS.net is bundled with...
Im looking to bring support for v18 but is going to be a fair bit of work. I started a discussion here incase anyone has comments/concerns. https://github.com/reactjs/React.NET/discussions/1343
It basically does loading of nested objects. Example if i had a Table for Person and another Table for Vehicle. Lets say Vehicle has a FK column PersonId that links...
I was thinking of writing an extension method that would take essentially do this. You have to pass in an options object to tell the extension method how the queries...
Looks like im still running the older version and getting reports that after a while the phone is still sleeping.