Sean Reifschneider

Results 13 issues of Sean Reifschneider

I'm trying to poll the ZT socket by using nonblocking recv (either setblocking, or the flag to recv), but the recv() is throwing an exception and I can't catch it....

Enhancement

For a variety of reasons that are ultimately unimportant, I have not been able to find any attention for maintaining this package. I've recently had an offer from Morgan Fainberg...

This patch changes formatting to make it PEP-8 compliant.

The "Deploy Scripts" task was setting the scripts permissions correctly, then the "Chown configuration files" task was setting them to 644, making them non-executable. This uses the symbolic permission "X"...

### Summary The file module "mode: a=,ug=rX" seems to behave differently than "chmod" for the same mode. If you have a file that is mode 755 and you tell the...

module
bug
has_pr
affects_2.15

##### SUMMARY Fixes #80128 The setting of file module symbolic permissions differs between the file module and the system "chmod" (only tested on Ubuntu 22.04), but also defies common sense...

needs_revision
new_contributor
bug
small_patch
affects_2.15

# Defining Requirements I really struggled with getting my first prompt to feed to smol-dev, partly because my first prompt was way, way too big and included too much information....

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce 1. Upgraded from 23.6.2 to 23.10.1. 2. Ran "ps awwlx | grep defunct". 3. Several java processes are now showing as defunct....

I've spent days of trying and searching through google with all sorts of conflicting results. None of which ended up working for getting mod_proxy_uwsgi working. The best I could get...

This patch is related to issue #1590, see that for further discussion. edit: I was referring to the wrong task when I originally wrote this up, updating below. Permissions on...