Ross Sullivan

Results 50 comments of Ross Sullivan

Has there been any movement on this issue? Using the work around in the README to disable AppNap is okay for a developer but I don't think its the most...

As a work around, I have discovered that you can use the built in React `key` attribute to force the Chart element to be reloaded any time elements change. ```typescript...

I was having the same issue but fixed it by deleting `/Users/$USER/Library/Application Support/dev.lapce.Lapce-Stable` and re-installing Lapce. I am wondering if it was possibly due to a stale file(s) from when...

It appears to not be being passed in the `operations.jsx` component ```jsx render() { let { specSelectors, } = this.props const taggedOps = specSelectors.taggedOperations() // The taggedOperations method has an...

I am working on a project that aggregates multiple sites like Wanikani/BunPro/ect. It would be nice if I could create a button that allow the user to quickly jump into...

I am not able to reproduce on my Macbook. Would you be able to provided the OS you are using? From the `\` in the file path, I'm guessing you...

@nlopes I also took a crack at this in https://github.com/nlopes/actix-web-prom/pull/84

So I was able to create a unit test verify this. Its probably missing some edge cases when following references but works for simple use-cases (mine) ```rs #[derive(OpenApi)] #[openapi( paths(...

Would love to see this get merged. 🙏🏼