Gábor Szabó

Results 283 issues of Gábor Szabó

This command: `perl6 -MLWP::Simple -e 'say LWP::Simple.get("https://github.com/cosimo/perl6-lwp-simple/")'` generates this error: ```Could not parse chunk header in method parse_chunks at /Users/gabor/rakudo-star-2015.09/install/share/perl6/lib/LWP/Simple.pm:193 in method make_request at /Users/gabor/rakudo-star-2015.09/install/share/perl6/lib/LWP/Simple.pm:222 in method request_shell at /Users/gabor/rakudo-star-2015.09/install/share/perl6/lib/LWP/Simple.pm:70...

The tests in Travis-CI have failed in all 3 of my pull-requests. It seems regardless to what the changes were. It seems something has changed in the environment since the...

Right now if there service behind WebService::Bluga::Webthumb is down, the Dancefloor page does not load and the page cannot be viewed on a development machine when it is off-line. The...

``` use BSON::Document; use MongoDB::Client; my $client = MongoDB::Client.new(:uri('mongodb://')); my $database = $client.database('myProject'); my MongoDB::Collection $collection = $database.collection('people'); $collection.insert: ( name => "Foo Bar", ); ``` gives me ``` No...

Todo

In the data behind the https://codeandtalk.com/ site I maintain a field with the ID number from the https://diversitytickets.org/ site linking the events back there. It would be nice if I...

As I have not seen any details about it (beyond the cloning of the repo) in the README I put together a short blog posts on [Development environment for the...

Let's start with the obvious, I love Bulma! Thank you for making it! In the docs of Bulma there is an example showing the [box element](https://bulma.io/documentation/elements/box/) that uses a class...