CharlesJQuarra

Results 10 issues of CharlesJQuarra

I was hoping to use Scalene as a drop-in replacement for [tracemalloc](https://docs.python.org/3.9/library/tracemalloc.html), specially resetting and retrieving traces APIs. I'm sorry If this already exists, but a brief perusal of the...

One of the essential vectorization components of image convolution process are the `im2col` and `col2im` kernels, which in arrayfire are implemented as `af::unwrap` and `af::wrap`. However this snippet from the...

Hi, I have a project with two docker images orchestrated with docker compose. I want to make one of the docker images use subuser to add seamless support for x11...

I have an existing C++ client/server application using `boost::asio` that relies on UDP messaging, and I want it to support broader clients through NAT setups, `libjuice` seems the best fit,...

Just fresh from cloning this repo the problem becomes apparent: `npm install` ``` npm WARN [email protected] requires a peer of react-native@>= 0.30.0 but none was installed. ```

`TypeError: Object # has no method 'setup'` This is the error I get after calling code like this: ``` javascript function configureAgentPlan(agentName) { return Yakuza.agent("scraper", agentName).setup(function (config) { config.hooks =...

I was hoping to use this library to integrate polynomial functions over polytopes inside a c++ application, so I tried to browse inside the drivers that have a `main()`, It...

File `examples/main.cc` seems to be the only c++ example, mentioned in the `CMakeLists.txt` file [here](https://github.com/zilliztech/pyglass/blob/master/CMakeLists.txt#L13C1-L13C38) However the file doesn't seem to have been pushed to main

Looking at [this line](https://github.com/spectralDNS/shenfun/blob/master/docs/source/functions.ipynb?short_path=1f15167#L1123) in the documentation of `Function` I'm wondering about how the sympy expression `free_symbols` is used to map each product space to coordinates. Looking at [the code](https://github.com/spectralDNS/shenfun/blob/master/shenfun/forms/arguments.py#L1238),...