Arthur Bols

Results 17 issues of Arthur Bols

This PR implements support for the SMB2 QUERY_INFO request with InfoType `SMB2_0_INFO_SECURITY`. I chose the `OWNER_SECURITY_INFORMATION`, `GROUP_SECURITY_INFORMATION` and `DACL_SECURITY_INFORMATION` security attributes, since this is what pysmb queries for and is...

Relaxes the protobuf dependency in tox.ini so that it matches the setup.py Solves #44

Hi! I'm trying to package python-axolotl for Fedora, but the `protobuf==3.0.0b2` dependency is too strict. Could you please relax it to something more appropriate? Thanks!

Hi, I'm updating thefuck for Fedora an stumbled across this issue. The mock package is deprecated in Fedora and we're trying to remove it. Mock has been included in the...

I'll be looking into this issue when I have more time. Some things mentioned on irc which should be looked into: - systemd isolation/sandboxing ### Expected behavior On some(?) linux...

bug
being clarified

`Cursor.Visible` getter is not supported on Linux and macOS on .NET Core and .NET 5+. [source](https://docs.microsoft.com/en-us/dotnet/core/compatibility/unsupported-apis#systemconsole) This causes the spinner (and probably more, I'm not familiar with the code) to...

bug

`imp` is deprecated since python 3.4 and now removed in python 3.12. Currently thefuck cannot be run with python 3.12. I'm able to replace imp, but the tests also break...

Fixes #878 This PR removes unused polkit actions and adds an action for howdy-gtk. Never used meson, so let me know if changes are necessary :slightly_smiling_face:

howdy-gtk won't start if not run as root: ``` Traceback (most recent call last): File "/home/arthur/fedora-scm/Howdy/howdy/howdy-gtk/src/init.py", line 8, in import window File "/home/arthur/fedora-scm/Howdy/howdy/howdy-gtk/src/window.py", line 126, in onboarding.OnboardingWindow() File "/home/arthur/fedora-scm/Howdy/howdy/howdy-gtk/src/onboarding.py", line...

When updating the moolticute package for the SPDX license change in Fedora, I noticed that there were more licenses missing. I've added them in [this branch](https://github.com/principis/moolticute/commits/license-fix) except for `src/utils/qurltlds_p.h` because...

enhancement request
open source licensing
please thumbs up to ask implementation