J

Results 16 comments of J

I'd like to help out with creating a flatpak but have a question. Berkeley DB seems to be depreciated in Python 3 (https://docs.python.org/2/library/bsddb.html). I notice 4.1.0 rc is using all...

I'm close but bsddb3 isn't finding the includes/lib I've manually built with berkeley db. Flatpak builder builds everything in /run/build/ and installs it in /app/include and /app/lib/. I believe the...

https://github.com/exaile/exaile/pull/697 Complete and added a link on how to submit your app to flathub. Let me know if you have questions or need help.

@genodeftest Yeah, a change in the dependency does require a change in the build. This could be fixed by using the old school requirements.txt file that specifically sets the version....

Yes, the python dependencies are locked to a specific version. I have a python dependencies file that flatpak needs to build that locks versions. For example ``` "modules": [ {...

Can post both the `php -S` command with output and your `client-connect.php` command with output.

You won't be able to see a successful pong request because the necessary http headers won't be sent. That's why need need to use the client app.  You can test...

The client is connecting and printing out the correct information. Everything is successful. The reason the browser is failing is because you're not providing the http headers (API_ID: 1 API_TIME:...

if you just want a restful api, comment out line 68 in https://github.com/jeteokeeffe/php-hmac-rest-api/blob/master/public/index.php. I won't check the http headers

ill take a look at it, i gotta install php 7