Chris

Results 22 issues of Chris

Hello! Thank you for your work. I assume you don't mind folks using this, but it would be nice to know what license you want for it.

Hello! For a bit of background, I developed and maintain an application called vvmd (a Visual Voicemail application for mobile phones). Visual Voicemail works primarily over IMAP, so I use...

IMAP
authentication

On https://c-ares.haxx.se/ares_set_local_dev.html ares_set_local_dev() says it needs root for this function to work, based on the code here: https://github.com/c-ares/c-ares/blob/809d5e84f3423ab8165650d923acb0e246cbd006/src/lib/ares_process.c#L1007 ``` #ifdef SO_BINDTODEVICE if (channel->local_dev_name[0]) { if (setsockopt(s, SOL_SOCKET, SO_BINDTODEVICE, channel->local_dev_name, sizeof(channel->local_dev_name)))...

Documentation

Hello! I think you have seen that your app has been incredibly useful for a lot of folks, and it would be really nice if we could keep your repository...

### Description [Description of the issue] Hello! For version 1.3.1, The AppImage cannot find a shared library. IIRC, AppImages should be entirely self-contained and not need a shared library: ```...

bug
appimage

Commit 505155497ebbf13ada2dbe788bc5704f22ca3d7b seems to have modified spice extraction to cause LVS issues. This occurs with DEF files and GDS files. The very same flow with commit f8390b78f88d72e3d51f8a226e15d75bccf23b33 passes LVS. This...

Hello! I am getting a segfault when I run this script: ``` #! /usr/bin/env bash set -euo pipefail #========================================================================= # mflowgen-run #========================================================================= # Generator : /home/ctalbot/skywater/stanford_ee272/mflowgen/mflowgen/core/build_orchestrator.py # Pre rm -f...

Hello, I attempted to install this on my Novena laptop which has a Freescale ARM IM.x 6 CPU (Debian Stretch armhf). When installing from the website, it says it is...

Hello! There is no method to be able to use plain LOGIN (Plain LOGIN vs. SASL LOGIN) if an IMAP server advertises SASL capabilities. However, this may be desirable for...

IMAP

Hello! This is a continuation of https://github.com/curl/curl/pull/8986 As per section 6.2.3 of RFC-9051 allow the fallback to a clear text LOGIN when a SASL based AUTHENTICATE fails. I see two...

IMAP
authentication