Elara Elara6331
Elara6331 pushed to master at Elara6331/site 2024-07-21 17:17:25 +00:00
67ea086bbf Fix typo
Elara6331 pushed to master at Elara6331/site 2024-07-21 17:16:22 +00:00
10778101e7 Fix logo ref in services page
Elara6331 pushed to master at Elara6331/site 2024-07-21 17:14:05 +00:00
e778797c24 Add services page
Elara6331 pushed to master at Elara6331/loggers 2024-07-20 23:35:26 +00:00
c61add53e1 Remove unneeded colors.go file
Elara6331 pushed to master at Elara6331/logger 2024-07-20 23:32:23 +00:00
35a3144436 Update README.md
Elara6331 created branch master in Elara6331/loggers 2024-07-20 23:27:57 +00:00
Elara6331 pushed to master at Elara6331/loggers 2024-07-20 23:27:57 +00:00
599ef00e31 Initial Commit
Elara6331 created repository Elara6331/loggers 2024-07-20 23:27:36 +00:00
Elara6331 closed issue Elara6331/itd#64 2024-07-04 03:25:40 +00:00
file system errors : invalid memory address or nil pointer
Elara6331 pushed to master at Elara6331/itd 2024-07-04 03:25:40 +00:00
243826bd67 Fix crash in filesystem API (#69)
Elara6331 merged pull request Elara6331/itd#69 2024-07-04 03:25:39 +00:00
Fix crash in filesystem API.
Elara6331 approved Elara6331/itd#69 2024-07-04 03:24:47 +00:00
Fix crash in filesystem API.

Большое спасибо!

Elara6331 commented on pull request Elara6331/itd#69 2024-07-03 03:57:41 +00:00
Fix crash in filesystem API.

Thanks for the PR! Can you please also change return convertEntries(res.Entries), err to return convertEntries(res.Entries), nil?

Elara6331 suggested changes for Elara6331/itd#69 2024-07-03 03:57:41 +00:00
Fix crash in filesystem API.
Elara6331 commented on pull request music-kraken/music-kraken-core#41 2024-06-07 21:52:14 +00:00
feature/artwork_gallery

I hope you meant circular imports shouldn't exist

Yes, that's what I meant. Circular imports should not be a thing.

Elara6331 commented on pull request music-kraken/music-kraken-core#41 2024-06-07 21:33:04 +00:00
feature/artwork_gallery

@Elara6331 you gonna love this fix and limitation xD

Python allows circular imports?!
Also, how does that workaround work?? This makes no sense. Circular imports should just be disallowed…

Elara6331 commented on pull request music-kraken/music-kraken-core#41 2024-06-07 14:25:12 +00:00
feature/artwork_gallery

If @Elara6331 or you don't have good arguments that overweigh the pros of this library then yes 👍

ImageHash looks good to me :3

Elara6331 pushed to master at Elara6331/salix 2024-06-07 02:17:24 +00:00
944663c2b1 Split some expression code into separate functions
Elara6331 pushed to master at Elara6331/salix 2024-06-07 02:16:53 +00:00
1e5084ae13 Split some expression code into separate functions
c5470a45dd Define the behavior of nil better
Compare 2 commits »
Elara6331 pushed to master at Elara6331/salix 2024-06-07 02:09:55 +00:00
849295bb5f Allow the != operator to be used on nil