Ilia Sidorenko
Ilia Sidorenko
I've generated 2435 files that are classified as text and code, although under manual inspection the files are binary. Here is the repo with the generated files: https://github.com/noway/magika-binary-misclassification-as-text I've used...
## Your Environment * Plugin version: 4.13.2 * Platform: iOS * OS version: iOS 17.3 * Device manufacturer / model: iOS Simulator * React Native version (`react-native -v`): 0.68.2 *...
Can't compile for iOS Simulator on Apple Silicone Mac: `Could not find module 'MapboxDirections' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: /Users/user/Library/Developer/Xcode/DerivedData/project-aslfqkpxdckiatdadbaaceazrmrq/Index.noindex/Build/Products/Debug-iphonesimulator/MapboxDirections/MapboxDirections.framework/Modules/MapboxDirections.swiftmodule` - I'm installing via CocoaPods - `MapboxDirections (2.11.1)` -...
**How to reproduce** 1. click tip 2. close 3. go from portrait to landscape 4. click tip again 5. the tip is misplaced  How do I make `react-native-tip` to...
Experiencing this error: ``` Invariant Violation: [2963,"RCTView",11,{"position":"absolute","width":102,"height":44,"top":"","left":75,"transform":[{"translateX":-51},{"translateY":-22}],"justifyContent":"center","alignItems":"center"}] is not usable as a native method argument This error is located at: in RCTView (at TipProvider.js:416) in RCTView (at AppContainer.js:101) in RCTView...
Currently, it matching program by whole 'command line', except by just 'process name'. So for example: I have some program named `bar` in $delay_progs. This program is not running currently....
`-l` option says pgrep to output list of process names. `-c` option says pgrep to output ONLY count of matched processes. So it is safe to simply remove `-l` option.
There are a lot of changes, but i'm confident that they are safe for pysnip. Most of them are edits for userscripts. Most nasty stuff going on in commands.py and...
Using 256-color palette for mapshot in statusserver.py instead of RGBA can reduce image size 3 times
Blocks in aos are limited to 256 colors anyway, so quality of image would not be lost.
Initial support for package building. You can currently do ``` python ./setup.py install ``` and then just ``` pysnip -c config.txt -r feature_server ``` It is very buggy right now,...