Adam Jorgensen

Results 12 issues of Adam Jorgensen

Right now the `tempfile` module included in the Python stdlib operates on classic file objects. Looking at the code though, it would be pretty simple to adapt it to work...

Could uvloop be implemented using CFFI? How hard would it be to do so? I ask because at some point in the future PyPy3 will reach compatibility with Python 3.5...

question

**Describe the bug** My object mapper is configured as so: ```java ObjectMapper objectMapper = new ObjectMapper(); objectMapper.registerModule(new CyclopsModule()); objectMapper.registerModule(new Jdk8Module()); ``` I have a class defined as follows: ```java class...

Hi I am working with easyloggingpp on a VS2017 solution with multiple projects and having issues getting the application to link. The issue is similar to that described in https://github.com/zuhd-org/easyloggingpp/issues/322...

# Feature Request ### Background / Motivation K8S provides a very useful feature in the form of [Ephemeral Volumes](https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/). These are useful for allocating temporary storage, including memory-backed RAM disk...

feature request

## Bug ### Current Behavior It seems like the version of K8S used by Minikube v1.23.0 does not like the `pathType` values being generated by Garden for Ingresses. Specifically, it...

stale

Hi, I'm having some issues trying to use Ammonite 2.5 in my project. My SBT file can be viewed at https://github.com/OOPMan/collectioneer/blob/master/build.sbt When I attempt to `sbt update` I get the...

Hi there, I'm curious as to whether there is any example code that demonstrates using Distage without ZIO? All the code in the example application and on the site involve...

Sometimes calls to `XBOFSWin::getWinUsbStringDescriptor` produced a valid string with garbage characters at the end. This interferes with the visual display if information but also sometimes causes issues due to the...

bug

Since v1.0.0 was release two newer version of libwdi have been released. It is worth attempting to upgrade to determine if the application functions better with either newer version of...

enhancement