cibere

Results 21 comments of cibere

Sorry for responding so late, but here you go. ## Enums in Literals auburnsummer convered it pretty well, but I want to add onto it. The ideal solution would be:...

> I'm planning on doing some optimizations, for lowering the minimum window size. Currently, the minimum size is there to not clip through the bottom toolbar's pop-up menus. I want...

fyi, it looks like there are a lot of results when you search for `at`, and if you are able to find ATL in that list, then you can right...

> Oooh, those are some nice features, and there are some others too, thanks. But would it still be considered as an issue? ATLauncher is just one app. > >...

For the webhook webserver, the following should work as a base: https://github.com/DuckBot-Discord/ext.duck/blob/main/discord/ext/duck/webserver/proc_base.py

> I’ve noticed that `D:\source\\repos\\Flow.Launcher\\` works correctly for me. Could you please clarify the issue you’re encountering? > I should back to my laptop tomorrow, but iirc, my paths always...

> After looking into the codes, I think this is the normal behaviour. `C:\\` is the path not allowed. > > [Flow.Launcher/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs](https://github.com/Flow-Launcher/Flow.Launcher/blob/2bc9203be6469d72ab7c84a3d04491d82e08689f/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs#L247-L254) > > Lines 247 to 254 in [2bc9203](/Flow-Launcher/Flow.Launcher/commit/2bc9203be6469d72ab7c84a3d04491d82e08689f)...

A sync client won't happen, though I have thought about switching to that curl library as it supports async. It's just that I haven't taken the time to read up...

``` go mod init example/project-name go get github.com/Danny-Dasilva/CycleTLS/cycletls go get github.com/gin-gonic/gin ``` Try running these commands yourself

I'm confused. Is that the item you get from `message.references.author.username`?