Flafy

Results 29 issues of Flafy

Just downloaded `profanity_check` with `pip install profanity-check`. And when importing `from profanity_check import predict` on Python I'm getting this error: ``` from . import __check_build # noqa: F401 ImportError: cannot...

I changed the type names from only their names to "namespace.type_name". This is to minimize the chances of two types with the same name. Adding _1 to the type name...

I have a program that I inject a DLL to with the Themida profile x86(But with NtQueryInformationProcessHook as false) in x64dbg. But after a while, the program crashes and the...

**Describe your feature request** Support for the `text-indent` CSS Attribute. [mdn for explanation and examples on the attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent) **A picture of a cute animal (not mandatory but encouraged)** Debian cat

enhancement
css

**Describe the bug** Getting a 127 error when starting any exe file. ``` [flafydev@nixos:~]$ proton-call -c "/mnt/general/SteamLibrary/steamapps/common/Proton 7.0" -r "/mnt/general/SteamLibrary/steamapps/common/BeFunnyNow/BeFunnyNow.exe" /mnt/general/SteamLibrary/steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/bin/pressure-vessel-unruntime: line 162: /mnt/general/SteamLibrary/steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/bin/pressure-vessel-wrap: No such file or directory proton-call:...

bug

The `flutter` package in nix doesn't expose the dart binary in `/bin/dart`. The binary is only found in the Dart SDK (`/bin/cache/dart_sdk/bin/dart`). This PR prefers the dart binary located in...

I'd like to have all my helix configuration files not in `~/.config/helix`, but in some other directory of my choosing. This is only partly possible with the `-c/--config` flag that...

C-enhancement

When running a debug/profile flutter app executable, you get `flutter: The Dart VM service is listening on http://127.0.0.1:12345/`. You can connect to it in vscode or by typing `flutter attach...

### What happened? When trying to use Ollama with LiteLLM and with Stream=True, an exception is thrown. litellm version: 1.15.0 1. Serve ollama locally on port 11434 (or replace the...

bug

I'm playing a game in Gamescope that opens the file explorer. It opens the native wine explorer and waits for me to pick a file. The problem is that if...