Himadri Bhattacharjee

Results 42 comments of Himadri Bhattacharjee

You could try something like this: ```sh program "$(string replace "foo" "bar" $variable)" ``` Here's what I tried: Setting the variable: ```sh set variable "this is some example text with...

We might add something like `"base":"org.gtk.Gtk3theme.adw-gtk3"` to the flatpak manifest. Refer to [example usage of a base app](https://docs.flatpak.org/en/latest/electron.html#the-electron-base-app).

Pretty sure you can do that using the `-v` flag.

I added s3scanner to my fork of nixpkgs. Let me know if this looks good before I make a PR. https://github.com/NixOS/nixpkgs/commit/7ef125f8597ee9d6f43fb3ed0fb3bbdf420564aa

An automatic way probably exists but I haven't checked it out yet. I'll update the code once I figure out how to update the version automatically.

The [nixpkgs PR](https://github.com/NixOS/nixpkgs/pull/278867) is merged! I think we can close this issue now.

I have a pretty low end machine but yes it works better than the previous iteration. 😇 -------- Original Message -------- On 23/07/24 16:13, chris-aeviator wrote: > ***@***.***(https://github.com/lavafroth) did you...

When the code gets compiled to bytecode, the class (struct) has three fields, so the memory consumption should very likely reduce. Also, the slice objects consume the same memory as...

You might have conflicting modules, maybe a file with the same name. [Dataclasses were introduced in Python 3.7](https://docs.python.org/3/library/dataclasses.html)

KDE plasma 6.2 users, please refrain from adding `${gtk3}/share/gsettings-schemas/${gtk3.name}` to the `XDG_DATA_DIRS` environment variable as it causes flickers during render.