Kenan Sulayman

Results 12 issues of Kenan Sulayman

Hey @gugahoa, can you please release version 0.9 on crates.io? My crate [zuse](https://crates.io/crates/zuse) depends on it and I really didn't want to publish a temporary crate of telegram-bot(-raw) to bridge...

In JSDollarVM, the method isReachableFromOpaqueRoots takes a `Handle`, but this ambiguous since both JavaScriptCore/heap/Handle.h and the latest MacOS SDK (12.0) declare handle. Specifically, the MacOS SDK declares in /usr/include/MacTypes.h: ```C...

Cmake errors due to a bad argument count when this env var is empty. Escape it instead.

Hey, I'm currently updating the TrailDB rust binding and noticed a strange behaviour where the binding generator isn't finding `tdb_cursor_next`. Then I realized it's exported in a non-standard way: ```...

enhancement

Hello, I'm currently unable to install xanmod via APT and further debugging showed a DDoS protection page being delivered for the respective APT resources. Weirdly enough, when using Safari via...

I've encountered an issue where the `getParam()` method on a function parameter obtained from `localSymbolMap` sometimes returns None. Here's how to reproduce the issue: ### Steps to Reproduce: ```python from...

Status: Waiting on customer

### What happened? Not sure how to properly pin this down: ``` Decompilation of `__ZN3geo5codec15_readCoastlinesEP8VMP4TileRKNSt3__110shared_ptrINS0_10VectorTileEEE` failed with: 'NoneType' object has no attribute 'subexpressions' Traceback (most recent call last): File "/Users/user/Library/Application...

bug
priority-high

Allows user to skip TLS certificate checks when connecting to trackers. Rationale: When seeding exclusively to private trackers, trust is generally higher than with public trackers. LetsEncrypt certificates expire every...

- updates the keys used to make the signed requests work again - removes broken update routine - cast filename passed to mutagen to string mitigating issues where mutagen attempts...

We've been coding against the Ollama API internally and eventually it hit me .. Ollama should be able to support third-party API providers, making it a de-facto gateway to LLMs....

feature request