GreyXor
Repos
12
Followers
43

Events

Created at 6 hours ago
issue comment
Add GetMux function to Resource to get the Chi Mux

Hello @Fishwaldo, thanks for your contribution, can we have this merged please ? @danielgtaylor

Created at 1 day ago
Created at 3 days ago
issue comment
nav-active-item-marker="colored-block" not working

I have the same issue

Created at 4 days ago
pull request opened
fix: typo standalone

Correct a spelling mistake on the standalone word

Created at 5 days ago

fix: typo standalone

Created at 5 days ago
Created at 5 days ago
pull request opened
Upgrade dependencies

Update all dependencies and use the new go.mod structure

Created at 1 week ago
create branch
GreyXor create branch upgrade-dependencies
Created at 1 week ago

Revert "chore: upgrade dependencies"

This reverts commit f4a8ff92849561fe4141fb49de0ea11f59014bc7.

Created at 1 week ago

chore: upgrade dependencies

Created at 1 week ago
delete branch
GreyXor delete branch upgrade-dependencies
Created at 1 week ago
pull request closed
Upgrade dependencies

Update all dependencies and use the new go.mod structure

Created at 1 week ago
pull request opened
Upgrade dependencies

Update all dependencies and use the new go.mod structure

Created at 1 week ago
create branch
GreyXor create branch upgrade-dependencies
Created at 1 week ago
pull request opened
feat: add server variables for server URL template substitution

Allow to use server variables like this image

ref: https://swagger.io/docs/specification/api-host-and-base-path/

Example PoC usage

humaRouter.ServerLink("Example server", "{scheme}://{host}:{port}/api", map[string]huma.CaServerVariable{
	"scheme": {
		Enum:        []string{"http", "https"},
		Default:     "https",
		Description: "Example description 🔥",
	},
	"host": {
		Default:     "127.0.0.1",
		Description: "IP or domain where your server is located.",
	},
	"port": {
		Default:     "1337",
		Description: "Server port.",
	},
})
Created at 1 week ago
create branch
GreyXor create branch server-variables
Created at 1 week ago
Created at 1 week ago
pull request closed
feat: add server variables for server URL template substitution

Allow to use server variables like this image

ref: https://swagger.io/docs/specification/api-host-and-base-path/

Example PoC usage

humaRouter.ServerLink("Example server", "{scheme}://{host}:{port}/api", map[string]huma.CaServerVariable{
	"scheme": {
		Enum:        []string{"http", "https"},
		Default:     "https",
		Description: "Example description 🔥",
	},
	"host": {
		Default:     "127.0.0.1",
		Description: "IP or domain where your server is located.",
	},
	"port": {
		Default:     "1337",
		Description: "Server port.",
	},
})
Created at 1 week ago

refactor: var declarations

chore: upgrade dependencies

Created at 1 week ago

style: typos

Created at 1 week ago

refactor: using the better existent methods where it can be useful

Created at 1 week ago
pull request opened
feat: add server variables for server URL template substitution

Allow to use server variables like this image

ref: https://swagger.io/docs/specification/api-host-and-base-path/

usage :

humaRouter.ServerLink("", "{scheme}://127.0.0.1:1337/api", map[string]huma.CaServerVariable{"scheme": {
	Enum:        []string{"http", "https"},
	Default:     "http",
	Description: "The scheme of server",
}})
Created at 1 week ago

feat: add server variables for server URL template substitution

Created at 1 week ago
Created at 1 week ago
issue comment
feat: Call a given function after calling the command (PostRun)

Hello @leaanthony :), Would you like to review and merge this PR ? Thanks

Created at 1 week ago

Upgrade dependencies

Created at 1 week ago
started
Created at 3 weeks ago
opened issue
Ryzen 7040 APU series support (Phoenix)

Few or no laptops are currently available with Phoenix 7040. This topic is here in a preliminary way.

Created at 3 weeks ago

Update README.md

Created at 1 month ago