Kamil

Results 69 comments of Kamil

Same situation on: - ArchLinux - Hyprland - VSCodium-bin installed from AUR Can't copy stuff from outside the VSCodium window. CTRL+SHIFT+V does nothing.

FYI. I use this little monster to get ALL the files in a bucket: ```Csharp public void ListAllFiles() { public_files = new List(); foreach (Supabase.Storage.FileObject _file in Task.Run(() => supabase.Storage.From("Public").List()).GetAwaiter().GetResult())...

Extending this request with "ListAll" endpoint, for listing all files with their full paths in a bucket. https://github.com/supabase-community/storage-csharp/issues/18 Thank you 🥰

I have just ran into a situation where I have installed NodeJS using their instalator provided by Chocolatey. It added new entries to PATH correctly. I go to open a...

I actually find the action of swiping up a dozen times very engaging and thought inducing "How much longer is an action actually going to take me, if I am...

And this https://github.com/adrcotfas/Goodtime/issues/280 would be much better

@error-reporting Which one? I don't have queues on the latest version.

Yes, I believe this would work. - Build a database (SQL, file based, whatever) - supply convenient way to access it - an access schema'tic (in case of file-based) -...

Interesting that you've chosen to go in direction of complete re-write, can you share, what is the reason? I've tried to build the application, but after `pnpm install`, running `pnpm...

Right. What you are doing is: - Read through the files - Pack their content into JSON, according to [types.ts#FileData](https://github.com/KosmosisDire/obsidian-webpage-export/blob/database-seperation-test/src/shared/types.ts) - Load this JSON file directly, client-side and display its...