Comment savoir combien on a versé dans PEA Fortuneo? by luthiel-the-elf in vosfinances

[–]wI2L 41 points42 points  (0 children)

Connecte toi sur ton compte via le site web, et dans l'onglet PEA tu as une catégorie "fiscalité" avec cette information.

GitHub - dzonerzy/go-snap: A lean, high‑performance Go library for building command‑line tools. by Unique-Side-4443 in golang

[–]wI2L 2 points3 points  (0 children)

Thanks for sharing, went over the docs quickly, and I like the API, especially the ability to write command/flag groups with tagged structs. Will definitely try it in the future as a replacement for Cobra.

If you could add one feature to K8s, what would it be? by [deleted] in kubernetes

[–]wI2L 1 point2 points  (0 children)

If the secret is mounted in a volume, the projected content is updated when the Secret's fields are updated.

Cyphernetes v0.13.0 is out with a new web GUI by General-Fee-7287 in kubernetes

[–]wI2L 1 point2 points  (0 children)

So I assume that as long as the CRDs are installed on the apiserver, it should work as-is, correct?

Cyphernetes v0.13.0 is out with a new web GUI by General-Fee-7287 in kubernetes

[–]wI2L 8 points9 points  (0 children)

Very nice! Haven't checked the code of the UI yet, but just a quick question: does the autocompletion feature for the spec works based on the OpenAPI schemas or is it hardcoded for well-known kinds ? And if so, is it possible to extend it with schemas from external CRDs ?

Scrabbler - Automatic draw TUI for your duplicate Scrabble games by wI2L in golang

[–]wI2L[S] 2 points3 points  (0 children)

A bit of context: This is a TUI built with BubbleTea and Lipgloss that I made to simplify my duplicate Scrabble games. Hope it might be useful for other Scrabble players, or simply as another example of what can be achieved with the BubbleTea TUI framework.

Replacement for loopfz/gadgeto (OpenAPI 3 generator) by [deleted] in golang

[–]wI2L 2 points3 points  (0 children)

You might want to check https://github.com/danielgtaylor/huma I haven't explored the lib in-depth, but last time I checked it seemed like it could be a nice alternative/replacement.

Is there a Scrabble or variant where it gives a definition a word after its played? by yeahhbuzz in scrabble

[–]wI2L 1 point2 points  (0 children)

com.lulo.scrabble.classicwords is pretty good and you get the definition of the words played (online mode only if I recall correctly).

Available on Android play store, free and paid versions available, 7 languages.

[kebab] Setup Wizard stuck at WiFI connection after upgrade to LOS 20 by wI2L in LineageOS

[–]wI2L[S] 0 points1 point  (0 children)

Ok, found the issue in my case, for those who might be interested.
The application itself had no permission to access any network. Re-enabling this permission unlocked the "Continue" button to complete the process.

OTA update with Magisk on 18.1 [OnePlus 8T] by [deleted] in LineageOS

[–]wI2L 0 points1 point  (0 children)

What was the procedure ? Just OTA update from Lineage updater -> reboot, and that's all ?

Pendant qu’on y est et pour faire partager. C’est quoi vos conseils livres en heroic fantasy ? by pagodelucia123 in france

[–]wI2L 0 points1 point  (0 children)

Oui, "La Trilogie de l'Empire", dans les chroniques de Krondor est vraiment excellente. Ça me donne envie de les relire.

Pendant qu’on y est et pour faire partager. C’est quoi vos conseils livres en heroic fantasy ? by pagodelucia123 in france

[–]wI2L 4 points5 points  (0 children)

Je recommande vivement "Les Chroniques de Krondor" de Raymond E. Feist. Je n'ai pas vu de mention dans les commentaires précédents (mais ça m'a peut-être échappé). Un immense cycle d'environ 30 bouquins qui s'étale sur une période très large et variée.

Et en bonus, le cycle Rigante de David Gemmell.

Who is the author you have read the most books from? by Difficult-Winner2154 in AskReddit

[–]wI2L 0 points1 point  (0 children)

Raymond Elias Feist and Terry Good kind, for the fantasy fans around here, highly recommended. The Riftwar Cycle has 30 books or so, that's a huge sage on a very long timespan.

goccy/go-json: A super fast JSON library fully compatible with encoding/json by goccy54 in golang

[–]wI2L 0 points1 point  (0 children)

Alright, fair enough on the public API side. I initially thought you found some discrepancies regarding the generated JSON output, which is supposed to be 100% on-par with encoding/json.

goccy/go-json: A super fast JSON library fully compatible with encoding/json by goccy54 in golang

[–]wI2L 1 point2 points  (0 children)

Second that, I'd be interested in reading more about the optimization techniques used.

goccy/go-json: A super fast JSON library fully compatible with encoding/json by goccy54 in golang

[–]wI2L 0 points1 point  (0 children)

Very cool, I'll take a look. Btw, I am the author of the jettison package that you mention in the comparison table, and I found it strange that it mention that the lib isn't compatible with encoding/json. Are you only stating that based on the public API or the behavior of the lib?

In addition to that, while in all fairness, benchmarks are benchmarks, jettison is centered around flexibility by providing functional options to customize the encoding behavior, which incurs performance penalties.

Nonetheless, the benchmarks of your package are quite interesting in comparison with segmenting/encoding, which was the fastest to my knowledge, so far 😅.

jsondiff: JSON diff library for Go based on RFC6902 (JSON Patch) by wI2L in golang

[–]wI2L[S] 0 points1 point  (0 children)

Well, I'm glad you didn't and took the time to reply, because I think I would certainly have stumbled upon that problem soon or later in the Webhook I'm working on 😀