Javi Fontán's Avatar

Javi Fontán

@jfontan

Another developer

66
Followers
121
Following
5
Posts
09.11.2024
Joined
Posts Following

Latest posts by Javi Fontán @jfontan

Video thumbnail

My new song 'Raster Bar' is out now everywhere! 👾
👉 fanlink.tv/raster

07.03.2025 17:13 👍 68 🔁 17 💬 1 📌 2

Maybe not batch files but knowing how a computer works is always handy.

13.02.2025 04:13 👍 0 🔁 0 💬 0 📌 0
Post image

maybe ask "how aren't you?" instead

13.01.2025 15:08 👍 1777 🔁 196 💬 19 📌 4

Handle: The VaW

I started to make music with trackers and chose as name "waveman". The problem is that there were lots of surfers painting graffiti with that name. I reversed the letters so it was:

namevaw
name vaw

Just added "The"

14.01.2025 04:18 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

Bad Apple but it's 6,500 regular expressions that i search for one at a time inside of vim

full writeup over here on my blog: eieio.games/blog/bad-app...

10.01.2025 18:18 👍 91 🔁 18 💬 3 📌 7
Post image Post image Post image

Finally got this a few weeks ago. Amazing the amount of design effort expended on just the branding/vive of the game.

18.12.2024 15:47 👍 3 🔁 1 💬 2 📌 0

Finally made a Golang starter pack after many requests.

Please post folks I may have missed below:

go.bsky.app/P8NUt1Y

07.12.2024 17:58 👍 63 🔁 17 💬 11 📌 2
> go mod edit -go=1.22
> ./golangci-lint run
go.mod:3:1: go directive (1.22) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22
> go mod edit -go=1.22.3
> ./golangci-lint run
go.mod:3:1: go directive (1.22.3) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22.3
> go mod edit -go=1.22.0
> ./golangci-lint run

> go mod edit -go=1.22 > ./golangci-lint run go.mod:3:1: go directive (1.22) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22 > go mod edit -go=1.22.3 > ./golangci-lint run go.mod:3:1: go directive (1.22.3) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22.3 > go mod edit -go=1.22.0 > ./golangci-lint run

linters:
  enable:
    - gomoddirectives

linters-settings:
  gomoddirectives:
    # Defines a pattern to validate `go` directive.
    go-version-pattern: '\d\.\d+\.0$'

linters: enable: - gomoddirectives linters-settings: gomoddirectives: # Defines a pattern to validate `go` directive. go-version-pattern: '\d\.\d+\.0$'

I added an option to the `gomoddirectives` linter: it forces the usage of patch 0 (ex: 1.22.0) or go family (ex 1.22) as min go version.

github.com/ldez/gomoddi...

This feature will be available in the next version of golangci-lint (v1.63).

Support my work: bento.me/ldez

#golang #golangcilint

04.12.2024 13:03 👍 2 🔁 2 💬 0 📌 0

Type: mode co80<enter>

27.11.2024 02:23 👍 3 🔁 0 💬 0 📌 0
Video thumbnail

Planefiller by 0b5vr
My entry for SESSIONS 2024, PC 8k intro
youtu.be/-OT-wFXbjk4

22.11.2024 15:28 👍 72 🔁 21 💬 3 📌 1

I believe it's fresh bits

14.11.2024 03:33 👍 0 🔁 0 💬 0 📌 0

Is that dogcow?

13.11.2024 06:46 👍 0 🔁 0 💬 0 📌 0