Satadru Pramanik, DO, MPH, MEng

Results 88 issues of Satadru Pramanik, DO, MPH, MEng

``` chronos@localhost /usr/local/lib/crew/packages (master|SPARSE=)$ crew install firefox firefox: Mozilla Firefox (or simply Firefox) is a free and open-source web browser https://www.mozilla.org/en-US/firefox/ Version: 101.0 License: MPL-2.0, GPL-2 and LGPL-2.1 Performing pre-flight...

- This PR contains prereqs and packages for docker, as well as for bst. - Also rebuilds libdb to add `compat185` headers. - While these packages build fine, they have...

Using `git` as an example... (using a modified crew to hard link duplicate files in the package): total size of all files in a package: ``` chronos@cheekon-x86_64 /usr/local/lib/crew/packages $ ls...

Starting with a clean install, adding and removing packages, and then running `crew autoremove` leads to a situation where almost all packages are allowed to be removed. ![image](https://user-images.githubusercontent.com/1096701/144147477-87cae6da-1651-4ae3-9ba0-f8faed25a4b4.png)

bug 🐛

Right now `crew build` and `crew install` are two separate commands. `crew build` creates a binary package and a sha256 file. `crew install` when being used to install a binary...

enhancement 🌱

And maybe also for creating packages? e.g. https://docs.github.com/en/free-pro-team@latest/actions/guides/about-packaging-with-github-actions Seems like access to this infrastructure should be free for us? Also, apparently, you can use docker containers as part of actions:...

enhancement 🌱

It occurs to me that when one asks ```crew``` to install package ```A```, ```crew``` walks through the dependency tree and adds them to the _end of the queue_ of packages...

enhancement 🌱

Noticed this in dmesg: ``` [ 24.936173] process '/nzbget/nzbget' started with executable stack ``` Might be related to https://github.com/nzbget/nzbget/issues/464 ? I am running ```NZBGET 21.1-testing-r2311``` on ubuntu/focal amd64. (This doesn't...

Is it possible short of the vsock work being completed to easily tunnel X11 connections over ssh from the lima VM to Xquartz? Obviously connected to https://github.com/lima-vm/lima/issues/2

enhancement

``` flatpak run org.geany.Geany bwrap: Can't bind mount /oldroot/var/run/chrome/geany on /newroot/var/run/chrome/geany: Too many levels of symbolic links ``` bubblewrap was configured with ``` ./configure \ --disable-maintainer-mode \ --disable-man \ --with-priv-mode=setuid...