Royce Mitchell

Results 16 issues of Royce Mitchell

I'm still fairly new to php and the installation instructions for PHPoAuthLib seemed a little daunting to me. I really like phar files and took it on myself to learn...

I'm just trying to get started using dayjs using deno 1.9.0. I've downloaded dayjs 1.10.4 using the link the instructions gave me. Here is my test file calendar.js: ``` //import...

I got the following crash trying to compile my app with nuitka. I'm guessing this is something they need to fix, but I thought I would share it here in...

**Describe the bug** When a fixed # of freeswitch logs is configured, if one of the files is missing because an overzealous sysadmin deleted some, then the log rotation doesn't...

bug

I currently have a wrapper library around requests that lets me easily log the raw requests/responses which is very helpful for troubleshooting. The relevant bits of logic look something like...

I'm having difficulty integrating nice-select2 into a project. I know this has to be a bug in my code and distilling it down to a simple reproducible example would be...

I just downloaded line_profiler but my first attempt to use it generated a traceback: Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32 ``` D:\censored>kernprof...

being considered

I found sqlite3worker extremely helpful to me, and made a number of enhancements that I wanted to share back with the project: 1) dbapi compatible interface that implements enough features...

### Is your feature request related to a problem? I have scenarios where I need to be able to see the raw request/response for a given HTTP interaction. For example,...

enhancement

dataclasses_serialization.__version__== '1.3.1' Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:30:23) [MSC v.1928 32 bit (Intel)] on win32 Windows 10 Pro Version 2004, Build 19041.867 Here's what I've narrowed it down to:...