ikreb7

Results 19 issues of ikreb7

I want to use the ``EmbeddedFile`` class. However, I get a segmentation fault. from poppler import load_from_file pdf_document = load_from_file("Portfolio.pdf") for file in pdf_document.embedded_files(): print(file.name) What kind of information could...

Hello, I think there is a mistake at the ```driver.py```. I get this error message: $ python test.py All jobs enqueued. Waiting for the queue to finish. [email protected]#terminal length 0...

It would be nice if you could support [application factories](https://flask.palletsprojects.com/en/2.0.x/patterns/appfactories/). Then would be this possible: from flask_httpauth import HTTPBasicAuth auth = HTTPBasicAuth() def create_app(): app = Flask(__name__) auth.init_app(app)

question

Hello, I miss more documentation about the react-widgets-moment package, e.g. ``momentLocalizer``. Would be very nice if you could extend the current docs.

I get the error message: ``Uncaught TypeError: Cannot call a class as a function``. This is my code: import moment from "moment"; import momentLocalizer from "react-widgets-moment"; momentLocalizer(moment); ... I get...

Flask-Excel doesn't support sqlalchemy's [Enum type](https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.Enum). Example: import enum class Animal(enum.Enum): dog = "Dog" cat = "Cat" rabbit = "Rabbit" class Child(db.Model): name = db.Column(db.String(100)) age = db.Column(db.Integer) animal =...

* add CRCCheck (see [[1]](https://nsis.sourceforge.io/Reference/CRCCheck)) * add ManifestDPIAware (see [[2]](https://nsis.sourceforge.io/Reference/ManifestDPIAware)) For ``ManifestDPIAware`` are at least ``nsis3`` necessary.

Hello guys, I want to add my ovpn config file to the new 2.5 OpenVPN installer. Is there already any documentation on how I could test this? I opened the...

question
msi

Hello, the latest version of Tunnelblick offers the capability to update the configurations [[1]](https://tunnelblick.net/cNewUpdatableConfigurations.html). Are there any plans that the windows or linux OpenVPN client supports this feature? What do...

enhancement

I use the latest master branch and run ``./build-complete``. I get this error message: Build openvpn ../generic/build: 256: cd: can't cd to openvpn-build/windows-nsis/tmp/build-i686/openvpn-2.4.7 FATAL: cd openvpn FATAL: build i686 >&2