Barnaby Keene
Barnaby Keene
I realise the first one won't work because you could hijack a server running on the same IP but different port. The request needs to come from within the server...
> > > A token system where you can generate a token from open.mp and include it for example in your config to be sent with the announce process seems...
HTTP is probably simpler, but the issue I see is that if someone is using shared hosting they could hijack another server: - Claim ownership of a server - Site...
> > > I'm more interested in specifically what we want to show on the listing. Dynamic data (e.g. a map showing user locations) or just static pages? Can people...
Obviously any FS would be open source.
This is not expected behaviour at all, the search should work for queries like that. The search is implemented with a pre-built full text search index called Bleve so that's...
Sure thing, here's a minimal spec: ```yaml openapi: 3.0.0 servers: [{ url: localhost:8000 }] paths: /test: post: operationId: TestEndpoint security: [] responses: "200": { $ref: "#/components/responses/TestResponse" } components: responses: TestResponse:...
Upgrade another project, this time to v1.12.4, and just ran into this issue again: https://github.com/Southclaws/storyden/blob/main/api/openapi.yaml#L343-L363 https://github.com/Southclaws/storyden/blob/main/api/openapi.yaml#L612-L619 https://github.com/Southclaws/storyden/blob/main/internal/openapi/generated.go#L4226 Edit: Apologies I didn't link an exact commit here so the above links...
+1 just ran into this, confused me for a while. Windows has used `/` for almost two decades, the `\` requirement is a bit of a misconception, almost all but...
Would love to help get this running natively on Windows, what's currently blocking this? Native Windows dev so happy to help here!