eleroy

Results 7 issues of eleroy

In python 3.8, windows 10 x64, pycairo 1.20.1: ```python import cairo with cairo.PDFSurface("example2.pdf", 200, 200) as surface: pass surface = cairo.PDFSurface("example.pdf", 200, 200) surface.finish() ``` The call with the context...

Hello, I cannot make the Admonition icons to work. I tried installing the @mdi/svg node module and rebuilt the css but it does not work. I guess I need to...

Hi everyone, Here is a pull request referring to issues #7 #875 and PR #877 (in-memory database). This is my first pull request, and I'm very new to rust so...

### Port, board and/or hardware RP2 Pico ### MicroPython version MicroPython v1.23.0-5.g3613ad962 on 2024-05-31; Raspberry Pi Pico with RP2040 ### Reproduction - Copy this code to main.py - Run the...

bug

Hi everyone, Here is a pull request referring to issues #7 #875 and PR #877 (in-memory database). This is my first pull request, and I'm very new to rust so...

Hello, This a pull request for implementing an additional method for batch inserting into a SqlLite database (should also work for other sql databases). It is based on the [QueryBuild...

Hi everyone, This an implementation of the oaconvolve method that may be faster than convolve espiecielly when dealing with long arrays. Few things I'm not sure: - I don't think...