Elara Elara6331
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
Elara6331 pushed to master at Elara6331/salix 2024-06-07 02:06:48 +00:00
d5c33f9e5d Add nil keyword
Elara6331 pushed to master at Elara6331/salix 2024-06-07 02:06:21 +00:00
130aa66124 Add nil keyword
Elara6331 pushed to master at Elara6331/salix 2024-06-07 01:52:32 +00:00
f1a998c25b Update example bulma version
167f448ae1 Improve ternary expression parsing definition
Compare 2 commits »
Elara6331 pushed to master at Elara6331/salix 2024-06-06 23:00:19 +00:00
19398a93e6 Update example bulma version
Elara6331 pushed to master at Elara6331/salix 2024-06-06 22:47:15 +00:00
7f2c1c888d Improve ternary expression parsing definition