Istvan Jano

Results 13 issues of Istvan Jano

I had a look at the source code and I think this is a great wrapper, thanks for writing and sharing it! I'd like to utilise it on a modified...

Last activity 2 years ago.

I'm getting errors when using local npm package: ``` ... "common": "file:../common", ... ``` ``` Serverless: Packing external modules: aws-sdk@^2.270.1, uuid@^8.3.2, ramda@^0.27.1, common@file:../common, atob@^2.1.2, es6-promisify@^6.1.1, btoa@^1.2.1, node-forge@^0.10.0, slugify@^1.4.6, node-ses@^3.0.3, request-promise-native@^1.0.7,...

The command `M109 S200` never finishes. However the hotend is hot. When I unplug the thermistor it crashes, next time won't even start until complete restart, saying ads1115 not detected....

Still very excited. I think I'm not far from actually printing something. All the motors work, however they are not precise. When I play with the numbers in the config...

Hi, Can you help me how to integrate it as a component into an ESP-IDF project? I cloned the lib into the `components` folder but unable to compile the demo...

I'm trying to run the project locally but I get "File not found" when accessing it through browser. I got the following error message when first run `vagrant up`: ```...

I'm getting the following errors after creating even an empty `functions.php`: ``` Fatal error: Uncaught Error: Call to undefined function is_blog_installed() in /app/public.built/wp-includes/load.php:606 Stack trace: #0 /app/public.built/wp-settings.php(161): wp_not_installed() #1 /app/public.built/wp-config.php(255):...

I'm getting `Error establishing a database connection` when installing WP. The following prints "Connected" when putting into`wp-config.php`: ``` $mysqli_connection = mysqli_connect( $_dbsettings['host'], $_dbsettings['user'], $_dbsettings['pass'], trim( $_dbsettings['path'], '/' ), $_dbsettings['port'] );...

I sometimes get random `502 Bad Gateway` error. Any idea why? Thanks.